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-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
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: adlib support (work-in-progress) for the new music player.
Walter van Niftrik
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
2009-05-03
SCI: Changed VM GC code to use Common::Array
Max Horn
2009-05-02
- Moved the extra information (like executable version, VERSION file contents...
Jordi Vilalta Prat
2009-05-02
Add English DOS demo of Leisure Suit Larry 2.
Travis Howell
2009-05-02
Add English DOS demo of Conquests of Camelot.
Travis Howell
2009-05-02
Add English DOS demo of Space Quest 3.
Travis Howell
2009-04-28
SCI: Improved the Table template a bit by taking advantage of C++ features
Max Horn
2009-04-28
SCI: Further restructured the SegManager heap tables
Max Horn
2009-04-28
SCI: Removed the evil macros in engine/heapmgr.h, by manually instantiating t...
Max Horn
2009-04-28
SCI: Renamed execution_stack -> _executionStack and turned it into a Common::...
Max Horn
2009-04-28
SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ...
Max Horn
2009-04-27
Fixed some silly warnings
Max Horn
2009-04-27
SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use...
Max Horn
2009-04-27
SCI: Turned classtable into a Common::Array<Class>
Max Horn
2009-04-27
SCI: Removed unused vars; doxygenified some comments; cleanup
Max Horn
2009-04-27
SCI: Rewrote dirty rect code to use Common::List
Max Horn
2009-04-27
SCI: Renamed gfx_state_t -> GfxState
Max Horn
2009-04-26
Added all the different cases of kDoAudio as enums
Filippos Karapetis
[prev]
[next]