Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-13 | TOLTECS: Replace a magic value with its appropriate enum | Filippos Karapetis | |
2013-01-13 | TOLTECS: Whitespace fixes | 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: Store channel volume/panning information in saved games | Filippos Karapetis | |
2012-09-11 | TOLTECS: Implement volume handling and toggling of speech/text | Filippos Karapetis | |
2011-11-21 | TOLTECS: Sync scene sounds when saving/loading | Filippos Karapetis | |
2011-11-20 | TOLTECS: Updated TODO | Filippos Karapetis | |
- Updated locations where the animation hack is necessary - Fixed crashes on scene changes (with a TODO) - MIDI Music is always XMIDI - sfClearScreen() doesn't seem to be necessary | |||
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: Fix compilation after sound->audio directory rename. | David Turner | |
2011-11-20 | TOLTECS: Reduced header dependencies | Filippos Karapetis | |
2011-11-20 | TOLTECS: Reduced header dependencies | Filippos Karapetis | |
2011-11-20 | TOLTECS: - New constant kMaxChannels instead of number for clarity | Benjamin Haisch | |
2011-11-20 | TOLTECS: Fixed compilation with current SVN changes | Benjamin Haisch | |
2011-11-20 | TOLTECS: Fix bug caused by most recent revision (don't free the audio data ↵ | Benjamin Haisch | |
in makeRawStream) | |||
2011-11-20 | TOLTECS: Fixed compilation | Filippos Karapetis | |
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: Fixed compilation with the latest trunk | Filippos Karapetis | |
2011-11-20 | TOLTECS: Fixed compilation with the latest trunk changes | Filippos Karapetis | |
2011-11-20 | TOLTECS: Fixed compilation | Benjamin Haisch | |
2011-11-20 | TOLTECS: Fixed compilation with the latest sound changes in the trunk | Filippos Karapetis | |
2011-11-20 | TOLTECS: - Fixed clipping bugs (in 256-color sprites and scaled sprites) | Benjamin Haisch | |
- Minor cleanup | |||
2011-11-20 | TOLTECS: - Implemented playSoundAtPos and fixed sound panning (0 is center, ↵ | Benjamin Haisch | |
not 64 like in the original) - Minor cleanup | |||
2011-11-20 | TOLTECS: Reworked the ArchiveReader and ResourceCache classes. | Benjamin Haisch | |
ResourceCache needs more work since resources are never freed (which is bad). | |||
2011-11-20 | TOLTECS: - Fixed sound playing | Benjamin Haisch | |
- Renaming | |||
2011-11-20 | TOLTECS: - Added enum for sound channel type | Benjamin Haisch | |
- Added isPointInside | |||
2011-11-20 | TOLTECS: Very very minor cleanup. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Implemented preliminary sound playback; some stuff is still missing ↵ | Benjamin Haisch | |
(correct volumes etc.) |