AzaezelX
bf02918f6e
_get_current_locale needs #include <locale.h>
2023-07-22 09:49:43 -05:00
AzaezelX
1205632f92
revised monitor existsence check
2023-07-21 09:27:52 -05:00
AzaezelX
2866b3afd6
Merge branch 'development' of https://github.com/TorqueGameEngines/Torque3D into alpha41/cmake_adjustments
2023-07-21 08:53:46 -05:00
Brian Roberts
2c2d378191
Merge pull request #1054 from Azaezel/alpha41/particleOrderOps
...
define particles then emitters
2023-07-20 12:43:35 -05:00
AzaezelX
a0f2f2bf06
define particles then emitters
...
saves a re-execution attempt
2023-07-20 08:54:52 -05:00
Brian Roberts
45673a8b9e
Merge pull request #1051 from Azaezel/alpha41/gtestCheck
...
gtest tweaks
2023-07-19 11:14:57 -05:00
Brian Roberts
9d89e015e7
Merge pull request #1053 from marauder2k9-torque/GLBorder
...
Add border color and clamp to border
2023-07-19 11:10:41 -05:00
marauder2k7
e0119efbb5
move border to gfxglstateblock
2023-07-19 16:33:01 +01:00
marauder2k7
63b2aba467
Apply suggestions from code review
2023-07-19 15:41:24 +01:00
marauder2k7
e325902bac
init commit
2023-07-19 13:36:14 +01:00
Areloch
ae108d0411
Merge pull request #1052 from Areloch/GFXDeviceNullCheckFix
...
Adds a logical check for when we try and check for found adapters
2023-07-17 21:55:01 -05:00
JeffR
38b81eb804
Adds a logical check for when we try and check for found adapters, so if we're defined to use a Null device, we can skip looking around
2023-07-17 21:12:46 -05:00
AzaezelX
3e5ab1f197
90% sure we never actually use this in the manner it's being tested, so seing if remming it makes CI happy...
2023-07-13 19:35:52 -05:00
AzaezelX
e0fa082cf9
sleep for an actual tick (also do so between dfiletouch and isfile on the off chance the o/s is choking)
2023-07-13 18:43:01 -05:00
AzaezelX
dfd3e65ba4
gtest tweaks
...
refactor concurency test conu=sumer thread runner to generate timeouts at excessive attempts (32ms*runlength)
threadsafefreelist reporting augs
scripttest object name conflict resolutions
skip testing platform window creation if no monitor was found
2023-07-13 17:16:50 -05:00
AzaezelX
020754b7b2
Revert "update sdl to 2.26.5"
...
This reverts commit 0e44e165bd .
2023-07-13 16:01:25 -05:00
AzaezelX
c07d631b48
threadsafeFreelist error reporting aug: get total and free values
...
gtest consumer lock prevention rev2- timeout baiilout
2023-07-12 13:20:09 -05:00
AzaezelX
581c54767b
Merge branch 'alpha41/cmake_adjustments' of https://github.com/Azaezel/Torque3D-1 into alpha41/cmake_adjustments
2023-07-11 23:23:51 -05:00
AzaezelX
962202cd91
resolve scripttest name conflicts
2023-07-11 23:23:41 -05:00
AzaezelX
d58155881d
resolve scripttest name conflicts
2023-07-11 10:38:06 -05:00
AzaezelX
16bc962c38
debug enclosures for suffixed libs
2023-07-11 09:49:31 -05:00
AzaezelX
f1df1c5fba
Merge branch 'development' into alpha41/cmake_adjustments
2023-07-08 01:32:45 -05:00
Areloch
cb766f2878
Merge pull request #1033 from marauder2k9-torque/GuiInspectorFields
...
Add multi dimensional entries to inspector
2023-07-07 22:59:27 -05:00
Brian Roberts
69311822d2
Merge pull request #1041 from Azaezel/alpha41/setEuler
...
add setEulerRotation to pair with getEulerRotation for sceneobjects
2023-07-07 13:11:21 -05:00
Brian Roberts
a9f52d9eeb
Merge pull request #1045 from GoldenThumbs/fixhdr_gl
...
OpenGL fixes for HDR post effect
2023-07-07 10:26:11 -05:00
Samuel Skiff
cde584253d
OpenGL fixes for HDR post effect
2023-07-07 00:51:11 -05:00
AzaezelX
0e1e36bbbb
Merge branch 'development' of https://github.com/TorqueGameEngines/Torque3D into alpha41/cmake_adjustments
2023-07-06 19:39:18 -05:00
AzaezelX
3f96225bca
kill bad project assignment
2023-07-06 14:38:20 -05:00
marauder2k7
b0e02d6380
Merge remote-tracking branch 'upstream/development' into GuiInspectorFields
2023-07-04 07:15:27 +01:00
marauder2k7
f127b084ce
Add 2d value types
...
- TypePoint2F and TypePoint2I now display as multi dimensional
2023-07-04 07:15:03 +01:00
AzaezelX
1821933b51
minor double to float warn cleanup in unit test suite
2023-07-03 17:08:38 -05:00
AzaezelX
061c25686d
add setEulerRotation to pair with getEulerRotation for sceneobjects
2023-07-03 15:14:17 -05:00
Brian Roberts
7f18baa345
Merge pull request #1037 from Azaezel/alpha41/localizationUtils
...
localization utility methods
2023-07-03 15:10:33 -05:00
marauder2k7
22f8e46288
Copy and Paste
...
Copy and paste buttons added for multi dimensional fields
No longer name conflict errors coming up.
2023-07-03 20:59:16 +01:00
marauder2k7
4abd6d6bc2
Merge remote-tracking branch 'upstream/development' into GuiInspectorFields
2023-07-03 19:19:14 +01:00
AzaezelX
5e6a95866a
localization utiity methods
...
to better adress https://github.com/TorqueGameEngines/Torque3D/issues/1036
2023-06-22 17:52:32 -05:00
AzaezelX
678fd2a3cc
assert to skip the rest
2023-06-21 13:02:12 -05:00
AzaezelX
cc037f7306
work around GLOB_RECURSE not... recursing... directories
2023-06-19 14:27:05 -05:00
Brian Roberts
cf233367a8
Merge pull request #1034 from Azaezel/alpha41/TreeUnTrimming
...
fix forest element inspector
2023-06-17 15:14:58 -05:00
AzaezelX
80437b3515
suggested sdl compile fix
2023-06-17 15:07:12 -05:00
AzaezelX
fd758b1736
fix forest element inspector
2023-06-17 11:31:32 -05:00
AzaezelX
6d91cabaff
unit test module cleanup
2023-06-15 20:19:39 -05:00
AzaezelX
79dffb1877
get gtest partly hooked back up. todo: engine/source directories only included when TORQUE_TESTING is on
2023-06-15 19:54:38 -05:00
AzaezelX
c1daeffe06
kill redundant files
2023-06-14 21:43:56 -05:00
marauder2k7
5527207805
AngAxis toEuler
...
Add Euler set and to functions to AngAxis.
Removes the need to use a matrix
2023-06-13 15:11:28 +01:00
AzaezelX
1fa750d51c
bump up minspec cmake version to 3.21.0 to ensure folks have COPY_FILE
2023-06-12 10:25:43 -05:00
AzaezelX
fa14b8c3a9
framework macro typofix
2023-06-12 09:01:50 -05:00
marauder2k7
a4e2bfe34e
Commit before cleanup
...
-TypeRotationMatrix working as designed
no more funny business on focus.
2023-06-11 22:37:08 +01:00
marauder2k7
cbe2bd4c7b
Conversions
...
Commit from Azaezel to fix the naming of inspector fields.
TypeMatrixField still messes around on first responder, we know these functions convert angAxis to eul properly and from eul to angAxis but when the data comes to TypeMatrix it changes.... weird issue is weird.
2023-06-11 21:59:03 +01:00
AzaezelX
d4c73c8733
gtest cmake config convert
2023-06-10 19:26:18 -05:00