Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-04-20 | Implemented opcodes: | Johannes Schickel | |
- 21: o3_showBadConscience - 23: o3_hideBadConscience svn-id: r31584 | |||
2008-04-18 | - complete support for the playable HOF demo | Florian Kagerer | |
svn-id: r31560 | |||
2008-04-18 | Some kyra1 menu tweaking, now all languages should use the same clean layout ↵ | Johannes Schickel | |
instead of variable width button system (widths even changed at runtime, which looked rather strange). svn-id: r31559 | |||
2008-04-17 | Implemented sfx support for Kyra3. | Johannes Schickel | |
svn-id: r31546 | |||
2008-04-16 | Some more kyra3 code. This should show the first scene for a brief second. ↵ | Johannes Schickel | |
(and it initializes a bit more internal stuff) svn-id: r31518 | |||
2008-04-14 | Implemented some kyra3 code. | Johannes Schickel | |
svn-id: r31503 | |||
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel | |
- removed unneeded map code in KyraEngine_v3 svn-id: r31488 | |||
2008-04-10 | towns music file name fix | Florian Kagerer | |
svn-id: r31481 | |||
2008-04-06 | Implemented support for Towns (and hopefully DOS floppy too) menus. | Johannes Schickel | |
svn-id: r31438 | |||
2008-04-06 | svn-id: r31431 | Florian Kagerer | |
2008-04-06 | Fixed various bugs in GUI_v2::processButtonList. | Johannes Schickel | |
This fixes bugs: - #1935827 "HoF: Buttons pressed state not available" - #1935219 "HoF: artefact after loading game" svn-id: r31422 | |||
2008-04-05 | - Implemented delete savegame menu | Johannes Schickel | |
- Reverted hack introduced with last commit svn-id: r31395 | |||
2008-04-04 | Made sliders working. | Johannes Schickel | |
svn-id: r31387 | |||
2008-04-04 | Implemented audio menu, slider bars not moveable via mouse yet though. | Johannes Schickel | |
svn-id: r31384 | |||
2008-04-04 | Little less waste of memory. | Johannes Schickel | |
svn-id: r31383 | |||
2008-04-04 | Also hooked the death menu quit button to the game quit code implemented in ↵ | Filippos Karapetis | |
rev #31376 svn-id: r31382 | |||
2008-04-04 | Implemented game options menu. | Johannes Schickel | |
svn-id: r31378 | |||
2008-04-04 | Added support for quit game button. | Johannes Schickel | |
svn-id: r31376 | |||
2008-04-04 | Added partial support for main menu. Only load, save and resume buttons are ↵ | Johannes Schickel | |
working currently svn-id: r31375 | |||
2008-04-04 | This fixes the menus for fm-towns and floppy versions (only load and death ↵ | Florian Kagerer | |
menu atm). svn-id: r31373 | |||
2008-04-03 | - Added support for filename length > 64 in static resource code. | Johannes Schickel | |
- Updated warning when 'INDEX' is not found - Added filesize check for 'INDEX' file svn-id: r31368 | |||
2008-04-02 | Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour ↵ | Johannes Schickel | |
when Zanthia gets killed(?)". svn-id: r31360 | |||
2008-03-30 | Cleanup. | Johannes Schickel | |
svn-id: r31332 | |||
2008-03-30 | - fixed savegame description loading in kyra1 | Johannes Schickel | |
- added Kyra2 load menu, currently just accessable from startup menu though svn-id: r31331 | |||
2008-03-28 | Changed HoF GUI code to use common GUI code now. | Johannes Schickel | |
svn-id: r31295 | |||
2008-03-28 | Refactored Kyrandia GUI code a bit. | Johannes Schickel | |
svn-id: r31290 | |||
2008-03-18 | - Impelemented opcodes: | Johannes Schickel | |
-> 95: o2_showPickUpString -> 107: o2_waitForConfirmationClick -> 161: o2_getRainbowRoomData -> 162: o2_drawSceneShapeEx - Did I mention that HoF is completable now? svn-id: r31184 | |||
2008-03-17 | - fix demo | Florian Kagerer | |
svn-id: r31151 | |||
2008-03-15 | animations for inventory items and mouse pointers | Florian Kagerer | |
svn-id: r31122 | |||
2008-03-09 | - implemented cauldron handling for HoF (needs some more testing though) | Johannes Schickel | |
- fixed bug in updateCharFacing - added 'give' command to HoF debugger, which allows setting the hand item to a specified item svn-id: r31087 | |||
2008-03-09 | Fix compile. | Travis Howell | |
svn-id: r31085 |