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
/
kyra
Age
Commit message (
Expand
)
Author
2010-05-05
Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.
Johannes Schickel
2010-05-04
Reduce indirect header dependencies further
Max Horn
2010-05-04
Move DebugChannel related code to new header
Max Horn
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-05-01
KYRA: fixed some cppcheck warnings
Florian Kagerer
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
Max Horn
2010-04-12
Revert "Fix use of "friend" keyword in KYRA for strict C++ compilers."
Johannes Schickel
2010-04-12
Fix use of "friend" keyword in KYRA for strict C++ compilers.
Johannes Schickel
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-04-11
Setup and destroy a dummy cursor and palette in the Engine class.
Johannes Schickel
2010-04-11
Fix KYRA's cursor handling by pushing a dummy cursor via CursorMan.pushCursor...
Johannes Schickel
2010-04-11
Fix bug #2985387 "KYRA1: Crash at the end of game".
Johannes Schickel
2010-04-01
Remove extra semicolons
Ori Avtalion
2010-03-29
COMMON: Cleanup ConfigManager code
Max Horn
2010-03-24
Remove pointer dereferencation in a place, where the result is not used at all.
Johannes Schickel
2010-03-22
Patch #2973290: Semicolon cleanup
Max Horn
2010-03-20
Fix out of bounds access.
Johannes Schickel
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
Max Horn
2010-03-18
Switch from Common::tag2string(foo).c_str() to tag2str(foo)
Max Horn
2010-03-10
Silenced some harmless cppcheck warnings about unreachable code after a return.
Torbjörn Andersson
2010-03-08
Tweak makeVOCDiskStream
Max Horn
2010-03-04
Fix item exchange string in Kyra 1 Amiga (both English and German).
Johannes Schickel
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-02-19
Fix for bug #2954279 "KYRA: Error when loading non-existent savegame".
Johannes Schickel
2010-02-17
Use Common::KEYCODE_* instead of ASCII values for keycode comparison.
Johannes Schickel
2010-02-17
Use Common::KeyCode instead of int as key type for KeyMap.
Johannes Schickel
2010-02-09
LOL: fixed script bug in castle cimmeria that would cause out of bounds mem a...
Florian Kagerer
2010-02-07
LOL: fixed handling of invalid monster attack sfx in the Urbish mines (should...
Florian Kagerer
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-29
Fix yet another use of possibly undefined behavior reported by syke.
Johannes Schickel
2010-01-29
Fix use of undefined behavior. (Thanks to syke for reporting)
Johannes Schickel
2010-01-27
Fix invalid sample position on Timestamp to sample conversion for Stereo stre...
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Remove HACK, which is obsolete because of r47336.
Johannes Schickel
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-24
Fixed warning.
Torbjörn Andersson
2010-01-24
LOL: save/load menu speed up
Florian Kagerer
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-23
Paranoia change: add some explicit terminating 0 after some strncpy uses.
Johannes Schickel
2010-01-23
Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...
Max Horn
2010-01-22
Silenced some more cppcheck warnings. Some of these may seem silly, but the way
Torbjörn Andersson
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2010-01-18
LOL: minor key map fix
Florian Kagerer
2010-01-18
LOL: cleanup last commit
Florian Kagerer
2010-01-18
LOL: fixed spell array size
Florian Kagerer
[next]