Commit Graph
934 Commits
Author SHA1 Message Date
Henrik Rydgård e783dbd76b Move the highlight when changing the current tab 2013-10-20 19:39:54 +02:00
Henrik Rydgård 5e0c4bc0a6 Just a sanity check 2013-10-20 15:34:02 +02:00
Henrik Rydgard c1f05326c4 Better fix for the UINT_64 errors. 2013-10-20 13:51:10 +02:00
Henrik Rydgard f8cab66c8c Quickfix for android build (weirdly, works locally but not on teamcity) 2013-10-20 13:18:56 +02:00
Sacha 06a7ad40b2 This define is redundant. __STDC_CONSTANT_MACROS should be defined globally instead. 2013-10-20 16:39:22 +10:00
Unknown W. Brackets 40e820b905 Dumb typo. 2013-10-19 22:36:04 -07:00
Henrik Rydgård 6f32546357 Merge pull request #157 from unknownbrackets/warnings
Warning fixes
2013-10-19 15:03:18 -07:00
Unknown W. Brackets 5406579d6d Fix some const usage warnings. 2013-10-19 14:56:06 -07:00
Unknown W. Brackets 31690a3910 Fix some type comparison warnings. 2013-10-19 14:56:06 -07:00
Unknown W. Brackets 774fa8f73e Fix some switch/case warnings. 2013-10-19 14:56:06 -07:00
Unknown W. Brackets ab7638a983 Fix some initialization order warnings. 2013-10-19 14:56:05 -07:00
Henrik Rydgård 110d2d082f Merge pull request #156 from unknownbrackets/qt-minor
Qt: Don't crash if audio feed is null
2013-10-19 14:02:11 -07:00
Unknown W. Brackets 29e6114fe1 Qt: Don't crash if audio feed is null. 2013-10-19 12:37:54 -07:00
Sacha 70af7173e0 Linux Qt5 fix. 2013-10-20 05:04:02 +10:00
Henrik Rydgard de16f5863d Initialize a variable 2013-10-19 12:46:32 +02:00
Sacha 644b781687 Make build work for Qt5 as well. 2013-10-19 05:21:44 +10:00
Sacha 6b48226f89 Buildfix for Qt on Windows. 2013-10-19 03:45:05 +10:00
Sacha 3b8f098e7a Use a better method for getting locale with Qt. Now works with Qt 4.7. 2013-10-17 18:41:00 +10:00
Sacha f08d4ccad5 Correctly identify language and region on all Qt platforms. 2013-10-17 15:43:49 +10:00
Sacha d65859d16d Support system language and region in Blackberry. 2013-10-17 15:22:05 +10:00
Henrik Rydgård ce3eb186c7 Minor cleanup 2013-10-16 11:29:58 +02:00
Henrik Rydgard aa67389dcd Move the GPU vendor detection to native 2013-10-16 00:46:41 +02:00
Sacha 5e1a52a841 Fix naming for Blackberry. 2013-10-15 15:27:40 +10:00
Henrik Rydgård e72a6d4058 Merge pull request #155 from thedax/master
Only append a slash to the directory if there isn't one on the end.
2013-10-14 10:42:26 -07:00
The Dax adb73a8844 Only append a slash to the directory if there isn't one on the end. 2013-10-14 13:15:32 -04:00
Henrik Rydgård a239a45ed2 Merge pull request #154 from thedax/master
Use wide paths on Win32.
2013-10-13 23:51:49 -07:00
The Dax 1524cc37f5 Oops. 2013-10-14 02:28:30 -04:00
The Dax f64ca47304 Use wide paths on Win32. 2013-10-14 02:10:47 -04:00
Henrik Rydgård 84a72ae187 Merge pull request #153 from unknownbrackets/shaders
Allow shaders to be outside VFS as well
2013-10-13 15:49:01 -07:00
Unknown W. Brackets d63237c2af Allow shaders to be outside VFS as well. 2013-10-13 15:11:25 -07:00
Henrik Rydgård c8f386ef42 Merge pull request #152 from unknownbrackets/shutdown
Race condition fix, iOS buildfix
2013-10-13 12:49:34 -07:00
Unknown W. Brackets adca06c696 Use guards, avoid the "not sure how" case. 2013-10-13 12:09:09 -07:00
Unknown W. Brackets 12fb5c4f32 iOS: Don't try to use GLES3 for now. 2013-10-13 12:02:52 -07:00
Unknown W. Brackets 1b5c59db75 Correctly exit work queue on done, race condition fix.
done_ might've been set to true while processing the item, making the wait wait forever.
2013-10-13 11:59:43 -07:00
Henrik Rydgard b469bc8aff Comment fix. 2013-10-13 20:49:10 +02:00
Henrik Rydgard eed7159a06 Improve event processing semantics a little. Add a safety check I'm not sure is needed. 2013-10-13 20:33:42 +02:00
Henrik Rydgard 788d512515 UI: Fix dispatching of events to multiple listeners. 2013-10-13 19:07:10 +02:00
Henrik Rydgard d19cef2395 Do not crash on broken shaders, allow error message return 2013-10-13 12:00:41 +02:00
Sacha a25169dc4c Distinguish between Touch and QWERTY Blackberry. 2013-10-12 17:17:48 +10:00
Henrik Rydgard 5a4dec9272 Add filter support to vfs directory listing 2013-10-12 02:05:12 +02:00
Henrik Rydgard d0476f22a0 Minor tweak to ini_file 2013-10-12 01:29:10 +02:00
Henrik Rydgard b16b67d8b6 Fix OpenGL context creation on PowerVR 2013-10-10 23:55:59 +02:00
Sacha 36bc59f006 Add vibration support for Symbian and stub for Qt. 2013-10-11 02:49:09 +10:00
Sacha 75048fd002 Make Blackberry vibrate compatible with haptic feedback option. 2013-10-11 02:12:28 +10:00
Henrik Rydgård 9aa30a69f6 Add support for standard Android haptic feedback, which does not require the VIBRATE permission. 2013-10-10 16:00:30 +02:00
Henrik Rydgård ac1620137f Android: Add simple haptic feedback support 2013-10-10 16:00:30 +02:00
Henrik Rydgard c0c8df6155 Look for a format with stencil even if we only found RGB565. 2013-10-10 11:08:39 +02:00
Henrik Rydgard 357d224414 Use an EGLConfigChooser to give us more control over which display config to use. 2013-10-10 11:08:38 +02:00
Henrik Rydgård a01e6bb5bb Merge pull request #150 from thedax/addSysProp
Add new System Property.
2013-10-10 00:39:48 -07:00
The Dax 615e01b2af Add new System Property. 2013-10-09 20:31:29 -04:00