Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds map generators to build mode #9588

Merged
merged 2 commits into from Jun 11, 2015
Merged

Adds map generators to build mode #9588

merged 2 commits into from Jun 11, 2015

Conversation

AnturK
Copy link
Member

@AnturK AnturK commented May 21, 2015

space station 13 2015-05-21 192700

  • Adds generate area mode to build mode.
  • Adds few variations of asteroid template
  • Adds syndicate template
  • Some minor changes to build mode.

Added to make preparing areas for events less time consuming.

Not sure if admin tools count for freeze but anyway this is not finished yet so DNM please.

@RemieRichards
Copy link
Contributor

Wonderful use of the system, I approve 👍
(Also DNM'ing at your request)

If I may also, I'd like to request the re-pressuring module be moved into it's own file AND a generator consisting only of the re-pressuriser, as to allow clean up of any other generated region regardless of if it's own generator contained it.

@RemieRichards RemieRichards added the Do Not Merge You must have really upset someone label May 21, 2015
if(AREA_BUILDMODE)
var/list/gen_paths = typesof(/datum/mapGenerator) - /datum/mapGenerator

var/type = input(usr,"Select Generator Type","Type") in gen_paths
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as null|anything in gen_paths
and then a check for if(!type) return so we can quickly cancel.

@Dennok
Copy link
Contributor

Dennok commented May 22, 2015

Wonderful

@Stickymayhem
Copy link

Could you add a shuttle one as well that uses simulated shuttle turfs and walls that are properly iconed?

Even a simple square outline would save so much fucking time in shuttle events.

@AnturK
Copy link
Member Author

AnturK commented May 29, 2015

Sure, I'll be finishing this tommorow will do that then.

@AnturK
Copy link
Member Author

AnturK commented May 30, 2015

This is finished for now. I'll add custom/circular shape areas later.

Adds two generators : Asteroid and Syndicate
Syndicate templates
Finish syndicate templates
Moves border and repressurize to helpers.dm
Repressurize generator
Shuttle generator
Buildmode now resets the corners when switching modes/generators
@optimumtact
Copy link
Member

@RemieRichards merge?

RemieRichards added a commit that referenced this pull request Jun 11, 2015
Adds map generators to build mode
@RemieRichards RemieRichards merged commit debb7da into tgstation:master Jun 11, 2015
@AnturK AnturK deleted the build_area branch March 26, 2016 22:05
yoyobatty added a commit to Shdorsh/tgstation that referenced this pull request Nov 5, 2018
fixes nuke ops causing secret to fail
yoyobatty pushed a commit to Shdorsh/tgstation that referenced this pull request Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Merge You must have really upset someone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants