Torque3D/Engine/source
bank 9b2caeed6a Fix for issue #210 for ParticleData sends out-of-range data via BitStream
1. When addProtectedField used with custom setters, we need to return false, or it will set the value via regular routine after the method exists (change ParticleData::protectedSetTimes() to return false instead of true).

2. The ParticleData::sizes[] needs a custom setter, so the value is clamped in a range of 0.f and MaxParticleSize.

3. The spinRadnomMin and spinRandomMax ParticleData fields need a FRangeValidator, so it auto-clamped in a range of -1000 to 1000, as we are writing data trying to fit the values in 11 bits (as UInt upto 2048 max).
   * The description for those fields needs to be updated to use 1000 instead of 10000.
   * ParticleData::onAdd() should check for values to be in a correct range too.
2013-01-18 15:07:27 +04:00
..
app Fix for Issue #126 for TCPObject Bad Connect 2012-11-08 16:18:06 -05:00
cinterface Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
collision Fix for Issue #130 for Decals and Smoothing Groups 2012-11-08 16:56:22 -05:00
component Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
console Bug fix for loading compiled dsos 2012-12-15 15:48:24 -05:00
core Fix for Issue #166 for Client Not Loading 2012-12-10 16:28:54 -05:00
environment Fix for Issue #88 for River Editor Snapping 2012-10-16 12:30:54 -04:00
forest Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
gfx Fix for Issue #116 for Crash with unicode 2012-11-05 19:16:25 -05:00
gui Fix for Issue #138 for guiArrayCtrl Fix 2012-11-08 18:34:24 -05:00
i18n Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
interior Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
lighting Source changes needed for Linux build. 2012-09-23 15:31:56 +04:00
main Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
materials Partial revert of changes from Pull #125 2012-11-26 11:37:55 -05:00
math Fix for Issue #136 for Zoning Bug 2012-11-08 18:19:33 -05:00
platform Merge branch 'linux' of https://github.com/just-bank/Torque3D into just-bank-linux 2012-10-02 13:25:08 -04:00
platformMac Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformPOSIX Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformWin32 Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformX86UNIX Removed MGT comments from Pull Request 2013-01-07 12:41:31 -05:00
postFx Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
renderInstance Fix for Issue #132 for RenderOcclusionMgr Rendering 2012-11-08 17:47:32 -05:00
scene Merge branch 'development' of https://github.com/BoomBox/Torque3D into BoomBox-development 2012-11-09 10:56:38 -05:00
sfx Fix for Issue #152 for Unmatch Bitstream 2012-11-23 13:00:12 -05:00
shaderGen Fix for Issue #94 for Cubemap render bug 2012-10-17 11:46:17 -04:00
sim Fix for Issue #111 for BitStream Issues 2012-11-05 16:50:54 -05:00
T3D Fix for issue #210 for ParticleData sends out-of-range data via BitStream 2013-01-18 15:07:27 +04:00
terrain Fix for Issue #114 for Footstep Sounds 2012-11-05 19:04:49 -05:00
ts Fix for Issue #155 for Billboard Creation 2012-11-26 11:03:42 -05:00
unit Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
util Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
windowManager Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
ggEndOfLineFix.txt Engine directory for ticket #1 2012-09-19 11:15:01 -04:00