Eugene Sandulenko
a253d1f50e
DIRECTOR: Fix crash during test execution
2016-08-08 20:52:43 +02:00
Eugene Sandulenko
d07460963d
DIRECTOR: Lingo: Fix toString() function
2016-08-08 20:37:26 +02:00
Eugene Sandulenko
9985d07660
DIRECTOR: Lingo: Improve 'go to' command
2016-08-08 20:11:07 +02:00
Walter van Niftrik
b9badf61bf
ADL: Fix gfx vs console init order
2016-08-08 19:29:02 +02:00
Paul Gilbert
3bece5f478
TITANIC: Implemented CSeasonalMusicPlayer class
2016-08-08 08:13:05 -04:00
Paul Gilbert
a1affaa698
TITANIC: Implemented CAutoMusicPlayerBase class
2016-08-07 21:52:09 -04:00
Paul Gilbert
8b6ac03f18
TITANIC: Start of music player class
2016-08-07 19:04:28 -04:00
Eugene Sandulenko
0b244412e3
DIRECTOR: Lingo: Added stub for playAccel and printFrom commands
2016-08-07 22:32:59 +02:00
Eugene Sandulenko
8b5a6adfa8
DIRECTOR: Lingo: Fixed string parsing
2016-08-07 22:32:59 +02:00
Eugene Sandulenko
8467a3c0fc
DIRECTOR: Lingo: Fixed line counting on error and multiple consequtive newlines
2016-08-07 22:32:59 +02:00
Eugene Sandulenko
7e2c77f001
DIRECTOR: Lingo: Extended go to/play test
2016-08-07 22:32:59 +02:00
Paul Gilbert
da0669b82b
TITANIC: Add getNewRandomNumber to CGameObject
2016-08-07 11:45:27 -04:00
Paul Gilbert
ef2dda7e2e
TITANIC: Add German detection, but disabled for now
2016-08-07 09:52:04 -04:00
Paul Gilbert
3c9d724866
TITANIC: Added sound methods to CGameObject
2016-08-07 09:49:10 -04:00
Eugene Sandulenko
3864f316e0
DIRECTOR: Lingo: Added 'play' and 'play done' command stubs
2016-08-07 07:31:50 +02:00
Eugene Sandulenko
e63460badc
JANITORIAL: Compactify a bit built-in palette
2016-08-07 07:31:50 +02:00
Paul Gilbert
87b4c8a9d9
TITANIC: Added more sound manager functionality
2016-08-06 21:55:19 -04:00
Paul Gilbert
467967542b
TITANIC: Further work on sound manager, fix extra enum comma
2016-08-06 19:21:21 -04:00
Paul Gilbert
7b5b06f9d3
TITANIC: Added more sound manager methods, field renames in CProximity
2016-08-06 18:54:00 -04:00
Dmitry Iskrich
551048118c
DIRECTOR: Fix some image rendering seg faults
2016-08-06 21:36:14 +02:00
Dmitry Iskrich
b7f66e0c50
DIRECTOR: Debug output for Mac resource
2016-08-06 21:36:11 +02:00
Dmitry Iskrich
29faa28264
DIRECTOR: Change sprite type
2016-08-06 21:36:07 +02:00
Eugene Sandulenko
0204628f26
DIRECTOR: Lingo: Added stubs for open*, do, pause commands
2016-08-06 21:34:27 +02:00
Eugene Sandulenko
bbc6e2aa6a
DIRECTOR: Lingo. Added stubs for 'do' and 'open' commands
2016-08-06 21:34:27 +02:00
Colin Snover
949919bebd
SCI32: Remove VMD flags from Audio32 mixer
...
The VMD decoder sends audio directly to the system mixer.
2016-08-06 11:37:18 -05:00
Colin Snover
6a7ddd8ba1
SCI32: Actually save and load remaps
2016-08-06 11:23:18 -05:00
Paul Gilbert
f0d208cdcf
TITANIC: Added more sound manager methods
2016-08-06 12:14:02 -04:00
Alexander Tkachev
139ad46410
WAGE: Fix crash in Explorer
...
Caused by operator[] usage on empty string.
2016-08-06 16:20:44 +06:00
Lothar Serra Mari
f5db38a001
WIN32: Update copyright year in scummvm.iss
2016-08-06 08:10:14 +02:00
Lothar Serra Mari
865143c0ef
DOCUMENTATION: Use uppercase filenames for German documentation
...
The filenames of the German docs now uses uppercase filenames
to match the style of the English documentation.
2016-08-06 08:10:14 +02:00
Eugene Sandulenko
eb1b2d3088
DIRECTOR: Lingo: Added more command stubs
2016-08-06 08:01:42 +02:00
Eugene Sandulenko
e926dbab65
DIRECTOR: Lingo: Moved recently added functions to built-ins
2016-08-06 07:49:55 +02:00
Paul Gilbert
c691449958
TITANIC: Add sounds list to QSoundManager
2016-08-05 23:08:34 -04:00
Paul Gilbert
dbee76236e
IMAGE: Add titanic to list of engines using TGA decoder
2016-08-05 19:19:45 -04:00
Paul Gilbert
b312c8fe9d
AUDIO: Add titanic to list of engines using wave files
2016-08-05 19:19:17 -04:00
Paul Gilbert
de775c6bda
TITANIC: Starting to flesh out sound loading
2016-08-05 19:18:27 -04:00
Eugene Sandulenko
7f947c0ef3
DIRECTOR: Lingo: Fix compilation
2016-08-05 23:19:23 +02:00
Eugene Sandulenko
05b4f29932
DIRECTOR: Lingo: Added generic built-in procedures
2016-08-05 23:13:01 +02:00
Eugene Sandulenko
464f360e97
DIRECTOR: Lingo: Made built-in functions generic
2016-08-05 22:55:47 +02:00
Lothar Serra Mari
cdf3c9f89e
NEWS: Update German NEWS file
2016-08-05 20:18:10 +02:00
Paul Gilbert
386761f340
TITANIC: Added skeleton QMixer class for mixer interface
2016-08-05 13:11:12 -04:00
Colin Snover
6e41f3673f
CREATE_PROJECT: Fix Xcode generator macOS target
2016-08-05 10:57:57 -05:00
Alexander Tkachev
18a3f5c125
WAGE: Fix crash in Brownie's Dream
...
I guess it would crash everywhere else as well, if console window would
be placed the same way. The problem is that console window goes off
screen a little in that game, but copyRectToScreen arguments are not
adjusted to stay within screen area.
This commit adds some checks and adjusts these arguments.
2016-08-05 14:44:31 +06:00
Alexander Tkachev
8fcc919b56
WAGE: Fix cursor
...
It's now being clipped within window borders.
2016-08-05 14:40:53 +06:00
Eugene Sandulenko
b60c5d927e
DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.
2016-08-05 07:49:00 +02:00
Eugene Sandulenko
8a6b82a919
DIRECTOR: Lingo: Move MSVC fix to the .l file
2016-08-05 06:46:32 +02:00
Paul Gilbert
23e387fb90
TITANIC: Rename WaveFile to CWaveFile for consistency
2016-08-04 21:21:34 -04:00
Paul Gilbert
b74ec1df89
DIRECTOR: Fix compilation in Visual Studio
2016-08-04 21:07:59 -04:00
Eugene Sandulenko
7a79eec7ea
DIRECTOR: Fix warnings
2016-08-04 23:18:27 +02:00
Eugene Sandulenko
e52bdfd5ed
DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'
2016-08-04 23:00:55 +02:00