Commit Graph

13 Commits

Author SHA1 Message Date
Buggy123 e7292acb80 Uses real floors instead of holofloors. 2016-03-03 17:05:19 -05:00
Buggy123 66b20c2666 Fixes the beach away mission. 2016-03-03 16:54:00 -05:00
AnturK 5edc60ed0a Unifies corpse spawners 2016-02-25 18:36:16 +01:00
AnturK ba750e34e9 Repaths 2016-02-18 17:56:43 +01:00
MMMiracles 5f17c26626 Giving the away missions some love: part 1 2015-11-07 16:07:14 -05:00
Shadowlight213 ba2f60047f Fixes stool paths. Also removes outdated comment. 2015-10-29 20:30:31 -07:00
MrPerson 73c0f5d462 Remove tags from some maps
Disc was left completely untouched. Dream was given only a single edit to keep the syndiebomb working. Meta and Bird are also both cleaned up now too. All map-specific custom z's were cleaned too.

Source of these tags is DM being stupid. When you use the "Generate instances based on icon states" option, for some ungodly reason it gives those instances a tag. Which is retarded, tags are supposed to be unique to each object.

I tried searching for legit uses of tag in code and found only a few landmarks and giving mobs a tag. In any event, setting tags on map objects is probably a really bad idea anyway.

Exact regex used to find these so you guys can check my work

; tag = "[^"]*"
#end/middle

(?<=\{)tag = "[^"]*";
#begin

\{tag = "[^"]*"\}
#solo
2015-10-24 09:07:32 -07:00
Shadowlight213 16ef5d0832 Bunch of Fixes.
Adds a new line to the space_levels.txt
2015-10-09 20:03:47 -07:00
Shadowlight213 09c582995d Compile passed 2015-10-08 23:41:03 -07:00
Shadowlight213 ccba2c2c53 Away mission fix pass 1 2015-10-08 21:24:44 -07:00
c0 4374c96117 Fixes 2015-08-28 10:44:34 +03:00
Menshin f3bc8d77ed Paths fixing for away missions 2014-11-22 21:08:55 +01:00
Mloc-Argent 2f931aefc8 Big(gish) map reorganization.
Moved all main .dmm maps to _maps/map_files
Each main map gets a .dm file in _maps, this is what's ticked, -NOT- the .dmm file.
This allows use of a MAP_NAME define for various purposes, and lays the groundwork for map customization in the future.

Also included a hacky dm.sh script which supports swapping maps.
For example, "./dm.sh tgstation.dme -Mmetastation" would compile with metastation.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2014-01-13 22:38:11 +00:00