Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-03 | fix last commit (invalid kyra.dat game features for HOFCD) | Florian Kagerer | |
svn-id: r33580 | |||
2008-08-03 | add support for HOF Italian fan translation to kyra.dat | Florian Kagerer | |
svn-id: r33578 | |||
2008-08-02 | add non-interactive lol demo | Florian Kagerer | |
svn-id: r33556 | |||
2008-08-02 | Fixed regressions in kyra1 amiga. | Johannes Schickel | |
svn-id: r33522 | |||
2008-07-31 | Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + ↵ | Johannes Schickel | |
Character selection". svn-id: r33463 | |||
2008-07-20 | Commented out some more PC-98 audio stuff, to avoid warnings. | Torbjörn Andersson | |
svn-id: r33146 | |||
2008-07-20 | KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns ↵ | Florian Kagerer | |
audio instead) svn-id: r33145 | |||
2008-07-07 | Fix for bug #2012293 "KYRA: Bad Spanish String in menu". | Johannes Schickel | |
svn-id: r32949 | |||
2008-07-05 | Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 ↵ | Johannes Schickel | |
"KYRA: add support for Italian version of Kyrandia 2&3") svn-id: r32912 | |||
2008-07-05 | Added spanish menu strings for spanish fan translation of Kyrandia 3. | Johannes Schickel | |
svn-id: r32911 | |||
2008-06-26 | - improved hof music support for fm-towns (driver for *.twn tracks) (still ↵ | Florian Kagerer | |
needs quite some work) - some PC-98 music support since it uses a very similar driver, but this can't be considered working yet) - Kyra 1 PC-98 music doen't work at all since I haven't figured out yet how to turn track numbers into the corresponding music file names (might require a hard coded track map) svn-id: r32807 | |||
2008-06-06 | - Fixed a valgrind waring | Johannes Schickel | |
- Formatting - Removed an assert svn-id: r32575 | |||
2008-05-24 | - Cleanup | Johannes Schickel | |
- Added support for showing kyra.dat error messages in a dialog svn-id: r32259 | |||
2008-05-24 | cleanup | Florian Kagerer | |
svn-id: r32253 | |||
2008-05-24 | fix for missing spellbook and letter text in the floppy versions | Florian Kagerer | |
svn-id: r32242 | |||
2008-05-18 | Cleanup. | Johannes Schickel | |
svn-id: r32176 | |||
2008-05-18 | add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - ↵ | Florian Kagerer | |
KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175 | |||
2008-05-18 | Typos. | Johannes Schickel | |
svn-id: r32171 | |||
2008-05-12 | Formatting. | Johannes Schickel | |
svn-id: r32078 | |||
2008-05-12 | remove useless double check on sound list entries | Florian Kagerer | |
svn-id: r32076 | |||
2008-05-12 | fix valgrind warning and some cleanup | Florian Kagerer | |
svn-id: r32075 | |||
2008-05-12 | More naming consistency fixes (fixes old TODO). | Johannes Schickel | |
svn-id: r32062 | |||
2008-05-12 | fix for kyra 3 sfx (broken by last commit) | Florian Kagerer | |
svn-id: r32061 | |||
2008-05-12 | move some kyra 3 static resources to kyra.dat | Florian Kagerer | |
svn-id: r32058 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 | |||
2008-05-11 | Implemented helium mode support for Kyra3. | Johannes Schickel | |
svn-id: r32028 | |||
2008-05-11 | - Implemented kyra3 album (page switch animation not yet implemented) | Johannes Schickel | |
- Implemented opcode 25: o3_showAlbum svn-id: r32022 | |||
2008-05-10 | implement item animations for MR | Florian Kagerer | |
svn-id: r31973 | |||
2008-05-07 | Fix invalid memory access bug in the library sequence (original static data ↵ | Florian Kagerer | |
seems to be bugged here) svn-id: r31933 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-05-06 | - Fixed valgrind warnings in HoF | Johannes Schickel | |
- Fixed memory leaks in HoF svn-id: r31903 | |||
2008-05-05 | - Implemented Kyra3 audio options menu, Helium mode still missing. | Johannes Schickel | |
- Fixed unitialized variable svn-id: r31881 | |||
2008-05-05 | Implemented support for Kyra3 game options menu (including studio audience ↵ | Johannes Schickel | |
and skip flag options). svn-id: r31879 | |||
2008-05-05 | - Added support for Kyra3 GUI (audio and game options not working yet) | Johannes Schickel | |
- Added support for loading directly from command line for Kyra3 svn-id: r31876 | |||
2008-05-04 | Initial common base between kyra2 and kyra3 GUI code. | Johannes Schickel | |
svn-id: r31867 | |||
2008-05-04 | Renamed kyra2 and kyra3 gui files. | Johannes Schickel | |
svn-id: r31866 | |||
2008-05-03 | - Moved newShape/temporaryScript code to KyraEngine_v2. | Johannes Schickel | |
- Renamed newShape/temporaryScript code to animationScript. svn-id: r31841 | |||
2008-05-02 | Moved some character code from kyra2/kyra3 to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31822 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 | |||
2008-04-28 | - Fixed some delay times | Johannes Schickel | |
- Implemented opcodes: -> 99: o3_showGoodConscience -> 100: o3_goodConscienceChat -> 101: o3_hideGoodConscience svn-id: r31766 | |||
2008-04-26 | - Implemented support for jesters staff, mood change and score displaying | Johannes Schickel | |
- Fixed bug in KyraEngine_v3::loadMalcolmShapes svn-id: r31736 | |||
2008-04-26 | Added support for kyra3 inventory. (jesters staff not supported yet) | Johannes Schickel | |
svn-id: r31735 | |||
2008-04-24 | Implemented opcode 56: o3_updateScore. | Johannes Schickel | |
svn-id: r31704 | |||
2008-04-24 | Output error message when kyra.dat initialization fails because of old ↵ | Johannes Schickel | |
version or missing entries. svn-id: r31695 | |||
2008-04-24 | Implemented special item string selection for french version of Kyra3. | Johannes Schickel | |
svn-id: r31689 | |||
2008-04-24 | More kyra3 item drop down code. | Johannes Schickel | |
svn-id: r31685 | |||
2008-04-23 | Implemented parts of item drop down code for Kyra3. | Johannes Schickel | |
svn-id: r31681 | |||
2008-04-23 | Implmenented inventory show/hide. | Johannes Schickel | |
svn-id: r31676 | |||
2008-04-22 | Implemented some kyra3 dialog support. | Johannes Schickel | |
- Room enter talks by malcolm should be working now - Zanthia should say now some lines after landing svn-id: r31660 |