Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
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) | |||
2011-10-18 | BADA: Misc changes merged from appstore release | Chris Warren-Smith | |
2011-08-22 | BADA: Strip trailing whitespace | Sven Hesse | |
2011-08-22 | BADA: Remove executable flag from files | Sven Hesse | |
2011-08-21 | BADA: Cleanup unused screen interface implementation | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused namespace declarations | Chris Warren-Smith | |
2011-08-21 | BADA: Code formatting and style changes following review | Chris Warren-Smith | |
2011-08-21 | BADA: Code formatting; replace tab before else with space | Chris Warren-Smith | |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith | |