Nicola Mettifogo
555d3ed317
added comment to changeLocation
...
svn-id: r26081
2007-03-11 11:11:05 +00:00
Nicola Mettifogo
f17cd6a577
some refactoring for music management
...
svn-id: r26080
2007-03-11 10:50:52 +00:00
Nicola Mettifogo
23b7c2aec5
should stop Q's Visual Studio from complaining
...
svn-id: r26079
2007-03-11 01:06:54 +00:00
Nicola Mettifogo
7c05225f0d
cleanup
...
svn-id: r26077
2007-03-11 00:06:14 +00:00
Nicola Mettifogo
7d03e1ebf4
more refactoring
...
svn-id: r26076
2007-03-11 00:04:50 +00:00
Nicola Mettifogo
08cc2e4b27
changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna
...
svn-id: r26075
2007-03-10 22:56:32 +00:00
Nicola Mettifogo
93d910bf2d
simplified character mode handling
...
svn-id: r26074
2007-03-10 22:55:09 +00:00
Max Horn
4e5aa19f74
fix warning
...
svn-id: r26073
2007-03-10 22:49:19 +00:00
Nicola Mettifogo
72ef7093fa
some refactoring
...
svn-id: r26072
2007-03-10 22:13:47 +00:00
Nicola Mettifogo
096579ecbc
commented nasty hack in the original code
...
svn-id: r26071
2007-03-10 21:31:59 +00:00
Nicola Mettifogo
21f4d2f818
fixed old reimplementation bug
...
svn-id: r26070
2007-03-10 21:31:22 +00:00
Nicola Mettifogo
84a5f0f827
fixed regression: head and talks are now loaded only for real characters, i.e. no dummies used for slide transitions
...
svn-id: r26069
2007-03-10 21:25:18 +00:00
Nicola Mettifogo
c80c3e3b3b
more robust font management
...
svn-id: r26068
2007-03-10 21:23:22 +00:00
Max Horn
344e9ba5a8
typo
...
svn-id: r26067
2007-03-10 19:09:20 +00:00
Torbjörn Andersson
d7e9510265
Updated the conditions for the "override" checkboxes. Most of it is probably
...
only noticeable if you edit the config file manually, but the volume settings
should definitely affect the Audio override if there is no separate Volume tab.
svn-id: r26066
2007-03-10 18:25:37 +00:00
Torbjörn Andersson
8d4e8adef3
Let the mixer worry about converting mono to stereo.
...
svn-id: r26065
2007-03-10 17:39:27 +00:00
Eugene Sandulenko
06c2976fa0
More fixes for MSVC8 warnings.
...
svn-id: r26063
2007-03-10 15:04:06 +00:00
Eugene Sandulenko
9b0bf64448
Silence MSVC8 warnings.
...
svn-id: r26062
2007-03-10 15:02:39 +00:00
Eugene Sandulenko
477372de61
Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and it
...
complained that alignment state changed after #include. I.e. exactly what
we wanted to do.
svn-id: r26061
2007-03-10 15:00:56 +00:00
Eugene Sandulenko
bff3c5658a
Update MSVC8 project
...
svn-id: r26060
2007-03-10 14:59:26 +00:00
Nicola Mettifogo
479c8bdc18
character loading/freeing routines now also handle Heads and Talks, instead of having scattered code around
...
svn-id: r26059
2007-03-10 14:52:33 +00:00
Eugene Sandulenko
6ee9e52f4b
Move mass add dialog settings to theme config. Bump theme ini version.
...
svn-id: r26058
2007-03-10 14:15:47 +00:00
Max Horn
f3e970f5b7
SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2
...
svn-id: r26057
2007-03-10 13:53:11 +00:00
Eugene Sandulenko
5577379ac3
Implement FR #1559561 : "GUI: output sample rate widgets"
...
svn-id: r26056
2007-03-10 13:39:38 +00:00
Nicola Mettifogo
669c34d8c2
added Code::Blocks projects and workspace
...
svn-id: r26055
2007-03-10 13:30:15 +00:00
Max Horn
bb91c3a3ad
SCUMM: some more AKOS cleanup & added comments
...
svn-id: r26054
2007-03-10 13:26:39 +00:00
Eugene Sandulenko
d3497eee38
Update MSVC8 project
...
svn-id: r26053
2007-03-10 13:20:30 +00:00
Max Horn
fc9af6a307
SCUMM: Must reset useBompPalette in the AKOS renderer
...
svn-id: r26052
2007-03-10 13:05:26 +00:00
Nicola Mettifogo
cd366dd78c
got rid of calls to close() since streams and archives clean after themselves
...
svn-id: r26051
2007-03-10 13:05:13 +00:00
Torbjörn Andersson
c7ce7ec614
Fixed error handling: we count the command itself in argc, and returning false
...
means "close the debug console" which probably isn't what we want.
svn-id: r26050
2007-03-10 11:16:16 +00:00
Travis Howell
dbcf7fb003
Correct name as request.
...
svn-id: r26048
2007-03-10 03:17:09 +00:00
Travis Howell
a13c664bc7
Add details for Backyard Basketball.
...
svn-id: r26046
2007-03-10 02:49:23 +00:00
Max Horn
aba0cd04d6
SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as a hidden param to drawBomp); turned drawBomp into a regular function (used to be a ScummEngine member method)
...
svn-id: r26045
2007-03-10 00:34:20 +00:00
Max Horn
728d01cb17
Removing some unnecessary #includes
...
svn-id: r26044
2007-03-09 23:46:45 +00:00
Max Horn
e8e33e8077
Some more fraction data & an optimized formula (I still have no clue what that tries to compute, though :)
...
svn-id: r26043
2007-03-09 22:31:27 +00:00
Max Horn
3b09bc6c00
Updated fraction values
...
svn-id: r26042
2007-03-09 22:18:58 +00:00
Nicola Mettifogo
5d4b05a5ed
added comments suggesting possible formulas for hardcoded float values
...
svn-id: r26041
2007-03-09 19:25:37 +00:00
Max Horn
6d9cb5498f
Avoid double frees in HashMap::erase
...
svn-id: r26040
2007-03-09 16:19:50 +00:00
Max Horn
7a10fa7283
Some more LogicHE cleanup
...
svn-id: r26038
2007-03-09 01:11:55 +00:00
Max Horn
6f56443e56
Some more LogicHE cleanup
...
svn-id: r26037
2007-03-09 00:48:45 +00:00
Max Horn
37af88c8c4
Some cleanup, and added some of my observation (man this code is really strange)
...
svn-id: r26036
2007-03-09 00:34:28 +00:00
Max Horn
6b348c03d5
Revised LogicHErace::op_1140 (the two multiplications by constants still baffle me, but at least it makes some sense now, and corrects the worst bugs in that func)
...
svn-id: r26035
2007-03-09 00:29:38 +00:00
Nicola Mettifogo
1e985051a9
reduced dependency from windows-specific header files
...
svn-id: r26034
2007-03-09 00:13:07 +00:00
Gregory Montoir
a3c2c1f413
Since the amiga version handle music very differently than the PC version, the existing Music and MusicPlayer classes have been merged to a single MidiMusic class, simplifying code a bit.
...
svn-id: r26033
2007-03-08 22:15:20 +00:00
Gregory Montoir
801771db87
removed kADFlagFilebasedFallback, this flag is never used (and filename based detection is done if fileBasedFallback is non-0 anyway)
...
svn-id: r26032
2007-03-08 21:40:47 +00:00
Max Horn
fa6a35f9b1
cleaned up stdafx.h, removing various unnecessary #includes (there are still some windows ones which look fishy, though)
...
svn-id: r26031
2007-03-08 21:40:21 +00:00
Gregory Montoir
20fb62de3a
Removed the localized titles in Touche game descriptions, that didn't work really well and this wasn't really consistent with other engines. Also added fallback detection so that an unknown game can be started (as my original code did before switching to AdvDetector).
...
svn-id: r26030
2007-03-08 21:34:35 +00:00
Gregory Montoir
ee664dc62d
added a flag to enable/disable printing a warning when filename based detection find a match, also updated some comments.
...
svn-id: r26029
2007-03-08 21:33:55 +00:00
Max Horn
c09f86fb6a
Clarified some comments
...
svn-id: r26028
2007-03-08 21:08:23 +00:00
Max Horn
783a6d7d59
Fixed const issue (casting const to non-const)
...
svn-id: r26027
2007-03-08 20:44:43 +00:00