Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | TOLTECS: Silence Valgrind warnings | Torbjörn Andersson | |
At the very least, _mainPalette[] was being used (partly?) uninitialised in buildColorTransTable(), causing lots of warnings. | |||
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]*$//' | |||
2011-11-21 | TOLTECS: Change deltaValue to be an int8, as char isn't always signed | Filippos Karapetis | |
2011-11-21 | TOLTECS: Cleanup, removed an obsolete TODO | Filippos Karapetis | |
2011-11-20 | TOLTECS: Fix Compilation After Base Code Header Changes. | David Turner | |
2011-11-20 | TOLTECS: Updated For OSystem Palette RGBA->RGB Change. | David Turner | |
2011-11-20 | TOLTECS: Sync with the latest changes in trunk | Filippos Karapetis | |
2011-11-20 | TOLTECS: Reduced header dependencies | Filippos Karapetis | |
2011-11-20 | TOLTECS: - More work on the menu system, saving and loading from there is ↵ | Benjamin Haisch | |
now possible - Add blastSprite method which draws a sprite directly to the frontScreen without the renderQueue - Add F10 scancode in sfHandleInput to open the menu | |||
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 compilation after Fingolfin's latest series of commits | Benjamin Haisch | |
- Added a warning for the yet unimplemented palette transparency code - Removed "debug" calls from script, they weren't that useful - Removed unneccessary delete in the MoviePlayer - Fixed the renderer (hopefully?) | |||
2011-11-20 | TOLTECS: Silenced MSVC warnings | Filippos Karapetis | |
2011-11-20 | TOLTECS: - Fixed setDeltaPalette (sprites at night now look correct) | Benjamin Haisch | |
- Renamed TalkTextItem.rects/rectCount to lines/lineCount - Workaround for font glitch in updateTalkText (text sets invalid font number) | |||
2011-11-20 | TOLTECS: Implemented buildColorTransTable (still TODO) and shadow sprite ↵ | Benjamin Haisch | |
drawing. | |||
2011-11-20 | TOLTECS: Saving/loading is working; it still needs work but will suffice to ↵ | Benjamin Haisch | |
make debugging somewhat easier. | |||
2011-11-20 | TOLTECS: - Renamed stuff and cleanups | Benjamin Haisch | |
- Beginnings of the saveload system (incomplete) | |||
2011-11-20 | TOLTECS: Fixed tabs and formatting. | Benjamin Haisch | |
2011-11-20 | TOLTECS: Initial checkin | Eugene Sandulenko | |