Torque3D/Engine/source/sim
2018-02-12 21:36:19 -06:00
..
actionMap.cpp Implements hold and context keybind functionality, enabling the ability to have actionmap binds for holding down a button(complete with hold time return if needed) and context binds for being able to have different events for tapping and holding on the same key. 2018-02-12 21:36:19 -06:00
actionMap.h Implements hold and context keybind functionality, enabling the ability to have actionmap binds for holding down a button(complete with hold time return if needed) and context binds for being able to have different events for tapping and holding on the same key. 2018-02-12 21:36:19 -06:00
connectionStringTable.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
connectionStringTable.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
netConnection.cpp packet-size-checking -- Methods for querying packet-size settings. Used for detecting when spells or effects overrun the packet buffer from networked dynamic field usage. 2017-07-27 00:09:36 +01:00
netConnection.h packet-size-checking -- Methods for querying packet-size settings. Used for detecting when spells or effects overrun the packet buffer from networked dynamic field usage. 2017-07-27 00:09:36 +01:00
netDownload.cpp Fix stack balancing problems by refactoring execution calls 2015-02-08 00:08:18 +00:00
netEvent.cpp Use a strong reference instead of more manual reference counting. 2014-12-26 11:41:19 +11:00
netGhost.cpp Merge remote-tracking branch 'refs/remotes/origin/development' into pr/1153 2016-02-26 14:39:38 +01:00
netInterface.cpp Preliminary IPV6 Support 2016-10-25 19:09:02 +01:00
netInterface.h Preliminary IPV6 Support 2016-10-25 19:09:02 +01:00
netObject.cpp Adds a engine method to clear the scopeAlways flag on netObjects 2017-10-15 03:59:13 -05:00
netObject.h packet-size-checking -- Methods for querying packet-size settings. Used for detecting when spells or effects overrun the packet buffer from networked dynamic field usage. 2017-07-27 00:09:36 +01:00
netStringTable.cpp Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
netStringTable.h Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang. 2016-10-17 01:00:12 -05:00