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
/
wintermute
/
Base
/
BGame.cpp
Age
Commit message (
Expand
)
Author
2012-06-22
WINTERMUTE: Rename Persist->persist
Einar Johan Trøan Sømåen
2012-06-22
WINTERMUTE: Run astyle on the source-files.
Einar Johan Trøan Sømåen
2012-06-22
WINTERMUTE: Rename the functions and arguments in BPersistMgr
Einar Johan Trøan Sømåen
2012-06-16
WINTERMUTE: Make saves get listed properly
Einar Johan Trøan Sømåen
2012-06-16
WINTERMUTE: A first attempt at getting savegames to work.
Einar Johan Trøan Sømåen
2012-06-15
WINTERMUTE: Get rid of rand/srand.
Einar Johan Trøan Sømåen
2012-06-15
WINTERMUTE: Remove unused include in BGame.cpp
Einar Johan Trøan Sømåen
2012-06-15
WINTERMUTE: Make factory-functions for the SX-classes, to avoid having to inc...
Einar Johan Trøan Sømåen
2012-06-15
WINTERMUTE: Clean out some un-needed headers, and some FORBIDDEN_SYMBOL_EXCEP...
Einar Johan Trøan Sømåen
2012-06-15
WINTERMUTE: Clear out a bunch of warning (mostly shadowed variables)
Einar Johan Trøan Sømåen
2012-06-14
WINTERMUTE: Add a quick-fix to replace SDL_TEXTINPUT.
Einar Johan Trøan Sømåen
2012-06-14
WINTERMUTE: Implement a bit more of the key-handling.
Einar Johan Trøan Sømåen
2012-06-14
WINTERMUTE: Fix theora-playback with the new Rendering-changes.
Einar Johan Trøan Sømåen
2012-06-12
WINTERMUTE: Fix formatting.
Einar Johan Trøan Sømåen
2012-06-12
WINTERMUTE: Correct some math-errors in the debug-logging.
Einar Johan Trøan Sømåen
2012-06-11
WINTERMUTE: Get rid of all but one FORBIDDEN SYMBOL in BGame.
Einar Johan Trøan Sømåen
2012-06-11
WINTERMUTE: Make Theora-playback fail properly when THEORA isn't compiled in.
Einar Johan Trøan Sømåen
2012-06-08
WINTERMUTE: Move FORBIDDEN_SYMBOL_EXCEPTION out of the headers and into the C...
Einar Johan Trøan Sømåen
2012-06-08
WINTERMUTE: VarName -> varName in BSurface/BSurfaceSDL
Einar Johan Trøan Sømåen
2012-06-03
WINTERMUTE: Make the engine atleast register keypresses.
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add in more of the missing Video-pieces, also, copy over the Theo...
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Revamp the file-system to deliver Common::-streams directly
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Start refactoring the file-files in Base.
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Move the file-related classes into Base/file
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add folders for utils and video
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Add subfolders for math, UI, tinyxml and Sys
Einar Johan Trøan Sømåen
2012-06-02
WINTERMUTE: Move the B and Part files into Base/
Einar Johan Trøan Sømåen