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
911de33e89
BADA: Remove executable flag from files
2011-08-22 09:45:19 +02: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
a31b74f3e9
BADA: Code formatting and style changes following review
2011-08-21 16:39:08 +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
e748ea68a5
BADA: Prevent end-of-file state causing err() returning true
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
59739a7a0e
BADA: Initial BADA port implementation
2011-08-21 16:37:06 +10:00