Commit graph

841 commits

Author SHA1 Message Date
Louai Al-Khanji
03111e99e4 Fix case, small include fixes 2009-06-09 15:52:03 +00:00
Louai Al-Khanji
8cfc59f3c8 More compat fixes 2009-06-09 15:51:35 +00:00
Louai Al-Khanji
7e07a6a03d Remove unneeded combiners, rename current one to combine.c 2009-06-09 15:27:08 +00:00
Louai Al-Khanji
87f8f96a6b A little progress 2009-06-01 18:04:25 +00:00
Louai Al-Khanji
02f735046e Convert from windows to unix line endings 2009-05-28 12:47:17 +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
e4a83c0ce5 Fix some compilation errors on new gcc due to char*/const char* mismatch 2009-05-28 12:37:44 +00:00
Louai Al-Khanji
1e11330b93 Initial tr64_ogl commit. Icepir8 has graciously agreed to release the plugin under the GPL. Future development of the plugin will happen here.
Once there is a working *nix port I plan to merge this back into trunk. This code is unchanged from the original archive I received, except for the added GPL license headers, and tabs being expanded into spaces.
2009-05-08 18:48: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
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