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
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-29
More formatting.
Johannes Schickel
2009-05-29
Formatting.
Johannes Schickel
2009-05-29
Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright.
Johannes Schickel
2009-05-29
Cleanup.
Johannes Schickel
2009-05-29
Enable autosaves in Lands of Lore.
Johannes Schickel
2009-05-29
Cleanup.
Johannes Schickel
2009-05-29
Fix valgrind warnings.
Johannes Schickel
2009-05-29
Cleanup and slight bugfix in drawShapeProcessLineScale* functions.
Johannes Schickel
2009-05-29
Formatting.
Johannes Schickel
2009-05-28
LOL: - fix valgrind warning
Florian Kagerer
2009-05-28
Clean up PC Speaker output implementation. (Stripping out unused code)
Johannes Schickel
2009-05-28
Fix mismatching new/delete[]
Johannes Schickel
2009-05-27
Prevent accidental MT-32 initialization for PC speaker output, when "native_m...
Johannes Schickel
2009-05-27
- Moved Sound implementation declarations to the newly added file sound_intern.h
Johannes Schickel
2009-05-25
LOL: implemented support for the mine car
Florian Kagerer
2009-05-24
Strip trailing whitespaces.
Johannes Schickel
2009-05-24
Commit patch #2796028 "lol files are always compiled" with some slight extens...
Johannes Schickel
2009-05-24
LOL: fixed some input code issues:
Florian Kagerer
2009-05-24
Cleanup.
Johannes Schickel
2009-05-24
Make various Sound functionality SoundHandle instead of filename based.
Johannes Schickel
2009-05-24
LOL: fix valgrind warning
Florian Kagerer
2009-05-24
Remove leftover (already commented out) code.
Johannes Schickel
2009-05-24
- Reorder supported codecs list
Johannes Schickel
2009-05-24
Cleanup.
Johannes Schickel
2009-05-23
Cleanup.
Johannes Schickel
2009-05-23
KYRA/LOL: restructured voice playing code so that audio compression can be su...
Florian Kagerer
2009-05-23
LOL: implemented fireball spell
Florian Kagerer
2009-05-23
Cleanup.
Johannes Schickel
2009-05-23
Reserve opcode array entries beforehand, should save some reallocation and co...
Johannes Schickel
2009-05-22
Better safe than sorry, add an explicit default constructor for Button.
Johannes Schickel
2009-05-22
Yet another fix for MSVC (it seems it initializes all pointers in debug mode ...
Johannes Schickel
2009-05-22
Fix crash with MSVC.
Johannes Schickel
2009-05-22
struct Button contains non POD members, thus don't use memset on it.
Johannes Schickel
2009-05-22
Change button list handling to closer match original. This fixes a crash when...
Johannes Schickel
2009-05-22
Do not define checkInput as virtual.
Johannes Schickel
2009-05-22
Handle mouse move events like the original.
Johannes Schickel
2009-05-22
LOL: (temporary) fix for button callback assignment. The automatic list capac...
Florian Kagerer
2009-05-22
Add hack so LoL intro demo will init MT-32 properly.
Johannes Schickel
2009-05-22
Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands of...
Johannes Schickel
2009-05-22
Oops typo.
Johannes Schickel
2009-05-22
Properly initialize MT-32 for LoL demos.
Johannes Schickel
2009-05-22
Fix crash when playing LoL demo.
Johannes Schickel
2009-05-22
Cleanup.
Johannes Schickel
2009-05-22
Fix RTL in Lands of Lore.
Johannes Schickel
2009-05-21
LOL: - implemented Lightning Spell
Florian Kagerer
2009-05-21
Changed code to closer match original input handling.
Johannes Schickel
2009-05-21
Fix some Kyra1 movies.
Johannes Schickel
2009-05-21
Only process key/mouse press/release events in GUI.
Johannes Schickel
2009-05-21
LOL: - implemented freeze spell
Florian Kagerer
[next]