Commit graph

254 commits

Author SHA1 Message Date
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
Crayon2000
bb7e859fd6 [CHG] Documentation error 2009-11-25 23:49:26 +00:00
Crayon2000
44b84e6152 [CHG] The GRRLIB_GetColor function was deleted, the RGBA macro should be used instead 2009-11-25 23:25:26 +00:00
Crayon2000
f314c0521f [CHG] GRRLIB_Screen2Texture should be used for composition, NoNameNo will make a demo soon 2009-11-25 21:25:17 +00:00
N0NameN0
d747469c4d [CHG] GRRLIB_Init forced to specific pixelfmt, copyclear alpha to 0, GX_PokeAlphaRead to none. (all this for real alphaed compositing) 2009-11-25 20:59:15 +00:00
Crayon2000
57524607cf [CHG] All examples have been updated (except nonameno03) 2009-11-25 19:38:04 +00:00
Crayon2000
fc3c97d90d [CHG] Replaced tabs with spaces
[CHG] Adapted lesson1
2009-11-25 05:14:28 +00:00
Xane
9e0b0182a9 [ADD] Added several new functions to change drawing settings like Color, Scale and Rotation for all following drawing commands.
[CHG] Changed all drawing commands accordingly to make use of the settings by the functions specified above.
[NOTE] All examples will have to be adopted to the changed as well, it isn't much of work I might as well do it myself later.
2009-11-24 21:15:35 +00:00
Crayon2000
28e2fcd9f0 [CHG] Inline warnings are gone (temp fix???) 2009-11-24 17:50:19 +00:00
Crayon2000
97ff10fadc [CHG] The template example is now included in the documentation 2009-11-23 23:38:46 +00:00
Crayon2000
d6e07b3a68 [CHG] Example nonameno02 is now compiling 2009-11-23 19:50:36 +00:00
Crayon2000
8770af329b [CHG] Doc improvement (again) 2009-11-16 21:34:47 +00:00
Crayon2000
848a2c102f [CHG] Doc improvement 2009-11-16 20:35:23 +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
f725d47aad [CHG] Code is a bit simpler (1 line instead of 2) 2009-11-12 03:36:48 +00:00
Crayon2000
49ffb512b5 [CHG] Doc improvement 2009-11-11 23:52:36 +00:00
N0NameN0
8f2e7413e5 [CHG] Optimization in tile calculation
i only modded DrawTile, if this mod is ok for all and fully tested
we need to make this change to all functions the needs calculation like this.
(drawpart, drawtilequad, etc...)
2009-11-10 09:50:41 +00:00
Crayon2000
db1246ce52 [CHG] Clean comments for doc 2009-11-09 02:36:22 +00:00
N0NameN0
54a20ad5ca [CHG] Modded Screen2Texture to be able to specify parameters
with this change you can make real GX compositing now ;)
2009-11-08 16:54:14 +00:00
Crayon2000
167bc0b7e3 [CHG] Undo r192 for backward compatibility 2009-11-08 02:37:11 +00:00
N0NameN0
c86e2a8d70 [ADD] GRRLIB_DrawPart to draw a specific part of a Texture. 2009-11-07 13:26:03 +00:00
Crayon2000
3aa0b23d8f [CHG] GRRLIB_FillScreen is now using GX_SetCopyClear instead of calling GRRLIB_Rectangle 2009-11-06 23:43:55 +00:00
Crayon2000
2e8876f899 [CHG] GRRLIB_Rectangle is calling directly GX_Begin/GX_End
[CHG] Documentation improvement
2009-11-06 22:55:01 +00:00
Crayon2000
0ac411a9e8 [CHG] Using some macro to make the code easier to read 2009-11-06 16:58:14 +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
3121e1061a [CHG] Deleted __HAVE_GRRLIB__ because it was not used. If someone need it, just replace it with __GRRLIB_H__ 2009-11-04 17:32:41 +00:00
Crayon2000
f35a165d94 [CHG] raw2c.exe is no longer distributed with the composition example 2009-11-03 15:59:22 +00:00
Crayon2000
0e015068fe [CHG] Typo in GRRLIB_DrawImg and DrawTile (scaleX should be scaleY) 2009-10-30 05:45:02 +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
01adcdf9b9 [CHG] math.h is not needed in GRRLIB_fbSimple.h 2009-10-20 22:21:01 +00:00
Crayon2000
1e84350468 [CHG] libpng 1.2.29 updated to version 1.2.40 2009-10-18 04:12:45 +00:00
Crayon2000
4f5fbbf2d4 [CHG] Change the definition of GRRLIB_ScrShot. Screenshots could be created on other interfaces than SD card. 2009-10-16 22:31:32 +00:00
Crayon2000
414ccec0f5 [BUG] Corrected bug #5 submitted by imruon 2009-10-16 21:38:40 +00:00
Crayon2000
3319a09ccb [BUG] Examples have been updated to work with latest version of GRRLIB 2009-10-16 21:24:17 +00:00
Crayon2000
fff851b34b [CHG] Deleted the Temporary fix (-DNOGUFIX) 2009-10-16 20:59:08 +00:00
Crayon2000
8c05d9ac06 [CHG] Renamed GRRLIB.html to README.html
[CHG] Deleted the "Temporary fix" README.txt, not needed with devkitPro 18
2009-10-15 14:52:42 +00:00
Crayon2000
fc00cfff24 [BUG] Correct the problem reported by flarup during installation 2009-10-09 17:22:05 +00:00
Crayon2000
b7151bcad5 [CHG] Corrected some typos in descriptions 2009-10-06 18:07:03 +00:00