Commit graph

857 commits

Author SHA1 Message Date
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 e3e05ccadc bugfix issue #275 - disable rice video debugger; it is not necessary for users and causes a slowdown. patch from Sven Eckelmann 2009-10-02 03:07:32 +00:00
Richard Goedeken 9df29003e1 bugfix issue #268 - instead of setting linker flags for executable heap, use aligned malloc and mprotect to set executable status for emitted machine code from dynamic recompiler. Written by Sven Eckelmann and Richard Goedeken 2009-10-02 02:57:25 +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 6968a36359 bugfix issue #209: setjmp/longjmp fixes in the BMP writer and PNG reader in rice_video. Based on patch from sven.eckelmann@gmx.de but re-written 2009-09-29 05:15:25 +00:00
Richard Goedeken 97d9b306fa bugfix issue 258: the CPU detection pre.mk fix should prevent the problem reported in the issue report. However this patch will also allow us to support optional inline assembly language code for non-x86 platforms even when there is no dynarec present for that platform. From sven.eckelmann@gmx.de 2009-09-29 04:01:43 +00:00
Richard Goedeken eb872a9e37 bugfix issue #259: define empty macro and get_recompiled_*() functions in debugger to avoid compilation errors with NO_ASM=1 DBG=1. From sven.eckelmann@gmx.de 2009-09-29 03:52:30 +00:00
Richard Goedeken 1064e16baa issue #260: added detection of many CPU architectures in pre.mk. From sven.eckelmann@gmx.de 2009-09-29 03:47:31 +00:00
Richard Goedeken c3f3583c65 bugfix issue 261: gcc4.4/glibc2.10 warning due to non-const pointers. From ats-googlecode@offog.org 2009-09-29 03:33:35 +00:00
Richard Goedeken b7ffa5d0c7 bugfix issue 272: rounding mode for x86 architectures not being set correctly in interpreter and pure interpreter cores, due to unused preprocesser #define. From sven.eckelmann@gmx.de 2009-09-29 03:28:22 +00:00
Richard Goedeken 88dde422ac bugfix issue #269 jttl_audio segfaults on exit due to incorrectly ordered shutdown code. From Muellhierrein 2009-09-29 01:40:33 +00:00
Richard Goedeken 07d52d1967 removed a couple of unneeded function declarations in the header files in the debugger 2009-08-18 17:48:19 +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 ea1e4fd02a updated makefiles so that QMAKE will properly generate a makefile under OSX 2009-06-16 18:33:00 +00:00
Richard Goedeken 97f28ba6b8 fixed compile errors and warnings from new XPM icons 2009-06-10 14:56:28 +00:00
Richard Goedeken 4c89779105 replaced glide64 icons with new ones derived from the GPL2-licensed Gnome SVG icons, to resolve issue 239 2009-06-09 17:34:24 +00:00
Richard Goedeken d7f2a4defc Added BYTESWAP macros for NO_ASM build in glide64, to resolve issue 237 2009-06-09 16:01:47 +00:00
Richard Goedeken 1abcad2b57 fixed spelling errors in issues 240 2009-06-09 15:35:16 +00:00
Richard Goedeken b603d2b7bd Fixed compiler warning from recent switch to system libpng 2009-06-09 15:23:43 +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
Richard Goedeken 27bcdace7b fixed minor makefile issues #234 and 236 2009-06-08 20:57:53 +00:00
Richard Goedeken 160167b28a removed SDL_ttf.h and .c files; the system headers should be used instead 2009-06-08 20:45:28 +00:00
Louai Al-Khanji 8721cb1a03 Updated portuguese translation courtesy of Tillman: http://www.emutalk.net/showthread.php?t=46866 2009-04-16 19:28:22 +00:00
Louai Al-Khanji 22f36b337c One more minor update... 2009-04-16 17:36:31 +00:00
Louai Al-Khanji 1159bd077c Use the brazilian portuguese translation for all portuguese locales. 2009-04-16 17:33:38 +00:00
Louai Al-Khanji dd1e2455c6 Properly set language for dutch translation. 2009-04-16 17:30:37 +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
olejl 0dd36faf87 Updated and revised the Norwegian translation. 2009-04-15 14:50:20 +00:00
Louai Al-Khanji 3b0b97a5a4 add finnish translation, update parts of the german translation. 2009-04-15 10:53:43 +00:00
Louai Al-Khanji b3d631b1e3 Make the translate function safer. 2009-04-12 09:26:28 +00:00
Louai Al-Khanji 6921c59964 Update translation templates 2009-04-12 08:44:23 +00:00
Louai Al-Khanji 2d48a6ab4d Fix string 2009-04-12 08:44:12 +00:00
Louai Al-Khanji 598635090a Updated translation templates 2009-04-12 08:30:02 +00:00
Louai Al-Khanji 929eef2640 New about dialog for Qt interface 2009-04-12 08:13:56 +00:00
Louai Al-Khanji 5a3700c95a Fix up .desktop file. Mupen64Plus is not a Qt application only. Pass install dir on command line, fixes installs in non-standard locations. 2009-04-12 06:53:41 +00:00
Jesse Dean c74b148666 Auria's patch for lib testing in configure 2009-04-10 00:05:44 +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
Richard Goedeken 0953e67eda Updated a bunch of games in RiceVideoLinux.ini file - without ScreenUpdateSetting forced to 1, many games have polygon flickering artifacts 2009-03-10 02:46:01 +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