OSDN Git Service

Integrated all engine reporting into ObjectBase class
[skyscrapersim/skyscraper.git] / src / sbs / trigger.cpp
2017-01-01 ryanIntegrated all engine reporting into ObjectBase class
2016-12-20 ryanVersion number update
2016-09-09 ryanActions can now have a "hold" state, which requires...
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-06-15 ryanMore work, mainly size_t conversions for Find functions
2016-06-14 ryanMain size_t work in SBS
2016-02-06 ryanMore header include fixes
2016-02-06 ryanMore header cleanups
2016-02-06 ryanMore header cleanups
2016-02-06 ryan-more header rework
2016-01-07 ryanYear update
2016-01-01 ryanAdded support for walking between engines, with automat...
2015-12-29 ryanIf trigger's Y values are both 0, essentially ignore...
2015-12-27 ryanFixed wall/floor boundary checks
2015-12-27 ryanMore work
2015-12-27 ryanRename boundary trigger, and made it so that sound...
2015-12-27 ryan-added position-based IsInside function to Trigger...
2015-12-27 ryanAdded bounds variables and main proximity trigger to...
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 ryan-std::string conversions for rest of app
2015-11-01 ryanMore std::string switches, for CallButton, Door, Escala...
2015-11-01 ryanSwitched from c-strings to std::strings in Action,...
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 ryanHeader name fixes
2015-08-25 ryanRemoved separate Name variables from Control and Trigge...
2015-08-17 ryanMerging changes from node_rework branch into trunk...
2015-08-06 ryan-simplified object system; object type is now inherited...
2015-04-10 ryan-controls and triggers can now be made permanent
2015-04-02 ryan-caller objects are now passed to actions when running
2015-04-02 ryan-reverted the door sensor fix from 3410
2015-04-01 ryanVariable check_state was being handled in reverse
2015-03-26 ryanLots of code cleanups
2015-03-20 ryanVersion update
2015-02-25 ryanFixes to action array checks of Control and Trigger...
2015-01-15 ryanYear update
2014-12-02 ryanSome fixes and cleanups to verbose output
2014-06-04 ryanSome fixes to the last commit
2014-06-04 ryan-actions now return the status of the commands run
2014-04-23 ryan-fixed malfunction in trigger code due to an uninitiali...
2014-03-07 ryanReturn empty strings instead of nulls for c-string...
2014-03-02 ryan-continuation of rev 3113 - some objects were missed...
2014-02-18 ryanMore compiler warning fixes
2014-01-02 ryanYear update
2013-03-19 ryan-replaced IsNumeric code with smaller, faster code
2013-03-01 ryan-version update
2013-02-12 ryan-reverted revision 2849
2013-02-12 ryan-added case insensitivity to action name checks
2013-01-10 ryanYear update
2012-12-30 ryanReverted 2770 - change limits flexibility and doesn...
2012-12-30 ryan-added support for storing pointer list for actions...
2012-12-29 ryan-fixed object parent values for some new objects
2012-12-29 ryan-added couch model to Simple building, with physics...
2012-12-28 ryan-added support for playing multiple sounds with the...
2012-12-12 ryan-array delete fixes
2012-12-12 ryanAdded new files to msvc projects, and did more fixes
2012-12-12 ryanTrigger fixes
2012-12-12 ryanFixes
2012-12-12 ryanFixes to last commit
2012-12-12 ryan-more work on control/trigger systems
2012-12-11 ryanMore work on new control/trigger implementations
2012-12-11 ryan-added trigger object