Commit Graph
11573 Commits
Author SHA1 Message Date
Henrik Rydgard a48e1de2d4 Fix slow-motion alternate speeds 2013-08-18 22:40:42 +02:00
Henrik Rydgard a2781e4104 Update native with language ini save fix 2013-08-18 22:33:41 +02:00
Henrik Rydgard 28e58c3d35 Save grid/list status, fix some drawing glitches 2013-08-18 22:30:49 +02:00
Henrik Rydgard e90269a2f0 Take some translation strings from the right sections... 2013-08-18 22:09:13 +02:00
Henrik Rydgard 2839e62aa4 Fix case typo (buildfix on case sensitive platform) 2013-08-18 21:09:35 +02:00
Henrik Rydgård 8cac9aa5da Merge pull request #3228 from hrydgard/delete-old-ui
Delete the old ui entirely
2013-08-18 11:45:50 -07:00
Henrik Rydgard 0a0d8d9e32 Android/SDL buildfix, move remains of the old UI into other files. 2013-08-18 20:25:57 +02:00
Henrik Rydgard 5037568af3 Delete the bulk of the old UI. 2013-08-18 20:22:30 +02:00
Henrik Rydgard db575d559f Delete the NewUI setting, effectively forcing it on 2013-08-18 20:14:33 +02:00
Henrik Rydgard b0e72f5200 I don't understand why this fixed the encoding of the language list on Windows... 2013-08-18 20:08:28 +02:00
Henrik Rydgard e9e5e3ae17 Another feature that was missing in newui (see #3226 ) 2013-08-18 19:57:50 +02:00
Henrik Rydgard a942395506 Add more missing features to NewUI, see #3226 2013-08-18 19:51:54 +02:00
Henrik Rydgard 0265ab874f Change FPS limit to "alternate speed", expressed in a percentage.
Fix it so it works correctly for 30fps games.

Some menu tweaks.
2013-08-18 18:55:42 +02:00
raven02 87434e8dad softgpu : Fix depth issue in FF Type-0 2013-08-18 22:58:23 +08:00
Sacha f0242a2adc Update native. 2013-08-19 00:29:54 +10:00
Henrik Rydgård 392ca895a4 Merge pull request #3225 from jimmyw/master
Fix linkingproblem on OSX missing -framework CoreFundation
2013-08-18 07:07:07 -07:00
Sacha ba030da663 Enable controllers and change keymapping for Blackberry. 2013-08-19 00:03:02 +10:00
Jimmy Wennlund ad43de1188 Fix linkingproblem on OSX missing -framework CoreFundation 2013-08-18 15:58:43 +02:00
Henrik Rydgard f4c05392e2 GLES: Disable logic op while alpha blend is enabled. Having them both enabled at the same time makes no sense, and this seems like the safest possible fix for #3220 as logic op usage is rare. 2013-08-18 13:00:14 +02:00
Henrik Rydgard e6ad305545 360 controller: Update default mapping. Put speed toggle on THUMBR instead of a trigger as the triggers are bouncy. 2013-08-18 11:47:11 +02:00
Henrik Rydgard d7000ef1a4 Yet another feature that was missing in newui 2013-08-18 11:45:21 +02:00
Sacha 92f0678f2f Introduce 'lowmem' fonts for Symbian.
Right now it is for all Symbian devices. Although, high mem devices should continue to use the old fonts.
2013-08-18 19:07:18 +10:00
Henrik Rydgård 0f1d8f82df Merge pull request #3217 from unknownbrackets/softgpu
Fix softgpu's 4444 color conversion
2013-08-18 01:34:03 -07:00
Sacha 8908ec22a8 Small changes. Symbian buildfix. 2013-08-18 18:17:23 +10:00
Sacha e7cf9361ff Symbian can't compile Software GPU (internal compiler error). Probably can't run it well either. So, disabled. 2013-08-18 18:07:15 +10:00
Sacha 959c9b2dd8 Update native. 2013-08-18 17:33:11 +10:00
Unknown W. Brackets ff9cff08ed Fix softgpu's 4444 color conversion.
And use the standard 4->8 swizzling funcs (more self documenting.)
2013-08-17 17:33:10 -07:00
Henrik Rydgard 8516b562e2 Typo/buildfix 2013-08-18 01:41:41 +02:00
Henrik Rydgard 2b1777d4a7 Transfer some features from oldUI to newUI 2013-08-18 01:24:53 +02:00
Henrik Rydgard 1fabe1f78e Fix loading of non-mapped keys 2013-08-18 01:04:49 +02:00
Henrik Rydgard 71404c3d13 Fix checkmark for multithreaded I/O, fixes #3216 2013-08-18 00:45:10 +02:00
Henrik Rydgard 47f2efb0e5 Fixes to default key mappings, add default button, fix saving of mapped controls on Android, fixes #3213 2013-08-18 00:41:19 +02:00
Henrik Rydgard 96572a3226 Misc UI stuff, back button should now work as expected. 2013-08-17 23:50:15 +02:00
Henrik Rydgård 7cb6dcaf5d Merge pull request #3214 from Kingcom/Debug
Assemble opcode by typing
2013-08-17 13:15:57 -07:00
Kingcom c7c826b7b6 Assemble opcode by typing 2013-08-17 21:20:24 +02:00
Henrik Rydgård 52940abf31 Merge pull request #3212 from unknownbrackets/softgpu
Software GPU width tweak
2013-08-17 10:58:54 -07:00
Unknown W. Brackets 92dbfd177a Render the display width properly in softgpu. 2013-08-17 10:57:08 -07:00
Henrik Rydgård b98bb90777 Merge pull request #3206 from thedax/UIImprovements
Improve the Win32 UI
2013-08-17 10:36:15 -07:00
Henrik Rydgård 0c31a986d7 Merge pull request #3210 from raven02/patch-3
softgpu : fix v_color0 to use MaterialAmbient
2013-08-17 10:00:08 -07:00
Henrik Rydgård e19e71254a Merge pull request #3211 from unknownbrackets/sysmem
Stop lying about free memory in HLE
2013-08-17 09:54:20 -07:00
Unknown W. Brackets 90affa2203 Remove very questionable DrawSync override. 2013-08-17 09:53:10 -07:00
Unknown W. Brackets a4bea9c878 Add support for multithreading in softgpu. 2013-08-17 09:52:35 -07:00
Unknown W. Brackets f501c98a5d Report "Software" for sw GPU engine. 2013-08-17 09:48:06 -07:00
Unknown W. Brackets 8191ea4d76 Stop lying about free memory in HLE. 2013-08-17 09:28:44 -07:00
raven02 758cc878fb softgpu : should be vreader.ReadColor1 2013-08-17 22:21:14 +08:00
raven02 8ff2a1bb35 softgpu : fix v_color0 to use MaterialAmbient 2013-08-17 22:05:50 +08:00
The Dax 7f26d17cc6 Adjust rendering options position slightly. 2013-08-17 08:08:39 -04:00
The Dax 66641f2891 Fix some text. 2013-08-17 07:52:17 -04:00
The Dax 229c0f16ab Eliminate most of the popup menus as per Henrik's request, and fix a minor bug with AT3+ in NewUI. 2013-08-17 07:52:17 -04:00
The Dax ef88f78aab Win32 UI improvements: Improve the Emulation menu by consolidating down the sound, threading, CPU modes, and GPU modes into pop-out menus. 2013-08-17 07:52:17 -04:00