AzaezelX
|
fa760fa746
add numerous new validators
|
7 months ago |
AzaezelX
|
79782148ec
fix another potential crash with firstresponder code
|
7 months ago |
AzaezelX
|
53a87af2b1
inspector aug: docs as tooltips
|
7 months ago |
AzaezelX
|
5fb73edc00
setFirstResonder Safeties
|
7 months ago |
AzaezelX
|
b36ec14194
add typeS16
|
7 months ago |
AzaezelX
|
fe5e81a27a
fix fighting itterators
|
1 year ago |
Areloch
|
0d2aeac303
Cleaned up unneeded formatting values on the TypePointX field elements
|
1 year ago |
Areloch
|
fdadfa5eea
Adds handling for complex fields such as Point2, Point3 and Point4's to be able to apply value changes to only one axis across a multi-object set without affecting other axis'
|
1 year ago |
AzaezelX
|
113b3324a8
filter out component inspector button callbacks
|
1 year ago |
Lukas Aldershaab
|
89b0c7f73b
Console Refactor
|
2 years ago |
marauder2k7
|
cbe2bd4c7b
Conversions
|
2 years ago |
marauder2k7
|
92920dbcd9
Change to GuiTextEditSliderCtrl
|
2 years ago |
marauder2k7
|
e6dbe0a860
Add multi dimensional entries to inspector
|
2 years ago |
Areloch
|
b4f62a8005
Adds console methods to GuiInspectorField to ensure we can set the special edit variable name, type and callbacks for proper editor integration of script-managed types.
|
2 years ago |
Areloch
|
a62024a677
Fixes the handling for special edit fields in the inspector to properly hook into the field's docs display
|
2 years ago |
Robert MacGregor
|
41e5988c46
* BugFix: Correct a scoping error with ConsoleValue in the updated code in GuiInspectorField.
|
3 years ago |
Robert MacGregor
|
f1a48df676
* [GuiInspectorField] BugFix: Correct data corruption potential caused by casting the result of Con::evaluatef directly to a const char.
|
3 years ago |
Robert MacGregor
|
5cce344bb1
* BugFix: Fix a missing <vector> include for GCC.
|
4 years ago |
Lukas Aldershaab
|
c999baf7ed
Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense.
|
5 years ago |
AzaezelX
|
9fef1b3cd1
uninitialized variables-gui
|
5 years ago |
Areloch
|
e5c12f4aab
Reduce console spam from probe manager when not in debug
|
6 years ago |
Areloch
|
4e31deb94d
Allows special inspectorFields to override the height they use in the rollouts
|
6 years ago |
Lukas Joergensen
|
76908eae3c
Eliminate DefineConsoleMethod
|
7 years ago |
Areloch
|
629a25185d
Updates the VariableInspector, VariableGroup and VariableField objects to actually be useful. In addition to the original functionality of being able to have a var name passed in and search for all vars with that in it, it also lets you build out a completely custom Inspector.
|
8 years ago |
Masquara
|
15f67015d3
Reordering initialization methods #1912
|
8 years ago |
Areloch
|
383d27f2ec
The class is designed as a general-purpose rotation/orientation class to make it easy to work with rotations and swap between math types as easily as possible.
|
9 years ago |
James Urquhart
|
f44a3f27d6
Fix stack balancing problems by refactoring execution calls
|
10 years ago |
Daniel Buckmaster
|
3ab048c5b0
Fixes after feedback from Luis.
|
10 years ago |
Vincent Gee
|
acb192e2a5
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
11 years ago |
LuisAntonRebollo
|
18ba0646c0
Increased stability Torqu3D: unit-tests running without a crash. See the console.log after ran unitTest_runTests( "", true ). @signmotion
|
11 years ago |