aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.h
AgeCommit message (Expand)Author
2006-05-18fixes kyra2 gameflag initJohannes Schickel
2006-05-17- adds AUD file player (has still some problems with playing)Johannes Schickel
2006-05-16Set gameflags for kyra3 properly.Eugene Sandulenko
2006-05-16Removes ENABLE_KYRA2 and ENABLE_KYRA3.Johannes Schickel
2006-05-16- implements kyrandia 3 wsa loaderJohannes Schickel
2006-05-12- little cleanupsJohannes Schickel
2006-05-08Replaced a bunch of delay loops with a new delayUntil() function. Now all ofTorbjörn Andersson
2006-05-04Adds (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 foundJohannes Schickel
2006-05-01Adds archive file list, MD5 for my CD version, and a few function stubs for H...Oystein Eftevaag
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-25Adds some code to dynamically resize and readjust the menus if the text strin...Oystein Eftevaag
2006-04-23Uses 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-09Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc...Max Horn
2006-03-18- started to rework static resource loadingJohannes Schickel
2006-03-18Extends seq_drinkPotionAnim() so that the color of the flask BrandonOystein Eftevaag
2006-03-15Added mouse wheel scrolling to save/restore dialogs.Torbjörn Andersson
2006-03-14- Deletes wrong spaces in debugC calls in resource.cppJohannes Schickel
2006-03-12Music in the last two intro scenes plays now again with adlib.Johannes Schickel
2006-03-09- Removes deleted waitTicks prototype in KyraEngineJohannes Schickel
2006-03-08Implemented the last menu (the settings screen). Walking speed, text speed,Oystein Eftevaag
2006-03-07Added the proper death dialog, changed the sequence skipping code a bit to avoidOystein Eftevaag
2006-02-27Added WIP Adlib sound playing code to kyra.Johannes Schickel
2006-02-17Reduced header dependenciesMax Horn
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-11Moved engines to the new engines/ directoryMax Horn