Torque3D/Engine/source
bank 5c986f755a Fix: Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
We now shift the 64-bit value, which is now treated correctly.
2014-05-06 15:39:24 +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 Rename local variable to prevent confusion with member variable. 2014-05-06 15:39:21 +04:00
core Fix: Added missing virtual destructors for classes with virtual functions. 2014-05-06 12:40:46 +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: Added missing virtual destructors for classes with virtual functions. 2014-05-06 12:40:46 +04:00
gui Fix GuiTreeViewCtrl: we should use the member var, removed local decl. 2014-05-06 15:39:22 +04:00
i18n Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
lighting Fix: Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type. 2014-05-06 15:39:24 +04: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 Fix: Added missing virtual destructors for classes with virtual functions. 2014-05-06 12:40:46 +04:00
sim Merge pull request #540 from signmotion/default-keyboard-layout 2014-03-29 14:20:30 +01:00
T3D Renamed local variable so it doesn't interfere with the provided argument. 2014-05-06 15:35:52 +04:00
terrain Fix: Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type. 2014-05-06 15:39:24 +04:00
ts Rename local variable to prevent confusion with member variable. 2014-05-06 15:39:21 +04: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