Lukas Joergensen
|
c1e64ff3bd
|
Add initPersistFields to mPropertyTable
|
2018-04-21 09:03:04 +02:00 |
|
Lukas Joergensen
|
bc435a3b33
|
Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic
|
2018-04-20 22:09:58 +02:00 |
|
Lukas Joergensen
|
323206a796
|
Eliminate ConsoleStaticMethod
|
2018-04-20 20:27:09 +02:00 |
|
Lukas Joergensen
|
2e6133af48
|
Eliminate unnecessary uses of ConsoleMethod
|
2018-04-17 22:36:32 +02:00 |
|
Lukas Joergensen
|
00758d380f
|
Eliminate unnecessary uses of ConsoleFunction
|
2018-04-17 21:41:29 +02:00 |
|
Lukas Joergensen
|
cdfd4f9735
|
Eliminate DefineConsoleStaticMethod
|
2018-04-17 21:03:16 +02:00 |
|
Lukas Joergensen
|
3c99ef73a9
|
Eliminate DefineConsoleMethod
|
2018-04-17 21:01:50 +02:00 |
|
Lukas Joergensen
|
5bde18143f
|
Eliminate DefineConsoleFunction
|
2018-04-17 20:54:08 +02:00 |
|
Areloch
|
037d089c4d
|
Merge pull request #2146 from Azaezel/specializationShenanigans
changes find, swap, for_each, and delete_pointer from global to t3d namespace
|
2018-04-17 03:02:03 -05:00 |
|
Areloch
|
6d37709b51
|
Merge pull request #2225 from Azaezel/defineDistaste
stop linux/mac undefined MSVC versioncheck spam.
|
2018-03-28 21:38:40 -05:00 |
|
Azaezel
|
ceac050d7b
|
stop linux/mac undefined MSVC versioncheck spam.
|
2018-03-19 16:18:57 -05:00 |
|
Azaezel
|
405c8ccfd1
|
stop linux/mac undefined MSVC versioncheck spam.
|
2018-03-18 18:51:10 -05:00 |
|
Areloch
|
ffe9405568
|
Adds a convenience function to refresh the console dialog.
|
2018-03-17 14:37:07 -05:00 |
|
Areloch
|
b9a21be1e2
|
Merge branch 'optimusPrimitive' of https://github.com/Azaezel/Torque3D into development
|
2018-03-17 00:45:54 -05:00 |
|
Areloch
|
81f9f1bdbd
|
Merge pull request #2215 from Areloch/MeshBaking_Expanded
Expanded mesh baking functionality
|
2018-03-17 00:41:37 -05:00 |
|
Areloch
|
71ac83fc9f
|
Merge pull request #2219 from CouleeApps/security-fixes
Security Fixes: String Buffers
|
2018-03-16 23:48:19 -05:00 |
|
Areloch
|
ac67ed8e1a
|
Merge pull request #2090 from Areloch/ConsoleLogFilters
Adds some filtering options to the console log gui
|
2018-03-16 23:41:00 -05:00 |
|
Glenn Smith
|
6b024b21bf
|
As suggested, extract strlen calls from sizes into variables so it isn't called twice
|
2018-03-08 20:59:40 -05:00 |
|
Glenn Smith
|
ed10ce2511
|
A buffer overflow in enumerateConsoleClassesByCategory
|
2018-03-08 00:51:52 -05:00 |
|
Glenn Smith
|
f9c684fb11
|
Speaking of badly sized mac things
|
2018-03-08 00:45:43 -05:00 |
|
Glenn Smith
|
7fc60fbf59
|
Better to use strlcat and strlcpy and move them to the cpp file. Provided an implementation for platforms that don't support them (macOS only currently)
|
2018-03-08 00:45:24 -05:00 |
|
Glenn Smith
|
cd79088939
|
Let dStrncat use strncat because it's probably set up for that
|
2018-03-07 03:58:28 -05:00 |
|
Areloch
|
b21c139850
|
Missed a cleanup line.
|
2018-03-07 01:30:44 -06:00 |
|
Glenn Smith
|
963333c583
|
More cats and cpys in files that xcode doesn't see
|
2018-03-07 01:13:56 -05:00 |
|
Glenn Smith
|
25c25b20b1
|
Engine was also using raw strcat/strcpy
|
2018-03-07 00:49:46 -05:00 |
|
Glenn Smith
|
751ccae12d
|
Missed a couple +1s here and there
|
2018-03-07 00:44:46 -05:00 |
|
Glenn Smith
|
a94e0c6d81
|
Cleaning up the checks
|
2018-03-06 02:37:42 -05:00 |
|
Glenn Smith
|
e03a86f75a
|
Actual buffer overflow bug found because of these fixes
|
2018-03-06 02:35:46 -05:00 |
|
Glenn Smith
|
a94587af43
|
Use strncpy instead of strcpy because again, buffer overflows
|
2018-03-06 02:35:33 -05:00 |
|
Glenn Smith
|
1728fe39ad
|
Use strncat instead of strcat to prevent some buffer overflows
|
2018-03-06 00:48:44 -05:00 |
|
Glenn Smith
|
bf408235a8
|
Removed unused macString.mm that has old versions of string functions with no bounds checking
|
2018-03-05 23:48:09 -05:00 |
|
Areloch
|
43ca2c5bc2
|
Cleanup of export function to remove redundant arg
Removed unused var
Cleaned up collision export on convexShape
Added prefab export functionality
|
2018-03-04 16:03:39 -06:00 |
|
Areloch
|
501a322435
|
Adds handling for the proper updated exporting of mesh for convexShapes
|
2018-03-04 15:10:44 -06:00 |
|
Areloch
|
f309b736ca
|
Expanded mesh baking functionality, now supporting baking of LODs and Collision meshes
|
2018-03-01 01:51:18 -06:00 |
|
Azaezel
|
1a3e7970ca
|
requested revision: use dword just in case of compiler shenanigans
|
2018-02-26 22:34:21 -06:00 |
|
Azaezel
|
602e5217ee
|
tell switchable graphics supported systems that they need to use the beefier GPU
|
2018-02-26 20:45:18 -06:00 |
|
Areloch
|
0d2705d815
|
Merge branch 'development' into issue_2115
|
2018-02-14 01:43:34 -06:00 |
|
Areloch
|
af864a8e95
|
Merge pull request #2158 from Azaezel/thatsAwrap
adds an mWrap and mWrapF method
|
2018-02-14 01:41:47 -06:00 |
|
Areloch
|
dbf7aa9ef7
|
Merge pull request #2159 from Azaezel/veryValid
exposes getters for typevalidators.
|
2018-02-14 01:40:42 -06:00 |
|
Areloch
|
4182827b9a
|
Merge pull request #2157 from Areloch/NetworkedFields
Adds a new function for defining network-aware console fields on NetObjects
|
2018-02-14 00:59:25 -06:00 |
|
Areloch
|
b914670338
|
Merge pull request #2206 from Azaezel/profileProblem
companion to #2203:
|
2018-02-14 00:59:08 -06:00 |
|
Areloch
|
0c6af0ddcf
|
Merge pull request #2203 from Bloodknight/DifferentProfileFixes
Fixes console spamming of material profiles
|
2018-02-14 00:58:57 -06:00 |
|
Areloch
|
de50a5eba2
|
Merge pull request #2205 from Areloch/ContextKeybinds
Implements hold and context keybinds
|
2018-02-14 00:57:48 -06:00 |
|
Areloch
|
2e6f0bde1d
|
Merge branch 'development' into NetworkedFields
|
2018-02-14 00:11:32 -06:00 |
|
Areloch
|
010912f393
|
Merge pull request #2198 from Areloch/MenuBarMoreFixup
Fixes up some menubar issues.
|
2018-02-13 14:55:49 -06:00 |
|
Areloch
|
e54877c67d
|
Merge pull request #2196 from Bloodknight/Cleanup_CLASSDOC
Remove nested CLASSDOC Macro
|
2018-02-13 14:55:09 -06:00 |
|
Areloch
|
e18661d861
|
Merge pull request #2190 from Areloch/AssetCodeCleanupRoundOne
Some code cleanup on assets, entities and components, round 1
|
2018-02-13 14:54:50 -06:00 |
|
Azaezel
|
f9ab317f65
|
companion to #2203: corrects a couple backend profile assignment mismatches found with @rextimmys debug spew
|
2018-02-13 02:51:28 -06:00 |
|
Areloch
|
5fd5519670
|
Implements hold and context keybind functionality, enabling the ability to have actionmap binds for holding down a button(complete with hold time return if needed) and context binds for being able to have different events for tapping and holding on the same key.
|
2018-02-12 21:36:19 -06:00 |
|
Marc Chapman
|
60f604fe9b
|
Profile change for specular files
|
2018-02-12 16:20:18 +00:00 |
|