Commit graph

37 commits

Author SHA1 Message Date
Crayon2000
d6e07b3a68 [CHG] Example nonameno02 is now compiling 2009-11-23 19:50:36 +00:00
Crayon2000
c95a8eacb2 [NEW] Support for MS-Windows Bitmap format uncompressed (1 bit, 4 bits, 8 bits, 24 bits and 32 bits) 2009-11-13 13:38:01 +00:00
Crayon2000
f31e16e0f5 [CHG] Using s8 instead of int for the page variable in lesson 2 2009-11-05 23:53:40 +00:00
Crayon2000
f4d8fa0fb9 [CHG] Added the sepia fx to lesson 2 2009-11-05 23:47:31 +00:00
Crayon2000
f35a165d94 [CHG] raw2c.exe is no longer distributed with the composition example 2009-11-03 15:59:22 +00:00
Crayon2000
0c784c800d [BUG] template was not working on devkitPro 18
[CHG] pngu.h is needed in GRRLIB_texSetup.h for GRRLIB_ScrShot
[CHG] pngu.h and jpeglib.h are not needed in GRRLIB_texSetup.h
2009-10-21 01:34:15 +00:00
Crayon2000
3319a09ccb [BUG] Examples have been updated to work with latest version of GRRLIB 2009-10-16 21:24:17 +00:00
csBlueChip
f127a121ee [CHG] Corrected \n\r EOL markers to \n and renamed "makefile"'s to Makefile 2009-09-13 14:27:01 +00:00
csBlueChip
9373faaf5e [ADD} Added fileIO functions from Addon (and ensured all examples still compile) 2009-08-30 21:44:05 +00:00
csBlueChip
b62e9d73bc Replaced the template makefile with a fully annotated makefile and addressed http://code.google.com/p/grrlib/issues/detail?id=3 2009-08-23 15:19:47 +00:00
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
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
csBlueChip
c493224a34 Updated *most* examples to compile with grrlib 4.1.0 2009-08-20 22:05:44 +00:00
csBlueChip
ee128f47bc lib-conversion moved to trunk, version is now 4.1.0 2009-08-13 17:47:30 +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
Crayon2000
e9bb506e09 [CHG] Examples are using GRRLIB_FreeTexture 2009-03-17 03:38:34 +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
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
N0NameN0
acd4ffb972 [CHG] change u32 color to an array for differents primitive allowing
better control.
2009-03-09 14:17:05 +00:00
N0NameN0
5836c028de [NEW] GRRLIB_DrawImgQuad (+ new example nonameno01 how to use it)
but it seems a little distorted, perhaps need fix.
2009-03-08 18:56:05 +00:00
Crayon2000
f3a8825d21 [NEW] GRRLIB_Circle function by Dark-Link 2009-02-28 03:57:19 +00:00
Crayon2000
8cc6db8605 [CHG] GRRLIB_LoadBMF is working, problem with palette is fixed but some cleaning is still required
[CHG] GRRLIB_FreeBMF is working too
2009-02-22 06:36:31 +00:00
Crayon2000
4d9046eade [CHG] GRRLIB_LoadTextureBMF is still in progress (problem with palette and
some cleaning is needed)
2009-02-20 06:48:07 +00:00
Crayon2000
a1edf64aac [CHG] Started function GRRLIB_LoadTextureBMF (just the beginning) 2009-02-17 05:46:16 +00:00
N0NameN0
9c6a0491eb [CHG] GRRLIB_LoadTexture now autodetect if its JPG or PNG
[DEL] GRRLIB_Credit is gone ;)
[CHG] Scatter removed from lesson1
2009-02-16 23:36:21 +00:00
Crayon2000
5f57f2e346 [NEW] GRRLIB_BMFX_FlipH and GRRLIB_BMFX_FlipV for flipping a texture 2009-02-16 04:38:16 +00:00
Crayon2000
14e4f60643 [CHG] All bitmap FX are in lesson 2. 2009-02-15 21:04:47 +00:00
N0NameN0
56682fa5ff [NEW] GRRLIB_BMFX_Pixelate and lesson3 to show how to use it ;) 2009-02-15 00:41:32 +00:00
N0NameN0
f457382f43 [NEW] GRRLIB_BMFX_Blur and lesson2 to show how to use it.
Take Care most BMFX are not provided to be used in real time, only to make precalc at code start ;)
2009-02-14 23:04:34 +00:00
Crayon2000
0405a57001 [CHG] Defined the path of GRRLIB in Makefiles for easier modification 2009-02-13 21:50:12 +00:00
Crayon2000
5f7b565656 [CHG] Moving stuff around (step 3) 2009-02-13 20:44:54 +00:00