Torque3D/Engine/source
bank 68b12981ae Fix: dSprintf should receive size of the buffer, not the size of the pointer.
It was safe, as we are using static console return buffer,
which is large enough to hold enough data (default is 2048).
2014-05-06 12:40:45 +04:00
..
app Merge pull request #465 from skaughtx0r/Fix-HTTPObject 2014-03-14 19:32:54 +01:00
cinterface Fix: the string literal is implicitly casted to the bool type. 2014-05-06 12:40:42 +04:00
collision Remove Interior Object format (DIF) 2013-04-05 12:39:26 -04:00
component Moved platform input event files under new input directory 2013-01-23 02:37:37 -05:00
console Corrected the use of #pragma warning() 2014-05-06 12:40:41 +04:00
core Fix: Underflow of the buffer 'ctx'. 2014-05-06 12:40:43 +04:00
environment replaced UNUSED and assert combination by a fixed up assert macro - thanks luis! :) 2014-03-15 12:50:38 +01:00
forest replaced UNUSED and assert combination by a fixed up assert macro - thanks luis! :) 2014-03-15 12:50:38 +01:00
gfx Fix wrong check for bits (using '&&' instead of '&'). 2014-05-06 12:40:44 +04:00
gui Fix: dSprintf should receive size of the buffer, not the size of the pointer. 2014-05-06 12:40:45 +04:00
i18n Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
lighting clipping the lighting result via ciel was causing banding issues with specular maps with alpha channels. rev2. also addresses the warning: 2014-03-18 05:52:54 -05:00
main main working on unicode systems 2014-03-14 17:02:27 +01:00
materials Blinn-Phong Specular Changes 2013-10-29 15:10:23 -04:00
math replaced UNUSED and assert combination by a fixed up assert macro - thanks luis! :) 2014-03-15 12:50:38 +01:00
navigation Minor cleanups 2013-12-04 16:45:09 -05:00
platform Merge pull request #540 from signmotion/default-keyboard-layout 2014-03-29 14:20:30 +01:00
platformMac Bug fixes for alternative zip layout and define to toggle it on 2013-02-28 16:46:46 -05:00
platformPOSIX Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformWin32 Remove use of 'auto' keyword. 2014-04-04 13:16:47 +11:00
platformX86UNIX Minor cleanups 2013-12-04 16:45:09 -05:00
postFx SceneCullingState with culling and camera frustum 2013-11-07 15:07:16 -05:00
renderInstance Fixed the assert crash by making sure the glow material instance keeps the original material instance's user object 2014-04-16 10:43:37 -05:00
scene Merge pull request #581 from tdev/vs2012_fixes 2014-03-17 10:02:19 +01:00
sfx refactored platform precompiler variable: TORQUE_OS_WIN{32,64,} 2014-03-15 15:10:14 +01:00
shaderGen Blinn-Phong Specular Changes 2013-10-29 15:10:23 -04:00
sim Merge pull request #540 from signmotion/default-keyboard-layout 2014-03-29 14:20:30 +01:00
T3D Fix: dSprintf should receive size of the buffer, not the size of the pointer. 2014-05-06 12:40:45 +04:00
terrain visual studio 2012 Level 4 warning fixes 2014-03-15 11:38:53 +01:00
ts Merge pull request #581 from tdev/vs2012_fixes 2014-03-17 10:02:19 +01:00
unit Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
util Minor cleanups 2013-12-04 16:45:09 -05:00
windowManager refactored platform precompiler variable: TORQUE_OS_WIN{32,64,} 2014-03-15 15:10:14 +01:00
ggEndOfLineFix.txt Engine directory for ticket #1 2012-09-19 11:15:01 -04:00