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
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
a31b74f3e9
BADA: Code formatting and style changes following review
2011-08-21 16:39:08 +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
59739a7a0e
BADA: Initial BADA port implementation
2011-08-21 16:37:06 +10:00