Richard Goedeken
3a51bdf15d
bugfix issue #52 : merged final pj64 load state patch from olejl77. tested against provided sm64 state file, and it only works with the patch
2009-10-02 03:21:07 +00:00
Richard Goedeken
d3777167e0
bugfix issue #51 : Floating Point Register data was not correctly converted when switching between 32-bit (MIPS-I) mode and 64-bit (MIPS III) modes with FR Bit in Status register. New code more closely emulates behavior of r4300 hardware. Snapshot file is always stored with FGR data in 64-bit format for backwards compatibility. Fixed big-endian bug in 64-bit FPR mode. Written by Richard Goedeken based on debugging work and patches by Sven Eckelmann.
2009-10-01 04:47:28 +00:00
Richard Goedeken
f33a784a2e
Removed some non-ascii characters, translated some messages from French to English. From sven.eckelmann@gmx.de
2009-09-30 14:10:11 +00:00
Richard Goedeken
a271f31907
bugfix: rev 1401 broke almost all key commands. unicode and keysyms are totally different and not interchangeable.
2009-07-09 01:58:52 +00:00
olejl
8b1b31915b
Added possibility to edit hotkeys in the Qt4 GUI. Closes issues #220 and #221 .
2009-06-20 15:36:42 +00:00
Richard Goedeken
1abcad2b57
fixed spelling errors in issues 240
2009-06-09 15:35:16 +00:00
Richard Goedeken
ac43813165
Removed the local source copies of libpng, libbz2, and libz and use system libraries instead
2009-06-08 21:23:20 +00:00
Louai Al-Khanji
2ddfda728d
Corrent one string in main.cpp, update the translations. Add brazilian portuguese translation
...
by Tillman (http://emutalk.net/showpost.php?p=421545&postcount=4 ). Add LUPDATE_OPTS environment
variable for the update script.
2009-04-16 15:24:29 +00:00
Louai Al-Khanji
b3d631b1e3
Make the translate function safer.
2009-04-12 09:26:28 +00:00
Louai Al-Khanji
2d48a6ab4d
Fix string
2009-04-12 08:44:12 +00:00
Louai Al-Khanji
929eef2640
New about dialog for Qt interface
2009-04-12 08:13:56 +00:00
olejl
69ca0a0213
Forgot one file in the debugger branch
2009-03-30 16:04:36 +00:00
Richard Goedeken
276112783c
merged r1291-QT4-debugger-gui branch
2009-03-28 15:22:03 +00:00
Richard Goedeken
b1819ba953
re-arranged includes in gui_qt4/mainwindow.cpp to prevent build errors
2009-03-28 15:16:35 +00:00
Richard Goedeken
60d99e6776
merged r0982-cheats branch
2009-03-28 14:40:14 +00:00
Louai Al-Khanji
b5d946aceb
User reported that stdlib.h is required.
2009-03-16 17:34:08 +00:00
Louai Al-Khanji
c69ae4a1e8
Initialise plugins on windows before config/about/test. e.g. jabo needs this.
2009-03-15 20:07:25 +00:00
Louai Al-Khanji
fb5bb372e6
Better zilmar spec compatibility for windows.
2009-03-15 20:04:16 +00:00
Louai Al-Khanji
8ec699957d
Work around possible user error.
2009-03-15 19:36:44 +00:00
Louai Al-Khanji
3ca22efd21
Fix windows compilation
2009-03-15 19:32:56 +00:00
olejl
62a04cd98b
Fixes issue#205.
2009-03-05 19:27:00 +00:00
Scott Knauert
41c03ae99b
Applied a cleanup of olejl's 2nd PJ64 savestate patch, fixing default PJ64 save naming conventions (for use with project64 slots), added elements to allow exporting PJ64 saves from the Qt4 GUI. Issue 52 can now be closed.
2009-02-22 00:04:53 +00:00
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
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
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
f8d659299a
Including acardenas's patch for FreeBSD
2009-01-09 09:36:24 +00:00
Jesse Dean
fcf11c7b38
Fix really long float values to use exponential notation
2009-01-09 06:32:58 +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
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
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
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
Jesse Dean
afe0b4865b
Fixed debugger code-stepping & dynarec warning message
2008-12-11 20:02:51 +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