aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-20TOLTECS: - Implemented playSoundAtPos and fixed sound panning (0 is center, n...Benjamin Haisch
2011-11-20TOLTECS: Reworked the ArchiveReader and ResourceCache classes.Benjamin Haisch
2011-11-20TOLTECS: - Fixed sound playingBenjamin Haisch
2011-11-20TOLTECS: - Moved script functions out of the switch statement and into an arrayBenjamin Haisch
2011-11-20TOLTECS: - Added enum for sound channel typeBenjamin Haisch
2011-11-20TOLTECS: Updated TODO (nothing new, just syncing local copy with the repo)Benjamin Haisch
2011-11-20TOLTECS: - Removed TODO, external resources aren't explicitly used (the origi...Benjamin Haisch
2011-11-20TOLTECS: Fixed compilationFilippos Karapetis
2011-11-20TOLTECS: Fixed compilationFilippos Karapetis
2011-11-20TOLTECS: Added German versionBenjamin Haisch
2011-11-20TOLTECS: - Fixed compilation after Fingolfin's latest series of commitsBenjamin Haisch
2011-11-20TOLTECS: Silenced MSVC warningsFilippos Karapetis
2011-11-20TOLTECS: - Implemented RTLBenjamin Haisch
2011-11-20TOLTECS: Very very minor cleanup.Benjamin Haisch
2011-11-20TOLTECS: - Listing savestates via command line or LauncherBenjamin Haisch
2011-11-20TOLTECS: - Fixed Screen::updateTalkText (text x position was read incorrectly...Benjamin Haisch
2011-11-20TOLTECS: Implemented preliminary sound playback; some stuff is still missing ...Benjamin Haisch
2011-11-20TOLTECS: Removed unused functions.Benjamin Haisch
2011-11-20TOLTECS: Correct initialization for graphics. Since the game is 640x480, it s...Eugene Sandulenko
2011-11-20TOLTECS: Added sound to the movie player (finally). Still TODO: Ability to ab...Benjamin Haisch
2011-11-20TOLTECS: Updated TODO.txtBenjamin Haisch
2011-11-20TOLTECS: A lot of changes in the graphics code:Benjamin Haisch
2011-11-20TOLTECS: Switched quicksave key from F6 to F5.Benjamin Haisch
2011-11-20TOLTECS: Cleanup.Benjamin Haisch
2011-11-20TOLTECS: Changed how screen masks are handled.Benjamin Haisch
2011-11-20TOLTECS: Renamed ybottom to priorityBenjamin Haisch
2011-11-20TOLTECS: Moved sprite drawing code to sprite.cppBenjamin Haisch
2011-11-20TOLTECS: More changes to wrapGuiTextBenjamin Haisch
2011-11-20TOLTECS: Removed _tempString etc. and replaced it with GuiTextWrapStateBenjamin Haisch
2011-11-20TOLTECS: Forgot script.cpp.Benjamin Haisch
2011-11-20TOLTECS: - Added menu system prototype (may change later)Benjamin Haisch
2011-11-20TOLTECS: Renamed some functions.Benjamin Haisch
2011-11-20TOLTECS: Adjust y position of talk text lines.Benjamin Haisch
2011-11-20TOLTECS: Added Screen::getTextWidthBenjamin Haisch
2011-11-20TOLTECS: Add Russian version detection which works great.Eugene Sandulenko
2011-11-20TOLTECS: Added TODO/NOTES/BUGS textBenjamin Haisch
2011-11-20TOLTECS: - Fixed setDeltaPalette (sprites at night now look correct)Benjamin Haisch
2011-11-20TOLTECS: Cancel all talkText items when camera position is changed (fixes som...Benjamin Haisch
2011-11-20TOLTECS: Merged text drawing routines into drawStringBenjamin Haisch
2011-11-20TOLTECS: Fixed bug in anim frame displaying.Benjamin Haisch
2011-11-20TOLTECS: Fixed text command parsing in updateVerbLineBenjamin Haisch
2011-11-20TOLTECS: Clear the text duration first in updateTalkText before adding text l...Benjamin Haisch
2011-11-20TOLTECS: Fixed a script bug (compare opcodes work on unsigned values). So far...Benjamin Haisch
2011-11-20TOLTECS: Corrected debug output.Benjamin Haisch
2011-11-20TOLTECS: Fixed clipping (the clipping of the right border with flipped sprite...Benjamin Haisch
2011-11-20TOLTECS: Finished sprite clipping.Benjamin Haisch
2011-11-20TOLTECS: Deleted obsolete files.Benjamin Haisch
2011-11-20TOLTECS: - Merged input.cpp with toltecs.cppBenjamin Haisch
2011-11-20TOLTECS: Implemented buildColorTransTable (still TODO) and shadow sprite draw...Benjamin Haisch
2011-11-20TOLTECS: Merged drawChar and drawChar2Benjamin Haisch