Commit graph

123 commits

Author SHA1 Message Date
csBlueChip
6120bbd7c3 Added extra documentation to template code 2009-08-23 14:59:48 +00:00
csBlueChip
bb50452422 Moved BlueChip's Composition demo directory to conform to the current standard naming convention 2009-08-23 14:50:26 +00:00
csBlueChip
982f5bf140 remove GRRLIB_addon from main GRRLIB directory to the nonameno03 example code ... some of the functionality of the the addon code is expected to be ported back to the GRRLIB main library 2009-08-23 14:48:04 +00:00
csBlueChip
90f29de2eb Moved GRRLIB_addon to nonameno03 example directory and tweaked the c and makefile to use it accordingly 2009-08-23 14:46:40 +00:00
csBlueChip
ace9d24f0c Included ScrShot from GRRLIB_addon as embedded code - cleaned headers and makefile to build with v4.1.0 2009-08-23 14:40:20 +00:00
csBlueChip
309547cb4d Cleaned examples top-level makefile - make all output is now separated and references to cvs are changed to svn 2009-08-23 14:38:45 +00:00
Crayon2000
96a383a4b1 [CHG] Now using doxygen 1.6.0 with search enabled (file description are still missing) 2009-08-22 15:45:24 +00:00
csBlueChip
c493224a34 Updated *most* examples to compile with grrlib 4.1.0 2009-08-20 22:05:44 +00:00
csBlueChip
25900af95f [CHG] Corrected credits (sorry Crayon) 2009-08-20 09:21:01 +00:00
Crayon2000
a1d7b870cd [CHG] Code formatting, not that much ;) 2009-08-19 23:13:44 +00:00
csBlueChip
adb741ccf6 [CHG] Implemented JESPA's optimised plot and line algorithms 2009-08-19 21:40:13 +00:00
Crayon2000
515b4a994a [CHG] Modification for Doxygen documentation 2009-08-19 17:47:29 +00:00
csBlueChip
5e186828b0 Added archive files missed during previous check-in 2009-08-19 09:40:10 +00:00
csBlueChip
7bc6b09a4f Improved beginners guide 2009-08-17 03:42:21 +00:00
csBlueChip
83b327e7f9 [ADD] Added GRRLIB.html "readme"/new-user-documentation 2009-08-14 23:33:01 +00:00
csBlueChip
ee128f47bc lib-conversion moved to trunk, version is now 4.1.0 2009-08-13 17:47:30 +00:00
csBlueChip
68a63bf966 Makeway for v4.0.1 2009-08-13 17:39:09 +00:00
csBlueChip
14ff4f5dbe Sorry 2009-08-13 17:35:15 +00:00
csBlueChip
3ea58ccabc Last release labelled 4.0.0 2009-08-13 17:32:57 +00:00
csBlueChip
1738c6db24 Added LICENCE.TXT file (MIT) 2009-07-23 22:10:41 +00:00
Crayon2000
c1ac0d5048 [CHG] Code optimization, thanks to BlueChip 2009-07-23 15:48:44 +00:00
Crayon2000
839240c498 [CHG] Code formating 2009-07-18 17:50:31 +00:00
N0NameN0
948bf1de99 [ADD] GRRLIB_DrawTileQuad()
[ADD] GRRLIB_addon_Init()
[ADD] GRRLIB_addon_Exit()
[ADD] GRRLIB_addon_Button
[ADD] nonameno03 sample code howto use button
[ADD] Font and button gfx for addon use
2009-03-22 23:51:26 +00:00
N0NameN0
609bc1b0e1 [CHG] Move GRRLIB_Screen2Texture to GRRLIB.C instead of addon
[ADD] A Sample Code to Show the GRRLIB_Screen2Texture conversion BUG
2009-03-22 23:04:46 +00:00
Crayon2000
83f0679add [BUG] Addon lib is working
[CHG] Added GRRLIB_ScrShot function to lesson1
2009-03-21 23:29:29 +00:00
Xane
27e586c4a3 [NEW] Added a quick display fix for PAL 50hz Users. 2009-03-21 21:24:01 +00:00
N0NameN0
cbe8627249 [CHG] Created a GRRLIB.c/.h and move GRRLIB_ScrShot and
GRRLIB_LoadTextureFromFile to it since it's not really Lib related. 
(need to fix warning)
2009-03-19 00:22:25 +00:00
Crayon2000
e9bb506e09 [CHG] Examples are using GRRLIB_FreeTexture 2009-03-17 03:38:34 +00:00
N0NameN0
7b3c6c0d16 [NEW] Added LoadTextureFromFile can be usefull ;) 2009-03-15 18:57:28 +00:00
Crayon2000
5bb6d7d5a4 [NEW] Added GRRLIB_FreeTexture to free memory 2009-03-13 22:27:40 +00:00
Xane
af79603ae4 [CHG] Corrected an issue when drawing shapes first. 2009-03-12 17:13:33 +00:00
Xane
27ecf55edf [CHG] Declared all inline functions and optimized stuff. 2009-03-12 16:35:13 +00:00
Xane
ab601411bd [NEW] Added another example showing a basic particle engine creating a smoke bomb. 2009-03-12 13:10:45 +00:00
Xane
269cc33794 [CHG] Fixed an issue where the screen started to glitch when drawing outside the viewport. 2009-03-12 01:41:49 +00:00
Crayon2000
eb1002f395 [CHG] A bit more secure, dealing with NULL pointer after memory allocation 2009-03-11 22:02:35 +00:00
Xane
61db0e3998 [CHG] Several optimizations 2009-03-11 19:48:36 +00:00
Xane
67987d304b [NEW] Added an example showing the different blending modes.
[CHG] Updated all examples to work with the current revision.
[CHG] Optimized different things~
2009-03-11 17:23:41 +00:00
Xane
ea276d1dae [CHG] Fixed an issue with blending constants. 2009-03-10 21:49:05 +00:00
Xane
4ebd507bd5 [NEW] Added 4 blending modes: Additive, Alpha Light, Multiply and Invert Color. For best results, use alpha-less black/white textures.
[CHG] Improved stability when closing a GRRLIB application.
2009-03-10 21:27:42 +00:00
Xane
9608deb240 [CHG] Now checks if the struct is valid / not NULL before drawing it. 2009-03-10 01:46:00 +00:00
Xane
6197d0e717 [CHG] Modified all functions to use the pointer of the structure instead. Allows the deletion of the whole structure when needed. 2009-03-10 01:18:48 +00:00
N0NameN0
49c5e0df03 [CHG] Optimizing "uggly" u32 convertion ;) 2009-03-09 23:41:23 +00:00
Xane
1e934418d1 [ADD] Added BRRLIB_GetColor to convert RGBA values to an u32 color.
[CHG] Renamed GRRLIB_FBReadPixel to GRRLIB_GetPixelFromFB;
2009-03-09 23:31:41 +00:00
Xane
b120658463 [ADD] Added GRRLIB_FBReadPixel to read pixels directly from the FB.
[CHG] Optimized PNGU's YCbCr algorithm, allowing a full spectrum of RGB colors (0 - 255).
2009-03-09 22:07:47 +00:00
Crayon2000
a9c6b7043f [NEW] doxygen project is included 2009-03-09 15:01:47 +00:00
N0NameN0
acd4ffb972 [CHG] change u32 color to an array for differents primitive allowing
better control.
2009-03-09 14:17:05 +00:00
Xane
1a0b496d3b [CHG] Say goodbye to GRRLIB_SetOffset.
[CHG] SetMidHandle can now be turned on/off.
2009-03-09 02:08:28 +00:00
Xane
bd14db7c46 [CHG] Separated SetHandle and SetOffset for more control when rotating. 2009-03-09 01:43:03 +00:00
Xane
e4152ff067 [CHG] Fixed the rotation's handle of tiled images. 2009-03-09 00:47:58 +00:00
Xane
a6df7ea613 [CHG] Fixed a rarely occurring glitch when using pointers. 2009-03-09 00:40:26 +00:00