Eugene Sandulenko
|
696897b058
|
Whoa! Removing trailing spaces.
svn-id: r35648
|
2009-01-01 15:06:43 +00:00 |
|
Johannes Schickel
|
85c1d35ae3
|
Error out on savegame load failure (again).
svn-id: r34953
|
2008-11-09 13:12:38 +00:00 |
|
Johannes Schickel
|
36de1204e3
|
- Implemented Engine::saveGameState for KYRA
- Changed internal save/load API to use slots instead of filename strings
- Changed internal save/load API to use Common::Error
svn-id: r34952
|
2008-11-09 13:00:40 +00:00 |
|
Max Horn
|
9b160804ab
|
Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit
svn-id: r34700
|
2008-09-30 12:27:38 +00:00 |
|
Johannes Schickel
|
eddae0e105
|
Fixed thumbnail creation / loading in kyra.
svn-id: r34527
|
2008-09-14 16:29:14 +00:00 |
|
Max Horn
|
91df44f8f6
|
Merging more of the GSoC 2008 RTL branch: KYRA
svn-id: r34246
|
2008-09-01 17:52:50 +00:00 |
|
Johannes Schickel
|
f4fc8c3e4c
|
Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now)
svn-id: r34053
|
2008-08-20 14:03:34 +00:00 |
|
Christopher Page
|
d2e8d4831e
|
Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r33051
|
2008-07-14 00:10:09 +00:00 |
|
Christopher Page
|
b8fe71e7a1
|
Updated KYRA to work with the new GMM implementation
svn-id: r32959
|
2008-07-08 06:00:39 +00:00 |
|
Christopher Page
|
b97f39019c
|
KYRA works with the new GMM implementation
svn-id: r32957
|
2008-07-08 05:02:45 +00:00 |
|
Christopher Page
|
6e3474896c
|
Kyra and Lure are now using the new _quit flag
svn-id: r32772
|
2008-06-25 00:55:18 +00:00 |
|
Johannes Schickel
|
12d7a5e679
|
Cleanup.
svn-id: r32751
|
2008-06-22 12:36:38 +00:00 |
|
Florian Kagerer
|
3be9449e67
|
this should fix bug #1997149: KYRA2: no text in spellbook
svn-id: r32750
|
2008-06-22 12:31:05 +00:00 |
|
Florian Kagerer
|
5968d62d34
|
cleanup
svn-id: r32253
|
2008-05-24 18:31:16 +00:00 |
|
Florian Kagerer
|
4641f3fe7b
|
more fixes for spellbook/letter text in Hof (French and German floppy)
svn-id: r32252
|
2008-05-24 17:56:56 +00:00 |
|
Florian Kagerer
|
d766719a65
|
fix for missing spellbook and letter text in the floppy versions
svn-id: r32242
|
2008-05-24 13:51:25 +00:00 |
|
Johannes Schickel
|
13b60eeb32
|
Don't restart music while changing music volume in Hof and MR.
svn-id: r32069
|
2008-05-12 19:29:14 +00:00 |
|
Johannes Schickel
|
574af78acb
|
- Moved some opcodes to KyraEngine_v1
- Little variable renaming
svn-id: r32053
|
2008-05-12 12:42:10 +00:00 |
|
Johannes Schickel
|
bb03596744
|
- Renamed KyraEngine to KyraEngine_v1
- kyra.* -> kyra_v1.*
- scene.cpp -> scene_v1.cpp
svn-id: r32044
|
2008-05-11 23:16:50 +00:00 |
|
Johannes Schickel
|
6e0c569966
|
Consisteny fixes:
- Renamed classes *_v1 -> *_LoK
- Renamed files *_v1.* -> *_lok.*
- Renamed WSAMovieV1 -> WSAMovie_v1
- Renamed WSAMovieV2 -> WSAMovie_v2
svn-id: r32042
|
2008-05-11 22:32:37 +00:00 |
|
Torbjörn Andersson
|
d7fc8fd7be
|
Use less CPU when reading the spell book.
svn-id: r32009
|
2008-05-11 10:48:22 +00:00 |
|
Johannes Schickel
|
7c7e9b831f
|
Implemented pausing of timers, this should fix some minor glitches.
svn-id: r31985
|
2008-05-10 19:20:38 +00:00 |
|
Johannes Schickel
|
3d9ea59616
|
Changed kyra to use delete[] instead of delete [].
svn-id: r31925
|
2008-05-07 14:20:37 +00:00 |
|
Johannes Schickel
|
c26e62e288
|
- Implemented Kyra3 audio options menu, Helium mode still missing.
- Fixed unitialized variable
svn-id: r31881
|
2008-05-05 17:56:39 +00:00 |
|
Johannes Schickel
|
f42d222069
|
Got rid of some code duplication.
svn-id: r31880
|
2008-05-05 17:18:11 +00:00 |
|
Johannes Schickel
|
81cfd2a716
|
Implemented support for Kyra3 game options menu (including studio audience and skip flag options).
svn-id: r31879
|
2008-05-05 17:12:48 +00:00 |
|
Johannes Schickel
|
2afff04468
|
- Added support for Kyra3 GUI (audio and game options not working yet)
- Added support for loading directly from command line for Kyra3
svn-id: r31876
|
2008-05-05 16:05:56 +00:00 |
|
Johannes Schickel
|
c15ad0e373
|
Initial common base between kyra2 and kyra3 GUI code.
svn-id: r31867
|
2008-05-04 15:37:41 +00:00 |
|
Johannes Schickel
|
f71b4afcfa
|
Renamed kyra2 and kyra3 gui files.
svn-id: r31866
|
2008-05-04 15:18:46 +00:00 |
|