Files
@ r2008:5e435ad4c8e4
Branch filter:
Location: cpp/openttd-patchpack/source/docs/directmusic.txt - annotation
r2008:5e435ad4c8e4
634 B
text/plain
(svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows multiple trains within the same signal block, provided their paths dont intersect. For this the block must have all exit and entry signals be pbs signals. Place these by ctrl-clicking 4 times on a normal signal.
- Feature: [pbs] Implement autoplacement of pbs blocks, when a block has an entry and an exit pbs signal, covert the entire block to pbs. Can be turned off in the patch settings.
- Feature: [pbs] Allow showing of reserved status by making the tracks darker, when the pbs debug level is at least 1.
- Feature: [pbs] Implement autoplacement of pbs blocks, when a block has an entry and an exit pbs signal, covert the entire block to pbs. Can be turned off in the patch settings.
- Feature: [pbs] Allow showing of reserved status by making the tracks darker, when the pbs debug level is at least 1.
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 r0:d63b455452f6 | 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
|