Jeff Hutchinson
949813956d
Add Object Inheritence Acceptance Test
2021-11-11 22:57:09 -05:00
Brian Roberts
91469c25ab
Merge pull request #667 from Azaezel/alpha40/scaleShenanigans
...
fix fbx importer lookup for setting formatScaleFactor
2021-11-11 18:33:11 -06:00
Robert MacGregor
2b15c9e89d
* BugFix: Correct the vehicle types double-tapping their onAdd and onRemove callbacks - rigidShape handles dispatching the script callbacks.
2021-11-11 16:41:28 -05:00
AzaezelX
f9496559c9
fix fbx importer lookup for setting formatScaleFactor
2021-11-09 01:05:42 -06:00
Brian Roberts
e0e3ebc69d
Merge pull request #637 from Azaezel/alpha40/guiRotation
...
blatantly ganked from T2D; adds rotation as an option for drawbitmap
2021-11-08 16:08:17 -06:00
AzaezelX
8fa652a327
by request, changed fspin and the new "rotation" for bitmap gui elements to a more generic "angle" to preserve thedistinction between rotating a gui and rotating a 3d object.
2021-11-08 16:07:44 -06:00
Robert MacGregor
2c7dc4e783
Merge branch 'Preview4_0' into bugfix-crash-variableinspector
2021-11-08 15:42:44 -05:00
Brian Roberts
4e51ac17bd
Merge pull request #661 from Azaezel/alpha40/namedtexturetargs
...
better handle old style references to named texture targets
2021-11-08 14:38:11 -06:00
Brian Roberts
e53012a938
Merge pull request #660 from Azaezel/alpha40/tsStaticNodeLookup
...
new method tsstatic.getNodeTransform
2021-11-08 14:37:50 -06:00
Brian Roberts
721f14a284
Merge pull request #665 from Azaezel/alpha40/TriggerSelfReferencing
...
fill out a %this variable for trigger callbacks
2021-11-08 14:37:39 -06:00
Brian Roberts
e87ce245e9
Merge pull request #662 from Areloch/MiscImportFixes20211105
...
Misc asset import QOL and bugfix changes
2021-11-08 14:37:03 -06:00
Robert MacGregor
a8116bbaf5
* [AssetImporter] BugFix: Correct ASAN reported out of bounds reads in the asset import programming.
2021-11-08 15:31:07 -05:00
AzaezelX
733b71ccad
fill out a %this variable for trigger callbacks
2021-11-07 14:52:25 -06:00
Robert MacGregor
a6a7d6e1a1
* [Tokenizer] BugFix: Correct a malloc/delete mismatch in the tokenizer programming.
2021-11-06 20:34:12 -04:00
Brian Roberts
8293ac7b49
Merge pull request #656 from Ragora/bugfix-module-deinitialization-order
...
BugFix: Correct Module deinitialization Ordering
2021-11-06 18:15:21 -05:00
JeffR
b3cd08520e
Disables generation of the materials script files by the internal shape import processor. Material script files are now only generated by the AssetImporter as part of the shape injest process.
...
Renames validateImportingAssets to hasImportIssues for AssetImporter console method for clarity
Updated console method documentation for AssetImporter methods
Fixed logical error for material asset generation if the import config was set to use existing materials but one was not found.
Fixed logical error when a shapeFile has a material with a texture mapped to it is not in the same directory as the shape, it would not correctly find the texture
Adjusts AssetImport window logic so it will display the window in the event of import issues being detected, or the asset is being re-imported.
Updates the AssetImport window activity log to use the new AssetImporter's log for consistency.
2021-11-05 17:49:48 -05:00
AzaezelX
e211f502e8
better handle old style references to named texture targets
2021-11-04 15:44:43 -05:00
Brian Roberts
4d56b34bbb
Merge pull request #651 from Ragora/bugfix-asan-tsshapeedit
...
BugFix: Correct an ASAN use-after-free Error in TSShapeEdit
2021-11-03 22:19:50 -05:00
Brian Roberts
dec886036c
Merge pull request #659 from Ragora/bugfix-delete-and-new-mismatch
...
[TAML] BugFix: Correct a delete and new[] mismatch in tamlWriteNode
2021-11-03 21:17:16 -05:00
Brian Roberts
1a0b66b5e3
Merge pull request #655 from Ragora/bugfix-asan-sync-fetch-and-add
...
BugFix: Correct an ASAN reported memory error caused by incorrect usage of __sync_fetch_and_add
2021-11-03 21:17:07 -05:00
Brian Roberts
efed9358f7
Merge pull request #649 from Ragora/bugfix-asan-guigamelistmenuctrl
...
BugFix: Correct an ASAN reported memory access error in GuiGameListMenuCtrl
2021-11-03 21:16:47 -05:00
Brian Roberts
2bb4d34efd
Merge pull request #658 from Azaezel/alpha40/imageArrayProfileFixes
...
imageasset array profile fixes
2021-11-03 21:15:59 -05:00
Brian Roberts
e4428cf75a
Merge pull request #657 from Areloch/SeparateImporterLogFile
...
Updates asset importer and project importer to output to separate log files into tools/logs
2021-11-03 21:15:51 -05:00
AzaezelX
19e4643707
new method tsstatic.getNodeTransform
...
used to look up a given node's transform by explicit name in a tsstatic object
2021-11-03 21:15:00 -05:00
Robert MacGregor
400db2da88
* [TAML] BugFix: Correct a delete and new[] mismatch in tamlWriteNode reported by ASAN.
2021-11-03 18:27:26 -04:00
AzaezelX
69afd3d370
Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into alpha40/imageArrayProfileFixes
2021-11-03 12:48:47 -05:00
AzaezelX
e45b959d7d
correct imageassetarrays having a singular texture profile as oposed to a type per.
...
while that certainly works for most cases it falls apart when dealing with postfx where it's an unnamed array of variable types of inputs.
shifted the profile assignment to #define INIT_IMAGEASSET_ARRAY(name, profile, index) so there's still a really obvious point where you can see the default setting, even if it's not in the more desireable OG definition spot
for postfx in particular, given we can swap that, provided an example of how to do just that
2021-11-03 12:30:52 -05:00
JeffR
fda722e355
Updates asset importer and project importer to output to separate log files into tools/logs
...
Add utility console function for getting current datetime
2021-11-03 00:13:00 -05:00
Robert MacGregor
38e7bb9232
* BugFix: Correct the possibility of the Sim module being deinitialized after the Scene module despite the Sim module being dependentant on the Scene module.
2021-11-02 18:52:54 -04:00
Robert MacGregor
2311d7d683
* BugFix: Correct an ASAN reported memory error caused by incorrect usage of __sync_fetch_and_add.
2021-11-02 18:11:42 -04:00
Brian Roberts
e372545cc6
Merge pull request #647 from Azaezel/alpha40/guiProfileCleanups
...
clean up more texture profile refs to kill spam
2021-11-02 16:39:25 -05:00
Brian Roberts
7c1574355f
Merge pull request #653 from Ragora/bugfix-asan-tabcomplete
...
BugFix: Correct an invalid memory access error caused by the tab autocomplete
2021-11-02 16:38:18 -05:00
Robert MacGregor
215a93e9af
* BugFix: Correction for compiling on x86 Unix devices.
2021-11-02 17:36:22 -04:00
Robert MacGregor
b33e1b400b
* BugFix: Correct a crash in the variable inspector caused by keeping pointers into tVector managed memory.
2021-11-02 17:32:26 -04:00
Robert MacGregor
2b53c065ce
* BugFix: Correct an invalid memory access error caused by the tab autocomplete in the console when attempting to tab complete at the start of the input while there is text to the right.
2021-11-02 13:55:57 -04:00
Robert MacGregor
2eefb4972f
* BugFix: Correct an ASAN memory access error in TSShapeEdit caused by reading a reference from the same vector we are pushing to at the same time.
2021-11-02 09:11:25 -04:00
Robert MacGregor
724e4f423c
* BugFix: Correct an ASAN reported memory access error when calling updateHeight on GuiGameListMenuCtrl when an invalid profile is initially set.
2021-11-02 08:21:22 -04:00
Robert MacGregor
dd03af5041
* BugFix: Corrections to the Unix file IO to allow for compilation on ARM Unix devics.
2021-11-01 08:52:35 -04:00
AzaezelX
0dcd272b87
clean up more texture profile refs to kill spam
2021-10-31 14:38:02 -05:00
Areloch
0fab2ebf54
Added fallback handling to MaterialAssets if the asset was found but the matDef was not
...
Added import config handling for prepending Directory to asset name
Added handling for import config of appending a sound suffix
Integrated handling of directory prepend and asset type suffix to rename issue resolution of asset importing
Corrected miswording of warn message for duplicate object names
Correct GUI issues with verve tools
Convert verve tools to utilize assets for their GUI elements
Fix window binding/naming issue depending on window mode for verve
Fix popup menus formatting for verve
WIP fix for material swap in Material editor. Corrects crash, but swap action is unreliable depending on object type
Fix display issue with mission area editor toolbar button image
Fix tooltip display of SFXEmitters in editor tree to correctly show the bound asset
Changed network graph accelerator keybind from just N to Ctrl N to avoid keybind issues when typing
Fixed Create New Emitter button in particle emitter that was showing as no texture
2021-10-28 23:52:58 -05:00
Brian Roberts
f250955f63
Merge pull request #640 from Azaezel/alpha40/iblCleanups
...
Alpha40/ibl cleanups
2021-10-28 12:27:24 -05:00
Robert MacGregor
5c83b417a5
* [GuiControl] BugFix: Don't assume a tooltip profile is going to be set when waking and sleeping.
2021-10-28 10:40:13 -04:00
Brian Roberts
6d0105948d
Merge pull request #636 from Azaezel/alpha40/matAnimAngry
...
addsa material.setAnimflags(LAYER,TAGS STRING); method
2021-10-27 18:58:41 -05:00
AzaezelX
8685173207
typofix
2021-10-27 16:01:37 -05:00
AzaezelX
a9bc56944c
Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into alpha40/iblCleanups
2021-10-27 13:50:58 -05:00
AzaezelX
42bc6fa358
differentiate forward lit and deferred ibl vars
...
since we're not currently using the same arrays et al for the whole pass, need to make sure those don't fight
2021-10-26 12:32:37 -05:00
Brian Roberts
e658c95f90
Merge pull request #632 from Ragora/bugfix-get-sound-filename-crash
...
BugFix: Correct a crash caused by sfxProfile
2021-10-26 11:49:55 -05:00
Robert MacGregor
72b31f6f6b
* BugFix: Correct a crash caused by sfxProfile due to returning an address to a temporary value in getSoundFileName.
2021-10-26 12:48:28 -04:00
Brian Roberts
8c2aaaad18
Merge pull request #638 from Ragora/bugfix-create-directory-logic
...
BugFix: Correct usage of mkdir in posixVolume.cpp
2021-10-26 11:17:28 -05:00
Robert MacGregor
0cf8498fce
* BugFix: Correct usage of mkdir in posixVolume.cpp to check for the expected successful return value.
2021-10-26 08:22:58 -04:00