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.
|
4 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.
|
10 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 |
Cameron Porter
|
91c058ca8a
When setting the field on a GuiInspectorField, check if the field is null before setting the docs.
|
11 years ago |
DavidWyand-GG
|
7dbfe6994d
Engine directory for ticket #1
|
13 years ago |