Files
@ r5352:64720e7993a1
Branch filter:
Location: cpp/openttd-patchpack/source/docs/directmusic.txt - annotation
r5352:64720e7993a1
635 B
text/plain
(svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
This is only possible in SP (or in the intro menu). During game play you will
get a confirmation window when applying the changes as some actions can crash
OpenTTD and/or make your current game unplayable.
This is only possible in SP (or in the intro menu). During game play you will
get a confirmation window when applying the changes as some actions can crash
OpenTTD and/or make your current game unplayable.
r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r844:9477b526246d r3971:1a1efb6a11f5 | Notes about DirectMusic driver for Win32
----------------------------------------
If compiling under MinGW32, you require the DirectX 7.0 files for MinGW32, available from
http://alleg.sourceforge.net/files/dx70_mgw.zip.
If compiling under MSVC 6.0, you require the equivalent for MSVC, available from
http://alleg.sourceforge.net/files/dx70_min.zip. MSVC 7.0/7.1 include header files that
are recent enough.
If you do not want to compile the DirectMusic driver, undefine WIN32_ENABLE_DIRECTMUSIC_SUPPORT
in stdafx.h.
Bugs, etc
---------
- The volume control doesn't work properly. I'll fix this soon.
Owen Rudge
14th March 2004
|