Commit graph

842 commits

Author SHA1 Message Date
Scott Przybylski
f527b45ec2 Make torque3d.cmake load all .cmake files from the module folder.
Move option code to each individual module.
This makes it so you can add a new module without having to modify the torque3d.cmake
2014-10-10 23:50:05 -07:00
Daniel Buckmaster
5103ba22e2 Merge pull request #807 from eightyeight/az_outpost
Added Outpost testing level by Azaezel
2014-10-03 09:34:30 +10:00
Areloch
4716f76d5e Merge pull request #737 from Azaezel/queryStallPrevention
Query Stall Prevention
2014-10-01 23:48:53 -05:00
Azaezel
d5c42d0d44 Yikes. fatalityfix: need to create a platformtimer for the reference. 2014-10-01 23:35:06 -05:00
Areloch
099a91553a Merge pull request #723 from Azaezel/lightRay_Cleanup
Light ray cleanup
2014-10-01 22:34:23 -05:00
Daniel Buckmaster
599ad823b0 Added Outpost testing level by Azaezel. 2014-10-02 10:51:39 +10:00
Daniel Buckmaster
0a9b393e23 Merge pull request #775 from Azaezel/soldier_triggers
player triggers.
2014-10-02 10:22:34 +10:00
LuisAntonRebollo
1edf978933 Merge pull request #796 from eightyeight/version-3.6
Bump version numbers
2014-10-02 01:32:53 +02:00
LuisAntonRebollo
535f56af6e Merge pull request #801 from eightyeight/gtest-tests
Googletest tests
2014-10-02 01:31:13 +02:00
LuisAntonRebollo
42386b3f6f Merge pull request #795 from BeamNG/T3D_x64
Support for Windows x64 builds
2014-10-02 01:31:07 +02:00
LuisAntonRebollo
4a6384486c Merge pull request #689 from rextimmy/forest_physx2_fix
Physx 2.8 actor release fix
2014-10-02 01:05:11 +02:00
Daniel Buckmaster
47020b580c Merge pull request #794 from Azaezel/euler_to_quat_revert
Euler to quat reversion
2014-09-30 18:59:37 +10:00
Areloch
f56c35019f Merge pull request #781 from eightyeight/remove-player-warnings
Removed annoying warning
2014-09-30 00:03:58 -05:00
Areloch
cbf3078343 Merge pull request #763 from rextimmy/tsmesh_createtangents_fix
- Added check in tsMesh::createTangents to check size of incoming normal...
2014-09-29 23:16:34 -05:00
Areloch
4c0811ffb1 Merge pull request #722 from Azaezel/Implicit_Truncations
implicit truncation warning cleanup.
2014-09-29 23:03:52 -05:00
Areloch
eeb97ffa4c Merge pull request #616 from BeamNG/water_object_use_shader_param
Fix WaterObject TODO: Retrieve sampler numbers from parameter handles, see r22631.
2014-09-29 22:52:43 -05:00
Daniel Buckmaster
6aac659bf4 Merge pull request #800 from LuisAntonRebollo/fix_cmake_warnings
Fix compiler warnings with CMAKE and TORQUE_DISABLE_MEMORY_MANAGER.
2014-09-29 14:47:27 +10:00
Daniel Buckmaster
bedde94a9f Removed all local type definitions for GCC. 2014-09-29 14:31:07 +10:00
Daniel Buckmaster
6cc59a97cc Added CMake flag for unit tests. 2014-09-29 11:38:47 +10:00
Daniel Buckmaster
fae1bad96c All unit tests that run now pass. 2014-09-29 11:38:44 +10:00
Daniel Buckmaster
b173e5571c Moved async packet queue test and commented it out. 2014-09-29 11:38:42 +10:00
Daniel Buckmaster
87c4c5c790 Removed old test framework from project generators. 2014-09-29 11:38:39 +10:00
Daniel Buckmaster
178484ca6a Moved zip tests and commented them out :(. 2014-09-29 11:38:37 +10:00
Daniel Buckmaster
d02cc94edd Allow test runs to be non-verbose. 2014-09-29 11:38:34 +10:00
Daniel Buckmaster
b01e5668b4 Removed dead unit test code from main loop. 2014-09-29 11:38:32 +10:00
Daniel Buckmaster
ff67ac3e80 Fixed some spacing. 2014-09-29 11:38:31 +10:00
LuisAntonRebollo
b18bcfb709 Fix compiler warnings with CMAKE and TORQUE_DISABLE_MEMORY_MANAGER. 2014-09-28 20:27:29 +02:00
Daniel Buckmaster
929f6cf371 Merge pull request #791 from GarageGames/cmake-minimum-version
Bumped minimum CMake version
2014-09-26 13:25:59 +10:00
Daniel Buckmaster
f809252b79 Merge pull request #792 from eightyeight/ubuntu-cmake
Link against librt
2014-09-26 13:25:54 +10:00
Daniel Buckmaster
1008236053 Bump version numbers. 2014-09-26 13:11:29 +10:00
LuisAntonRebollo
df37afac34 Fix Torque 64 define. 2014-09-26 00:10:14 +02:00
LuisAntonRebollo
c633933554 Merge pull request #13 from eightyeight/x64
jamesu's AST refactor
2014-09-26 00:06:01 +02:00
Azaezel
f678a19be8 Testing using the regenerating turret https://github.com/Azaezel/Torque3D/tree/outpost_testbed_clean shows that tracking is precisely inverted using 8b1ff267f0 (diff-983ceaf4b3cbddd4701734aaa048a79e) . reversion PR till someone has time to properly review whether that's fouled conversion on my part, or if turrets were accounting for bad math to start with. 2014-09-23 19:15:43 -05:00
LuisAntonRebollo
069509f5bb Merge pull request #789 from eightyeight/fix-eventmanager
Make mSubscribers case-insensitive
2014-09-22 23:48:05 +02:00
Daniel Buckmaster
65f6a4fe0a Link against librt. 2014-09-22 22:11:03 +10:00
Daniel Buckmaster
5e59a08ed9 Bumped minimum CMake version.
2.8.12 is the lowest known working version number for all platforms. 2.8.7 is known not to work on Ubuntu 12.10.
2014-09-22 13:06:41 +10:00
Daniel Buckmaster
94d32b5fae Make mSubscribers case-insensitive. 2014-09-21 22:50:47 +10:00
Daniel Buckmaster
d08e594316 Merge pull request #682 from Azaezel/extended_onendSequence
Extended onend sequence
2014-09-16 10:25:25 +10:00
Azaezel
db089ab45f consistency 2014-09-15 19:10:23 -05:00
Daniel Buckmaster
8f5166393b Merge pull request #780 from eightyeight/fix-shapebase-animation-networking
Fixed ShapeBase animation networking
2014-09-16 09:55:50 +10:00
Daniel Buckmaster
6fdebd16f6 Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64
Conflicts:
	Engine/source/console/compiler.cpp
	Engine/source/console/compiler.h
2014-09-15 11:50:32 +10:00
Daniel Buckmaster
439dc9c56d Fixed ShapeBase animation networking.
We essentially just need to remember to Update ShapeBase::Thread::position
every time we advance the thread in the shape. With a little bit of
supporting code these changes will be passed to the client's shape.
2014-09-15 10:01:13 +10:00
Daniel Buckmaster
fd3d44c755 Removed annoying warning. 2014-09-15 07:30:51 +10:00
LuisAntonRebollo
fcf7bee64a Fix x64 problems for WIN64. 2014-09-14 21:42:51 +02:00
LuisAntonRebollo
6bfb7d8186 CMake changes for WIN64 2014-09-14 21:42:08 +02:00
LuisAntonRebollo
8ed0f508ca Minimal changes to compile T3D on WIN64. 2014-09-14 21:39:56 +02:00
LuisAntonRebollo
a93f179138 Fix lib ConvexDecomp to compile on WIN64. 2014-09-14 21:36:44 +02:00
LuisAntonRebollo
1bbc3d9e8a Fix lib Opcode to compile on WIN64. 2014-09-14 21:36:44 +02:00
LuisAntonRebollo
d9fc3abaa4 Update libTheora 1.1.1 2014-09-14 21:36:43 +02:00
James Urquhart
1e3db968ac Update console.h
Fix typo in version command
2014-09-13 09:02:57 +01:00