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
Age
Commit message (
Expand
)
Author
2009-05-14
SCI: Message: fix K_MESSAGE_SIZE
Walter van Niftrik
2009-05-14
Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5...
Filippos Karapetis
2009-05-14
- Removed SCI_VERSION_FTU_NEW_GETTIME
Filippos Karapetis
2009-05-14
Started using game-specific flags and removed/replaced some SCI version check...
Filippos Karapetis
2009-05-14
- Enabled the code which puts the text inside the screen if it doesn't fit fo...
Filippos Karapetis
2009-05-14
Removed the hack used to check for the existence of the CantBeHere() selector
Filippos Karapetis
2009-05-13
Simplified and re-enabled the debug code that shows pixmaps on screen and mov...
Filippos Karapetis
2009-05-13
SCI: Message: Added a few more subfunctions; cleanup.
Walter van Niftrik
2009-05-13
- Simplified SCI version detection a bit and clarified the different version ...
Filippos Karapetis
2009-05-12
SCI: cleanup
Max Horn
2009-05-12
SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h
Max Horn
2009-05-12
SCI: Changed object / script local vars storage to use a Common::Array
Max Horn
2009-05-12
SCI: Removed sci_memory.h/.cpp
Max Horn
2009-05-12
Performed some cleanup on the different version checks
Filippos Karapetis
2009-05-12
SCI: Fixed a valgrind warning.
Walter van Niftrik
2009-05-12
Removed some unused code
Filippos Karapetis
2009-05-12
SCI: Sound: Send signal immediately for currently unsupported fade-and-continue.
Walter van Niftrik
2009-05-12
SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...
Walter van Niftrik
2009-05-12
SCI: Message: Added resource-internal recursion (currently untested).
Walter van Niftrik
2009-05-12
- Slight cleanup of c_sfx_01_header()
Filippos Karapetis
2009-05-12
Moved the "suffixes" and "words" console commands to ScummVM's debug console
Filippos Karapetis
2009-05-12
Replaced sci_hexdump() with Common::hexdump()
Filippos Karapetis
2009-05-11
Fix MSVC compilation (cast const away explicitly).
Willem Jan Palenstijn
2009-05-11
SCI: Hacked stuff up so that debugger commands also print on the GUI console
Max Horn
2009-05-11
SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of...
Max Horn
2009-05-11
Moved the "selectors" and "syscalls" console commands to ScummVM's debug cons...
Filippos Karapetis
2009-05-11
SCI: Simplified the Table class, by making it use an Common::Array internally...
Max Horn
2009-05-11
SCI: Replace global vars cmd_paramlength & cmd_params by Common::Array<cmd_pa...
Max Horn
2009-05-11
SCI: Reduced header deps
Max Horn
2009-05-11
SCI: Message: Fixed a bug when game requests message with seq != 1.
Walter van Niftrik
2009-05-10
SCI: Minor changes to Message(). Some of the text in KQ6 floppy should now be...
Walter van Niftrik
2009-05-10
SCI: Changed EngineState::pics to a Common::Array
Max Horn
2009-05-10
SCI: Replaced Cplain odeBlock array in class Script by a Common::Array<CodeBl...
Max Horn
2009-05-10
SCI: Changed object list in Script instances to use Common:::Array
Max Horn
2009-05-10
Cleanup
Filippos Karapetis
2009-05-10
Cleanup
Filippos Karapetis
2009-05-10
Applied patch by waltervn to remove the length parameter from getText() and f...
Filippos Karapetis
2009-05-10
Objectified and cleaned up the MessageState class
Filippos Karapetis
2009-05-10
Reverted commit #40413
Filippos Karapetis
2009-05-10
Oops
Filippos Karapetis
2009-05-10
Moved the code which retrieves the current room number in a separate function...
Filippos Karapetis
2009-05-09
SCI: AvoidPath: Got rid of a warning.
Walter van Niftrik
2009-05-09
SCI: AvoidPath: No longer excludes edges on screen borders for pathfinding, as
Walter van Niftrik
2009-05-09
SCI: AvoidPath: another workaround for ECO.
Walter van Niftrik
2009-05-08
SCI: Set signature for GetMessage.
Walter van Niftrik
2009-05-08
SCI: Fix return value of GetMessage.
Walter van Niftrik
2009-05-08
SCI: GetMessage: lock resource.
Walter van Niftrik
2009-05-08
SCI: AvoidPath: another workaround for ECO
Walter van Niftrik
2009-05-08
SCI: AvoidPath: Fixed a regression caused by previous commit, and added a
Walter van Niftrik
2009-05-08
SCI: AvoidPath: added support for multiple contained-access polygons (ECO1).
Walter van Niftrik
[prev]
[next]