Commit graph

857 commits

Author SHA1 Message Date
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
Louai Al-Khanji
313f004348 Add dutch translation courtesy of Surkow 2008-11-29 19:10:40 +00:00
Louai Al-Khanji
5ee3667231 Look for qt utils with -qt4 suffix as well, fixes compilation on certain
setups so it works out of the box
2008-11-29 18:29:34 +00:00
Richard Goedeken
45bda08231 bugfix: crash in rev 1154 when ~/.mupen64plus not present 2008-11-29 14:27:22 +00:00
Louai Al-Khanji
8fee5070c9 Add german translation of Qt ui. 2008-11-27 15:13:31 +00:00
Louai Al-Khanji
364b7e32fe Restrict the english translation to plural forms. In practice this is
currently only one string.
2008-11-24 09:31:35 +00:00
Louai Al-Khanji
086b381c69 More translations work 2008-11-23 18:30:27 +00:00
Louai Al-Khanji
1f0c6f1392 Updated translation 2008-11-23 17:44:04 +00:00
Louai Al-Khanji
f3394afe00 Add norwegian translation courtesy of olejl 2008-11-23 17:12:35 +00:00
Louai Al-Khanji
b1bc93fd22 Use QCoreApplication::translate instead of QObject::tr. Fixes core
translations
2008-11-23 04:46:27 +00:00
Louai Al-Khanji
8b13ed6711 Update english translation. The english translation is needed for proper plural formation. Instead of "n rom(s)" we can have separate translations for different values of n. For example "1 rom" and "5 roms". 2008-11-22 16:36:46 +00:00
Louai Al-Khanji
2dd798e821 Cut out the gtk translations 2008-11-22 16:35:10 +00:00
Richard Goedeken
59aa3e9051 Moved translation script; I want to avoid cluttering up the root directory as much as possible 2008-11-22 14:56:07 +00:00
Louai Al-Khanji
cc64200f58 Add support for translations to the Qt4 gui. I gave up on finding a good generic approach that's easy to implement and punted to Qt. Translators need to translate mupen64plus.ts. update_qt4_translations.sh should be run whenever a user-visible string changes. 2008-11-22 14:40:11 +00:00
Louai Al-Khanji
b43e00aeb6 Better plugin compatibility 2008-11-22 12:53:47 +00:00
Richard Goedeken
9c16087ce3 merged rev 1160 through 1162 back into trunk 2008-11-21 13:25:21 +00:00
Richard Goedeken
48fe5adc27 reverted commits 1160-1163 2008-11-20 13:23:56 +00:00
Louai Al-Khanji
2d0b8b4c37 Beginnings of gui managed render window. This makes SDL paint into a window provided by the GUI. Currently breaks SDL input processing and full screen mode. It does make the GUI handle all input however; this means that all shortcuts (like load/save state etc.) are now handled in one place. It also opens the door to embedding the render window inside the GUI. 2008-11-20 04:42:26 +00:00