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-12
Performed some cleanup on the different version checks
Filippos Karapetis
2009-05-12
Fall back to plain OPL2 emulation, when Dual OPL2 isn't available.
Johannes Schickel
2009-05-12
- Add support for selecting the OPL emulator being used (config entry: "opl_d...
Johannes Schickel
2009-05-12
SCI: Fixed a valgrind warning.
Walter van Niftrik
2009-05-12
Removed some unused code
Filippos Karapetis
2009-05-12
set resource version for LSL6 low-res CD version as well + update language co...
Joost Peters
2009-05-12
SCI: Sound: Send signal immediately for currently unsupported fade-and-continue.
Walter van Niftrik
2009-05-12
SCI: Set resource version for LSL6 floppy (autodetection fails).
Walter van Niftrik
2009-05-12
SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...
Walter van Niftrik
2009-05-12
SCI: Message: Added resource-internal recursion (currently untested).
Walter van Niftrik
2009-05-12
- Slight cleanup of c_sfx_01_header()
Filippos Karapetis
2009-05-12
Moved the "suffixes" and "words" console commands to ScummVM's debug console
Filippos Karapetis
2009-05-12
Replaced sci_hexdump() with Common::hexdump()
Filippos Karapetis
2009-05-12
Silenced MSVC warning about unsafe mix of byte and boolean
Filippos Karapetis
2009-05-11
Fix MSVC compilation (cast const away explicitly).
Willem Jan Palenstijn
2009-05-11
SCI: Hacked stuff up so that debugger commands also print on the GUI console
Max Horn
2009-05-11
SCI: Hook FreeSCI console commands into the ScummVM console (incomplete as of...
Max Horn
2009-05-11
Moved the "selectors" and "syscalls" console commands to ScummVM's debug cons...
Filippos Karapetis
2009-05-11
Merged find_dev() inside sfx_find_device()
Filippos Karapetis
2009-05-11
Console is a class, not a struct
Filippos Karapetis
2009-05-11
SCI: Simplified the Table class, by making it use an Common::Array internally...
Max Horn
2009-05-11
SCI: Replace global vars cmd_paramlength & cmd_params by Common::Array<cmd_pa...
Max Horn
2009-05-11
SCI: Reduced header deps
Max Horn
2009-05-11
SCI: Message: Fixed a bug when game requests message with seq != 1.
Walter van Niftrik
2009-05-10
SCI: Minor changes to Message(). Some of the text in KQ6 floppy should now be...
Walter van Niftrik
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
[next]