Commit graph

6396 commits

Author SHA1 Message Date
Areloch 33f35d35d4 Implementation of Nils' UI work for updated theming, functionality and style for the editors suite 2023-09-08 22:44:18 -05:00
Brian Roberts dc1d6e7d9d
Merge pull request #1082 from Areloch/TorsionCmakeFileFix
Re-adds the logic to set up the project's torsion file to the updated cmake generation
2023-09-08 18:07:48 -05:00
Areloch 0cc974929a Re-adds the logic to set up the project's torsion file to the updated cmake generation 2023-09-08 17:08:35 -05:00
Brian Roberts 4d084a2b0f
Merge pull request #1081 from Areloch/static_startTime_fix
Based on Tron's suggestion, making the startTime var static to avoid possible collisions
2023-09-08 16:07:02 -05:00
Areloch c6f0f9cfd3 Based on Tron's suggestion, making the startTime var static to avoid possible collisions 2023-09-07 20:54:22 -05:00
Brian Roberts 436cc91512
Merge pull request #1080 from Azaezel/alpha41/rangeUnRage
expand editor range fidelity to 7digits, and min/max to 10^32, not 10^3
2023-09-06 10:30:33 -05:00
Brian Roberts f7d06dba80
Merge pull request #1078 from Areloch/NilsUI_Updates_GuiClassTweaks
Various GUI class tweaks for Nils' UI work
2023-09-06 10:30:22 -05:00
Areloch 24c758d383 Merge branch 'development' of https://github.com/TorqueGameEngines/Torque3D into NilsUI_Updates_GuiClassTweaks 2023-09-05 17:49:27 -05:00
AzaezelX e54c9428f0 expand editor range fidelity to 7digits, and min/max to 10^32, not 10^3 2023-09-05 11:04:39 -05:00
Brian Roberts 1f9cc0d5ef
Merge pull request #1076 from Areloch/NilsUI_Updates_ConsoleTimeTweaks
Tweaks some of the handling for timestamp stuff
2023-09-05 08:14:37 -05:00
Brian Roberts badf46024b
Merge pull request #1079 from Areloch/NilsUI_CoreProfileImageTweaks
Updating core and ui images and elements for Nils' UI work
2023-09-05 00:24:56 -05:00
Areloch 2a7965dd71 Removed the extra timestamp formatting change 2023-09-05 00:09:44 -05:00
Areloch 37c85bb7ee From Nils' UI work
- Updates various images in core and UI to be more standardized to the default theme
- Updates some spacing, sizing and coloration of gui controls and profiles
2023-09-05 00:05:32 -05:00
Brian Roberts 3763ebba48
Merge pull request #1077 from Areloch/NilsUI_Updates_NewColors
Adds some new named colors
2023-09-04 22:54:20 -05:00
Areloch d0f914b3e6 From Nils' UI work
Adds ability to control button margin of IconButtons
Adds ability to define button offset of window controls
Add mouse drag callback for window controls
Tweaks colors of gui slider control
Tweak to line split for text edit slider bitmap control
Tweaks to colors for text edit slider control
Tweaks to colors for Edit control
Tweaks to default menubar height
2023-09-04 22:50:45 -05:00
Areloch 3451c11393 From Nils' UI Update work. Adds some new named colors 2023-09-04 22:36:28 -05:00
Areloch 53869495fd From Nils' UI Update work. Tweaks some of the handling for timestamp stuff, and adds some utility console functions for getting/resetting said timestamp stuffs. 2023-09-04 22:28:49 -05:00
Brian Roberts a445a43646
Merge pull request #1074 from Azaezel/alpha41/vertColorCorrection
re-fix vert color swizzle
2023-08-24 09:44:43 -05:00
AzaezelX 62b6b57405 re-fix vert color swizzle 2023-08-22 21:23:54 -05:00
Brian Roberts 1473a162a8
Merge pull request #1072 from Azaezel/alpha41/sfxEmitterWipWork
sfxemitter misc cleanups
2023-08-17 22:03:32 -05:00
Brian Roberts aa88f79fcd
Merge pull request #1073 from Azaezel/alpha41/terrainDebugReportCleanup
terrain debug reporting cleanups
2023-08-17 13:38:37 -05:00
AzaezelX bd3fc1a936 terrain debug reporting cleanups 2023-08-17 13:37:42 -05:00
Brian Roberts 64b1005041
Merge pull request #1071 from Azaezel/alpha41/osConfigs
extension point for os-specific configs, with mac example
2023-08-16 18:11:09 -05:00
AzaezelX 6a6eb0bbc7 extension point for os-specific configs, with mac example 2023-08-16 09:17:43 -05:00
Brian Roberts 27695e20a3
Merge pull request #1070 from Areloch/curlCmakeUpdateFix
Fixes up the libCurl module cmake config so it works as expected again
2023-08-03 17:14:25 -05:00
Areloch cac793f437 Fixes up the libCurl module cmake config so it works as expected again 2023-08-03 16:18:57 -05:00
Brian Roberts 3c2bc3aaac
Merge pull request #1069 from Azaezel/alpha41/BiteTheBullet
clean out bullet temp files
2023-08-02 13:04:05 -05:00
AzaezelX c67a8f0440 clean out bullet temp files 2023-08-02 11:03:34 -05:00
Brian Roberts 27cc4912b4
Merge pull request #1068 from marauder2k9-torque/UnitTestingTestExplorer
Fix failing unit tests
2023-07-29 08:18:05 -05:00
marauder2k7 4ae888e4f8 Update POSIXFileio.cpp 2023-07-27 21:48:13 +01:00
marauder2k7 f86f947f70 Update unitTesting.cpp
Return 0
2023-07-27 21:46:07 +01:00
marauder2k7 5427e941ce UnitTest
Change unit tests to run without script
runTests now just holds a purely script test example
Test Explorer in VS now works with tests
NB do not use test explorer on purely script based tests.
2023-07-27 21:02:27 +01:00
marauder2k7 3d46cf51d0 Update POSIXFileio.cpp
fixe fileio test linux
2023-07-27 20:23:30 +01:00
marauder2k7 2e91837f6a Update thread.cpp
fix linux thread tests.
2023-07-27 19:46:04 +01:00
Brian Roberts 7c37b38f03
Merge pull request #1067 from marauder2k9-torque/TestReporter
Update test-results.yml
2023-07-27 10:56:04 -05:00
marauder2k7 afd1326d9a test results per platform 2023-07-27 10:37:36 +01:00
marauder2k7 360aaf5787 download artifact 2023-07-27 09:49:25 +01:00
marauder2k7 b85a256c1c test results 2023-07-27 09:33:36 +01:00
marauder2k7 cd01077f50 Update README.md 2023-07-27 08:48:26 +01:00
marauder2k7 0f52f410ba Update test-results.yml 2023-07-27 08:47:03 +01:00
Areloch 047ac7f085
Merge pull request #1065 from marauder2k9-torque/cmakeoverhaulunittests-10commits
Same as previous
2023-07-27 02:01:38 -05:00
marauder2k7 5bcab77117 Update test-results.yml 2023-07-26 18:08:12 +01:00
marauder2k7 153fc9d13b Update test-results.yml 2023-07-26 17:25:21 +01:00
marauder2k7 58dc21b8c1 Update test-results.yml 2023-07-26 17:22:49 +01:00
marauder2k7 60a9624093 Update test-results.yml 2023-07-26 17:01:23 +01:00
marauder2k7 f1b3c1a940 Update action.yml 2023-07-26 16:59:18 +01:00
marauder2k7 01b4872d2d Update test-results.yml 2023-07-26 16:58:29 +01:00
marauder2k7 d1fa081d62 Update test-results.yml 2023-07-26 16:12:27 +01:00
marauder2k7 37dd2fe349 Update unitTesting.cpp 2023-07-26 16:00:03 +01:00
marauder2k7 434c7f7ea2 test report
-check to see if emojis are messing with triggering the test reporters
-remove success spam from unit test output
2023-07-26 15:49:58 +01:00