mupen64plus-oldsvn/main
2008-10-28 06:14:14 +00:00
..
7zip added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
bzip2 added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
gui_gtk Some more SDL input cleanup in the branch. No gui mode works. The slowdown should be solved but we get faster speed that nogui (branch or trunk) and indistinguishable speed in gui mode from trunk. Also, a few changes to prevent the debugger from crashing no matter how you attempt to close emulation. The debugger still needs a ton of work, but most of crasher bugs are cleaned up. 2008-10-28 06:14:14 +00:00
gui_qt4 Make data function have a single exit point again. 2008-10-12 23:09:08 +00:00
lzma added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
zip Should fix inability to detect zipped roms. Bug introduced when fixing -Wall warnings in unzip library. 2008-10-11 02:30:50 +00:00
adler32.c added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
cheat.c added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
cheat.h License header changes for Debian inclusion (wrong FSF address). 2008-10-11 05:48:50 +00:00
config.c Fix lack of newline breakage. Sorry about that, gcc 4.3 doesn't give those warnings even on -Wall. One -Wall fix, and remove hardcoded 1024 PATH_MAX to use limits.h. Also re-added rice hard gtk dependency. 2008-09-26 19:08:12 +00:00
config.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
gui.h Some more SDL input cleanup in the branch. No gui mode works. The slowdown should be solved but we get faster speed that nogui (branch or trunk) and indistinguishable speed in gui mode from trunk. Also, a few changes to prevent the debugger from crashing no matter how you attempt to close emulation. The debugger still needs a ton of work, but most of crasher bugs are cleaned up. 2008-10-28 06:14:14 +00:00
lirc.c added ctype.h include for toupper()/tolower() functions 2008-09-29 20:04:18 +00:00
lirc.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
main.c Some more SDL input cleanup in the branch. No gui mode works. The slowdown should be solved but we get faster speed that nogui (branch or trunk) and indistinguishable speed in gui mode from trunk. Also, a few changes to prevent the debugger from crashing no matter how you attempt to close emulation. The debugger still needs a ton of work, but most of crasher bugs are cleaned up. 2008-10-28 06:14:14 +00:00
main.h Some more SDL input cleanup in the branch. No gui mode works. The slowdown should be solved but we get faster speed that nogui (branch or trunk) and indistinguishable speed in gui mode from trunk. Also, a few changes to prevent the debugger from crashing no matter how you attempt to close emulation. The debugger still needs a ton of work, but most of crasher bugs are cleaned up. 2008-10-28 06:14:14 +00:00
md5.c added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
md5.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
plugin.c Primarily implementation of new GUI state API and associated Gtk2 and Qt4 implementations. Fixed one minor Gtk bug (unable to select large toolbar icons). Fixed a could of NO_GUI warnings. Changed romcache.h to not define RCS structures in NO_GUI mode (more optimized NO_GUI binary). Fixed some non-ANSI static code analysis "bugs" mainly function() -> function(void) in C declarations. Also some GPL header updates to the newest template. Sorry for the large commit. 2008-10-05 03:33:52 +00:00
plugin.h Primarily implementation of new GUI state API and associated Gtk2 and Qt4 implementations. Fixed one minor Gtk bug (unable to select large toolbar icons). Fixed a could of NO_GUI warnings. Changed romcache.h to not define RCS structures in NO_GUI mode (more optimized NO_GUI binary). Fixed some non-ANSI static code analysis "bugs" mainly function() -> function(void) in C declarations. Also some GPL header updates to the newest template. Sorry for the large commit. 2008-10-05 03:33:52 +00:00
rom.c Add status support to rom loading function for .zipped roms. Should Fix issue 163. 2008-10-12 07:53:51 +00:00
rom.h Fixed accidental rcs bug. Some new comments for rom.h and fixed Fullscreen crashing on the Qt4 GUI. 2008-10-02 21:15:17 +00:00
romcache.c Commit Richard's crc fix. 2008-10-13 01:46:57 +00:00
romcache.h Primarily implementation of new GUI state API and associated Gtk2 and Qt4 implementations. Fixed one minor Gtk bug (unable to select large toolbar icons). Fixed a could of NO_GUI warnings. Changed romcache.h to not define RCS structures in NO_GUI mode (more optimized NO_GUI binary). Fixed some non-ANSI static code analysis "bugs" mainly function() -> function(void) in C declarations. Also some GPL header updates to the newest template. Sorry for the large commit. 2008-10-05 03:33:52 +00:00
savestates.c Primarily implementation of new GUI state API and associated Gtk2 and Qt4 implementations. Fixed one minor Gtk bug (unable to select large toolbar icons). Fixed a could of NO_GUI warnings. Changed romcache.h to not define RCS structures in NO_GUI mode (more optimized NO_GUI binary). Fixed some non-ANSI static code analysis "bugs" mainly function() -> function(void) in C declarations. Also some GPL header updates to the newest template. Sorry for the large commit. 2008-10-05 03:33:52 +00:00
savestates.h Primarily implementation of new GUI state API and associated Gtk2 and Qt4 implementations. Fixed one minor Gtk bug (unable to select large toolbar icons). Fixed a could of NO_GUI warnings. Changed romcache.h to not define RCS structures in NO_GUI mode (more optimized NO_GUI binary). Fixed some non-ANSI static code analysis "bugs" mainly function() -> function(void) in C declarations. Also some GPL header updates to the newest template. Sorry for the large commit. 2008-10-05 03:33:52 +00:00
translate.c added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
translate.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
util.c Fixes issue 162. Windows snprintf requires the NULL despite ANSI spec. Added general comment to issue 109. 2008-10-12 04:42:50 +00:00
util.h Primarily implementation of new GUI state API and associated Gtk2 and Qt4 implementations. Fixed one minor Gtk bug (unable to select large toolbar icons). Fixed a could of NO_GUI warnings. Changed romcache.h to not define RCS structures in NO_GUI mode (more optimized NO_GUI binary). Fixed some non-ANSI static code analysis "bugs" mainly function() -> function(void) in C declarations. Also some GPL header updates to the newest template. Sorry for the large commit. 2008-10-05 03:33:52 +00:00
version.template Oversight from previous commit. 2008-08-21 02:49:28 +00:00
winlnxdefs.h added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00