index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
toltecs
/
toltecs.h
Age
Commit message (
Expand
)
Author
2016-05-17
ALL: Change main engine header guard defines to <directory>_<engine>_H
Eugene Sandulenko
2014-02-18
TOLTECS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-07
TOLTECS: Add missing getDebugger() for engine API.
D G Turner
2013-01-02
TOLTECS: Add a debug console
Filippos Karapetis
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-11
TOLTECS: Open the save menu with F5 and the load menu with F9
Filippos Karapetis
2012-09-11
TOLTECS: Implement volume handling and toggling of speech/text
Filippos Karapetis
2011-11-24
TOLTECS: Save music in saved games
Filippos Karapetis
2011-11-21
TOLTECS: Remove empty implementation of syncSoundSettings()
Filippos Karapetis
2011-11-21
TOLTECS: Savegame changes
Filippos Karapetis
2011-11-20
TOLTECS: Initial implementation for music
Filippos Karapetis
2011-11-20
TOLTECS: Fix saveGameState signature to match Engine's virtual method.
David Turner
2011-11-20
TOLTECS: Fix Compilation After Base Code Header Changes.
David Turner
2011-11-20
TOLTECS: Fix bugs
Benjamin Haisch
2011-11-20
TOLTECS: Reduced header dependencies and removed a TODO
Filippos Karapetis
2011-11-20
TOLTECS: Reduced header dependencies
Filippos Karapetis
2011-11-20
TOLTECS: Fixed compilation and reduced header dependencies a bit
Filippos Karapetis
2011-11-20
TOLTECS: - More work on the menu system, saving and loading from there is now...
Benjamin Haisch
2011-11-20
TOLTECS: - Undef menu test code (oops)
Benjamin Haisch
2011-11-20
TOLTECS: - Work on the menu system (use strings from resources instead of har...
Benjamin Haisch
2011-11-20
TOLTECS: - Hopefully fixed a bug in findRectAtPoint which causes the game to ...
Benjamin Haisch
2011-11-20
TOLTECS: Fixed compilation
Benjamin Haisch
2011-11-20
TOLTECS: Fixed compilation with the latest trunk changes.
Filippos Karapetis
2011-11-20
TOLTECS: More work on the menu; started with the saveload menu page and fixed...
Benjamin Haisch
2011-11-20
TOLTECS: - Implemented playSoundAtPos and fixed sound panning (0 is center, n...
Benjamin Haisch
2011-11-20
TOLTECS: Fixed compilation
Filippos Karapetis
2011-11-20
TOLTECS: - Fixed compilation after Fingolfin's latest series of commits
Benjamin Haisch
2011-11-20
TOLTECS: - Implemented RTL
Benjamin Haisch
2011-11-20
TOLTECS: - Listing savestates via command line or Launcher
Benjamin Haisch
2011-11-20
TOLTECS: Implemented preliminary sound playback; some stuff is still missing ...
Benjamin Haisch
2011-11-20
TOLTECS: A lot of changes in the graphics code:
Benjamin Haisch
2011-11-20
TOLTECS: Forgot script.cpp.
Benjamin Haisch
2011-11-20
TOLTECS: - Merged input.cpp with toltecs.cpp
Benjamin Haisch
2011-11-20
TOLTECS: Minor cleanup.
Benjamin Haisch
2011-11-20
TOLTECS: - Renamed stuff and cleanups
Benjamin Haisch
2011-11-20
TOLTECS: Fixed tabs and formatting.
Benjamin Haisch
2011-11-20
TOLTECS: Initial checkin
Eugene Sandulenko