Filippos Karapetis
e6d6281c89
o1_ADDSPRITE is not implemented yet, so throw a warning
...
svn-id: r31954
2008-05-08 20:33:28 +00:00
Sven Hesse
b1a8067d64
Reordering game parts deinitialization, to avoid having one part's destructor access an already destroyed part
...
svn-id: r31952
2008-05-08 18:39:13 +00:00
Filippos Karapetis
cb34952e03
Updated the MSVC project files for the gob engine
...
svn-id: r31951
2008-05-08 18:11:43 +00:00
Sven Hesse
cb9fd40a1b
Declaring BackgroundAtmosphere as kMusicSoundType
...
svn-id: r31950
2008-05-08 16:15:14 +00:00
Sven Hesse
18db41db50
Implemented the background "music" / atmospheric sounds in Woodruff
...
svn-id: r31949
2008-05-08 15:51:02 +00:00
Filippos Karapetis
a9b4058ba9
Fixed some game crashes which occurred when ProjectReader::purgeCache() got called:
...
- MIDI music data is marked to be deleted in o1_STOPMUS now, instead of o1_PLAYMUS.
- Added a FIXME to Screen::setFont() - purgeCache crashes the game if the active font is deleted
svn-id: r31948
2008-05-08 13:23:02 +00:00
Filippos Karapetis
4f108b76a3
Reverted commit #31774
...
svn-id: r31947
2008-05-08 13:17:18 +00:00
Filippos Karapetis
b4e9433820
Silenced MSVC warnings about uninitialized variables
...
svn-id: r31946
2008-05-08 12:20:08 +00:00
Johannes Schickel
29c79704fa
Fixed warning on 64bit systems introduced with r31940.
...
svn-id: r31945
2008-05-08 11:24:39 +00:00
Benjamin Haisch
b63ae7dee4
Possibly fixed the sound stuttering in the PMV videos and added frame skipping based on the Gob engine's IMD/VMD player.
...
svn-id: r31944
2008-05-08 11:17:38 +00:00
Max Horn
b75f844a72
Fix README ref: Makefile -> ports.mk
...
svn-id: r31943
2008-05-08 09:05:44 +00:00
Kari Salminen
21d9742a38
Update Gob MSVC project files.
...
svn-id: r31942
2008-05-08 08:17:06 +00:00
Torbjörn Andersson
89e0c0b315
Since BASS treats speech separately from other sounds, let's use the
...
speech_volume setting for that, as suggested on the forum.
svn-id: r31941
2008-05-08 05:05:47 +00:00
Torbjörn Andersson
500237d8ed
GCC says these are ints, not long ints. Adjust the format strings accordingly.
...
svn-id: r31940
2008-05-08 04:48:55 +00:00
Nicola Mettifogo
e2e2af4ff5
Reverted commit 31928 by Buddha_, and defined kFlagsAll as 0xFFFFFFFFU in the enum, as suggested by Fingolfin.
...
svn-id: r31939
2008-05-08 02:46:12 +00:00
Sven Hesse
0c827c8ceb
Split off the actual mixing part of SoundBlaster
...
svn-id: r31938
2008-05-08 01:27:36 +00:00
Sven Hesse
220d6ce82f
Restructured sound code
...
svn-id: r31937
2008-05-08 00:47:23 +00:00
Johannes Schickel
627d30d389
Fixed bug when starting new game from load menu.
...
svn-id: r31935
2008-05-07 22:48:44 +00:00
Johannes Schickel
a7320fb4dc
Implemented KyraEngine_MR::timerFleaDeath.
...
svn-id: r31934
2008-05-07 21:12:26 +00:00
Florian Kagerer
37c04c28a8
Fix invalid memory access bug in the library sequence (original static data seems to be bugged here)
...
svn-id: r31933
2008-05-07 21:04:06 +00:00
Eugene Sandulenko
b95db3529e
Even more German fixes from Raziel
...
svn-id: r31932
2008-05-07 17:57:19 +00:00
Benjamin Haisch
b6d2cf3553
Implemented vertical/horizontal flipping of sprites.
...
svn-id: r31931
2008-05-07 17:29:46 +00:00
Benjamin Haisch
a7f5150228
- cmd_return now exits the game if it returns from the main function
...
- Implemented cmd_exit
- PmvPlayer now exits "more gracefully" when the application is closed while playing
svn-id: r31930
2008-05-07 17:28:38 +00:00
Johannes Schickel
311e9165ed
Proper delete[] formatting (this time all occurences should've been changed...)
...
svn-id: r31929
2008-05-07 15:09:10 +00:00
Kari Salminen
2d707af338
A (temporary?) fix for the signed/unsigned issues with enum CommandFlags usage.
...
svn-id: r31928
2008-05-07 14:49:42 +00:00
Johannes Schickel
600ab40bca
Changed all delete [] usages to delete[].
...
svn-id: r31927
2008-05-07 14:31:45 +00:00
Sven Hesse
f65e9a17c3
Changed the two instances of "delete []" into "delete[] " as well
...
svn-id: r31926
2008-05-07 14:23:50 +00:00
Johannes Schickel
3d9ea59616
Changed kyra to use delete[] instead of delete [].
...
svn-id: r31925
2008-05-07 14:20:37 +00:00
Nicola Mettifogo
3d3ad58e14
Reverting commit 31920, thus changing type of flags back to unsigned. If some compiler emits a warning about 0xFFFFFFFF not being an unsigned immediate, then we need to find out how to convince it without changing types of variables in the code.
...
svn-id: r31924
2008-05-07 12:44:22 +00:00
Sven Hesse
6e61b02cb9
Silencing a compiler warning
...
svn-id: r31923
2008-05-07 12:34:40 +00:00
Max Horn
aff41a48b8
minor tweak to the GUI double click handling code
...
svn-id: r31922
2008-05-07 12:12:18 +00:00
Filippos Karapetis
a3dbf43629
Fixed signed/unsigned issues with kFlagsAll
...
svn-id: r31920
2008-05-07 08:29:11 +00:00
Benjamin Haisch
8f9cc2e164
Added patch #1956516 : MADE: Fix Save File Names by clone2727 (with some modifications)
...
svn-id: r31919
2008-05-07 08:25:13 +00:00
Filippos Karapetis
46f1e98688
Fixed RTZ 1.0 game flags and updated copyright
...
svn-id: r31918
2008-05-07 08:19:36 +00:00
Benjamin Haisch
202e4eb410
Added detection for RtZ CD version 1.0 (thanks to spookypeanut)
...
svn-id: r31917
2008-05-07 07:15:42 +00:00
Sven Hesse
9d5eea2d2c
Sound in object videos works now, too
...
svn-id: r31916
2008-05-07 03:49:53 +00:00
Sven Hesse
5681ae1e82
Draw order related fixes.
...
This also (finally) fixes the Gob3 draw order glitch (for real, this time)
svn-id: r31915
2008-05-07 02:56:18 +00:00
Jordi Vilalta Prat
f1514641ee
Reject invalid option combinations when enabling/disabling engines
...
svn-id: r31914
2008-05-07 01:15:46 +00:00
Jordi Vilalta Prat
0fe0f093c7
Show the SCUMM engine options properly
...
svn-id: r31913
2008-05-07 00:35:55 +00:00
Jordi Vilalta Prat
cdc4f4baca
Added openembedded.org target names (patch #1959138 )
...
svn-id: r31912
2008-05-06 23:56:05 +00:00
Sven Hesse
16abd33aea
Mouse hotspots are now properly evaluated when the mouse is set to a position via the scripts.
...
svn-id: r31911
2008-05-06 22:18:12 +00:00
Jordi Vilalta Prat
586046d871
Fail on invalid --enable/disable options
...
svn-id: r31910
2008-05-06 22:09:27 +00:00
Johannes Schickel
10b73b474f
Fixed crash when qutting kyra2 main menu.
...
svn-id: r31909
2008-05-06 22:05:26 +00:00
Sven Hesse
9be06ad9e8
Fixed text positioning in Woodruff, enabling "Use FOO on BAR" texts.
...
svn-id: r31908
2008-05-06 21:56:16 +00:00
Johannes Schickel
5abc85bd0e
Fixed possible crash in Debugger_v2 when using 'give'.
...
svn-id: r31907
2008-05-06 20:55:33 +00:00
Johannes Schickel
11f891963b
Implemented Engine::getDebugger for KyraEngine.
...
svn-id: r31906
2008-05-06 20:50:27 +00:00
Johannes Schickel
3e7f66da89
Cleanup.
...
svn-id: r31905
2008-05-06 17:44:00 +00:00
Filippos Karapetis
c396694f3b
Added a temporary hack to get the engine plugins working under MSVC
...
svn-id: r31904
2008-05-06 17:30:52 +00:00
Johannes Schickel
2ee01bf757
- Fixed valgrind warnings in HoF
...
- Fixed memory leaks in HoF
svn-id: r31903
2008-05-06 17:30:31 +00:00
Johannes Schickel
2976f961fe
- Fixed some memory leaks in kyra3
...
- Fixed valgrind warnings in GUI_v2 code
svn-id: r31902
2008-05-06 16:57:07 +00:00