MelvMay-GG 1d007c26a4 - TAML now supports writing and reading JSON. By default it will use a schema that is strictly compatible with JSON RFC4627 (specifically the part about member names must be unique) however TAML does not care about this and it can be turned off with the console variable "$pref::T2D::JSONStrict" (set it to false). 12 лет назад
..
2d ce0e10f3a3 - Changed the poly list values used when creating a Quad in ShapeVector::setPolyPrimitive. The previous values were resulting in a render that was twice the size of the actual AABB. This should resolve https://github.com/GarageGames/Torque2D/issues/43 12 лет назад
algorithm 6be76dee59 Update hashFunction.cc 13 лет назад
assets 1d007c26a4 - TAML now supports writing and reading JSON. By default it will use a schema that is strictly compatible with JSON RFC4627 (specifically the part about member names must be unique) however TAML does not care about this and it can be turned off with the console variable "$pref::T2D::JSONStrict" (set it to false). 12 лет назад
audio 99703ab577 - Added consistent "copyTo()" (cloning) functionality to AssetBase and all existing asset types. The ParticleAsset was already wired-up correctly. 13 лет назад
box2d a20f2864a1 - First push of Torque 2D 2.0 (MIT) 13 лет назад
collection 6de480a615 - The "onAdd()" and "onRemove()" callbacks are now processed by SimObject meaning each derived-type doesn't have to do so. 13 лет назад
component cf538f01f0 Resolved Conflicts: 12 лет назад
console 1505988ba2 - Removed extra qualificiation as it isn't liked by XCode/AppCode. 12 лет назад
debug a20f2864a1 - First push of Torque 2D 2.0 (MIT) 13 лет назад
delegates a20f2864a1 - First push of Torque 2D 2.0 (MIT) 13 лет назад
game 93be0d70ff - Only call the "onExit" method if it exists. 13 лет назад
graphics 559048f25f - When retrieving the blend color from either a SceneObject or a CompositeSprite the raw color values are now returned by default however both methods have an optional flag to restore the previous functionality allow either a stock color or the raw-values as appropriate. 12 лет назад
gui e5cae7a64a - Renamed "Colour" to "Color" for consistency. 12 лет назад
input a20f2864a1 - First push of Torque 2D 2.0 (MIT) 13 лет назад
io 8f4dc93455 - Some minor future compatibility changes to FileStream/Stream. Really needs a good rework. 12 лет назад
math 2cb6333922 Update rectClipper.cpp 13 лет назад
memory 01ab6b227c - Exposed the object count for FrameTemp<T>. 13 лет назад
messaging 6de480a615 - The "onAdd()" and "onRemove()" callbacks are now processed by SimObject meaning each derived-type doesn't have to do so. 13 лет назад
module 1d007c26a4 - TAML now supports writing and reading JSON. By default it will use a schema that is strictly compatible with JSON RFC4627 (specifically the part about member names must be unique) however TAML does not care about this and it can be turned off with the console variable "$pref::T2D::JSONStrict" (set it to false). 12 лет назад
network 2e16ca5d01 - TAML schema (adding in custom TAML). 12 лет назад
persistence 1d007c26a4 - TAML now supports writing and reading JSON. By default it will use a schema that is strictly compatible with JSON RFC4627 (specifically the part about member names must be unique) however TAML does not care about this and it can be turned off with the console variable "$pref::T2D::JSONStrict" (set it to false). 12 лет назад
platform 6de480a615 - The "onAdd()" and "onRemove()" callbacks are now processed by SimObject meaning each derived-type doesn't have to do so. 13 лет назад
platformOSX 17b5f9fee0 - Added some string-formatting safety on OSX & iOS. This stuff needs a serious clean-up however. 13 лет назад
platformWin32 c6056ab203 - Fixed field sub-component evalulation to be safer for string formatting. 13 лет назад
platformX86UNIX a20f2864a1 - First push of Torque 2D 2.0 (MIT) 13 лет назад
platformiOS 17b5f9fee0 - Added some string-formatting safety on OSX & iOS. This stuff needs a serious clean-up however. 13 лет назад
sim af7925c8a7 - TAML schema WIP. 13 лет назад
string c1764fb20f incorporate global string table code from t3d. 13 лет назад
testing d19fca7c41 - Added VS2012 support. 13 лет назад
torqueConfig.h a20f2864a1 - First push of Torque 2D 2.0 (MIT) 13 лет назад