Louai Al-Khanji
8cfc59f3c8
More compat fixes
2009-06-09 15:51:35 +00:00
Louai Al-Khanji
36d2afa9dd
Dirty hacks to make things compile on new gcc. Properly the namespacing of C core functions will need to be removed.
2009-05-28 12:38:17 +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
Louai Al-Khanji
ef13bf2b87
Fix for win32 compilation
2008-12-06 09:37:09 +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
Louai Al-Khanji
7f0c0634a6
Fix the ifdef to kick in on X11 only
2008-11-29 19:54:11 +00:00
Richard Goedeken
45bda08231
bugfix: crash in rev 1154 when ~/.mupen64plus not present
2008-11-29 14:27:22 +00:00