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
/
common
/
engine.cpp
Age
Commit message (
Expand
)
Author
2003-09-10
added refCon parameter to timer class
Max Horn
2003-09-08
fixed circular dependency; moved version string to main.cpp (seems more logic...
Max Horn
2003-09-08
changes to get a better link order, and to allow building a 'bare bone' scumm...
Max Horn
2003-09-08
fixed disabling of modules
Max Horn
2003-09-08
more plugin related work
Max Horn
2003-09-06
Default debug level should be zero.
Travis Howell
2003-08-05
getting rid of g_mixer; removing lots of whitespace
Max Horn
2003-08-05
stdafx.h should always be first
Max Horn
2003-08-02
fix compile with vc7
Paweł Kołodziejski
2003-08-01
This should be Microsoft Visual C++ only
Travis Howell
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-07-30
version 0.5.3cvs
Max Horn
2003-07-30
rename bs2 to sword2 to have the same name as the original engine.
Oliver Kiehl
2003-07-28
change version to 0.5.3-cvs allowing room for two follow up minor releases...
Jonathan Gray
2003-07-28
bs2
Jonathan Gray
2003-07-15
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc...
Max Horn
2003-07-13
Update WINDBG to WinCE
Nicolas Bacca
2003-07-03
Timer now uses a mutex, which should make it thread safe (it wasn't before, p...
Max Horn
2003-06-06
Preparations for removing GF_AFTER_V? flags
Max Horn
2003-04-30
more PalmOS changes
Max Horn
2003-04-26
Make it possible to disable some/all of our three game modules (scumm/simon/s...
Max Horn
2003-03-07
implemented formating string error for each engine
Paweł Kołodziejski
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2003-03-05
Patch #697312: Beneath a Steel Sky interim/initial support patch
Max Horn
2003-03-01
fix warning
Max Horn
2003-03-01
removed the single big VersionSettings list; instead, the simon & scumm modul...
Max Horn
2003-03-01
no need for a hack if include gameDetector.h anyway...
Max Horn
2002-11-30
gp32 port stuff
Peter Moraliyski
2002-11-10
completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some stat...
Max Horn
2002-11-06
use strcat instead of sprintf+strlen
Max Horn
2002-09-30
oops
Paweł Kołodziejski
2002-09-26
some fixes for the message dialog; added some comments
Max Horn
2002-09-18
moved warning, debug, checkheap to engine
Paweł Kołodziejski
2002-09-18
Timer is handled in Engine now
Paweł Kołodziejski
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn
2002-08-29
experimental support for the V2 resource format (patch #601560)
Max Horn
2002-08-21
engine.* moved to common (where it belongs); added distclean target which get...
Max Horn