Torque3D/Engine/source/gui
Azaezel e7c3085d5f corrects a copy-corruption flaw with GuiSwatchButtonCtrl::onMouseDragged
pretty sure the offending leak-line creeps in with
 561f010f2e/Templates/BaseGame/game/tools/base/utils/swatchButtons.ed.cs (L34)
comparative release/debug results in
string gridBitmap = "\c0"
vs
string gridBitmap = "ic\c1Gl\c0"
and the relavent initpersistfields entry of TypeString points to
561f010f2e/Engine/source/console/consoleTypes.h (L71)
which is likely causing malformation
2019-01-28 21:04:51 -06:00
..
3d frustum definition duplication(s) 2018-03-15 00:43:29 -05:00
buttons corrects a copy-corruption flaw with GuiSwatchButtonCtrl::onMouseDragged 2019-01-28 21:04:51 -06:00
containers Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess 2018-03-28 15:42:34 -05:00
controls Merge branch 'development' into EngineAPI-Refactor 2018-12-09 14:48:50 -06:00
core Merge branch 'development' into EngineAPI-Refactor 2018-12-09 14:48:50 -06:00
editor corrects a pair of conversions. one object oriented, one not. 2018-12-12 14:52:14 -06:00
game Eliminate DefineConsoleMethod 2018-04-17 21:01:50 +02:00
shiny Eliminate DefineConsoleMethod 2018-04-17 21:01:50 +02:00
theora add loop playback to GuiTheoraCtrl 2016-05-27 02:22:39 -04:00
utility Eliminate DefineConsoleMethod 2018-04-17 21:01:50 +02:00
worldEditor corrects compilation errors on mac 2019-01-01 13:11:46 -06:00