Commit Graph

6958 Commits

Author SHA1 Message Date
Travis Howell
03200d8327 Remove unneeded case.
Disable code that causes crash when using opengl from command line for now.

svn-id: r10597
2003-10-05 00:46:46 +00:00
Max Horn
48fd7e39d5 cleanup
svn-id: r10596
2003-10-05 00:40:25 +00:00
Max Horn
a8da69bca5 fixed some broken scaler related checks
svn-id: r10595
2003-10-05 00:28:23 +00:00
Max Horn
4a84b356f8 revert the 'reverse Y axis' hack
svn-id: r10594
2003-10-04 23:49:04 +00:00
Max Horn
93f5234e84 yet another config TODO added
svn-id: r10593
2003-10-04 22:45:20 +00:00
Max Horn
d4734bd4f2 use namespace Common a bit more; don't zero the RNG in scumm (else the seed gets reset); remove obsolete 256 color blending code
svn-id: r10592
2003-10-04 11:50:21 +00:00
Gregory Montoir
91da08e1f3 new header for common structs definitions
svn-id: r10591
2003-10-04 11:39:53 +00:00
David Eriksson
3c627375b8 Added gameState to QueenLogic
svn-id: r10590
2003-10-04 08:50:48 +00:00
Torbjörn Andersson
f8ce610c2b Moved some stuff out of driver96.h. Eventually I'd like to get rid of most
Moved some stuff out of driver96.h. Eventually I'd like to get rid of this
file completely. Or at the very least most of it.

svn-id: r10589
2003-10-04 08:31:20 +00:00
Torbjörn Andersson
4fad04846a Changed to use #include "bs2/..." and removed the inclusion of standard C
headers. Most (all?) of the ones we need should probably come from stdafx.h
instead.

svn-id: r10588
2003-10-04 08:07:03 +00:00
Jonathan Gray
1efd91d515 update the update and consistently use number instead of int when describing config file options to be more user friendly
svn-id: r10587
2003-10-04 04:58:49 +00:00
Travis Howell
34542286f6 Update settings
svn-id: r10586
2003-10-04 03:51:25 +00:00
Jonathan Gray
15a115c5ac fix target name
svn-id: r10585
2003-10-04 01:12:30 +00:00
Jonathan Gray
defa0e6ffc add indy4 towns target, untested but if the demo is any indication I don't see why it wouldn't work
svn-id: r10584
2003-10-04 01:09:55 +00:00
Max Horn
2162df92fc removed Sword2 prefixes of most classes (made obsolete by our namespace usage); renamed Sword2State to Sword2Engine
svn-id: r10583
2003-10-04 01:09:29 +00:00
Jonathan Gray
3ef5a410a3 add ability to use boot_param in a config file to specify boot param, this is useful for many things esp loom towns where difficulty select is via boot param
svn-id: r10582
2003-10-04 01:02:23 +00:00
Max Horn
5a074e6137 added namespace Sword2
svn-id: r10581
2003-10-04 00:52:27 +00:00
Jonathan Gray
68d923505e let adlib/native music for indydemo work
svn-id: r10580
2003-10-04 00:47:23 +00:00
Max Horn
afd9119d37 small remark
svn-id: r10579
2003-10-04 00:12:30 +00:00
Max Horn
ad293a5ab8 cleanup / doxygenification
svn-id: r10578
2003-10-03 23:34:06 +00:00
Travis Howell
c3d84b1a14 Mention mingw as windows compiler.
svn-id: r10577
2003-10-03 23:12:42 +00:00
Gregory Montoir
d19c7980fb fix 2 cases not handled in findBob() (stupid me...) and match new/delete
svn-id: r10576
2003-10-03 19:59:19 +00:00
Max Horn
8fb8ea48ec namespace Queen
svn-id: r10575
2003-10-03 19:47:41 +00:00
Max Horn
a4b72c9d6e Simon namespace
svn-id: r10574
2003-10-03 19:42:27 +00:00
Jamieson Christian
5fa23e5fee Fix for Bug [817242] ALL: MT-32 to GM key velocity conversion
Implemented dynamic range matching for MT-32 tracks
routed to GM output devices.

