Commit graph

300 commits

Author SHA1 Message Date
Crayon2000
a1edf64aac [CHG] Started function GRRLIB_LoadTextureBMF (just the beginning) 2009-02-17 05:46:16 +00:00
N0NameN0
3d92f40205 [CHG] Just a little docs error ;) 2009-02-16 23:41:25 +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
4349944ae7 [NEW] Function to invert all the colors of an image 2009-02-14 06:03:43 +00:00
N0NameN0
3b9d414405 [BUG] No More Memory leak in the Scatter BitMap FX ;) 2009-02-14 01:02:41 +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
Crayon2000
dcd647d69b [CHG] Moving stuff around (step 2) 2009-02-13 19:24:26 +00:00
Crayon2000
bad67ed1c1 [CHG] Moving stuff around (step 1) 2009-02-13 19:19:45 +00:00
N0NameN0
f36bd4409d [CHG] Added a minimum code template 2009-02-13 00:23:20 +00:00
N0NameN0
e3371b932c [BUG] Little Path correction ;) 2009-02-13 00:07:52 +00:00
N0NameN0
a90c97bb18 [CHG] Here is the new file organisation (easier to add more templates) 2009-02-12 23:57:32 +00:00
N0NameN0
dbaac5f6c5 Big Clean before new organisation ;) 2009-02-12 23:43:50 +00:00
N0NameN0
34d1f99199 [NEW] GRRLIB_Credit that you HAVE to call at least ONCE in your code to
respect author desire !! ( thanks to respect our work following this 
rule !!)
2009-02-10 01:18:02 +00:00
Crayon2000
108103ea2c [CHG] Documentation improvement 2009-02-09 23:27:39 +00:00
Crayon2000
67ab9e9829 [CHG] Pre-calculating stuff in GRRLIB_BMFX_Scatter
[CHG] Showing FPS on the template
2009-02-09 04:35:17 +00:00
N0NameN0
b4b26eff31 [NEW] GRRLIB_BMFX_Scatter (random mixing pixel)
I Detected there is memory leak somewhere !! have a look at link tiles 
! you will see erased part of the tileset (go up)
2009-02-08 16:50:08 +00:00
Crayon2000
53e761a9a8 [NEW] Function GRRLIB_FlushTex to flush a texture
[CHG] GRRLIB_GrayScale renamed to GRRLIB_BMFX_GrayScale
[CHG] GRRLIB_SetPixelTotexImg is not calling DCFlushRange any more
2009-02-06 20:41:33 +00:00
Crayon2000
2245c761f6 [NEW] GRRLIB_CreateEmptyTexture to create an empty texture
[NEW] GRRLIB_GrayScale to change a texture to gray scale
2009-02-06 03:36:42 +00:00
N0NameN0
fcf76f406b [CHG] main.c added a little fire effect to show use of get and set pixel
in texture buffer ;)
2009-02-05 23:12:52 +00:00
N0NameN0
e3e8ed4df7 [CHG] Little optimisation on GRRLIB_GetPixelFromtexImg and
GRRLIB_SetPixelTotexImg
2009-02-05 22:14:27 +00:00
N0NameN0
c8276275ea [BUG] GRRLIB_GetPixelFromtexImg and GRRLIB_SetPixelTotexImg now WORKING
!!
2009-02-05 21:27:48 +00:00
Crayon2000
324f4792e8 [CHG] Added some comments 2009-02-04 22:52:16 +00:00
N0NameN0
c0ababb4e4 [NEW] GRRLIB_GetPixelFromtexImg and GRRLIB_SetPixelTotexImg !!!! BUGGED DO NOT USE until working ;) !!! 2009-02-04 21:46:11 +00:00
Crayon2000
0bcea42377 [CHG] All 16 HTML 4.01 color names are in the template
[NEW] ASCII font for the template
2009-02-02 03:36:02 +00:00
Crayon2000
188c9790b8 [CHG] Template has a GRRLIB_NGoneFilled example and text with alpha 2009-01-28 06:37:03 +00:00
Crayon2000
141e14ed07 [NEW] GRRLIB_RectInRect and GRRLIB_RectOnRect 2009-01-27 06:05:28 +00:00
Crayon2000
58226d57ae [CHG] Image is now transparent 2009-01-26 16:09:52 +00:00
Crayon2000
adaa54dfe3 [CHG] Improve template with almost everything 2009-01-26 08:03:53 +00:00
Crayon2000
03ca45bf76 [CHG] Added some defines for colours in the template
[NEW] Documentation main page
2009-01-22 23:21:55 +00:00
Crayon2000
fda4c0c33b [CHG] GRRLIB_HotZone changed to GRRLIB_PtInRect
[NEW] GRRLIB_Exit to free the memory allocated by GRRLIB
2009-01-21 23:16:15 +00:00
N0NameN0
8aea904788 [NEW] GRRLIB_HotZone to detect if the wpad is in a specific zone 2009-01-21 13:30:44 +00:00
Crayon2000
00ffc71ed0 [CHG] doxygen fix. 2009-01-20 23:07:23 +00:00
Crayon2000
6649c513f8 [CHG] README.TXT update 2009-01-20 05:17:13 +00:00
Crayon2000
66a1014e66 [BUG] guOrtho() needs Mtx44 for parameter so perspective should be Mtx44
[CHG] The template is now using the left and right button to move the text
2009-01-20 03:51:03 +00:00
Crayon2000
6bc15252a7 [CHG] InitVideo() and GRRLIB_Render() merge into GRRLIB_Init(). 2009-01-19 23:08:45 +00:00
Crayon2000
2f9443033d [BUG] The library could now be used in C++ 2009-01-19 04:03:34 +00:00
Crayon2000
7643508990 [CHG] Code formatting 2009-01-19 00:48:28 +00:00
N0NameN0
9a450b7a78 [CHG] ReadMe update 2009-01-18 22:41:48 +00:00
N0NameN0
54c680d767 [CHG][NEW] add jpeg support (GRRLIB_LoadTextureJPG) and renamed old GRRLIB_LoadTexture to GRRLIB_LoadTexturePNG 2009-01-18 22:38:58 +00:00
Crayon2000
f5d25a55a5 [CHG] Code formatting and some doxygen comments 2009-01-18 17:59:43 +00:00
N0NameN0
89e3071ffc added the libpng binary 2009-01-15 10:36:37 +00:00
N0NameN0
8f4fd5f8aa remove template binaries (dol / elf) useless 2009-01-15 10:35:01 +00:00
N0NameN0
8f4c30a2b0 remove the build directory (useless) 2009-01-15 10:32:39 +00:00
N0NameN0
f343a67bee 3.0.5 preview to get a 4.0 soon !! 2009-01-15 10:08:37 +00:00
N0NameN0
c29b5efde7 Initial directory structure. 2009-01-15 09:50:29 +00:00