Torque3D/Engine/source/sim
Areloch b0e8a1f032 Adds a new function for defining static console fields on NetObjects - addNetworkedField()
This lets you attach a 32 bit netMask to the field, so that when it is changed, it automatically flags the associated bitmasks on the netobject as dirty.

This is to shortcut having to flag certain masks being marked as dirty through protected fields and just simplify/streamline the code.
2018-01-16 00:47:53 -06:00
..
actionMap.cpp Merge pull request #2133 from lukaspj/console-function-errors 2018-01-10 13:52:33 -06:00
actionMap.h Engine directory for ticket #1 2012-09-19 11:15:01 -04: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 new function for defining static console fields on NetObjects - addNetworkedField() 2018-01-16 00:47:53 -06:00
netObject.h Adds a new function for defining static console fields on NetObjects - addNetworkedField() 2018-01-16 00:47:53 -06: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