Scott Knauert
a3b493c1e7
Added a cleanuped version of olejl's Project64 savestate export patch (effectly closes Issue 52). Since PJ64 format uses .zip compression, re-adding the compression part of minizip. Also added a Gtk GUI tie-in to let us easily export saves, as well as re-adding savestate messages to the console (why was this turned off again?) and two minor error message corrections for romcache.c.
2009-02-17 07:51:43 +00:00
Richard Goedeken
8fcd8ea3b0
removed commit 1321 and the broken signal handling code changes from the r970-sdl-threads branch, which probably are causing issue #201 . Replaced with a simple abort()
2009-02-17 04:01:34 +00:00
Richard Goedeken
d765b1909c
bugfix: issue #201 - infinite loop of segfault signals. restore default handler after first signal, so it will terminate program upon further receipt
2009-02-11 01:29:43 +00:00
Jesse Dean
503910878b
Enable Debugging output from plugins via a flag in configure script
2009-01-29 19:09:29 +00:00
olejl
5b511407f2
Fix a bug when loading a pj64 saveste.
2009-01-27 17:37:46 +00:00
Richard Goedeken
65e9212a2b
Merged patch from olejl77 in issue #52 , comment #12 , with a few small changes
2009-01-25 13:12:03 +00:00
Jesse Dean
dcedd81bd3
Fix z64 for 64-bit builds
2009-01-18 18:42:01 +00:00
Jesse Dean
0efbb276f0
Olejl's fix for issue 194
2009-01-18 08:59:02 +00:00
Jesse Dean
98a0f1afdf
Comitting olejl77's debugger fixes from issue 199
2009-01-18 08:52:29 +00:00
Jesse Dean
552263fb6e
Inhibit selection in desassembly window, the current line is highlighted
...
via a different mechanism, currently no need to highlight a row
2009-01-18 06:21:59 +00:00
Jesse Dean
0e7b17ec5f
Can't use debugger with no gui, updated configure script
...
Also removed Go/Stop toggle switch, instead we now have Go, Trace, Step,
and Break buttons in the gui
2009-01-18 04:59:16 +00:00
Jesse Dean
eb78a9c45f
Added symbol generation to jttl_audio & z64 makefiles and repaired bug
...
in debugger where it would scroll to a rounded address during init
2009-01-18 04:00:36 +00:00
Jesse Dean
4c2158f950
Fixed z64 dependancy on libdevil, also stripped tabs from rdp.h
2009-01-16 23:02:23 +00:00
Jesse Dean
e976bf455e
Added ability to disable specific plugins from configure script and
...
added dummyinput to dummy plugins. The configure script now also checks
for SDL-ttf for blight as well as libsamplerate for resample support in
jttl_audio
2009-01-16 22:48:49 +00:00
Jesse Dean
5a3c9d458f
Repaired use of RSPTIMING flag to dump output when plugin is closed
2009-01-13 19:08:38 +00:00
Jesse Dean
12af2bc22d
Cleanup of vector accumulator saturation code
2009-01-13 17:56:20 +00:00
Jesse Dean
de3ea010fc
Angrylion's patches for performance & hacks for stunt racer and world driving championship
2009-01-13 16:57:27 +00:00
Jesse Dean
30d3813485
Strip tabs before importing Angrylion's z64 fixes & speedup
...
modifications instead of doing both in one commit.. This should help
make Angrylion's modifications easier to identify
2009-01-13 05:14:35 +00:00
Jesse Dean
7a42ac609b
Corrected name of z64's author, it's Ziggy, not Zilmar :$
2009-01-11 06:45:39 +00:00
Jesse Dean
6c2d20639b
Patch to get sound working in z64
2009-01-09 19:11:36 +00:00
Jesse Dean
c205ff417a
Rewrote configure to use a table to map options to make flags. Should
...
make maintaining the script easier
2009-01-09 17:56:21 +00:00
Jesse Dean
7c93ddf853
Bugfix for pre.mk and configure
2009-01-09 15:45:19 +00:00
Jesse Dean
de62dc4d60
Fixed FTGL tests in configure script and some code cleanup
2009-01-09 15:32:59 +00:00
Jesse Dean
d521f54e81
Added compiler test for dependancies to configure script
2009-01-09 14:55:07 +00:00
Jesse Dean
d1fce9ebe9
Part 2 of acardenas's FreeBSD patch
2009-01-09 13:47:23 +00:00
Jesse Dean
9db745aef3
Fix for coprocessor register decoding
2009-01-09 11:07:19 +00:00
Jesse Dean
1f7f4101bd
Fixed glew dependancy bug
2009-01-09 10:26:32 +00:00
Jesse Dean
da2aa83665
Fixed bug in __nonzero__ method returning an int instead of bool
2009-01-09 10:03:20 +00:00
Jesse Dean
f8d659299a
Including acardenas's patch for FreeBSD
2009-01-09 09:36:24 +00:00
Jesse Dean
da20ef73ac
Merging r1236-z64 into trunk. The z64 lle rsp plugin works, but has no
...
sound
2009-01-09 07:18:50 +00:00
Jesse Dean
fcf11c7b38
Fix really long float values to use exponential notation
2009-01-09 06:32:58 +00:00
Jesse Dean
d4f72044cb
Fixed behaviour of initialize to clear error state and dict
2009-01-09 05:48:49 +00:00
Jesse Dean
c1082fb269
Added folder support to configure and replaced --defaults flag with
...
complimentary --previous flag
2009-01-09 05:24:04 +00:00
Jesse Dean
13cc19549e
Adding new configure script. Makefile makes use of it's options, but
...
for now, the configure script is optional
2009-01-09 03:27:23 +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