From 9a450b7a782b9302e1c6e5afd6f5442671d6cc08 Mon Sep 17 00:00:00 2001 From: N0NameN0 Date: Sun, 18 Jan 2009 22:41:48 +0000 Subject: [PATCH] [CHG] ReadMe update --- README.TXT | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.TXT b/README.TXT index 469238d..4cc5630 100644 --- a/README.TXT +++ b/README.TXT @@ -14,6 +14,7 @@ =============================================================== Code : NoNameNo +Additional Code : Crayon Code Hints : RedShade Info & Tutorial : http://grrlib.santo.fr @@ -22,7 +23,9 @@ Info & Tutorial : http://grrlib.santo.fr ChangeLog : * Color format change for ALL GRRLib function (now its RGBA) to fit to GX_Color format and use GX_Color1u32 -* added GRRLIB_LoadTextureFromFile //---> Contribution by GRILLO + +* Name Change GRRLIB_LoadTexture to GRRLIB_LoadTexturePNG + * GRRLib introduce a new texture structure (easier to handle texture width, height, etc ...): typedef struct GRRLIB_texImg{ unsigned int w; @@ -34,11 +37,18 @@ ChangeLog : unsigned int tilestart; void *data; } GRRLIB_texImg; + * add void GRRLIB_InitTileSet(struct GRRLIB_texImg *tex, unsigned int tilew, unsigned int tileh, unsigned int tilestart); + * GRRLIB_Printf recoded to fit modification. + * GRRLIB_DrawImg recoded for simpler use + * GRRLIB_DrawTile recoded for simpler use + // --->Frame Correction by spiffen +* added GRRLIB_LoadTextureJPG (thx crayon for the file end detection idea) + + have a look at the sample code to see how all this work ;) Remember that 3.0.5 is a WIP preview for the soon coming GRRLIB 4.0 and it's not intend to be publicly released...