svn-id: r10573
2003-10-03 19:32:18 +00:00
Jamieson Christian
056974821a Fix OOB SysEx checksums
svn-id: r10572
2003-10-03 18:59:48 +00:00
Max Horn
d7660a2662 introduced namespace Scumm; made #include statements use scumm/ prefix explicitly
svn-id: r10571
2003-10-03 18:33:57 +00:00
Max Horn
eabeb62e20 fix doxygen comment
svn-id: r10570
2003-10-03 13:59:44 +00:00
Max Horn
aed27b35dd use C++ struct naming instead of typedefs -> this fixes (or works around, whatever you prefer to call it) the GCC_PACK problem in Doxygen
svn-id: r10569
2003-10-03 13:53:46 +00:00
Max Horn
a6cb5aa76b fix another doxygen warning
svn-id: r10568
2003-10-03 13:49:06 +00:00
Max Horn
3ead57623e make doxygen happy
svn-id: r10567
2003-10-03 13:44:12 +00:00
Max Horn
d2e7146723 Potential fix for bug #816086
svn-id: r10566
2003-10-03 13:43:07 +00:00
David Eriksson
4a19ca4e34 Use struct and not array for objectData.
svn-id: r10565
2003-10-03 12:55:11 +00:00
Max Horn
88de9a21ae undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, simply remove it from your project file - it's not supposed to be compiled ATM
svn-id: r10564
2003-10-03 10:30:33 +00:00
Paweł Kołodziejski
be1bd35ae5 moved msvc6 and msvc7 project files into dist dir
svn-id: r10563
2003-10-03 08:18:17 +00:00
Paweł Kołodziejski
f0fae232b9 fixed compilation under msvc7
svn-id: r10562
2003-10-03 07:45:41 +00:00
Torbjörn Andersson
10fee205e1 Some renaming (ironic in the light of Fingolfin's recent namespace
suggestion, but I prepared the patch long before reading the mail :-).

Also, the remaining parts of the control panel etc. have been moved into a
class of their own.

This is still work in progress. I'm well aware that some of the classes
aren't as well separated as they ought to be, and that using global
variables to keep track of the different classes probably isn't pretty.

svn-id: r10561
2003-10-03 06:54:44 +00:00
Torbjörn Andersson
2c72654896 Fix GCC warning.
svn-id: r10560
2003-10-03 06:47:42 +00:00
Travis Howell
e6c626b756 Adjust timer for Amiga version of Monkey Island 1.
svn-id: r10559
2003-10-03 01:35:21 +00:00
Travis Howell
5b9aa79c41 This is used in Amiga version of Monkey Island 1.
svn-id: r10558
2003-10-03 01:31:39 +00:00
Max Horn
6c5b9fceee some doxygen
svn-id: r10557
2003-10-03 01:15:31 +00:00
Max Horn
e6819e42cf added getMusicTimer() to class MusicEngine; this allows some nice code cleanup; also added an error() invocation to find out if certain code is still needed
svn-id: r10556
2003-10-03 01:07:35 +00:00
Max Horn
2ed4677ede const as const can
svn-id: r10555
2003-10-03 00:59:27 +00:00
Max Horn
bebaf0e0fc You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad code
svn-id: r10554
2003-10-03 00:30:56 +00:00
Max Horn
10f83ea0b4 this has been done
svn-id: r10553
2003-10-02 23:50:51 +00:00
Max Horn
a02c13a52e fix scaler compilation for MSVC6. However, the produced code stll seems to be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all?
svn-id: r10552
2003-10-02 23:29:58 +00:00
Max Horn
bb5351f0a8 according to tsuteiuQ, this helps MSVC6 (seems it can cope with the enums but not with static consts)
svn-id: r10551
2003-10-02 23:09:54 +00:00
Max Horn
bb6765f85d cleanup & restructuring; in particular move the midi driver list to its own source file
svn-id: r10550
2003-10-02 22:52:57 +00:00
Max Horn
3f55f2669d renamed class Scumm to ScummEngine (consisten with other engine names; also makes room for a potential 'Scumm' namespace)
svn-id: r10549
2003-10-02 22:42:03 +00:00
Paweł Kołodziejski
68810ac106 update vc7 project files
svn-id: r10548
2003-10-02 20:22:46 +00:00