Commit graph

408 commits

Author SHA1 Message Date
N0NameN0
16c25c1ed2 [CHG] function GRRLIB_3dMode color paramter removed since you now MUST pass vertex color !!
[ADD] Diffuse light function GRRLIB_SetLightDiff
[ADD] GRRLIB_SetLightAmbiant
[ADD] GRRLIB_SetLightOff
[ADD] A simple Diffuse lights sample code (Two lights)
2010-04-06 11:23:31 +00:00
Crayon2000
af6f13de76 [CHG] FreeType is now completely supply as source code 2010-04-05 03:40:19 +00:00
Crayon2000
e44d549caf [CHG] Deleted the lib version of FreeType 2010-04-05 02:00:45 +00:00
Crayon2000
6fc312d5e6 [CHG] FreeType is not needed in grrlib.h anymore 2010-03-25 22:34:10 +00:00
Crayon2000
bc56c46e25 [CHG] minigzip.c is not required 2010-03-25 21:01:57 +00:00
Crayon2000
c93415652a [NEW] zlib 1.2.4 was added to the project since it's not included with libogc anymore (required for libpng) 2010-03-24 22:13:18 +00:00
Crayon2000
30ef11837d [CHG] Fixed a problem with the documentation (introduced in r327) 2010-03-11 14:12:55 +00:00
Crayon2000
293e965965 [CHG] Nothing important, branch update 2010-03-11 03:32:05 +00:00
Crayon2000
b7eb66f7d0 [CHG] Files did not include math.h but were using sin 2010-03-11 03:01:31 +00:00
Crayon2000
c138b0ede2 [CHG] Stop including all inline header files in the doc (duplicate declaration)
[CHG] Added the "Modules" section in the doc with all the functions in GRRLIB
2010-03-05 00:00:07 +00:00
Crayon2000
5d28586ff2 [CHG] Moved some structure to proper place
[CHG] Documentation improvement
2010-03-04 20:14:57 +00:00
Crayon2000
2dc838cb2b [CHG] Makefiles are using same var name as in devkitPro to make them easier to modify 2010-03-03 23:30:49 +00:00
Crayon2000
16c95a073b [CHG] libjpeg updated to version 8a 2010-03-03 17:20:40 +00:00
Crayon2000
a165aba62e [CHG] libpng updated to version 1.4.1 2010-03-02 22:29:19 +00:00
Crayon2000
a932d3ad7c [CHG] Improve documentation a bit 2010-02-22 22:28:20 +00:00
Crayon2000
607a2e1966 [CHG] ftmodule.h is not needed since it's generated automatically 2010-02-18 17:12:30 +00:00
Crayon2000
b1b3b20d24 [CHG] Changed a couple of Makefile for FreeType 2010-02-16 22:20:09 +00:00
Crayon2000
5965330dc8 [CHG] Deleted some unused files in FreeType source folder 2010-02-16 05:37:35 +00:00
Crayon2000
07a6685a0e [NEW] Including FreeType 2.3.12 source code (not fully tested and not incorporated into main Makefile) 2010-02-15 23:53:41 +00:00
Crayon2000
1f6319f005 [CHG] Makefile for libjpeg 2010-02-15 22:41:50 +00:00
Crayon2000
3fc551e45e [CHG] Small speed improvement in TTF code (R, G and B are only calculated once for every character) 2010-02-10 23:42:32 +00:00
Crayon2000
e2a5255922 [CHG] Small update in doxygen file
[CHG] Updated 3D obj branch
2010-02-08 23:02:44 +00:00
Crayon2000
58ce2e055c [CHG] Small update in doxygen file
[CHG] Updated 3D obj branch
2010-02-08 19:49:11 +00:00
Crayon2000
f04aced37f [BUG] Problem with GRAYSCALE JPEG image. (Solved by DrTwox) 2010-02-08 16:25:50 +00:00
Crayon2000
8af33a1eba [CHG] README file update 2010-01-29 05:27:09 +00:00
Crayon2000
e498015d61 [CHG] Disabled warnings when compiling libjpeg 2010-01-29 03:59:18 +00:00
Crayon2000
51b9df752c [CHG] Cleaning 2010-01-28 23:48:26 +00:00
Crayon2000
66a4d2e5fb [CHG] libjpeg is now distributed as source code. Version 8 is now used instead of 6b 2010-01-28 23:20:30 +00:00
Crayon2000
c1f5de97c8 [CHG] Micro-optimization 2010-01-25 21:26:45 +00:00
Crayon2000
c7eef805bc [CHG] Optimization 2010-01-19 23:03:16 +00:00
Crayon2000
8789bd4ba6 [CHG] pngu.c does not required to include gx.h anymore
[BUG] Fixed some examples using GRRLIB_ScrShot
2010-01-19 05:09:58 +00:00
Crayon2000
1e066f3877 [CHG] Now using libpng 1.4.0 (for more info: http://www.libpng.org/pub/png/src/libpng-1.2.x-to-1.4.x-summary.txt) 2010-01-18 05:45:08 +00:00
Crayon2000
1012d5a101 [CHG] pngtest.c was deleted (not needed to build libpng) 2010-01-18 05:02:30 +00:00
Crayon2000
f229e1b581 [CHG] Added a timestamp to the screenshot function in the TTF example 2010-01-18 03:25:39 +00:00
N0NameN0
d58f2d2c76 [CHG] Comment typo 2010-01-17 17:38:40 +00:00
N0NameN0
99a0351914 [DEL] removed two old test files 2010-01-17 17:35:34 +00:00
N0NameN0
a46deda984 [DEL] in GRRLIB_3D.c All Light functions (uggly way to provide light imho)
[ADD] NEED_GRRLIB_FUNCTION a sample demo code that can be a base to code new functions !! i really need help on this !!
2010-01-17 17:34:17 +00:00
N0NameN0
8f7e79ab29 [DEL] Light Sample since i dont like the way i defined light fonctions 2010-01-17 17:13:05 +00:00
Crayon2000
8d1b10574e [CHG] TTF functions are now using RGBA color instead of RGB 2010-01-15 06:55:22 +00:00
Crayon2000
2dbb1380df [CHG] More protection to TTF functions
[NEW] Added FPS in the TTF example
2010-01-11 21:48:01 +00:00
Crayon2000
ad300e55d8 [CHG] Typos in comments 2010-01-09 02:41:47 +00:00
Crayon2000
3a88515815 [CHG] Cleaning code, I replaced all " ;" with ";" 2010-01-08 23:00:07 +00:00
Crayon2000
14bdb68481 [CHG] Refactoring 2010-01-07 23:50:52 +00:00
Crayon2000
4ab8726ffe [CHG] Updated the README.html file 2010-01-07 00:03:56 +00:00
N0NameN0
a4699e1780 [CHG] Just a simple printf modification 2010-01-06 18:27:55 +00:00
N0NameN0
96783d84bb [ADD] Adding GRRLIB_DrawCylinder
[CHG] Light/Primitive Demo code
2010-01-06 18:18:43 +00:00
Crayon2000
6847fba41f [CHG] libpng updated to version 1.2.42 2010-01-06 17:42:22 +00:00
Crayon2000
de118ab6f2 [CHG] libpng is now distributed with code and not a complied library 2010-01-06 17:34:06 +00:00
N0NameN0
899f7f1d47 [ADD] Adding GRRLIB_DrawCube
[CHG] Adding a cube to the primitive/light demo code
2010-01-06 14:08:06 +00:00
N0NameN0
d352bd354d [ADD] Adding GRRLIB_DrawSphere
[CHG] Light and primitive demo to add a sphere
2010-01-06 13:35:27 +00:00