Sacha
46abce78c0
Qt: Use inbuilt png handler instead of building libpng. Resolves a conflict with QWidget and QPainter in desktop menus.
2014-06-18 15:37:12 +10:00
Sacha
ea17e17ebd
Join both Maemo platforms (Maemo5 + Meego Harmattan/Maemo 6) to MAEMO define. Technically they are very similar and anything that wasn't already defined for both probably needed to be.
2014-06-18 03:42:31 +10:00
The Dax
c54b84aeb3
Oops, restore the deleted stencil test option since we haven't decided its fate yet.
2014-06-16 18:43:22 -04:00
The Dax
f6ee9c77f4
Buildfix.
2014-06-16 14:18:49 -04:00
The Dax
92882b6384
Throw "Disable Alpha Test" into the pile of options to be disabled.
2014-06-16 14:18:49 -04:00
The Dax
f0dc4f7693
Do it for post-processing and resolution too, to be consistent.
2014-06-16 14:18:49 -04:00
The Dax
120e5e8cbe
Disable more stuff, and use cached booleans instead.
...
Conflicts:
UI/GameSettingsScreen.cpp
2014-06-16 14:18:49 -04:00
The Dax
98ebe26e33
GameSettingsScreen: Disable a bunch of options when software rendering is enabled.
...
They don't do anything when software rendering is enabled, so there's bound to be confusion caused by these options continuing to be enabled.
Conflicts:
UI/GameSettingsScreen.cpp
2014-06-16 14:18:48 -04:00
Unknown W. Brackets
913914a4c1
Fix some type conversion warnings.
2014-06-15 10:01:54 -07:00
Henrik Rydgard
e3bbf26731
Improve input event handling. Can now map volume keys on Android without issues.
2014-06-15 13:04:59 +02:00
Henrik Rydgard
7febcd5d91
Have the Native* input functions return boolean to match new interface.
...
This is preparation for being able to tell the app that we handled the key or not.
This will make it possible to map android hardware keys like volume without them misbehaving.
2014-06-15 12:15:06 +02:00
Henrik Rydgård
ad70cfdcb3
Merge pull request #6325 from unknownbrackets/ui-tweaks
...
Support drag-and-drop of savestate files
2014-06-15 08:34:46 +02:00
Unknown W. Brackets
063e8508df
Support drag-and-drop of savestate files.
...
Most likely you want to load the state, not see an error message.
2014-06-14 16:13:35 -07:00
Henrik Rydgard
3b2fed472e
Correct timing on resume, avoids small speed burst when resuming gameplay from pause
2014-06-14 23:56:16 +02:00
Henrik Rydgard
aa31b9ace9
The "fallback" title is already set, don't need to set it again
2014-06-14 00:19:09 +02:00
Henrik Rydgard
3e97713d16
Revert "Remove option" (disable alpha test)
...
Fixes issue #6286 .
This reverts commit d2ce635bbf .
2014-06-10 23:13:42 +02:00
Sacha
37b7667038
Remove some unnecessary #ifdef's relating to Symbian.
2014-06-10 23:06:00 +10:00
Henrik Rydgard
c39c36ddea
Improve layout of control mapping screen
2014-06-09 22:26:23 +02:00
Sacha
3e50086d19
Travis: update. Fix screenshots in Qt
2014-06-10 02:51:23 +10:00
Henrik Rydgard
e8433f6fef
cheat screen: Add shortcut to launch notepad with the current cheat file
2014-06-09 00:13:59 +02:00
Henrik Rydgard
77c85bccdd
Don't lose focus after mapping a control.
...
Makes it a lot less aggravating to remap more than one control using a controller.
Also fixes a race condition.
2014-06-08 15:38:13 +02:00
mildlysec and Henrik Rydgard
c3dfb64839
Added ability to press analog keys lightly using shift button
2014-06-07 22:21:54 +02:00
Sacha
ed96d73187
Use OpenCPPFile for iostream open without the ifdef's.
2014-06-06 00:22:43 +10:00
The Dax
285640dbdf
CWCheats: Make sure to convert paths properly so that non-English paths are supported.
2014-06-04 23:01:03 -04:00
Unknown W. Brackets
0daaf70ee3
Add UI for realtime sync option.
2014-06-03 01:36:20 -07:00
sum2012
6ed269d16b
Attempt to solve Travis CI build
2014-06-02 18:28:16 +08:00
sum2012
d3c511e793
Use TextView instead of Choice
2014-06-02 18:21:34 +08:00
sum2012
c9219e1d0c
Add missing "F"
2014-06-02 16:40:37 +08:00
sum2012
93827b383d
OSK for network setting for non-windows
...
Fix windows 's full screen problem too
2014-06-02 14:15:07 +08:00
The Dax
4ab69656fe
Win32 buildfix.
2014-05-30 18:21:40 -04:00
Sacha
5394eb29c8
Fix #6169 . variable was defined in class but treated as local to function in parts. This meant it wasn't being cleared properly when view was recreated (eg. changing language).
2014-05-28 17:05:15 +10:00
Unknown W. Brackets
a5e3623742
Skip cpu change when game not running.
...
Oops, this happened when changing settings. Fixes #6167 .
2014-05-27 23:03:08 -07:00
raven02 and Henrik Rydgard
608d43898d
Remove AlphaMaskHack
2014-05-27 22:11:18 +02:00
lioncash
ee520d0974
Fix a typo in GameSettingsScreen
2014-05-27 12:41:55 -04:00
Unknown W. Brackets
ccb0e84631
Oops, forgot to move this, darn it.
2014-05-27 00:39:36 -07:00
Unknown W. Brackets
a70b5abfb9
Allow jit to be enabled/disabled at runtime.
2014-05-27 00:02:51 -07:00
Unknown W. Brackets
b2e66d0b6a
Clear jit when changing "fast memory".
...
This way it takes effect immediately.
2014-05-26 23:39:53 -07:00
Henrik Rydgård
548d27e95c
Merge pull request #6133 from sum2012/UI
...
Add a network setting and Windows OSK keyboard option
2014-05-26 00:22:43 +02:00
sum2012
22e198962f
Fix translate
2014-05-25 17:47:56 +08:00
sum2012
ce2abe44d0
Add a space
2014-05-25 17:14:07 +08:00
Henrik Rydgard
90f2d06697
Add setting to enable/disable GPU block transfer
2014-05-25 10:18:14 +02:00
sum2012
9138fec3c1
Add a network setting
...
Non-windows setting cannot change
2014-05-25 13:19:56 +08:00
sum2012
9658b3a1b8
Add a Windows OSK keyboard option
2014-05-25 09:26:30 +08:00
Unknown W. Brackets
42e6dc2e2f
Fix Symbian build (avoid range for.)
2014-05-21 08:40:14 -07:00
Unknown W. Brackets
b596e952bf
Attempt to make range-for work in 4.6.3...
2014-05-21 08:11:11 -07:00
Unknown W. Brackets
0a92d377b0
Avoid a race condition during game shutdown.
...
Hoping this is it.
2014-05-21 01:13:40 -07:00
Henrik Rydgard
b65e90e71d
Forgot to make translatable
2014-05-19 23:43:59 +02:00
Henrik Rydgard
3023f7d06b
Android: Switch dpad default to use HAT X/Y +/- instead of "dpad", as documented.
...
Add a simple "autoconfigure" facility for input devices, that lets the user choose
if several are connected.
Can be expanded in the future to provide custom default mapppings for various devices as long as we manage to identify them.
Ideally, key mappings should be unique per device but they aren't yet.
2014-05-19 23:31:11 +02:00
Unknown W. Brackets
14be491aa8
Don't set pending boot flag on "stop".
...
And rename to boot pending, not "boot successful."
2014-05-15 22:17:19 -07:00
Unknown W. Brackets
bfa02f8fa1
Fix some spurious resets on stopping a game.
2014-05-11 10:58:33 -07:00