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-12-21
Fixed menus in multilingual SCI01 games
Filippos Karapetis
2009-12-21
Brought back the INCLUDE_OLDGFX define
Filippos Karapetis
2009-12-20
Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...
Filippos Karapetis
2009-12-20
Started integrating the new sound code in the SoundCommandParser class. Some ...
Filippos Karapetis
2009-12-20
Moved all of the sound iterator code in its own directory, and added a slight...
Filippos Karapetis
2009-12-20
Wrapped some more sound code around appropriate defines
Filippos Karapetis
2009-12-20
Wrapped some more sound code around appropriate defines
Filippos Karapetis
2009-12-20
Directly modify the sound objects, instead of modifying a local copy. Remove ...
Filippos Karapetis
2009-12-20
Removed dead code
Filippos Karapetis
2009-12-19
- Started wrapping the current sound code around appropriate defines
Filippos Karapetis
2009-12-19
- Removed unused includes
Filippos Karapetis
2009-12-19
Removed unused include
Filippos Karapetis
2009-12-19
Fix segfault when quitting. static const Common::String's shouldn't be used.
Matthew Hoops
2009-12-19
Silence some gcc 3.4.5 warnings.
Matthew Hoops
2009-12-18
Moved the interface class for the the custom SCI MIDI drivers together with t...
Filippos Karapetis
2009-12-18
Moved the midi_writer struct into the place where it's actually used, and nam...
Filippos Karapetis
2009-12-15
Got rid of ReadStream::ioFailed()
Max Horn
2009-12-09
Changed MidiDriver::createMidi to take a MidiDriverType instead of an int
Max Horn
2009-12-09
SCI: Paranoia tweak for EngineState::autoDetectFeature
Max Horn
2009-12-09
SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (...
Martin Kiewitz
2009-12-09
SCI: Save/LoadGame Common::Rect saving now portable
Martin Kiewitz
2009-12-09
Fixed some simple cppcheck warnings.
Torbjörn Andersson
2009-12-08
Attempt to fix MSVC warning C4121.
Johannes Schickel
2009-12-08
SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde...
Martin Kiewitz
2009-12-08
SCI: SciGui::getPortPic now uses byref
Martin Kiewitz
2009-12-08
SCI: Saving picPort now (fixes loading saved games in castle of dr. brain)
Martin Kiewitz
2009-12-08
Fix some MSVC warnings (part of patch #2909981)
Max Horn
2009-12-08
SCI: Cleanup DirSeeker a little bit
Max Horn
2009-12-07
Slight cleanup/simplification of the TimerSongIterator
Filippos Karapetis
2009-12-07
Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some f...
Filippos Karapetis
2009-12-07
Stop using variables named "byte", as byte is a variable type in ScummVM, and...
Filippos Karapetis
2009-12-04
SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly
Martin Kiewitz
2009-12-04
SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :)
Martin Kiewitz
2009-12-04
SCI: Renamed "buckybits" to "modifiers" in SciEvent
Martin Kiewitz
2009-12-04
SCI: Make event constants more verbose
Martin Kiewitz
2009-12-04
SCI: Recreate SciEvent on loading saves
Martin Kiewitz
2009-12-04
SCI: SciEvent created, kernel_sleep() created
Martin Kiewitz
2009-12-04
SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin...
Martin Kiewitz
2009-12-04
SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut...
Martin Kiewitz
2009-12-04
SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after open...
Martin Kiewitz
2009-12-03
SCI: Don't call SciMusic for volume changes when using old code
Martin Kiewitz
2009-12-03
SCI: Dont init sound when using old sfx code (fixes assert)
Martin Kiewitz
2009-12-02
SCI: Reverting 46242, wasn't a bug at all
Martin Kiewitz
2009-12-02
SCI: WindowMgr init correction
Martin Kiewitz
2009-12-02
SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla...
Martin Kiewitz
2009-12-01
Removed unnecessary semi-colons.
Torbjörn Andersson
2009-11-30
SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...
Martin Kiewitz
2009-11-29
Comment out unused variables.
Johannes Schickel
2009-11-29
Started assigning the code from Greg's SCI engine to our sound commands - sti...
Filippos Karapetis
2009-11-29
Properly update the sound state in the sound command parser when loading a game
Filippos Karapetis
[next]