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
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
N0NameN0
864f2610e9
[ADD] Added GRRLIB_DrawTorus, our first primitive !!!
2010-01-06 09:25:28 +00:00
Crayon2000
42d7917d0d
[CHG] TTF example is more complete
...
[BUG] In the 3D test branch the model could be draw with color and texture (order is: position / normal / color / texture)
[CHG] In the 3D test branch the example is now using lights
2010-01-06 04:56:37 +00:00
Crayon2000
25876beeb9
[CHG] Files cleanup
2010-01-05 22:28:13 +00:00
N0NameN0
dd1aa7045f
[ADD] First Diffuse Light functions (lot of work need about light in general...)
...
[ADD] a Diffuse Light sample code (3 lights sources)
2010-01-05 21:39:31 +00:00
Crayon2000
5344e1db1b
[BUG] FreeType lib was missing
...
[CHG] Linux lib installer updated with FreeType installation
2010-01-05 21:09:20 +00:00
Crayon2000
cfaec61cd9
[CHG] Adjust some types for BMF functions
...
[CHG] Clean the 3D_test branch
2010-01-05 03:08:16 +00:00
Crayon2000
03c4b47695
[CHG] Code formatting
2010-01-04 21:43:12 +00:00
Crayon2000
5deb38d502
[CHG] Copyright date changed to 2010
2010-01-04 03:48:33 +00:00
Crayon2000
0d760f99d4
[NEW] FreeType support now available (first support)
2010-01-04 03:28:25 +00:00
Crayon2000
81c3a5650f
[BUG] Corrected a problem introduced by me :(
2009-12-29 02:42:25 +00:00
Crayon2000
67b39ed470
[CHG] Deleted the lib-conversion branch, not needed anymore
...
[CHG] Started code for materials in GRRLIB_3Dobj.c
[BUG] Problem fixed in Draw3dObj
2009-12-22 22:58:24 +00:00
Crayon2000
c9ff17bda5
[CHG] Code format
2009-12-22 03:04:34 +00:00
Crayon2000
a0396c8d42
[CHG] Code format
2009-12-22 02:31:14 +00:00
Crayon2000
47ed2a0092
[CHG] Typo in a message
2009-12-18 04:41:04 +00:00
Crayon2000
a63ddb2133
[NEW] Installer for FreeType
2009-12-17 03:19:32 +00:00
Crayon2000
c63ad06ac9
[CHG] Function should start with upper case character
2009-12-15 22:51:39 +00:00
Crayon2000
e51984ed9b
[NEW] GRRLIB_LoadTextureJPGEx, uses the size parameter
2009-12-15 18:27:31 +00:00
Crayon2000
c77528dd8d
[CHG] Doc improvement
2009-12-15 17:31:32 +00:00
Crayon2000
c3abfa5247
[CHG] Now talking about 3D
2009-12-14 23:14:17 +00:00
Crayon2000
7c0e6017b6
[CHG] Changed path to template code
2009-12-14 04:30:05 +00:00
Crayon2000
9e187ac8bc
[NEW] New logo
...
[CHG] lesson2 renamed bitmap_fx
[CHG] Version is now 4.2.0
2009-12-10 22:08:28 +00:00
Crayon2000
3eed382e82
[CHG] Doc improvement
2009-12-08 17:47:51 +00:00
Crayon2000
b3619a5e35
[CHG] License was missing in two files
2009-12-08 01:26:04 +00:00
Crayon2000
75ee3e2fa3
[CHG] GRRLIB_PrintBMF prints directly to the screen instead of using a temporary texture. If you need a texture use GRRLIB_CompoStart and GRRLIB_CompoEnd.
2009-12-08 01:18:40 +00:00
Crayon2000
b00ef0f50f
[CHG] Cleanup (part 2)
2009-12-07 02:15:48 +00:00
N0NameN0
cb372b9231
[ADD] Adding first support to 3D functions, sample code will follow.
2009-12-06 16:32:09 +00:00
N0NameN0
bf8a78ffac
[CHG] Remove the "trash" occurence to a clean way to clear EFB
2009-12-05 23:43:13 +00:00
N0NameN0
8ede687af8
[ADD] USB_Gecko ouput facilities.
2009-12-05 14:42:00 +00:00
Crayon2000
9a4bdc04ae
[CHG] Added the Links section to the doc main page
2009-12-04 23:55:51 +00:00
N0NameN0
b17f304c17
[CHG] When GRRLIB_Settings.antialias = false; we now also do not antialias verticaly
...
[CHG] Change nonameno02 sample code to fit this change.
2009-12-04 23:03:57 +00:00
Crayon2000
0d0ae2ca97
[NEW] Added a define with the version as a string (GRRLIB_VER_STRING)
2009-12-03 00:08:19 +00:00
N0NameN0
5761644fe8
[CHG] RollBack to version before latest Xanares change (global settings stuff) finally not added in this project. Sorry, Mass request ;)
2009-12-02 19:16:28 +00:00
Crayon2000
5da7abd4bc
[CHG] PNGU_EncodeFromEFB (take two)
2009-12-01 20:42:43 +00:00
Crayon2000
10aee9c66b
[CHG] Modify GRRLIB_ScrShot to work with EFB (maybe...)
2009-12-01 20:20:16 +00:00
Crayon2000
740a81df7e
[CHG] Cleanup
2009-11-26 22:46:24 +00:00
N0NameN0
a3024c20b7
[ADD] GRRLIB_CompoStart and GRRLIB_CompoEnd for Real GX compositing
...
[ADD] Compositing Sample Code
[CHG] Ported nonameno03 sample code to new the setting variable fashion
2009-11-26 21:56:20 +00:00
Crayon2000
4a4a931797
[CHG] No need to include base_rules in Makefile now that dekitPro 18 is needed to compile the library
2009-11-26 19:52:20 +00:00
Crayon2000
a9a83f9c98
[CHG] Installation of GRRLIB now works from path with whitespace
2009-11-26 17:20:28 +00:00
N0NameN0
412723840c
[CHG] Cancel GRRLIB_Init latest modification to make it another better way in next commit
2009-11-26 09:06:01 +00:00