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-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
2009-04-25
SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio
Walter van Niftrik
2009-04-25
WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...
Filippos Karapetis
2009-04-24
SCI: Initialize pixmap to transparency before decoding cel RLE data. This
Walter van Niftrik
2009-04-24
Long messages in Eco Quest 1 are now shown correctly
Filippos Karapetis
2009-04-24
Changed an error to a warning, to make Longbow playable again
Filippos Karapetis
2009-04-24
Merged kSetCursor and kSetCursorNew, and changed KQ5 CD to use the newer kSet...
Filippos Karapetis
2009-04-24
SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an entry.
Walter van Niftrik
2009-04-24
SCI: Fix signature of kPalette().
Walter van Niftrik
2009-04-24
SCI: Fix transparency in view-based mouse cursors.
Walter van Niftrik
2009-04-24
SCI: Turned GfxWidget::draw function pointer into virtual method
Max Horn
2009-04-24
SCI: Turned GfxWidget::tag function pointer into virtual method
Max Horn
2009-04-24
SCI: Turned GfxWidget::print function pointer into virtual method
Max Horn
2009-04-24
SCI: Doxygenified some comments
Max Horn
2009-04-24
SCI: Fixed mouse cursor hotspots in ECO1.
Walter van Niftrik
2009-04-24
SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual
Max Horn
2009-04-24
SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors
Max Horn
[prev]
[next]