Age | Commit message (Expand) | Author |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ... | Johannes Schickel |
2006-09-16 | Reduce code duplication | Max Horn |
2006-09-16 | Simplifies resource handling for the CD version of Kyrandia. | Johannes Schickel |
2006-09-15 | - adds dirty rect handling to the kyra engine (needs some more tests before I... | Johannes Schickel |
2006-08-26 | Adds some framework for the Kyra2 intro, expands it a little bit and adds som... | Oystein Eftevaag |
2006-07-28 | Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie... | Oystein Eftevaag |
2006-07-27 | Oops it should never be renamed to c1_* but to o1_* changing this now. | Johannes Schickel |
2006-07-27 | - renaming all opcodes from cmd_* to c1_* | Johannes Schickel |
2006-07-27 | - moving KyraEngine_v3 declaration to newly added kyra3.h | Johannes Schickel |
2006-06-24 | Fixes save/load of kyra engine. | Johannes Schickel |
2006-06-05 | removes _selectedMenuItem again. | Johannes Schickel |
2006-06-05 | Fixed PalmOS ARM crashes | Chris Apers |
2006-05-28 | Got rid of _selectedMenuItem to make LordHoto happier. | Torbjörn Andersson |
2006-05-28 | cleanup | Johannes Schickel |
2006-05-28 | - makes Screen::getPagePtr private | Johannes Schickel |
2006-05-28 | Commits Chriliths patch for fixing Kyra on PalmOS. | Johannes Schickel |
2006-05-28 | Fixes bug # 1494945 ("KYRA1: Actor disappearing in an animation"). | Johannes Schickel |
2006-05-28 | The Kyra settings are now stored in the config file instead of the savegames. | Torbjörn Andersson |
2006-05-28 | Added speechEnabled() and textEnabled() to simplify the text/speech config ch... | Oystein Eftevaag |
2006-05-27 | Draw the selected menu item (currently always the first one) highlighted, i.e. | Torbjörn Andersson |
2006-05-21 | Some minor VQA player fixes: | Torbjörn Andersson |
2006-05-21 | - allows kyra3 to exit again | Johannes Schickel |
2006-05-21 | - reworks quit handling (no _system->quit() anymore) | Johannes Schickel |
2006-05-21 | Implements kyra3 main menu drawing. | Johannes Schickel |
2006-05-20 | makes destructor of KyraEngine virtual | Johannes Schickel |
2006-05-18 | - load fonts for kyra3 | Johannes Schickel |
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson |
2006-05-18 | fixes kyra2 gameflag init | Johannes Schickel |
2006-05-17 | - adds AUD file player (has still some problems with playing) | Johannes Schickel |
2006-05-16 | Set gameflags for kyra3 properly. | Eugene Sandulenko |
2006-05-16 | Removes ENABLE_KYRA2 and ENABLE_KYRA3. | Johannes Schickel |
2006-05-16 | - implements kyrandia 3 wsa loader | Johannes Schickel |
2006-05-12 | - little cleanups | Johannes Schickel |
2006-05-08 | Replaced a bunch of delay loops with a new delayUntil() function. Now all of | Torbjörn Andersson |
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 |