Commit graph

774 commits

Author SHA1 Message Date
Richard Goedeken
8c1c192728 created v1.5 bugfix branch 2009-01-04 18:43:55 +00:00
Richard Goedeken
bc3c446f70 Added RELEASE info for v1.5 and bumped version # in pre.mk 2009-01-04 18:41:20 +00:00
Richard Goedeken
4e2b95acbd Updated release.mk according to all the changes over the last few months, and to create .tar.gz files instead of .zip 2009-01-04 00:52:19 +00:00
Richard Goedeken
037b23b386 fixed 2 bugs in uninstall.sh: correctly set the APPLICATIONSDIR (/usr/local/share/applications), and don't fail the script if rmdir fails to remove this dir during uninstall 2009-01-03 23:27:27 +00:00
Richard Goedeken
d0ff84d9b2 reverted the changes inadvertently committed in rev 1250 2009-01-03 23:26:20 +00:00
Richard Goedeken
b26081dcf5 fixed 2 bugs in install.sh: copy all the doc/ files, and create the /usr/local/share/applications directory before trying to copy the mupen64plus.desktop file there 2009-01-03 23:24:39 +00:00
Richard Goedeken
d526294d87 reverted pre.mk change inadvertantly committed in rev 1248 2009-01-03 21:58:54 +00:00
Richard Goedeken
221855d856 applied patch to fix CIC string values returned from main/util.c cicstring() function. resolved issue #191 2009-01-03 21:57:53 +00:00
Richard Goedeken
6456461ad2 fix memory overwrite bug in rsp_hle with Zelda:OOT rom, affecting ubuntu 8.10 systems. resolved issue #178 2009-01-03 21:36:46 +00:00
Richard Goedeken
6f46b10dfb bugfix: the goodname value and filename value were swapped in the rom properties dialog. resolved issue #189 2009-01-03 18:18:08 +00:00
Richard Goedeken
5a30bbe416 Changed static text in GTK GUI to reflect default pause key of p. 2009-01-03 18:10:25 +00:00
Richard Goedeken
8e6daca40b changed default emulator pause key from SDLK_PAUSE to SDLK_p, because Macintosh keyboards dont have a pause key, resolving issue 181 2009-01-03 16:48:10 +00:00
Jesse Dean
a8731fdff4 Fixed some scrolling issues and a warning that appeared in the
regression tests
2008-12-22 19:19:28 +00:00
Jesse Dean
895a9d3d48 Rewrite of debugger memory breakpoint trap. Memory breakpoints are now
trapped by functions injected into the memory function tables.  
New setup should be MUCH faster, and more flexible
2008-12-22 04:54:03 +00:00
Jesse Dean
ad25ea6ada Fixed out of bound array bug in memory access function handlers. 2008-12-21 23:15:39 +00:00
Jesse Dean
b3e7855e07 Auria's patch to get all mupen paths for app bundles 2008-12-19 21:09:25 +00:00
Jesse Dean
97cb31db60 Auria's config path check for app bundles on osx 2008-12-19 20:48:50 +00:00
Louai Al-Khanji
2cf4357cd4 Disable external render window except on windows. 2008-12-19 17:32:06 +00:00
Richard Goedeken
cef163ec8f fixes for install.sh and pre.mk per issue #106, comment 25 2008-12-19 00:09:45 +00:00
Jesse Dean
f1f83ae510 Added scroll wheel support to disassembler window 2008-12-16 08:55:08 +00:00
Jesse Dean
a6860ca17b Correct debugger handling of delay slots, breakpoints on those slots now work,
and the order is cyple-by-cyle.  Also removed seperate version string for 
debugger, fixed the appearance of the disassembler including the quality of 
disassembled opcodes.  Allow frontend to close program even if execution is in 
step mode.  Added ZZT32 as contributor to decoder.c and cleaned up a lot of 
the garbage dumped to stdout & stderr.
2008-12-16 06:28:15 +00:00
Richard Goedeken
da4cb885bc 2 lines in the makefile from clean-plugins should be in clean-core 2008-12-12 13:35:42 +00:00
Richard Goedeken
8a1c9c0d41 fix errors in audio plugins not following spec: ProcessAlist() -> ProcessAList() 2008-12-12 11:20:18 +00:00
Jesse Dean
66bc06edad Added options to clean core or plugins only 2008-12-11 22:18:59 +00:00
Jesse Dean
a3689074a9 Fixed disassembly of CACHE instruction 2008-12-11 20:42:58 +00:00
Jesse Dean
afe0b4865b Fixed debugger code-stepping & dynarec warning message 2008-12-11 20:02:51 +00:00
Louai Al-Khanji
b13c996430 Do not apply LDFLAGS meant for the core to everything we build. 2008-12-07 15:23:29 +00:00
Louai Al-Khanji
4ce82e641a Do not overwrite CFLAGS 2008-12-07 15:18:06 +00:00
Louai Al-Khanji
3483e83e79 ... brain fart 2008-12-07 14:38:16 +00:00
Louai Al-Khanji
a1379a5fe1 fix compilation on older Qt versions. 2008-12-07 14:37:38 +00:00
Louai Al-Khanji
89894d2fb1 Do not set input interval, not needed. Use native widgets from the start. 2008-12-07 01:03:05 +00:00
Louai Al-Khanji
26f5a44613 Fix arrow keys 2008-12-07 00:54:54 +00:00
Louai Al-Khanji
46c9894093 More work on fixing input cross-platform 2008-12-06 23:24:56 +00:00
Louai Al-Khanji
1eda4fe1a7 Forward key events to input plugin. Needs better key coverage, but it's a start. 2008-12-06 22:08:25 +00:00
Louai Al-Khanji
e33a04f830 Fix win32ism 2008-12-06 14:43:49 +00:00
Louai Al-Khanji
9191b1d2da Apparently this has to stay this way. 2008-12-06 14:32:08 +00:00
Louai Al-Khanji
dad681dff4 Support both <SDL.h> and <SDL/SDL.h> style includes 2008-12-06 14:29:16 +00:00
Louai Al-Khanji
2f1a8fca89 More build system updates. glN64 fails to link currently. 2008-12-06 13:19:31 +00:00
Louai Al-Khanji
390e4795d5 Some more fixes 2008-12-06 12:15:36 +00:00
Louai Al-Khanji
1725ad9657 Unneeded 2008-12-06 11:59:55 +00:00
Louai Al-Khanji
56f681b813 Consolidate unix and win32 build systems. Not tested on Linux yet, will do so before the end of the day. There shouldn't be any major breakage though. 2008-12-06 11:52:36 +00:00
Louai Al-Khanji
ef13bf2b87 Fix for win32 compilation 2008-12-06 09:37:09 +00:00
Louai Al-Khanji
efda26b6a0 obsolete file 2008-12-06 09:25:35 +00:00
Louai Al-Khanji
048f6e94e5 Fix install script up some more 2008-12-05 04:44:26 +00:00
Louai Al-Khanji
3285537a74 Fix build system to check for various files before installing. Create the .desktop file only if we actually have a GUI. 2008-12-05 03:58:14 +00:00
Louai Al-Khanji
50d695ee04 Fix compilation error. Apparently gtk uses "protected" as a variable name somewhere in its headers, grumble grumble. 2008-12-05 03:09:36 +00:00
Louai Al-Khanji
e57d158f16 Missed this yesterday 2008-11-30 14:52:23 +00:00
Richard Goedeken
3c0783345b bugfix: DllConfig should not call write_configuration() after calling the configure dialog function, because the configure_sdl() dialog uses an SDL Thread and returns immediately. The dialog thread needs to call write_configuration() if the user clicks OK 2008-11-29 22:47:03 +00:00
Richard Goedeken
69088bbd6a bugfix: sometimes the axis direction would flip in blight_input. if you use sscanf to write a %c field into an int * that has been typecast to char *, you will often get the wrong value later when you read the int 2008-11-29 21:57:07 +00:00
Louai Al-Khanji
7f0c0634a6 Fix the ifdef to kick in on X11 only 2008-11-29 19:54:11 +00:00