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-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
2009-04-24
SCI: font_nr -> _font
Max Horn
2009-04-24
SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo...
Max Horn
2009-04-24
SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.
Max Horn
2009-04-24
SCI: Started to C++ify the gfxw_widget_t codebase
Max Horn
2009-04-24
SCI: Changed GFXERROR to be fatal
Max Horn
2009-04-24
SCI: Some const corrections, removed dead stuff, cleanup
Max Horn
2009-04-24
SCI: Store parse_tree_branch_t in a Common::Arraay
Max Horn
2009-04-23
Changed the "Intersections" opcode to "MoveCursor", after verifying it with G...
Filippos Karapetis
2009-04-23
The mouse cursor is now working in Eco Quest 1, though the hotspot is still w...
Filippos Karapetis
2009-04-23
Removed a FIXME concerning CanBeHere and CantBeHere and added an explanation....
Filippos Karapetis
2009-04-23
Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly now
Filippos Karapetis
2009-04-23
WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw...
Filippos Karapetis
2009-04-22
Cleanup
Filippos Karapetis
2009-04-22
SCI: Slim down struct SciKernelFunction
Max Horn
2009-04-22
SCI: Changed kfunct_table to a Common::Array
Max Horn
2009-04-22
SCI: getInt -> READ_LE_UINT16
Max Horn
2009-04-22
SCI: Changed knames (kernel function name table) to Common::StringList
Max Horn
2009-04-21
Updated some of the detector entries for KQ5
Filippos Karapetis
2009-04-21
- Fixed some of the GUI graphical glitches in SCI1 games (e.g. the inventory ...
Filippos Karapetis
2009-04-21
Restored the ability to change the active port bound, by moving it inside gfx...
Filippos Karapetis
2009-04-21
Removed per-picture port bounds, which were set to the global port bounds
Filippos Karapetis
2009-04-20
SCI: Replaced memory ref counting code in the SongIterator code by a simple C...
Max Horn
2009-04-20
SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...
Max Horn
2009-04-20
SCI: Moved list of kernel func declarations to header file, where it belongs
Max Horn
2009-04-20
SCI: cleanup
Max Horn
2009-04-20
SCI: Mapped BREAKPOINT macro to error() for now
Max Horn
2009-04-18
Disable MSVC warning in autogenerated code
Willem Jan Palenstijn
2009-04-18
Fix outdated comments
Willem Jan Palenstijn
2009-04-18
Retreive -> retrieve
Willem Jan Palenstijn
2009-04-15
SCI: Added a new song player (work-in-progress).
Walter van Niftrik
2009-04-11
SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ...
Max Horn
2009-04-09
SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-devel
Max Horn
2009-04-07
Fixed the language of the German version of Longbow
Filippos Karapetis
2009-04-07
SCI: Do not skip last entry in kernel table for SCI1.
Walter van Niftrik
2009-04-07
SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table.
Walter van Niftrik
2009-04-07
Print out the SCI interpreter version and not the resource version when sayin...
Matthew Hoops
2009-04-07
SCI: Fix endian-unsafe read [bug #2739122 ]
Willem Jan Palenstijn
2009-04-06
Fixed a crash in LSL5 when opening the inventory
Filippos Karapetis
2009-04-06
Fixed an issue with the password screen in LSL5 and kStrAt(). The game passwo...
Filippos Karapetis
2009-04-06
SCI: Made said_parse_spec static, regenerated said.cpp from said.y
Max Horn
2009-04-05
SCI: Include sciduv.exe in version scanning.
Walter van Niftrik
2009-04-05
SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when
Walter van Niftrik
2009-04-04
Fix warning.
Johannes Schickel
[prev]
[next]