Paul Gilbert
|
817a52ed56
|
CGE: Created a HorizLine stub class to hold the HL sprite array
|
2011-07-10 09:57:19 +10:00 |
|
Paul Gilbert
|
1e83e27925
|
CGE: Moved MB sprite array into Square class
|
2011-07-10 09:51:18 +10:00 |
|
Paul Gilbert
|
989e071bb9
|
CGE: Implemented code for saving games, removing the need for the SavTab array
|
2011-07-10 09:44:46 +10:00 |
|
Strangerke
|
cf1a45f8a8
|
CGE: replace the 2 memcpy previously used by a memmove
(thanks eriktorbjorn for pointing that out)
|
2011-07-09 09:39:02 +02:00 |
|
Strangerke
|
6ed9dd0d04
|
CGE: Cleanup: rename a couple of forgotten class members
|
2011-07-09 00:41:47 +02:00 |
|
Strangerke
|
0b27de942b
|
CGE: replace some 'tricky replicate lines' memcpy by two, in order to avoid overlapping
|
2011-07-09 00:25:09 +02:00 |
|
Strangerke
|
080d7cf7f0
|
CGE: Rename Mouse class
|
2011-07-08 08:22:25 +02:00 |
|
eriktorbjorn
|
dd77866709
|
CGE: Remove unused variable
|
2011-07-07 20:51:31 +02:00 |
|
Strangerke
|
fe2e1bb2fd
|
CGE: Remove "bitmaps" files
|
2011-07-07 20:43:09 +02:00 |
|
Alyssa Milburn
|
66e81d633f
|
Merge remote-tracking branch 'origin/master' into soltys_wip2
|
2011-07-07 09:24:10 +02:00 |
|
Strangerke
|
affaa1f4d6
|
CGE: Some cleanup: Move some static functions to CGEEngine, remove parameters to GetText, rename members of SavTab
|
2011-07-07 09:24:08 +02:00 |
|
Strangerke
|
c86c62b288
|
CGE: Cleanup and renaming. Also move some static and global functions to CGEEngine.
|
2011-07-07 09:23:09 +02:00 |
|
Filippos Karapetis
|
72da8ef5ad
|
SCI: Applied patch #3357096 with minor modifications
This prevents a string pointer from getting invalidated under some
circumstances in kString(Dup).
Thanks to lephilousophe for the patch.
|
2011-07-07 03:43:06 +03:00 |
|
Littleboy
|
8e75d9c84b
|
COMMON: Update documentation comment for TaskbarManager slot
|
2011-07-06 14:33:40 -04:00 |
|
Eugene Sandulenko
|
c4b2800145
|
LASTEXPRESS: implement Sound::updateQueue() and all dependent functions
|
2011-07-06 14:40:22 +03:00 |
|
Vladimir
|
d4696e6a18
|
Merge pull request #53 from tsoliman/dreamweb-disable-launcher-loading
DREAMWEB: disable load button in launcher
|
2011-07-05 23:51:18 -07:00 |
|
Tarek Soliman
|
478279a4b7
|
DREAMWEB: disable load button in launcher
|
2011-07-05 19:31:34 -05:00 |
|
Matthew Hoops
|
559c278b09
|
MOHAWK: Allow setting LB cursors by name
|
2011-07-05 13:09:27 -04:00 |
|
Paul Gilbert
|
2997db0040
|
CGE: Minor bugfixes for game loading
|
2011-07-05 22:06:26 +10:00 |
|
Paul Gilbert
|
c676f88da0
|
CGE: Rearrange engine setup so sprite arrays are setup before they're needed
|
2011-07-05 21:39:14 +10:00 |
|
Paul Gilbert
|
24fa551a71
|
CGE: Fix synchronising Sprite::_seqPtr to be a signed int16
|
2011-07-05 21:11:59 +10:00 |
|
Paul Gilbert
|
44490c378d
|
CGE: _hero isn't meant to be instantiated during the engine setup
|
2011-07-05 21:07:14 +10:00 |
|
Paul Gilbert
|
41c7482a52
|
CGE: Implement random number source
|
2011-07-05 20:51:29 +10:00 |
|
Paul Gilbert
|
a1f177317c
|
CGE: Bugfix for ProgName method
|
2011-07-05 20:40:24 +10:00 |
|
Paul Gilbert
|
fe0ff3b2e9
|
CGE: Converted loadGame to use the ScummVM serialiser
|
2011-07-05 20:26:34 +10:00 |
|
Paul Gilbert
|
dbf9e4679c
|
CGE: Started work on endifying savegame loading
|
2011-07-05 20:22:51 +10:00 |
|
Littleboy
|
47e9a6ccdc
|
LASTEXPRESS: Move sound filtering to base Sound class
- Rename kSoundStatusRemoved to kSoundStatusClosed
- Rename kSoundStatusClear2 to kSoundStatusCached
- Remove sound cache handling
|
2011-07-04 14:26:31 -04:00 |
|
Littleboy
|
14733b6112
|
CREATE_PROJECT: Remove copying of README-SDL in postbuild command script
|
2011-07-04 14:26:29 -04:00 |
|
Littleboy
|
de8c606c12
|
NSIS: Handle case when the Games.dll plugin cannot be loaded (and skip shortcut creation)
|
2011-07-04 14:26:27 -04:00 |
|
Littleboy
|
f88ef9b965
|
NSIS: Register with game explorer on installation
|
2011-07-04 14:26:26 -04:00 |
|
Littleboy
|
3afa4c312f
|
DISTS: Add Windows Game Explorer xml resource
|
2011-07-04 14:26:24 -04:00 |
|
athrxx
|
f80b2383e7
|
KYRA: cleanup last commit
|
2011-07-04 20:22:16 +02:00 |
|
athrxx
|
7e2f7dce3a
|
KYRA: fix pauseEngineIntern regression in MR
|
2011-07-04 19:52:14 +02:00 |
|
athrxx
|
38d18a6e78
|
KYRA: fix ingame menu save slots
- long GMM save descriptions will be trimmed to fit the ingame menu save slots
- prevent writing beyond the right margin in Kyra 1 save slots
|
2011-07-04 19:52:11 +02:00 |
|
athrxx
|
19fd9c066c
|
AUDIO: add registerDefault for music_driver
|
2011-07-04 17:19:22 +02:00 |
|
Paul Gilbert
|
ad181a810c
|
TSAGE: Replace usage of deprecated Adlib OPL functions
|
2011-07-04 19:14:39 +10:00 |
|
athrxx
|
6c1e565db9
|
AUDIO: fix issue in detectDevice when config manager setting is missing
|
2011-07-04 08:32:20 +02:00 |
|
Strangerke
|
fae1d7efd8
|
CGE: This ends the first renaming pass. Also move some functions to CGEEngine
|
2011-07-04 08:15:56 +02:00 |
|
Matthew Hoops
|
03d9b63bcc
|
CREDITS: Mark waltervn as retired
As requested by him
|
2011-07-03 17:17:39 -04:00 |
|
Eugene Sandulenko
|
f70f27314f
|
Merge remote-tracking branch 'origin/master'
|
2011-07-03 23:33:22 +03:00 |
|
Johannes Schickel
|
3f04ad72a9
|
SCUMM: Remove unused operator int.
|
2011-07-03 22:22:04 +02:00 |
|
Eugene Sandulenko
|
98dfef0ca4
|
RELEASE: Set 1.3.1 release date
|
2011-07-03 23:19:20 +03:00 |
|
Matthew Hoops
|
b4f4fd6b00
|
AGI: Cleanup some Winnie string code
|
2011-07-03 13:49:28 -04:00 |
|
Matthew Hoops
|
c2be473ce2
|
AGI: Fix some memset calls
Spotted by both salty-horse and LordHoto using clang
|
2011-07-03 13:49:28 -04:00 |
|
Alyssa Milburn
|
628cc40e8f
|
MOHAWK: Fix build.
|
2011-07-03 18:28:22 +02:00 |
|
Alyssa Milburn
|
a1e9cecd39
|
MOHAWK: Implement the remaining LBCode arithmetic operators.
|
2011-07-03 18:19:32 +02:00 |
|
Alyssa Milburn
|
57d4bad11c
|
MOHAWK: Handle subpages in the LB console's changePage.
|
2011-07-03 18:18:00 +02:00 |
|
Strangerke
|
c313d2cce8
|
CGE: Even more renaming (WIP)
|
2011-07-03 16:22:26 +02:00 |
|
athrxx
|
636a28c0dd
|
SCUMM: fix crash in digital iMuse games when using RTL and restarting
(static array were not reset to NULL after being freed and therefore didn't get reallocated on restart)
|
2011-07-03 14:40:57 +02:00 |
|
athrxx
|
90fa4cf15f
|
KYRA: formatting
|
2011-07-03 14:40:55 +02:00 |
|