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
/
sci
/
engine
/
kernel.cpp
Age
Commit message (
Expand
)
Author
2009-03-30
Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...
Filippos Karapetis
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-02-28
SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...
Max Horn
2009-02-28
clean up some warnings
Andre Heider
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...
Max Horn
2009-02-27
SCI: Moved almost all files from include/ to other dirs; only include/engine....
Max Horn
2009-02-26
SCI: Some nitpick FIXMEs on incorrect opcode number comments ;)
Max Horn
2009-02-25
reintroduce game_start_time (removed it in r38701), since the interpreter can...
Andre Heider
2009-02-24
SCI: Don't #include headers in other headers if a forward declaration of a fe...
Max Horn
2009-02-24
not needed anymore
Paweł Kołodziejski
2009-02-24
SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...
Max Horn
2009-02-24
SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d...
Max Horn
2009-02-23
SCI: Merged kDeviceInfo_Win32 & kDeviceInfo_Unix; added lots of debug calls t...
Max Horn
2009-02-23
SCI: Fix incorrect usage of struct tm in date function of kGetTime
Walter van Niftrik
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-21
SCI: Convert the segment manager into a class
Jordi Vilalta Prat
2009-02-21
multiply before dividing to improve timer resolution
Willem Jan Palenstijn
2009-02-21
SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files
Max Horn
2009-02-21
SCI: Tons of cleanup
Max Horn
2009-02-21
Turned back all fprintf/exit(1) bits into error()
Filippos Karapetis
2009-02-21
Now that we've placed everything under the Sci namespace, the Sci:: bits can ...
Filippos Karapetis
2009-02-21
use OSystem::getMillis() for last_wait_time and get rid of game_start_time
Andre Heider
2009-02-21
revert large parts of r38621. error() is for fatal errors and does not return...
Willem Jan Palenstijn
2009-02-21
Remove excess \n.
Travis Howell
2009-02-21
remove some endlines from warning() calls
Willem Jan Palenstijn
2009-02-21
Replaced "typedef struct _state state_t" with "struct EngineState"
Jordi Vilalta Prat
2009-02-21
Wrapped the SCI engine in the Sci namespace.
Oystein Eftevaag
2009-02-21
SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; fixed...
Max Horn
2009-02-20
Changed some SCIkdebug() calls to debugC()
Filippos Karapetis
2009-02-20
Changed more messages to warnings/errors
Filippos Karapetis
2009-02-20
Started conversion of debug messages and debug levels to the ScummVM equivale...
Filippos Karapetis
2009-02-19
formating
Paweł Kołodziejski
2009-02-17
Removed already implemented graphic capability flags, and used CLIP inside sc...
Filippos Karapetis
2009-02-17
shat up ARRAYSIZE redefine compiler warnings
Paweł Kołodziejski
2009-02-17
Update headers. engine/
Eugene Sandulenko
2009-02-17
Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...
Filippos Karapetis
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
SCI: Got rid of a nasty hack where class, delete, new were re#defined because...
Max Horn
2009-02-15
SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
Max Horn
2009-02-15
Fixed some warnings.
Johannes Schickel
2009-02-15
- Remove some unneeded files
Eugene Sandulenko