.. |
7zip
|
added newlines to the end of every source file which was missing one
|
2008-09-27 15:22:21 +00:00 |
bzip2
|
Fixed license header issue with gtk debugger by switching to our standard template. Moved licenses to /doc. Removed only demo roms and replaced with marshall's Mupen64Plus Demo rom. Need to contact him for source and to finalized licensing, planning for the rom to be GPLed.
|
2008-10-29 21:50:34 +00:00 |
gui_gtk
|
Fix race conditions and gdk threading issues that cause crashes with Rice.
|
2008-11-02 08:43:15 +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
|
Rework the gui state api a bit. Don't pass the enum through an unsigned
|
2008-10-05 15:18:59 +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
|
Fix race conditions and gdk threading issues that cause crashes with Rice.
|
2008-11-02 08:43:15 +00:00 |
main.h
|
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 |
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
|
Comments for my commenting out of Slougi's plugin config calling change. Originally this was added while working on the win32 build. It interfere's with Rice's awareness that the emulator is running, and Slougi was unsure of why exactly he added it for win32. When more work is done towards win32 compatibility, this may either be ifdefed or a better solution found.
|
2008-11-02 08:48:32 +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
|
Fixed license header issue with gtk debugger by switching to our standard template. Moved licenses to /doc. Removed only demo roms and replaced with marshall's Mupen64Plus Demo rom. Need to contact him for source and to finalized licensing, planning for the rom to be GPLed.
|
2008-10-29 21:50:34 +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 |