aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
AgeCommit message (Collapse)Author
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
svn-id: r32058
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044
2008-05-11Consisteny fixes:Johannes Schickel
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042
2008-05-11Implemented 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-10implement item animations for MRFlorian Kagerer
svn-id: r31973
2008-05-07Fix invalid memory access bug in the library sequence (original static data ↵Florian Kagerer
seems to be bugged here) svn-id: r31933
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
svn-id: r31925
2008-05-06- Fixed valgrind warnings in HoFJohannes 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-05Implemented 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-04Initial common base between kyra2 and kyra3 GUI code.Johannes Schickel
svn-id: r31867
2008-05-04Renamed 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-02Moved some character code from kyra2/kyra3 to KyraEngine_v2.Johannes Schickel
svn-id: r31822
2008-05-02Started 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 timesJohannes 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 displayingJohannes Schickel
- Fixed bug in KyraEngine_v3::loadMalcolmShapes svn-id: r31736
2008-04-26Added support for kyra3 inventory. (jesters staff not supported yet)Johannes Schickel
svn-id: r31735
2008-04-24Implemented opcode 56: o3_updateScore.Johannes Schickel
svn-id: r31704
2008-04-24Output error message when kyra.dat initialization fails because of old ↵Johannes Schickel
version or missing entries. svn-id: r31695
2008-04-24Implemented special item string selection for french version of Kyra3.Johannes Schickel
svn-id: r31689
2008-04-24More kyra3 item drop down code.Johannes Schickel
svn-id: r31685
2008-04-23Implemented parts of item drop down code for Kyra3.Johannes Schickel
svn-id: r31681
2008-04-23Implmenented inventory show/hide.Johannes Schickel
svn-id: r31676
2008-04-22Implemented 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-20Implemented opcodes:Johannes Schickel
- 21: o3_showBadConscience - 23: o3_hideBadConscience svn-id: r31584
2008-04-18- complete support for the playable HOF demoFlorian Kagerer
svn-id: r31560
2008-04-18Some 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-17Implemented sfx support for Kyra3.Johannes Schickel
svn-id: r31546
2008-04-16Some 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-14Implemented some kyra3 code.Johannes Schickel
svn-id: r31503
2008-04-12- some refactoring for Kyra3Johannes Schickel
- removed unneeded map code in KyraEngine_v3 svn-id: r31488
2008-04-10towns music file name fixFlorian Kagerer
svn-id: r31481
2008-04-06Implemented support for Towns (and hopefully DOS floppy too) menus.Johannes Schickel
svn-id: r31438
2008-04-06svn-id: r31431Florian Kagerer
2008-04-06Fixed 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 menuJohannes Schickel
- Reverted hack introduced with last commit svn-id: r31395
2008-04-04Made sliders working.Johannes Schickel
svn-id: r31387
2008-04-04Implemented audio menu, slider bars not moveable via mouse yet though.Johannes Schickel
svn-id: r31384
2008-04-04Little less waste of memory.Johannes Schickel
svn-id: r31383
2008-04-04Also hooked the death menu quit button to the game quit code implemented in ↵Filippos Karapetis
rev #31376 svn-id: r31382
2008-04-04Implemented game options menu.Johannes Schickel
svn-id: r31378
2008-04-04Added support for quit game button.Johannes Schickel
svn-id: r31376
2008-04-04Added partial support for main menu. Only load, save and resume buttons are ↵Johannes Schickel
working currently svn-id: r31375
2008-04-04This 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-02Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour ↵Johannes Schickel
when Zanthia gets killed(?)". svn-id: r31360
2008-03-30Cleanup.Johannes Schickel
svn-id: r31332