OSDN Git Service

Adding Moving Walkway class
[skyscrapersim/skyscraper.git] / src / frontend / script_floors.cpp
2016-12-28 ryanAdding Moving Walkway class
2016-12-26 ryanMore work, and added "Simple - Escalator" building
2016-12-20 ryanVersion number update
2016-11-21 ryanLock fix
2016-11-18 ryanAdded rotation parameter
2016-11-18 ryanFixes
2016-11-18 ryanLocking parameter fix
2016-11-18 ryanAdded script support for revolving doors
2016-09-10 ryanFor the "Elevator:Car" script parameter, if just the...
2016-08-16 ryanAdded CheckScript mode, which allows scripts to be...
2016-08-15 ryanAdded a check to ensure that a floor's altitude is...
2016-08-15 ryanMove end-of-section code into per-section functions
2016-08-05 ryanReturn code fixes
2016-08-04 ryanFixed handling of "elevator:car" parameter in Floor...
2016-08-03 ryanMoved shared script section variables into a separate...
2016-08-02 ryan-added "selection_position" parameter to Control object...
2016-07-30 ryanCleaned up remaining shared variables
2016-07-30 ryanSplit script interpreter out into a section handler...
2016-07-29 ryanSplit Script Processor out into multiple files