OSDN Git Service

Fix for OpenOnStart parameter, for it to work when an elevator is stopped on startup
[skyscrapersim/skyscraper.git] / src / sbs / model.cpp
2017-02-09 ryanMerging float_conversion branch into trunk
2017-01-06 ryanRunloop fixes
2017-01-01 ryanYear and changelog update
2016-12-26 ryanIntegrated Enabled() function into Object
2016-12-20 ryanVersion number update
2016-08-11 ryanAdded virtual OnClick function for objects
2016-08-09 ryanAdded support for dynamic runloops, which should help...
2016-07-28 ryanUpdate email address
2016-07-28 ryanMerging Double Decker branch into trunk - this introduc...
2016-07-19 ryan-added more performance metrics for the Profiler
2016-02-09 ryanFixed an issue where physical models would not properly...
2016-02-06 ryanMore header cleanups
2016-02-06 ryan-more header rework
2016-02-02 ryanFixed a number of issues with models and the new Dynami...
2016-02-02 ryanMerging Dynamic Meshes branch into trunk
2016-01-19 ryanMake sure destobject-specified models are custom models...
2016-01-14 ryanGlobal models can now be transported in elevators,...
2016-01-14 ryanMake sure a file-loaded model initializes immediately
2016-01-14 ryan-added model centering code to OnInit function, to...
2016-01-07 ryanYear update
2015-12-02 ryanRemoved singleton pointer and properly propagate and...
2015-11-11 ryanMesh offset code should be done by mesh object
2015-11-10 ryanModel meshes should be allowed an offset, for centering...
2015-11-10 ryanModel offset needs to be adjusted according to the...
2015-11-10 ryanName fixes for main object count functions
2015-11-07 ryanOnly allow physics-enabled models to be picked up
2015-11-07 ryanFixed typo, which caused problems with models switching...
2015-11-02 ryanModel meshes now update parent (main) object scenenode...
2015-11-02 ryanFixes for build warnings
2015-11-01 ryanMain switches to std::string
2015-11-01 ryanMore std::string switches, for CallButton, Door, Escala...
2015-10-31 ryanRemove need for indirection operator in new IsType...
2015-10-31 ryanAdded new ConvertTo function to Object
2015-10-31 ryanUse new IsType function
2015-10-30 ryanCleanups mainly for object unregister code
2015-10-30 ryanBegin use dynamic_cast for detecting object types
2015-10-30 ryan-changed object recasting to use static_cast instead...
2015-10-29 ryanMore code for picking up models
2015-10-28 ryanAdded main code for picking up physical models
2015-10-28 ryan-added ability for non-global physics-enabled models...
2015-10-28 ryanAdded Shaft, Stairs and Model runloops
2015-10-28 ryanAdded functions for dynamic removal/addition of models
2015-10-28 ryan-added check for model's physics state
2015-10-11 ryanSimplified use of SBS engine singleton variable
2015-10-10 ryanMoved SBS system into it's own namespace
2015-09-26 ryanHeader name fixes
2015-09-25 ryan-elevator object positioning cleanups
2015-08-25 ryanRemoved separate Name variable from CameraTexture,...
2015-08-21 ryanMake sure parent_deleting flag is set properly in destr...
2015-08-21 ryanCosmetic fixes
2015-08-17 ryanMerging changes from node_rework branch into trunk...
2015-08-06 ryan-simplified object system; object type is now inherited...
2015-08-03 ryanReverted 3507-3508, which are now in separate branch
2015-08-02 ryan-started work on converting positioning and movement...
2015-03-20 ryanVersion update
2015-01-15 ryanYear update
2014-01-17 ryanMisc cleanups
2014-01-02 ryanYear update
2013-03-01 ryan-version update
2013-01-25 ryan-finished support for locks and keys
2013-01-10 ryanYear update
2012-12-29 ryan-fixed object parent values for some new objects
2012-12-29 ryanRemoved function parameters for movable flag
2012-12-29 ryanFixes
2012-12-29 ryan-added couch model to Simple building, with physics...
2012-09-13 ryanDate fix
2012-09-13 ryanYear update
2011-02-13 ryanModel fixes
2011-02-10 ryan-added support for separate collider mesh
2011-01-27 ryanObject fixes
2011-01-26 ryanMore model work
2011-01-05 ryanYear update
2010-11-26 ryanFixes
2010-11-20 ryanSplit SBS into shared object on Linux, and restructured...