Hi,
RelLib is a Screen 13 game development lib for QB45(should also work
with QB71 and VB dos). Pls. Read RelLib.DOC for more details.
Use IE to View Rellib.HTM
Use Edit to View Relib.TXT
Eric
PS. The source for this LIB is open and you can use/abuse at your
own risk. Don't forget to check out the example files.
/=======================================================
July. 16, 2004 (Version 5.0)
Added:
- RelTriF
- RelTriG
- RelPsetWu16
- RelInsideT
- RelTriT
- RelTile2Xms
- RelAddXmsTileIndex
- RelXmsPut
- RelXmsPutT
- RelXmsPutC
- RelXmsPutG
- RelXmsPutS
/=======================================================
Sept. 16, 2003 (Version 4.2) beta.
****Sorry didn't finish writing the docs yet. - Added RelSphereMap
- Added RelLens
- Some example Files
- GamaLineH
- 3 docs. Wordpad version, HTML ver, and Edit Ver. ;*)
/=======================================================
Sept. 1 2003 (Version 4.1) beta.
- Added Mode 7
- Mode & map
- RelPsetWU
- RelSmooth
/=======================================================
July 9, 2003 (Version 4) beta.
- 3 types of Docs. HTML, Wordpad, and pure text.
- Added RelFindFiles
More Changes...June 30, 2003
- Scrapped RelSpriteFlipV, RelspriteFlipH,
RelSpriteFlipVH. to
RELSPRITEFLIP which is all but you need to do
all the above routines. - RelSpriteFlipGAMMA
- RelSpriteFlipTrans
- Changed RelloadBMP to a Function
- Added RelLoadPCX(also a Function)
*error codes are in "RelLib.Doc" - Optimized some stuff.
Changes May 11, 2003 Ahh.. first update!!!
Happy Mom's day!!!!
- Bugfix for RelGet.
- Added:
A) RelSpriteFlipH
B) RelSpriteFlipV
C) RelSpriteFlipVH
D) RelWrapX
E) RelWrapY
F) RelWater
G) RelRefrac
H) RelShadowPut
I) RelHilitePut - Made RelBoxF and RelBoxTransF support true clipping
and they are faster than ever!!!
/======================================================
Changes November 6, 2002
Optimized RelLoadBMP by 1000% ;*)
Changed the calling convention to....
DECLARE SUB RelLoadBMP (DESTSEG%, File$, SwitchPal%)
sorry....
/======================================================
Update!!!!!
June 25,2002
added RelFfix
/======================================================
August ??, 2002
Xms Routines
September 22,2002
Added RelAngle
/=======================================================
Update!!!!
Ver 2.0(Joakim's version)
- RelSpriteOnSprite
*transparent PUT routine but uses the normal QB GET/PUT array
as a destination so you can use your normal get/put array as
a double buffer. This is also autoclipped and as fast as
RelSprite. See example file(SpriteON.Bas) - RelSpriteOnSpriteS
*Same as RelSpriteOnSprite but puts the sprite Solidly.
Almost as fast as RelSpriteSolid - RelCollideSpr
*An extremely fast PIXEL-Perfect collision detection. I can't
Notice an FPS decrease on my RPG engine when I used this
Instead of RelCollideSprB on a 486. Pls. See Collide.EXE/BAS
on the Examples folder. - RelPsetOnSprite
*Psets a pixel on a QB get/put array - RelPsetOnSpriteT
*Psets a pixel on a QB get/put array, Translucently. - RelPointOnSprite
*Returns the color of the pixel on the get/put array.
/======================================================================
VER 1.1
What's New since the last update at QB45.com
- Diagonal Line Routine(Normal and Translucent)
- Sprite Rotations(Normal and Translucent)
- RelInside, RelInsideC which are used for range checking in RPGs
- Byte size variable emulators along with an example(Bytesamp.bas)
RelAddHi
RelAddLow
RelGetHi
RelGetLow - RelMouseReset
More or less 10 procedures. ;*)