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
/
agi
Age
Commit message (
Expand
)
Author
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-18
AGI: Replace vsprintf by Common::String::vformat
Max Horn
2011-06-14
DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()
Max Horn
2011-06-14
DETECTOR: Merge ADParams into AdvancedMetaEngine
Max Horn
2011-06-10
AGI: Switch to alternate AdvancedMetaEngine, avoid ADParams
Max Horn
2011-06-10
ENGINES: Change incorrect use of 'target' to 'gameid'
Max Horn
2011-06-10
AGI: Experimental fix for bug #3292778 ("SQ2: Music missing notes")
eriktorbjorn
2011-06-08
AGI: Numeric Keypad Control in Predictive Dialog (Bug #3309376)
D G Turner
2011-06-08
AGI: Fix Engine Exit While Predictive Dialog Is Open.
D G Turner
2011-06-08
AGI: Fix Broken Predictive Text Input.
D G Turner
2011-06-03
AGI: Fix type mismatch (see bug #3311198)
Max Horn
2011-06-03
Remove accidentally added file *sigh*
Max Horn
2011-06-03
SCI: Switch some char* to Common::String&
Max Horn
2011-06-02
AGI: Replace snprintf() usage with Common::String::format()
D G Turner
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-05-25
AGI: Fix compilation on 64 bit platforms
Willem Jan Palenstijn
2011-05-25
Merge pull request #9 from tiqpit/a2gs
Eugene Sandulenko
2011-05-25
ALL: behaviour -> behavior
Matthew Hoops
2011-05-23
COMMON: Add exit() to list of forbidden symbols
Max Horn
2011-05-18
AGI: Constify stuff
Max Horn
2011-05-17
AGI: Cleanup
Willem Jan Palenstijn
2011-05-17
AGI: Unify RandomSource instantiation
Max Horn
2011-05-17
COMMON: Registers RandomSources in constructor with the event recorder
Max Horn
2011-05-16
ENGINES: Unify engine names
Thierry Crozat
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-07
AGI: Replace Winnie macros with functions
Matthew Hoops
2011-05-02
ALL: Mark printf and various other symbols as forbidden
Max Horn
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-28
JANITORIAL: Format forward declarations to follow convention
Ori Avtalion
2011-04-24
AGI: Fix bug #3087825: AGI: Code analysis warnings
Eugene Sandulenko
2011-04-18
COMMON: Rename Error to ErrorCode, introduce new Error class
Max Horn
2011-04-14
ALL: centre -> center
Max Horn
2011-04-14
ALL: colour -> color
Max Horn
2011-04-12
AGI: More formatting changes...
Jussi Pitkanen
2011-04-12
AGI: Use delete[] instead of delete for arrays
Jussi Pitkanen
2011-04-12
AGI: Formatting
Jussi Pitkanen
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-04-10
AGI: Detect swap mode correctly for Apple IIGS instruments.
Jussi Pitkanen
2011-04-09
AGI: Cleanup sound_2gs.*
Jussi Pitkanen
2011-04-09
AGI: Let games start playing a new sound even if another one is still playing.
Jussi Pitkanen
2011-04-09
AGI: Refactor and fix Apple IIGS sound generator
Jussi Pitkanen
2011-04-04
AGI: Avoid global constructors (due to global refs)
Max Horn
2011-04-03
AGI: Added the Spanish version of SQ2 (bug report #3260349)
md5
2011-03-28
AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it
Max Horn
2011-03-25
AUDIO: Move more common code to Audio::MidiPlayer
Max Horn
2011-03-24
AGI: Change SoundGenMIDI to derive from Audio::MidiPlayer
Max Horn
2011-03-23
ENGINES: Remove unused MIDI pass-through code
Max Horn
2011-03-23
ENGINES: Further simplify pseudo MidiDrivers; fix some regressions
Max Horn
2011-03-23
AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses
Max Horn
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
[next]