Johannes Schickel
7b44c20eb1
BADA: Implement weekday querying in getTimeAndDate.
...
This furthermore makes the returned time be the wall time instead of UTC.
Thanks to Chris Warren-Smith for testing and improving a patch based
on pull request #248 .
2012-06-25 19:59:46 +02:00
Matthew Hoops
249d48f77b
BACKENDS: Add #error for platforms not setting tm_wday in release builds
2012-06-10 14:53:26 -04:00
Matthew Hoops
b2f5721e58
COMMON: Add tm_wday to our TimeDate struct
...
Did not adapt bada or ps2 backends as I'm not sure how they should be handled
2012-06-09 20:21:48 -04:00
Tarek Soliman
a4798602d7
JANITORIAL: Fix missing whitespace in pointer cast
...
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
Alyssa Milburn
5647637ea2
COMMON: Move <new> include into scummsys.h.
...
The header contains forbidden symbols on some platforms, and the
simplest solution seems to be to include it here. This also includes
it from all the portdefs.h files, except the Symbian one. Probably
the FIXME and the #if can be removed once it's known to work.
2011-11-17 12:46:44 +01:00
Chris Warren-Smith
ed07b99b22
BADA: Misc changes merged from appstore release
2011-10-18 23:22:25 +10:00
Sven Hesse
58ab4cdab7
BADA: Strip trailing whitespace
2011-08-22 09:46:30 +02:00
Sven Hesse
b406ba5884
BADA: Strip off windows-style line endings
2011-08-22 09:45:53 +02:00
Sven Hesse
911de33e89
BADA: Remove executable flag from files
2011-08-22 09:45:19 +02:00
Chris Warren-Smith
6fe7f032f6
BADA: Fix to restore audio upon mobile call completion
2011-08-21 16:39:09 +10:00
Chris Warren-Smith
5e472df212
BADA: Cleanup unused screen interface implementation
2011-08-21 16:39:09 +10:00
Chris Warren-Smith
43059b1878
BADA: Moved timer manager to backends/timer/bada
2011-08-21 16:39:09 +10:00
Chris Warren-Smith
68f2ec53f7
BADA: Fix to return correct integer values
2011-08-21 16:39:09 +10:00
Chris Warren-Smith
f01882a6e0
BADA: Fix for menu based quit handling
2011-08-21 16:39:09 +10:00
Chris Warren-Smith
7836a0ff20
BADA: Hardcoded file system paths now defined as macros
2011-08-21 16:39:08 +10:00
Chris Warren-Smith
028a67012d
BADA: Cleanup unused namespace declarations
2011-08-21 16:39:08 +10:00
Chris Warren-Smith
a31b74f3e9
BADA: Code formatting and style changes following review
2011-08-21 16:39:08 +10:00
Chris Warren-Smith
a3e070de6f
BADA: Review style changes. Fix for image skew in some games
2011-08-21 16:39:00 +10:00
Chris Warren-Smith
b1e3da6e27
BADA: Review style changes. Cursor can now be positioned on top screen row
2011-08-21 16:39:00 +10:00
Chris Warren-Smith
c33bb63cbd
BADA: Increased audio thread priority to avoid sound skipping in some games
2011-08-21 16:39:00 +10:00
Chris Warren-Smith
2e77b97b19
BADA: Code formatting; replace tab before else with space
2011-08-21 16:38:53 +10:00
Chris Warren-Smith
ad58d2feaf
BADA: Fix for lockup when game thread fails to respond to quit event
2011-08-21 16:38:53 +10:00
Chris Warren-Smith
e748ea68a5
BADA: Prevent end-of-file state causing err() returning true
2011-08-21 16:38:53 +10:00
Chris Warren-Smith
46a8304b73
BADA: Allow clean shutdown when encountering an error
2011-08-21 16:38:53 +10:00
Chris Warren-Smith
bf11cf0e01
BADA: Increased cache size for slightly improved startup times
2011-08-21 16:38:53 +10:00
Chris Warren-Smith
bd028d4167
BADA: Further control UI enhancements
2011-08-21 16:38:52 +10:00
Chris Warren-Smith
533dc5f8e4
BADA: Camera button can now set shortcuts
2011-08-21 16:38:42 +10:00
Chris Warren-Smith
fecce484ce
BADA: Renamed the customised vkeybd layout to vkeybd_bada
2011-08-21 16:38:10 +10:00
Chris Warren-Smith
59739a7a0e
BADA: Initial BADA port implementation
2011-08-21 16:37:06 +10:00