AzaezelX
|
3fdf49f829
addsa material.setAnimflags(LAYER,TAGS STRING); method
|
4 lat temu |
AzaezelX
|
f0d919e859
sound asset conversions - materials
|
4 lat temu |
AzaezelX
|
f5600826d7
Merge branch 'Preview4_0' into SoundAssetImplements
|
4 lat temu |
Robert MacGregor
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
4 lat temu |
AzaezelX
|
98a079a797
code duplication prune. should aid in stability
|
4 lat temu |
AzaezelX
|
76386f433c
fix eronous extra glue code in macro, fix slash direction in include
|
4 lat temu |
Areloch
|
5525f8ecdd
Converts all game, gui editor, and system classes to utilize assets
|
4 lat temu |
Lukas Aldershaab
|
099dd4f1f3
Parametrize script extension, default to 'tscript'
|
4 lat temu |
chaigler
|
c342e84bec
Wraps material animation floats to sane values.
|
4 lat temu |
Lukas Aldershaab
|
97edf1ae34
Remove duplicate definition of glowMul
|
5 lat temu |
AzaezelX
|
4250e1d1b4
simplification of the Class::_set<slotname>Asset methods, (as well as early outting before dAtoi(index) hurt itself if index was invalid)
|
5 lat temu |
Areloch
|
f0068c2435
Updates macromagic to properly set up for init'ing when image assets are set in material and terrain materials
|
5 lat temu |
Brian Roberts
|
d50f1f0b81
Merge pull request #342 from lukaspj/fix/replace-dstrcmp
|
5 lat temu |
Lukas Aldershaab
|
c999baf7ed
Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense.
|
5 lat temu |
AzaezelX
|
0c7811bd1a
shift pbrconfig to ORM
|
5 lat temu |
AzaezelX
|
22b0785c73
augment imageasset with initMapSlot and bindMap class insert macros (and array variants) to make the conversion process for folks shifting from 3.x to 4.x cleaner, as well as autocreation of getter/setter methods andadditoinal acessor macros for consistency
|
5 lat temu |
Areloch
|
8956559bfd
Various misc. tweaks and fixes based on static code analysis to minimize/fix memleaks, crashes, or other performance impacting code.
|
5 lat temu |
Areloch
|
4ce558f042
Reworks the terrain loader code to work with the assets.
|
5 lat temu |
Areloch
|
9b907e77ee
Swaps some references from the windows SDK-specific FLT_MAX to T3D's F32_MAX
|
5 lat temu |
AzaezelX
|
5f59ebbacc
uninitialized variables-materials
|
5 lat temu |
Areloch
|
f7b891442a
Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path
|
5 lat temu |
Areloch
|
66cc6fb9d1
Removes current implement of shadow caching
|
5 lat temu |
Areloch
|
27ee09e491
Merge branch 'alpha40_premul' of https://github.com/Azaezel/Torque3D into Preview4_0
|
5 lat temu |
Areloch
|
ac77315e29
Merge branch 'alph40_pbrConfig_BREAKINGWip' of https://github.com/Azaezel/Torque3D into Preview4_0
|
5 lat temu |
AzaezelX
|
bd21a207ef
largely based on work by @rextimmy: add premultiplied alpha
|
5 lat temu |
Areloch
|
72ceede272
Added Forward Material debug viz for HLSL(so far) and integrated it back into editor flagging.
|
5 lat temu |
AzaezelX
|
60d2b0a0f6
conversion lockin: cleans out eroneous editor refs to specmap and specularmap in favor of the desired PBRConfigMap var name for the combined (smooth,ao,metalness) map used throughout
|
6 lat temu |
AzaezelX
|
062e6f3364
Merge branch 'Preview4_0' of https://github.com/Areloch/Torque3D into alph40_pbrConfig_BREAKINGWip
|
6 lat temu |
Areloch
|
22249bf4d4
WIP of updating terrain editor to work with assets
|
6 lat temu |
AzaezelX
|
d034895e8f
shifts glowmap out of the composite and to it's own texture, as well as featureset. (GL port pending design finalization)
|
6 lat temu |