OSDN Git Service

Fixed click-shift order
[skyscrapersim/skyscraper.git] / src / sbs / escalator.cpp
2016-12-26 ryanFixed click-shift order
2016-12-26 ryanEscalator is now in line with the floor
2016-12-26 ryanSome reverse movement work
2016-12-26 ryanFixes, and updated guide
2016-12-26 ryanShift-clicking on escalators changes run status
2016-12-26 ryanFixes
2016-12-26 ryanMerged run_direction with run
2016-12-26 ryanMore fixes
2016-12-26 ryanStep fixes
2016-12-25 ryanTread fixes
2016-12-25 ryanFixes
2016-12-25 ryanFixes
2016-12-25 ryanBasic motion is now working
2016-12-25 ryanStep movement work
2016-12-21 ryanMore escalator work
2016-12-20 ryanSwitch to std::abs
2016-12-20 ryanVersion number update
2016-11-21 ryanRenamed WallObject to Wall
2016-08-09 ryanAdded support for dynamic runloops, which should help...
2016-07-28 ryanUpdate email address
2016-07-19 ryan-added more performance metrics for the Profiler
2016-06-14 ryanMain size_t work in SBS
2016-02-06 ryanMore header cleanups
2016-02-06 ryan-more header rework
2016-02-06 ryanMoved some includes out of main header
2016-02-06 ryanCreated new TextureManager object, for texture-related...
2016-01-07 ryanYear update
2015-12-02 ryanRemoved singleton pointer and properly propagate and...
2015-11-18 ryanMoved some elements to private sections, with function...
2015-11-09 ryan-made standard inherited Init and Loop object functions
2015-11-02 ryanReport functions should use const references
2015-11-02 ryan-std::string conversions for rest of app
2015-11-01 ryanMain switches to std::string
2015-11-01 ryanMore std::string switches, for CallButton, Door, Escala...
2015-10-30 ryanCleanups mainly for object unregister code
2015-10-30 ryan-changed object recasting to use static_cast instead...
2015-10-11 ryanSimplified use of SBS engine singleton variable
2015-10-10 ryanMoved SBS system into it's own namespace
2015-09-26 ryanAdded basic stairs code from stairs object
2015-09-26 ryanAdded Run and Run Direction parameters
2015-09-26 ryanRemoved extra parameter
2015-09-26 ryanEscalator work
2015-09-26 ryan-added sound support for escalators
2015-09-26 ryanMore escalator object work
2015-09-26 ryanAdded generic functions for escalator object
2015-09-26 ryanHeader name fixes
2015-09-26 ryanAdded new Escalator class