AzaezelX
38de3d866c
fix a couple cases of old direct references
...
use getBitmap(), not mBitmap
2025-05-21 11:02:31 -05:00
marauder2k7
aa3f07e339
update macro
...
Added get##name##File to macro that will check to make sure the asset is not null before getting the image file.
2025-05-14 00:30:47 +01:00
marauder2k7
e1c01cd49a
Merge remote-tracking branch 'upstream/development' into imageAsset_refactor_rev3
2025-05-12 14:45:41 +01:00
AzaezelX
c04eaa5862
fix PopupMenu::checkItem filter
...
reminder size is the total element count of the vector
2025-04-29 15:45:39 -05:00
marauder2k7
7c4d41ee21
Merge remote-tracking branch 'upstream/development' into imageAsset_refactor_rev3
2025-04-05 15:59:02 +01:00
AzaezelX
3d2a923a30
add 0-100 percent ranges
...
F32 and S32
apply to guibitmapbarctrl
2025-04-02 15:33:39 -05:00
marauder2k7
73ad92b757
review notes from Az
...
Should render fallback for namedTarget if namedTarget fails
Add safety around namedtarget getTexture to stop assert
Missing assets should revert to fallback image and print a warning to console
Remove REFACTOR tag from all macros.
2025-03-30 11:22:42 +01:00
marauder2k7
c025ea86b4
more cleanups
...
cleanup the type removing the refactor tag
materialManager restored to its original state
2025-03-27 08:59:50 +00:00
marauder2k7
0da0903599
Merge branch 'development' into imageAsset_refactor_rev3
2025-03-24 20:07:06 +00:00
AzaezelX
fcd2d38deb
further validator cleanups
...
bump default fidelity from 0,0001 to 0.01
fix F32Range. needs to go from - to +, not smallest to largest positive value
fix several misasigned validator ranges. most of which use some form of -1 default to do a Special Thing
2025-03-18 14:06:33 -05:00
AzaezelX
55ac453ab9
guiProfile.border has specific usage cases for -2, so use the full negative range
...
clarify a bit what fieldindex is being asigned
2025-03-18 01:23:33 -05:00
AzaezelX
a30eac9a2b
kill case of deprecated vars leaking in
2025-03-09 12:35:59 -05:00
AzaezelX
f633ef3a3d
fill in the validated variables
2025-03-09 11:53:23 -05:00
AzaezelX
fa760fa746
add numerous new validators
...
as well as inspector support to treat a significant chunk of the codebase as range-clmped values which can take a guisliderbarctrl with a configurable at the validator level fidelity variable
additionally adds a new addfieldV and addprotetedfieldV for further callback validated slider-presented variables
*also* adds an on additional callbacks to the inspector itself, like onPreinspectobject, onPostinspectObject, and onPostInspectorfieldModified
in addition to *that*, adds a new hidefield command to tag a given specific field not to show in inspector
2025-03-09 11:51:54 -05:00
AzaezelX
45bb368762
from marauder: proper enumtable lookup
2025-03-07 00:12:09 -06:00
AzaezelX
d8fcbb7863
work towards reflecting the typemask in the checkboxes in a combinatory manner again
2025-03-06 23:37:37 -06:00
AzaezelX
79782148ec
fix another potential crash with firstresponder code
2025-03-06 23:32:38 -06:00
AzaezelX
53a87af2b1
inspector aug: docs as tooltips
...
convert feilddocs to an 80-char per line tooltip to better help folks understand what a given variables intent is
2025-03-01 15:09:32 -06:00
AzaezelX
5fb73edc00
setFirstResonder Safeties
...
make sure we've properly added gui elements before trying to set the to be the responding one, or running callbacks against them
2025-02-25 18:23:45 -06:00
AzaezelX
b36ec14194
add typeS16
2025-02-22 18:57:27 -06:00
AzaezelX
f9eeaf8869
simplify erosion calcs
2025-02-18 19:58:48 -06:00
AzaezelX
e106871350
correct noise miltipliers. add biases for thermal (slope) and hydrolic (average) hieght changes
2025-02-18 16:08:30 -06:00
AzaezelX
0d2f3e294d
use standard t3d maxes
2025-02-18 01:09:09 -06:00
AzaezelX
25ea164a1f
add a pasteUp and pasteDown pallet
2025-02-17 23:42:19 -06:00
AzaezelX
561c201b88
copy paste support for terrains
2025-02-17 22:10:56 -06:00
AzaezelX
262ff405fa
conform hydrolicErosion to the same spec as thermal
2025-02-17 20:58:40 -06:00
AzaezelX
315f05ea47
revert portions to a previously demonstrated to work state...
2025-02-17 19:55:23 -06:00
AzaezelX
329ffab86c
work towards adding erosion noise
2025-02-17 16:43:10 -06:00
AzaezelX
2eb2cbc302
add erosion brushes
...
todo: sort why noise... isn't.
2025-02-17 05:48:15 -06:00
AzaezelX
11bf7df46d
need to filter subscenes out of screenspace box drag
...
the ap hangs otherwise
2025-02-02 21:08:57 -06:00
Brian Roberts
5feef0ec5c
Merge pull request #1368 from Azaezel/alpha41/sourceGroupGrok
...
fill in asset based sound group if not specified by instanced emitter
2025-01-27 11:31:41 -06:00
Brian Roberts
fdbac265b7
Merge pull request #1363 from marauder2k9-torque/ColorPicker-refactor
...
Color picker refactor rev2
2025-01-27 11:31:17 -06:00
marauder2k7
44a6ceab2d
code review
...
Revert Hsb to using integers
Clamp drag values
2025-01-27 08:04:55 +00:00
AzaezelX
557b3639eb
fill in asset based sound group if not specified by instanced emitter
2025-01-26 20:52:50 -06:00
Olathuss
44df6dada7
Close Menu Implemented
...
closeMenu function on guiMenuBar implemented. Closes menu when selecting a popup menu action.
2025-01-25 22:59:17 -07:00
marauder2k7
4d980e5406
various cleanups and fixes
...
basicClouds refactored
null dereference fixes in guiMenuBar
2025-01-23 22:14:05 +00:00
marauder2k7
eb746a1142
console spam
...
moved error printout in guiType guiControlProfile incLoadCount inside a check to make sure the profile has a bitmap asset set.
remove older typeImageAssetId from group and variable inspector classes
2025-01-23 22:13:49 +00:00
marauder2k7
32c6330b72
guiControlProfile
2025-01-23 22:13:48 +00:00
marauder2k7
b75d5b70c6
toolbox
2025-01-23 22:13:47 +00:00
marauder2k7
22037bf94f
moar refactors
2025-01-23 22:13:46 +00:00
marauder2k7
4d893f51cf
gui image asset refactor
...
bitmap button popup ctrl ex
2025-01-23 22:13:21 +00:00
marauder2k7
f519cff6ff
gui types using image_asset
2025-01-23 22:12:57 +00:00
marauder2k7
eca0820134
init commit
...
start of attempt 3
2025-01-23 22:12:52 +00:00
marauder2k7
055ca0ae00
use screenshot for eye dropper
...
instead of using backbuffer image, use the screenshot so it captures everything
2025-01-23 20:23:47 +00:00
marauder2k7
704e304eef
display correct values
...
Few fixes to display float values if the inspector field asks for floats
Split Hsb out from colorI now linearColorF can return HSB from its own color without having to go through the colorI conversion, hopefully gets rid of rounding errors etc since we are only doing the calc once.
2025-01-23 19:06:35 +00:00
marauder2k7
46192c3709
Eye dropper functionality
...
Adds eye dropper functionality
adds eye dropper button image supplied by jeff
adds a few missing asset files (due to in asset browser scan and add all loose files)
2025-01-23 10:18:18 +00:00
marauder2k7
029a495de1
change hsb to doubles internally
2025-01-22 20:12:49 +00:00
marauder2k7
29a9bd7917
ground work before gui
2025-01-22 17:21:46 +00:00
Brian Roberts
69fa4b389f
Merge pull request #1340 from marauder2k9-torque/ImageAsset-NamedTexTarget
...
NamedTexTargets as ImageAssets
2024-12-23 03:12:22 -06:00
JeffR
81ac23fd35
Merge branch 'SubScenes_Gamemode_PR' of https://github.com/Areloch/Torque3D into development
2024-12-15 18:39:03 -06:00