Commit graph

7 commits

Author SHA1 Message Date
sepp256
bfb3016ac3 Added headers to GX_gfx source files. 2009-11-08 05:24:29 +00:00
sepp256
f785afcd76 - Reworked VI to use the PreRetrace callback in GX_gfx plugin, which improves the framerate a little. 2008-07-03 02:27:26 +00:00
sepp256
474e6c93d0 Fixed a texture conversion bug.
Fixed a texture coordinate bug.
Reworked some combining/blending code.
Added support for Screen Capture -> .png file.
(This is currently commented as it would require ~1MB of RAM)
Still need to figure out Mario's shininess.
2008-03-09 22:57:26 +00:00
sepp256
4c88413a42 Made many changes to GX_gfx plugin, including:
- rewrote combiner & blender several times
 - texture fixes
 - transform matrix fixes
 - lots of other things I don't remember right now

Please use the new Makefile.GX_gfx
Not everything looks right, yet, so don't complain! ;)
2008-01-07 03:52:08 +00:00
sepp256
485a206fd6 Changed system font to be used as a texture for GUI, FPS, and DEBUG.
Fixed syntax error in DEBUG.c ln 85.
DEBUG_print doesn't seem to work because DEBUG_text seems to be all NULLs or empty strings.
Once DEBUG_print works, I'll make changes so that DEBUG is updated each VI.  Currently, DEBUG is updated every time a gfx list is executed.
2007-11-29 19:29:21 +00:00
sepp256
4526c64357 Added Load Progress Bar. 2007-10-06 08:45:52 +00:00
sepp256
81cfbcb6cc This revision includes initial GX graphics. I'm still adding a lot, so the structure of the GX plug-in code will change in the near future. To compile for GX, use Makefile.GX_gfx. I am not able to test at the moment, so let me know if this revision breaks anything or if the GX plugin does not work. 2007-10-02 21:17:15 +00:00