Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | TOLTECS: Cleanup | Filippos Karapetis | |
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-09-11 | TOLTECS: Open the save menu with F5 and the load menu with F9 | Filippos Karapetis | |
Also, this changes the dialog skip key to space instead of escape | |||
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2011-11-20 | TOLTECS: Fix bugs | Benjamin Haisch | |
- Save scene parameters before playing a movie and restore them afterwards (fixes crash) - Fix text disappearing too fast - Implement script function sfGetCameraChanged - Replace nop script functions with stubs which print debug info when called - Some cleanup, remove obsolete TODOs | |||
2011-11-20 | TOLTECS: Reduced header dependencies | Filippos Karapetis | |
2011-11-20 | TOLTECS: - Implement kSupportsLoadingDuringStartup | Benjamin Haisch | |
2011-11-20 | TOLTECS: Fixed compilation with the latest trunk changes. | Filippos Karapetis | |
This change also unveiled a serious problem: the same include files are used EVERYWHERE (e.g. code manipulating the screen is using sound includes). Added a FIXME concerning this | |||
2011-11-20 | TOLTECS: Fix compilation. | Benjamin Haisch | |
2011-11-20 | TOLTECS: - Fixed sound playing | Benjamin Haisch | |
- Renaming | |||
2011-11-20 | TOLTECS: - Moved script functions out of the switch statement and into an array | Benjamin Haisch | |
2011-11-20 | TOLTECS: Removed unused functions. | Benjamin Haisch | |
2011-11-20 | TOLTECS: - Renamed stuff and cleanups | Benjamin Haisch | |
- Beginnings of the saveload system (incomplete) | |||
2011-11-20 | TOLTECS: - Renamed some variables & functions | Benjamin Haisch | |
- Mouse cursor is hidden/shown when _mouseDisabled variable is set via script | |||
2011-11-20 | TOLTECS: Fixed tabs and formatting. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Initial checkin | Eugene Sandulenko | |