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-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
2009-11-29
SCI/newgui: handling of right aligned menu text changed
Martin Kiewitz
2009-11-29
Removed unused code
Filippos Karapetis
2009-11-29
Removed unused code
Filippos Karapetis
2009-11-26
SCI: Turn SfxPlayer::_mutex from a pointer into a plain member
Max Horn
2009-11-26
Removed dead code
Filippos Karapetis
2009-11-24
Added Doxygen comments for the various engine namespaces (currently mostly wi...
Max Horn
2009-11-23
SCI: Reduce header interdependency
Max Horn
2009-11-22
Added a sanity check to the setCursor detection
Filippos Karapetis
2009-11-22
Check which DoSound method is actually invoked from Sound::play, to remove a ...
Filippos Karapetis
2009-11-21
Removed duplicate code and simplified some feature detection
Filippos Karapetis
2009-11-20
Fixed sound detection for Jones CD
Filippos Karapetis
2009-11-20
Changed some comments back to DOxygen (inline) style and removed some more de...
Filippos Karapetis
[next]