Commit Graph

495 Commits

Author SHA1 Message Date
Henrik Rydgard
f482d3c857 NewUI: Add basic keyboard focus movement 2013-05-25 16:57:19 +02:00
Henrik Rydgard
8b75763275 WIP new UI layout system! 2013-05-25 16:57:07 +02:00
Sacha
dfe03d3d97 Blackberry: Improve Wiimote key mappings.
Also, map dpad to analog.
2013-05-23 18:20:53 +10:00
Henrik Rydgard
42e5c184c2 Warning fix 2013-05-22 11:04:14 +02:00
Sacha
cc80e0292f Add controller/gamepad support to Blackberry 10. 2013-05-22 01:30:43 +10:00
Sacha
6c3a381781 Remove code that is redundant for Blackberry 10. 2013-05-21 23:46:12 +10:00
Sacha
a6dc54e678 Remove Playbook OS support.
Remove the #ifdef's for BB10.
Switch asound to OpenAL (which is included in BB10). Fixes some glitches with sound.
2013-05-20 22:43:18 +10:00
Henrik Rydgard
5bcf145f88 Add Mersenne Twister random number generator 2013-05-20 00:54:49 +02:00
Sacha
f6dd98570b Be like other emulators on Blackberry and use the 'misc' dir. 2013-05-16 13:50:30 +10:00
Henrik Rydgård
1c81bb5ebe Merge pull request #77 from makotech222/master
Hold Tab to Unthrottle
2013-05-14 00:17:54 -07:00
Steven Cherry
2078efcb17 Change tab to Unthrottle 2013-05-13 20:04:09 -05:00
Sacha
49c68a2494 Blackberry: Save settings when killed by OS. Clear menu key after use. 2013-05-09 00:27:18 +10:00
Sacha
78ba620974 Improve input on Blackberry Q10 keyboard. 2013-05-08 21:21:02 +10:00
Henrik Rydgård
f9ab24cb3d define changes for mac from vit6969. 2013-05-06 23:30:34 +02:00
Sacha
30802a1120 Buildfix and improvements to Pandora 2013-05-06 23:56:41 +10:00
Henrik Rydgård
3f9301d449 Merge pull request #76 from unknownbrackets/warnings
Fix compilation errors in 32-bit debug
2013-05-05 15:05:10 -07:00
Unknown W. Brackets
8f29b16765 Fix compilation errors in 32-bit debug. 2013-05-05 15:01:57 -07:00
Henrik Rydgård
2b6e004201 Merge pull request #75 from nachume/jpnfix2
Add Symbol of some of the SJIS.
2013-05-05 03:01:45 -07:00
nachume
4821d7f7bd Add Symbol of some of the SJIS.
Add "碧" to KANJI_LEARNING_ORDER_ADDTIONAL
Add kanjifilter SJIS partition table (KANJI_SJIS_LX)
FIX Not float variable initialization vertOffset.
2013-05-05 06:25:00 +09:00
Henrik Rydgard
3edf239571 Remove use of clock_gettime in favor of gettimeofday. 2013-05-04 17:55:01 +02:00
Henrik Rydgård
203e3c9903 Merge pull request #74 from PeterTh/master
When processing a parallel loop, save some context switching by processing one chunk on the calling thread
2013-05-03 05:46:36 -07:00
Peter Thoman
5835fe293a When processing a parallel loop, save some context switching by processing one chunk on the calling thread 2013-05-03 14:27:34 +02:00
Henrik Rydgård
3edfc6ac1c Merge pull request #73 from nachume/vcxproj
should not use the absolute path on [VC++ Directories] -> "inherit from parent or project defaults"
2013-05-02 11:16:41 -07:00
Henrik Rydgård
a07233d030 Merge pull request #72 from aquanull/patch-2
Shrink UICheckBox heights
2013-05-02 11:16:02 -07:00
nachume
b41eca41c2 I must every time stash before push to git.
It's too much trouble.
Can you use the "%LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props" file instead of the [VC++ Directories] Property Page?
2013-05-03 02:49:53 +09:00
aquanull
bfe5aea1d1 Shrink UICheckBox heights
This makes it much easier to check/uncheck the right items in a compact list.
2013-05-03 00:19:27 +08:00
Sacha
f9c50c822a Fix name collision by prefixing '::'. 2013-05-02 17:34:06 +10:00
Sacha
0388a8e23a Buildfix for Symbian. 2013-05-02 17:05:34 +10:00
Unknown W. Brackets
8d7fd41838 Buildfix for iOS. 2013-05-01 23:30:11 -07:00
Sacha
eb3c3cd217 Use boost to do C++11 features on Symbian. Use namespaces. 2013-05-02 15:45:51 +10:00
Henrik Rydgård
74f63c1b7f Merge pull request #71 from nachume/jpnfix
submodule update.
2013-05-01 13:50:14 -07:00
nachume
07fb9d1cf5 Add a brief description of the USE_KANJI 2013-05-02 01:08:07 +09:00
nachume
eb0f7f9b3a submodule update.
add define switch for the kanjifilter changing
add utf-8 code table for the perfect convert to UTF-8 from ShiftJIS
2013-05-02 00:22:59 +09:00
Henrik Rydgård
da164e1abd Merge pull request #70 from PeterTh/master
Added threadpool
2013-05-01 08:16:45 -07:00
Peter Thoman
c75510b304 Eliminated lambda, undo debug compialtion changes 2013-05-01 16:06:54 +02:00
Peter Thoman
c7399857e3 Fixed potential shutdown deadlock issue 2013-05-01 14:06:29 +02:00
Peter Thoman
7a22148583 Added ThreadPool to Android Makefile, hope this works 2013-05-01 13:23:51 +02:00
Peter Thoman
f0f0fd2b75 Forgot loop sequentialization 2013-05-01 13:20:25 +02:00
Peter Thoman
0fcf809d37 Added ThreadPool with parallel loop functionality 2013-05-01 13:18:25 +02:00
Peter Thoman
dbff26fce5 Added NOMINMAX before including Windows.h in thread.h -- finally found where this came from 2013-05-01 13:15:52 +02:00
Henrik Rydgård
cc19362b77 Merge pull request #69 from unknownbrackets/perf
Mark cityhash to always be optimized, even in debug
2013-04-29 00:44:35 -07:00
Unknown W. Brackets
3fdbc2ea21 Mark cityhash to always be optimized, even in debug.
This takes it from 10% to 0.34% in a debug build.  We don't need to debug
its internals, so there's no reason for debug to be slower.
2013-04-28 21:55:42 -07:00
Sacha
56a1fb6278 Maemo/Harmattan actually support std::bind and not lambdas 2013-04-28 16:19:59 +10:00
Henrik Rydgård
4793502714 atlastool CMake buildfix 2013-04-25 14:19:53 +02:00
Henrik Rydgård
a5cc57c2d1 Merge pull request #67 from mvdan/master
Try getting native/tools to build
2013-04-25 05:13:49 -07:00
Daniel Martí
09495fb2a5 Remove non-existent etcdec 2013-04-25 13:13:51 +02:00
Daniel Martí
79bee5ac45 Force std=c++11 2013-04-25 13:13:51 +02:00
Henrik Rydgård
7a33b63f2e Merge pull request #68 from GeeckoDev/master
Fix build for SSE4.2-compliant hardware.
2013-04-24 13:44:31 -07:00
Clément G
b7ab5e9905 Fix build again when __SSE_4_2__ is enabled 2013-04-24 22:37:34 +02:00
Daniel Martí
0a8acae315 First attempt at fixing native/tools build 2013-04-24 17:07:13 +02:00