Age | Commit message (Expand) | Author |
2011-11-20 | TOLTECS: More work on the menu; started with the saveload menu page and fixed... | Benjamin Haisch |
2011-11-20 | TOLTECS: More work on the menu | Benjamin Haisch |
2011-11-20 | TOLTECS: Started implementing the menu from scratch | Benjamin Haisch |
2011-11-20 | TOLTECS: Silenced some warnings | Filippos Karapetis |
2011-11-20 | TOLTECS: - Added detection entry for the German demo version | Benjamin Haisch |
2011-11-20 | TOLTECS: Fix compilation. | Benjamin Haisch |
2011-11-20 | TOLTECS: Oops, forgot to disable the debug path drawing. | Benjamin Haisch |
2011-11-20 | TOLTECS: - Fixed clipping bugs (in 256-color sprites and scaled sprites) | Benjamin Haisch |
2011-11-20 | TOLTECS: - Implemented playSoundAtPos and fixed sound panning (0 is center, n... | Benjamin Haisch |
2011-11-20 | TOLTECS: Reworked the ArchiveReader and ResourceCache classes. | Benjamin Haisch |
2011-11-20 | TOLTECS: - Fixed sound playing | Benjamin Haisch |
2011-11-20 | TOLTECS: - Moved script functions out of the switch statement and into an array | Benjamin Haisch |
2011-11-20 | TOLTECS: - Added enum for sound channel type | Benjamin Haisch |
2011-11-20 | TOLTECS: Updated TODO (nothing new, just syncing local copy with the repo) | Benjamin Haisch |
2011-11-20 | TOLTECS: - Removed TODO, external resources aren't explicitly used (the origi... | Benjamin Haisch |
2011-11-20 | TOLTECS: Fixed compilation | Filippos Karapetis |
2011-11-20 | TOLTECS: Fixed compilation | Filippos Karapetis |
2011-11-20 | TOLTECS: Added German version | Benjamin Haisch |
2011-11-20 | TOLTECS: - Fixed compilation after Fingolfin's latest series of commits | Benjamin Haisch |
2011-11-20 | TOLTECS: Silenced MSVC warnings | Filippos Karapetis |
2011-11-20 | TOLTECS: - Implemented RTL | Benjamin Haisch |
2011-11-20 | TOLTECS: Very very minor cleanup. | Benjamin Haisch |
2011-11-20 | TOLTECS: - Listing savestates via command line or Launcher | Benjamin Haisch |
2011-11-20 | TOLTECS: - Fixed Screen::updateTalkText (text x position was read incorrectly... | Benjamin Haisch |
2011-11-20 | TOLTECS: Implemented preliminary sound playback; some stuff is still missing ... | Benjamin Haisch |
2011-11-20 | TOLTECS: Removed unused functions. | Benjamin Haisch |
2011-11-20 | TOLTECS: Correct initialization for graphics. Since the game is 640x480, it s... | Eugene Sandulenko |
2011-11-20 | TOLTECS: Added sound to the movie player (finally). Still TODO: Ability to ab... | Benjamin Haisch |
2011-11-20 | TOLTECS: Updated TODO.txt | Benjamin Haisch |
2011-11-20 | TOLTECS: A lot of changes in the graphics code: | Benjamin Haisch |
2011-11-20 | TOLTECS: Switched quicksave key from F6 to F5. | Benjamin Haisch |
2011-11-20 | TOLTECS: Cleanup. | Benjamin Haisch |
2011-11-20 | TOLTECS: Changed how screen masks are handled. | Benjamin Haisch |
2011-11-20 | TOLTECS: Renamed ybottom to priority | Benjamin Haisch |
2011-11-20 | TOLTECS: Moved sprite drawing code to sprite.cpp | Benjamin Haisch |
2011-11-20 | TOLTECS: More changes to wrapGuiText | Benjamin Haisch |
2011-11-20 | TOLTECS: Removed _tempString etc. and replaced it with GuiTextWrapState | Benjamin Haisch |
2011-11-20 | TOLTECS: Forgot script.cpp. | Benjamin Haisch |
2011-11-20 | TOLTECS: - Added menu system prototype (may change later) | Benjamin Haisch |
2011-11-20 | TOLTECS: Renamed some functions. | Benjamin Haisch |
2011-11-20 | TOLTECS: Adjust y position of talk text lines. | Benjamin Haisch |
2011-11-20 | TOLTECS: Added Screen::getTextWidth | Benjamin Haisch |
2011-11-20 | TOLTECS: Add Russian version detection which works great. | Eugene Sandulenko |
2011-11-20 | TOLTECS: Added TODO/NOTES/BUGS text | Benjamin Haisch |
2011-11-20 | TOLTECS: - Fixed setDeltaPalette (sprites at night now look correct) | Benjamin Haisch |
2011-11-20 | TOLTECS: Cancel all talkText items when camera position is changed (fixes som... | Benjamin Haisch |
2011-11-20 | TOLTECS: Merged text drawing routines into drawString | Benjamin Haisch |
2011-11-20 | TOLTECS: Fixed bug in anim frame displaying. | Benjamin Haisch |
2011-11-20 | TOLTECS: Fixed text command parsing in updateVerbLine | Benjamin Haisch |
2011-11-20 | TOLTECS: Clear the text duration first in updateTalkText before adding text l... | Benjamin Haisch |