Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
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) | |||
2012-02-11 | SCUMM: remove unimplemented und unused method startMusic() in pce and apple2 ↵ | Tobias Gunkel | |
players | |||
2011-12-28 | SCUMM: Fix warning due to implicit conversion to int | Max Horn | |
2011-12-26 | SCUMM: Make SampleBuffer::write non-virtual to silence a g++ warning. | Johannes Schickel | |
No class inherits from SampleBuffer, thus it should be safe to do so. | |||
2011-12-24 | SCUMM: Rename player_appleII.* -> player_apple2.* to have the filenames ↵ | Tobias Gunkel | |
lower case |