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
Age
Commit message (
Expand
)
Author
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: Fixed palette regression from rev 40388
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-10
Disabled some unused code
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: Folded line.h and crossblit.h into gfx_support.cpp
Max Horn
2009-05-08
SCI: cleanup
Max Horn
2009-05-08
SCI: Got rid of code for endian adjusting pixmaps
Max Horn
2009-05-08
SCI: turn the various gfx filters from #define hacks into template funcs
Max Horn
2009-05-08
SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok...
Max Horn
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
2009-05-08
SCI: Got rid of last traces of class SegInterface
Max Horn
2009-05-08
SCI: Moved findCanonicAddress from SegInterface to MemObject
Max Horn
2009-05-08
SCI: Moved freeAtAddress from SegInterface to MemObject
Max Horn
2009-05-08
SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant
Max Horn
2009-05-08
SCI: Started to merge SegInterface into MemObject
Max Horn
2009-05-08
SCI: Added workaround for Common::Array<T>::resize() not zero-initing newly a...
Max Horn
2009-05-07
Fix an endian bug
Matthew Hoops
2009-05-06
Sync with adlib.cpp rename
Paul Gilbert
2009-05-06
SCI: Added operator== and !=, as well as an isNull method to reg_t
Max Horn
2009-05-06
SCI: Added a comment (taken from a mail by Lars Skovlund) explaining SCI stri...
Max Horn
2009-05-06
Sync with adlib.cpp rename
Eugene Sandulenko
2009-05-06
Rename duplicate named files in order to make MSVC happier
Eugene Sandulenko
2009-05-06
SCI: Modified the new adlib driver for the dosbox adlib emulator, and enabled...
Walter van Niftrik
2009-05-05
SCI: Removed stereo support from the soon-to-be-removed old SCI adlib driver
Walter van Niftrik
2009-05-05
Update SCI code for the upcoming AdLib emulator changes:
Johannes Schickel
2009-05-05
SCI: Work around an 'Array used after being disposed' bug that occurs when a ...
Max Horn
2009-05-05
SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Anot...
Max Horn
2009-05-05
SCI: Actually, it turns out the SystemString is more messed up than I thought...
Max Horn
2009-05-05
SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmp
Max Horn
2009-05-05
SCI: Fixed out of bounds access in (still incomplete?) string frags code
Max Horn
2009-05-05
SCI: Support for 0x4e control changes in new adlib driver, and some cleanup.
Walter van Niftrik
2009-05-04
This should fix linking on PSP.
Johannes Schickel
2009-05-04
SCI: Got rid of heapmgr.h; further improve the Table code
Max Horn
2009-05-04
SCI: Unified serializing code for Table subclasses, using template specializa...
Max Horn
[next]