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 |
|
Louai Al-Khanji
|
cf0369f553
|
Add missing break statement
|
2008-11-19 12:15:22 +00:00 |
|
Louai Al-Khanji
|
c8893e81fd
|
Fix a search and replace mishap
|
2008-11-19 09:13:46 +00:00 |
|
Louai Al-Khanji
|
f322d9f5b4
|
Start working on a solution to plugins needing to query users for input. Qt4 does not allow the plugin thread to interact with the user directly, so I'm looking into how to best handle it with events and locks. This already works; glide64 does not crash the emulator anymore when playing lylat wars for instance. It's quite ugly though, especially the QWaitCondition pointer.
|
2008-11-19 08:29:59 +00:00 |
|
Louai Al-Khanji
|
062b27fc2a
|
Fix an oversight from the .desktop checkin
|
2008-11-19 08:28:34 +00:00 |
|
Louai Al-Khanji
|
284f07f5bd
|
Install a .desktop file
|
2008-11-19 07:21:09 +00:00 |
|
Richard Goedeken
|
2bb620d351
|
fixed spelling error
|
2008-11-14 13:41:07 +00:00 |
|
Richard Goedeken
|
ec4dd04541
|
refactored the end of the main() function to be easier to read, not have duplicate copies of the cleanup code, and save the config files in the NO_GUI build also
|
2008-11-14 05:15:08 +00:00 |
|
Richard Goedeken
|
0ecd3bf5cf
|
refactored the SDL event loop to use configurable key commands with defaults set to the current hard-coded keys. This is derived from the first patch given in issue 41
|
2008-11-14 04:53:47 +00:00 |
|
Richard Goedeken
|
ea427f0108
|
modified the config object so that missing values in the config file will be filled in automatically by their default values
|
2008-11-14 04:50:29 +00:00 |
|
Richard Goedeken
|
2718fe0963
|
cheat dialog GTK visual improvement from ZZT32
|
2008-11-14 04:00:35 +00:00 |
|
Richard Goedeken
|
9c7d75c30b
|
reverted commits 1143, 1146, 1148, and 1149 for rice video GTK gui overhaul
|
2008-11-04 04:23:05 +00:00 |
|
Scott Knauert
|
0d6db48781
|
More minor OpenGL 16 / 32 bit tweaks. 32-bit doesn't work (as before).
|
2008-11-03 00:53:10 +00:00 |
|
Scott Knauert
|
53d0dbfeaa
|
Fix for OpenGLDepthBufferSetting.
|
2008-11-02 23:46:48 +00:00 |
|
Scott Knauert
|
5863b40a76
|
Fixed minor gtk GUI button issue.
|
2008-11-02 23:27:50 +00:00 |
|
Scott Knauert
|
004ec59dd5
|
Fix minor problems with commit r1143.
|
2008-11-02 22:08:54 +00:00 |
|
Scott Knauert
|
c244aa8c44
|
Silly gtk enum fix.
|
2008-11-02 21:58:03 +00:00 |
|