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
/
scriptdebug.cpp
Age
Commit message (
Expand
)
Author
2009-03-06
SCI: Renamed lots of classes related to song iterators; allocate song iterato...
Max Horn
2009-03-04
SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...
Max Horn
2009-03-04
SCI: cleanup
Max Horn
2009-02-28
SCI: Use the ResourceType enum instead of integers where it makes sense
Jordi Vilalta Prat
2009-02-28
strip trailing newline in SCI debugger
Willem Jan Palenstijn
2009-02-28
resource_t struct replaced with stub Resource class for future objectifying. ...
Greg Frieger
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-27
Fix code formatting
Eugene Sandulenko
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-27
SCI: Commited file handling revamp, work in progress
Max Horn
2009-02-26
- Removed engine/sys_strings.*
Filippos Karapetis
2009-02-24
SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros...
Max Horn
2009-02-24
SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...
Max Horn
2009-02-24
Fix some warnings.
Johannes Schickel
2009-02-24
SCI: Moved sciconsole.h and sys_strings.h to the dirs their *.cpp counterpart...
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: Changed selector name table to a Common::StringList
Max Horn
2009-02-22
SCI: Rewrite the way file handles are managed
Max Horn
2009-02-22
Whitespace cleanup
Jordi Vilalta Prat
2009-02-22
SCI: Converted "segment interfaces" into classes
Jordi Vilalta Prat
2009-02-21
SCI: Convert the segment manager into a class
Jordi Vilalta Prat
2009-02-21
SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more
Max Horn
2009-02-21
SCI: Changed typedef struct -> struct
Max Horn
2009-02-21
SCI: Removed c_sleep console command (what was/is the idea behind that one, a...
Max Horn
2009-02-21
SCI: Got rid of include/scitypes.h
Max Horn
2009-02-21
Renamed SCI's console to sciconsole (MSVC has problems with files with the sa...
Filippos Karapetis
2009-02-21
revert large parts of r38621. error() is for fatal errors and does not return...
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-21
SCI: Fixed more warnings
Max Horn
2009-02-20
Converted SCI saving to use saveFileMan. Instead of a savegame being
Willem Jan Palenstijn
2009-02-20
formating
Paweł Kołodziejski
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-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
point_t -> Common::Point
Filippos Karapetis
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-16
Removed a lot of unused and compiler-specific debug code. Note that for MSVC,...
Filippos Karapetis
2009-02-16
Use MIN with correct template <int>
Lars Persson
2009-02-16
Replace strcasecmp with scumm_stricmp.
Travis Howell
2009-02-16
Reimplemented reg_t_hashmap using Common::HashMap
Max Horn
2009-02-16
SCI: cleanup
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
Max Horn
2009-02-15
SCI: Fixed more warnings
Max Horn
[prev]
[next]