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
/
kyra.h
Age
Commit message (
Expand
)
Author
2006-05-04
Adds (partial) support for italian floppy. (still hardcoded strings are missi...
Johannes Schickel
2006-05-03
- modifies loadBitmap not to crash if a image isn't found
Johannes Schickel
2006-05-01
Adds archive file list, MD5 for my CD version, and a few function stubs for H...
Oystein Eftevaag
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-25
Adds some code to dynamically resize and readjust the menus if the text strin...
Oystein Eftevaag
2006-04-23
Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...
Oystein Eftevaag
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-09
Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc...
Max Horn
2006-03-18
- started to rework static resource loading
Johannes Schickel
2006-03-18
Extends seq_drinkPotionAnim() so that the color of the flask Brandon
Oystein Eftevaag
2006-03-15
Added mouse wheel scrolling to save/restore dialogs.
Torbjörn Andersson
2006-03-14
- Deletes wrong spaces in debugC calls in resource.cpp
Johannes Schickel
2006-03-12
Music in the last two intro scenes plays now again with adlib.
Johannes Schickel
2006-03-09
- Removes deleted waitTicks prototype in KyraEngine
Johannes Schickel
2006-03-08
Implemented the last menu (the settings screen). Walking speed, text speed,
Oystein Eftevaag
2006-03-07
Added the proper death dialog, changed the sequence skipping code a bit to avoid
Oystein Eftevaag
2006-02-27
Added WIP Adlib sound playing code to kyra.
Johannes Schickel
2006-02-17
Reduced header dependencies
Max Horn
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn