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-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
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
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-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-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
2009-05-04
SCI: Fixed savestate loading
Max Horn
2009-05-04
SCI: Added doxygen comment to MemObject::MemObject
Max Horn
2009-05-03
SCI: Started adding methods to MemObject subclasses: constructors, destructor...
Max Horn
2009-05-03
SCI: Completed transition from MemObject (a union of various structs) to MemO...
Max Horn
2009-05-03
SCI: Changed SegManager to store the heap pointers in a Common::Arrray
Max Horn
2009-05-03
SCI: Made SegManager::heap_size unsigned
Max Horn
2009-05-03
SCI: Continue transition from MemObject to MemObjectNEW
Max Horn
2009-05-03
SCI: Got rid of the LIST_ALL_DEALLOCATABLE macro
Max Horn
2009-05-03
SCI: Begun conversion of the MemObject union (used to implement poor man's fa...
Max Horn
2009-05-03
SCI: Renamed MemObject::type and ::segmgr_id to _type resp. _segmgrId, and ad...
Max Horn
2009-05-03
SCI: Changed SegManager to subclass Common::Serializable
Max Horn
2009-05-03
SCI: Changed various params of type MemObject* to the more specific type Script&
Max Horn
2009-05-03
SCI: Added SegManager::getScript method and modified code to make use of it; ...
Max Horn
2009-05-03
SCI: Doxygenified various comments
Max Horn
2009-05-03
SCI: Removed MEM_OBJ_RESERVED and related code
Max Horn
2009-05-03
SCI: Removed dead code
Max Horn
[prev]
[next]