mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
fb50df2c63
surprised if this doesn't build in Linux right now. The CMakeLists.txt were checked with MinGW and NMake, but how they fair under Linux is an unknown to me at this time. - Converted most sprintf (and all wsprintf) calls to either mysnprintf or FStrings, depending on the situation. - Changed the strings in the wbstartstruct to be FStrings. - Changed myvsnprintf() to output nothing if count is greater than INT_MAX. This is so that I can use a series of mysnprintf() calls and advance the pointer for each one. Once the pointer goes beyond the end of the buffer, the count will go negative, but since it's an unsigned type it will be seen as excessively huge instead. This should not be a problem, as there's no reason for ZDoom to be using text buffers larger than 2 GB anywhere. - Ripped out the disabled bit from FGameConfigFile::MigrateOldConfig(). - Changed CalcMapName() to return an FString instead of a pointer to a static buffer. - Changed startmap in d_main.cpp into an FString. - Changed CheckWarpTransMap() to take an FString& as the first argument. - Changed d_mapname in g_level.cpp into an FString. - Changed DoSubstitution() in ct_chat.cpp to place the substitutions in an FString. - Fixed: The MAPINFO parser wrote into the string buffer to construct a map name when given a Hexen map number. This was fine with the old scanner code, but only a happy coincidence prevents it from crashing with the new code - Added the 'B' conversion specifier to StringFormat::VWorker() for printing binary numbers. - Added CMake support for building with MinGW, MSYS, and NMake. Linux support is probably broken until I get around to booting into Linux again. Niceties provided over the existing Makefiles they're replacing: * All command-line builds can use the same build system, rather than having a separate one for MinGW and another for Linux. * Microsoft's NMake tool is supported as a target. * Progress meters. * Parallel makes work from a fresh checkout without needing to be primed first with a single-threaded make. * Porting to other architectures should be simplified, whenever that day comes. - Replaced the makewad tool with zipdir. This handles the dependency tracking itself instead of generating an external makefile to do it, since I couldn't figure out how to generate a makefile with an external tool and include it with a CMake-generated makefile. Where makewad used a master list of files to generate the package file, zipdir just zips the entire contents of one or more directories. - Added the gdtoa package from netlib's fp library so that ZDoom's printf-style formatting can be entirely independant of the CRT. SVN r1082 (trunk)
456 lines
6.2 KiB
Text
456 lines
6.2 KiB
Text
// MAPINFO for Doom 1 (Shareware, Registered, and Retail)
|
|
|
|
clearepisodes
|
|
episode e1m1
|
|
picname "M_EPI1"
|
|
key k
|
|
|
|
episode e2m1
|
|
picname "M_EPI2"
|
|
key t
|
|
|
|
episode e3m1
|
|
picname "M_EPI3"
|
|
key i
|
|
|
|
episode e4m1
|
|
picname "M_EPI4"
|
|
key t
|
|
optional
|
|
|
|
|
|
// Registered/Retail Episode 1
|
|
|
|
map E1M1 lookup HUSTR_E1M1
|
|
levelnum 1
|
|
titlepatch WILV00
|
|
next E1M2
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 30
|
|
sucktime 1
|
|
music D_E1M1
|
|
|
|
map E1M2 lookup HUSTR_E1M2
|
|
levelnum 2
|
|
titlepatch WILV01
|
|
next E1M3
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 75
|
|
sucktime 1
|
|
music D_E1M2
|
|
|
|
map E1M3 lookup HUSTR_E1M3
|
|
levelnum 3
|
|
titlepatch WILV02
|
|
next E1M4
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 120
|
|
sucktime 1
|
|
music D_E1M3
|
|
|
|
map E1M4 lookup HUSTR_E1M4
|
|
levelnum 4
|
|
titlepatch WILV03
|
|
next E1M5
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 90
|
|
sucktime 1
|
|
music D_E1M4
|
|
|
|
map E1M5 lookup HUSTR_E1M5
|
|
levelnum 5
|
|
titlepatch WILV04
|
|
next E1M6
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 165
|
|
sucktime 1
|
|
music D_E1M5
|
|
|
|
map E1M6 lookup HUSTR_E1M6
|
|
levelnum 6
|
|
titlepatch WILV05
|
|
next E1M7
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 180
|
|
sucktime 1
|
|
music D_E1M6
|
|
|
|
map E1M7 lookup HUSTR_E1M7
|
|
levelnum 7
|
|
titlepatch WILV06
|
|
next E1M8
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 180
|
|
sucktime 1
|
|
music D_E1M7
|
|
|
|
map E1M8 lookup HUSTR_E1M8
|
|
levelnum 8
|
|
titlepatch WILV07
|
|
next EndGame1
|
|
secretnext E1M9
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 30
|
|
nointermission
|
|
nosoundclipping
|
|
baronspecial
|
|
specialaction_lowerfloor
|
|
sucktime 1
|
|
music D_E1M8
|
|
|
|
map E1M9 lookup HUSTR_E1M9
|
|
levelnum 9
|
|
titlepatch WILV08
|
|
next E1M4
|
|
secretnext E1M4
|
|
sky1 SKY1 0
|
|
cluster 1
|
|
par 165
|
|
sucktime 1
|
|
music D_E1M9
|
|
|
|
// Registered/Retail Episode 2
|
|
|
|
map E2M1 lookup HUSTR_E2M1
|
|
levelnum 11
|
|
titlepatch WILV10
|
|
next E2M2
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 90
|
|
sucktime 1
|
|
music D_E2M1
|
|
|
|
map E2M2 lookup HUSTR_E2M2
|
|
levelnum 12
|
|
titlepatch WILV11
|
|
next E2M3
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 90
|
|
sucktime 1
|
|
music D_E2M2
|
|
|
|
map E2M3 lookup HUSTR_E2M3
|
|
levelnum 13
|
|
titlepatch WILV12
|
|
next E2M4
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 90
|
|
sucktime 1
|
|
music D_E2M3
|
|
|
|
map E2M4 lookup HUSTR_E2M4
|
|
levelnum 14
|
|
titlepatch WILV13
|
|
next E2M5
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 120
|
|
sucktime 1
|
|
music D_E2M4
|
|
|
|
map E2M5 lookup HUSTR_E2M5
|
|
levelnum 15
|
|
titlepatch WILV14
|
|
next E2M6
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 90
|
|
sucktime 1
|
|
music D_E2M5
|
|
|
|
map E2M6 lookup HUSTR_E2M6
|
|
levelnum 16
|
|
titlepatch WILV15
|
|
next E2M7
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 360
|
|
sucktime 1
|
|
music D_E2M6
|
|
|
|
map E2M7 lookup HUSTR_E2M7
|
|
levelnum 17
|
|
titlepatch WILV16
|
|
next E2M8
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 240
|
|
sucktime 1
|
|
music D_E2M7
|
|
|
|
map E2M8 lookup HUSTR_E2M8
|
|
levelnum 18
|
|
titlepatch WILV17
|
|
next EndGame2
|
|
secretnext E2M9
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 30
|
|
nointermission
|
|
nosoundclipping
|
|
cyberdemonspecial
|
|
specialaction_exitlevel
|
|
sucktime 1
|
|
music D_E2M8
|
|
|
|
map E2M9 lookup HUSTR_E2M9
|
|
levelnum 19
|
|
titlepatch WILV18
|
|
next E2M6
|
|
secretnext E2M6
|
|
sky1 SKY2 0
|
|
cluster 2
|
|
par 170
|
|
sucktime 1
|
|
music D_E2M9
|
|
|
|
// Registered/Retail Episode 3
|
|
|
|
map E3M1 lookup HUSTR_E3M1
|
|
levelnum 21
|
|
titlepatch WILV20
|
|
next E3M2
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 90
|
|
sucktime 1
|
|
music D_E3M1
|
|
|
|
map E3M2 lookup HUSTR_E3M2
|
|
levelnum 22
|
|
titlepatch WILV21
|
|
next E3M3
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 45
|
|
sucktime 1
|
|
music D_E3M2
|
|
|
|
map E3M3 lookup HUSTR_E3M3
|
|
levelnum 23
|
|
titlepatch WILV22
|
|
next E3M4
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 90
|
|
sucktime 1
|
|
music D_E3M3
|
|
|
|
map E3M4 lookup HUSTR_E3M4
|
|
levelnum 24
|
|
titlepatch WILV23
|
|
next E3M5
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 150
|
|
sucktime 1
|
|
music D_E3M4
|
|
|
|
map E3M5 lookup HUSTR_E3M5
|
|
levelnum 25
|
|
titlepatch WILV24
|
|
next E3M6
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 90
|
|
sucktime 1
|
|
music D_E3M5
|
|
|
|
map E3M6 lookup HUSTR_E3M6
|
|
levelnum 26
|
|
titlepatch WILV25
|
|
next E3M7
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 90
|
|
sucktime 1
|
|
music D_E3M6
|
|
|
|
map E3M7 lookup HUSTR_E3M7
|
|
levelnum 27
|
|
titlepatch WILV26
|
|
next E3M8
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 165
|
|
sucktime 1
|
|
music D_E3M7
|
|
|
|
map E3M8 lookup HUSTR_E3M8
|
|
levelnum 28
|
|
titlepatch WILV27
|
|
next endbunny
|
|
secretnext E3M9
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 30
|
|
nointermission
|
|
nosoundclipping
|
|
spidermastermindspecial
|
|
specialaction_exitlevel
|
|
sucktime 1
|
|
music D_E3M8
|
|
|
|
map E3M9 lookup HUSTR_E3M9
|
|
levelnum 29
|
|
titlepatch WILV28
|
|
next E3M7
|
|
secretnext E3M7
|
|
sky1 SKY3 0
|
|
cluster 3
|
|
par 135
|
|
sucktime 1
|
|
music D_E3M9
|
|
|
|
// Retail Episode 4
|
|
|
|
map E4M1 lookup HUSTR_E4M1
|
|
levelnum 31
|
|
titlepatch WILV30
|
|
next E4M2
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
sucktime 1
|
|
music D_E3M4
|
|
|
|
map E4M2 lookup HUSTR_E4M2
|
|
levelnum 32
|
|
titlepatch WILV31
|
|
next E4M3
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
sucktime 1
|
|
music D_E3M2
|
|
|
|
map E4M3 lookup HUSTR_E4M3
|
|
levelnum 33
|
|
titlepatch WILV32
|
|
next E4M4
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
sucktime 1
|
|
music D_E3M3
|
|
|
|
map E4M4 lookup HUSTR_E4M4
|
|
levelnum 34
|
|
titlepatch WILV33
|
|
next E4M5
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
sucktime 1
|
|
music D_E1M5
|
|
|
|
map E4M5 lookup HUSTR_E4M5
|
|
levelnum 35
|
|
titlepatch WILV34
|
|
next E4M6
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
sucktime 1
|
|
music D_E2M7
|
|
|
|
map E4M6 lookup HUSTR_E4M6
|
|
levelnum 36
|
|
titlepatch WILV35
|
|
next E4M7
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
cyberdemonspecial
|
|
specialaction_opendoor
|
|
sucktime 1
|
|
music D_E2M4
|
|
|
|
map E4M7 lookup HUSTR_E4M7
|
|
levelnum 37
|
|
titlepatch WILV36
|
|
next E4M8
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
sucktime 1
|
|
music D_E2M6
|
|
|
|
map E4M8 lookup HUSTR_E4M8
|
|
levelnum 38
|
|
titlepatch WILV37
|
|
next EndGame4
|
|
secretnext E4M9
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
nointermission
|
|
nosoundclipping
|
|
spidermastermindspecial
|
|
specialaction_lowerfloor
|
|
sucktime 1
|
|
music D_E2M5
|
|
|
|
map E4M9 lookup HUSTR_E4M9
|
|
levelnum 39
|
|
titlepatch WILV38
|
|
next E4M3
|
|
secretnext E4M3
|
|
sky1 SKY4 0
|
|
cluster 4
|
|
sucktime 1
|
|
music D_E1M9
|
|
|
|
// Clusters (correspond with same-numbered episode)
|
|
|
|
clusterdef 1
|
|
flat FLOOR4_8
|
|
music D_VICTOR
|
|
exittext lookup E1TEXT
|
|
|
|
clusterdef 2
|
|
flat SFLR6_1
|
|
music D_VICTOR
|
|
exittext lookup E2TEXT
|
|
|
|
clusterdef 3
|
|
flat MFLR8_4
|
|
music D_VICTOR
|
|
exittext lookup E3TEXT
|
|
|
|
clusterdef 4
|
|
flat MFLR8_3
|
|
music D_VICTOR
|
|
exittext lookup E4TEXT
|
|
|