OSDN Git Service

-use separate meshes for escalator steps
[skyscrapersim/skyscraper.git] / src / sbs / escalator.cpp
2017-01-18 ryan-use separate meshes for escalator steps
2017-01-18 ryanOnly move escalator steps if near escalator
2017-01-05 ryanStep movement states should be reset when switching...
2017-01-05 ryanAdded action support for escalators and moving walkways
2017-01-05 ryanPosition the sounds correctly
2017-01-05 ryanBuffer zone work
2017-01-04 ryanSteps should reset values on startup
2017-01-01 ryanYear and changelog update
2017-01-01 ryanIntegrated all engine reporting into ObjectBase class
2016-12-31 ryanEscalators and moving walkways need to use Delta factor...
2016-12-28 ryanComment fixes
2016-12-28 ryanFix for different riser/tread sizes
2016-12-28 ryanReverse movement fixes
2016-12-28 ryanFixes
2016-12-28 ryanBreak out Step object into separate files
2016-12-28 ryanAdding Moving Walkway class
2016-12-27 ryanName fix
2016-12-27 ryanCosmetic fix
2016-12-27 ryanAdded Reset functionality to escalator object
2016-12-27 ryanCentered escalator object
2016-12-27 ryanProperly initialize step objects
2016-12-27 ryanReset movement when switching off escalator
2016-12-27 ryanFixed step names
2016-12-27 ryanAdded a multiplier to fix camera movement speed
2016-12-27 ryanSplit out 'speed' variable
2016-12-27 ryanSome work on escalator-camera movement
2016-12-26 ryanMerged rev 4808
2016-12-26 ryanIntegrated Enabled() function into Object
2016-12-26 ryanReverse movement fixes
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