2006-02-24 04:48:15 +00:00
|
|
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = " zdoom", "zdoom.vcproj", "{8049475B-5C87-46F9-9358-635218A4EF18}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
- Fixed compilation with mingw again.
- Added multiple-choice sound sequences. These overcome one of the major
deficiences of the Hexen-inherited SNDSEQ system while still being Hexen
compatible: Custom door sounds can now use different opening and closing
sequences, for both normal and blazing speeds.
- Added a serializer for TArray.
- Added a countof macro to doomtype.h. See the1's blog to find out why
it's implemented the way it is.
<http://blogs.msdn.com/the1/articles/210011.aspx>
- Added a new method to FRandom for getting random numbers larger than 255,
which lets me:
- Fixed: SNDSEQ delayrand commands could delay for no more than 255 tics.
- Fixed: If you're going to have sector_t.SoundTarget, then they need to
be included in the pointer cleanup scans.
- Ported back newer name code from 2.1.
- Fixed: Using -warp with only one parameter in Doom and Heretic to
select a map on episode 1 no longer worked.
- New: Loading a multiplayer save now restores the players based on
their names rather than on their connection order. Using connection
order was sensible when -net was the only way to start a network game,
but with -host/-join, it's not so nice. Also, if there aren't enough
players in the save, then the extra players will be spawned normally,
so you can continue a saved game with more players than you started it
with.
- Added some new SNDSEQ commands to make it possible to define Heretic's
ambient sounds in SNDSEQ: volumerel, volumerand, slot, randomsequence,
delayonce, and restart. With these, it is basically possible to obsolete
all of the $ambient SNDINFO commands.
- Fixed: Sound sequences would only execute one command each time they were
ticked.
- Fixed: No bounds checking was done on the volume sound sequences played at.
- Fixed: The tic parameter to playloop was useless and caused it to
act like a redundant playrepeat. I have removed all the logic that
caused playloop to play repeating sounds, and now it acts like an
infinite sequence of play/delay commands until the sequence is
stopped.
- Fixed: Sound sequences were ticked every frame, not every tic, so all
the delay commands were timed incorrectly and varied depending on your
framerate. Since this is useful for restarting looping sounds that got
cut off, I have not changed this. Instead, the delay commands now
record the tic when execution should resume, not the number of tics
left to delay.
SVN r57 (trunk)
2006-04-21 01:22:55 +00:00
|
|
|
{1D179D4B-F008-431B-8C72-111F8372584F} = {1D179D4B-F008-431B-8C72-111F8372584F}
|
2006-02-24 04:48:15 +00:00
|
|
|
{F9D9E7D4-E1A2-4866-9E85-B1B14137EE63} = {F9D9E7D4-E1A2-4866-9E85-B1B14137EE63}
|
|
|
|
{873F2EEA-24DF-454C-B245-CB9738BA993E} = {873F2EEA-24DF-454C-B245-CB9738BA993E}
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib\zlib.vcproj", "{F9D9E7D4-E1A2-4866-9E85-B1B14137EE63}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FLAC", "FLAC\FLAC.vcproj", "{873F2EEA-24DF-454C-B245-CB9738BA993E}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lemon", "tools\lemon\lemon.vcproj", "{0F80ACBF-460E-44F0-B28E-B3272D1774A7}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re2c", "tools\re2c\re2c.vcproj", "{667D2EE7-C357-49E2-9BAB-0A4A45F0F76E}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wadsrc", "wadsrc\wadsrc.vcproj", "{1D179D4B-F008-431B-8C72-111F8372584F}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
{24A19C02-F041-4AB0-A1A1-02E1E88EDBD3} = {24A19C02-F041-4AB0-A1A1-02E1E88EDBD3}
|
|
|
|
{AC64EE8F-F019-4A3E-BCAF-BD1FD072B9C8} = {AC64EE8F-F019-4A3E-BCAF-BD1FD072B9C8}
|
|
|
|
{3FFA68B3-9449-4B03-ADEE-194C3638623B} = {3FFA68B3-9449-4B03-ADEE-194C3638623B}
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makewad", "tools\makewad\makewad.vcproj", "{24A19C02-F041-4AB0-A1A1-02E1E88EDBD3}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
2006-04-15 15:00:29 +00:00
|
|
|
{F9D9E7D4-E1A2-4866-9E85-B1B14137EE63} = {F9D9E7D4-E1A2-4866-9E85-B1B14137EE63}
|
2006-02-24 04:48:15 +00:00
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xlatcc", "tools\xlatcc\xlatcc.vcproj", "{3FFA68B3-9449-4B03-ADEE-194C3638623B}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dehsupp", "tools\dehsupp\dehsupp.vcproj", "{AC64EE8F-F019-4A3E-BCAF-BD1FD072B9C8}"
|
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
|
|
|
Global
|
|
|
|
GlobalSection(SolutionConfiguration) = preSolution
|
|
|
|
Debug = Debug
|
|
|
|
Release = Release
|
|
|
|
EndGlobalSection
|
|
|
|
GlobalSection(ProjectConfiguration) = postSolution
|
|
|
|
{8049475B-5C87-46F9-9358-635218A4EF18}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{8049475B-5C87-46F9-9358-635218A4EF18}.Debug.Build.0 = Debug|Win32
|
|
|
|
{8049475B-5C87-46F9-9358-635218A4EF18}.Release.ActiveCfg = Release|Win32
|
|
|
|
{8049475B-5C87-46F9-9358-635218A4EF18}.Release.Build.0 = Release|Win32
|
|
|
|
{F9D9E7D4-E1A2-4866-9E85-B1B14137EE63}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{F9D9E7D4-E1A2-4866-9E85-B1B14137EE63}.Debug.Build.0 = Debug|Win32
|
|
|
|
{F9D9E7D4-E1A2-4866-9E85-B1B14137EE63}.Release.ActiveCfg = Release|Win32
|
|
|
|
{F9D9E7D4-E1A2-4866-9E85-B1B14137EE63}.Release.Build.0 = Release|Win32
|
|
|
|
{873F2EEA-24DF-454C-B245-CB9738BA993E}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{873F2EEA-24DF-454C-B245-CB9738BA993E}.Debug.Build.0 = Debug|Win32
|
|
|
|
{873F2EEA-24DF-454C-B245-CB9738BA993E}.Release.ActiveCfg = Release|Win32
|
|
|
|
{873F2EEA-24DF-454C-B245-CB9738BA993E}.Release.Build.0 = Release|Win32
|
|
|
|
{0F80ACBF-460E-44F0-B28E-B3272D1774A7}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{0F80ACBF-460E-44F0-B28E-B3272D1774A7}.Debug.Build.0 = Debug|Win32
|
|
|
|
{0F80ACBF-460E-44F0-B28E-B3272D1774A7}.Release.ActiveCfg = Release|Win32
|
|
|
|
{0F80ACBF-460E-44F0-B28E-B3272D1774A7}.Release.Build.0 = Release|Win32
|
|
|
|
{667D2EE7-C357-49E2-9BAB-0A4A45F0F76E}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{667D2EE7-C357-49E2-9BAB-0A4A45F0F76E}.Debug.Build.0 = Debug|Win32
|
|
|
|
{667D2EE7-C357-49E2-9BAB-0A4A45F0F76E}.Release.ActiveCfg = Release|Win32
|
|
|
|
{667D2EE7-C357-49E2-9BAB-0A4A45F0F76E}.Release.Build.0 = Release|Win32
|
|
|
|
{1D179D4B-F008-431B-8C72-111F8372584F}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{1D179D4B-F008-431B-8C72-111F8372584F}.Debug.Build.0 = Debug|Win32
|
|
|
|
{1D179D4B-F008-431B-8C72-111F8372584F}.Release.ActiveCfg = Release|Win32
|
|
|
|
{1D179D4B-F008-431B-8C72-111F8372584F}.Release.Build.0 = Release|Win32
|
|
|
|
{24A19C02-F041-4AB0-A1A1-02E1E88EDBD3}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{24A19C02-F041-4AB0-A1A1-02E1E88EDBD3}.Debug.Build.0 = Debug|Win32
|
|
|
|
{24A19C02-F041-4AB0-A1A1-02E1E88EDBD3}.Release.ActiveCfg = Release|Win32
|
|
|
|
{24A19C02-F041-4AB0-A1A1-02E1E88EDBD3}.Release.Build.0 = Release|Win32
|
|
|
|
{3FFA68B3-9449-4B03-ADEE-194C3638623B}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{3FFA68B3-9449-4B03-ADEE-194C3638623B}.Debug.Build.0 = Debug|Win32
|
|
|
|
{3FFA68B3-9449-4B03-ADEE-194C3638623B}.Release.ActiveCfg = Release|Win32
|
|
|
|
{3FFA68B3-9449-4B03-ADEE-194C3638623B}.Release.Build.0 = Release|Win32
|
|
|
|
{AC64EE8F-F019-4A3E-BCAF-BD1FD072B9C8}.Debug.ActiveCfg = Debug|Win32
|
|
|
|
{AC64EE8F-F019-4A3E-BCAF-BD1FD072B9C8}.Debug.Build.0 = Debug|Win32
|
|
|
|
{AC64EE8F-F019-4A3E-BCAF-BD1FD072B9C8}.Release.ActiveCfg = Release|Win32
|
|
|
|
{AC64EE8F-F019-4A3E-BCAF-BD1FD072B9C8}.Release.Build.0 = Release|Win32
|
|
|
|
EndGlobalSection
|
|
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
|
|
EndGlobalSection
|
|
|
|
GlobalSection(ExtensibilityAddIns) = postSolution
|
|
|
|
EndGlobalSection
|
|
|
|
EndGlobal
|