Jeff Hutchinson
|
02447f0996
compile fixes.
|
4 rokov pred |
Jeff Hutchinson
|
50df52ecfc
more console refactor.
|
4 rokov pred |
Jeff Hutchinson
|
5e81c021f5
start cleaning up ConsoleValueRef's
|
4 rokov pred |
Lukas Aldershaab
|
099dd4f1f3
Parametrize script extension, default to 'tscript'
|
4 rokov pred |
Areloch
|
6cf0c9e360
Merge branch 'development' into EngineAPI-Refactor
|
6 rokov pred |
Lukas Joergensen
|
7d91d0a577
Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic
|
7 rokov pred |
Lukas Joergensen
|
6b524ae58a
Eliminate ConsoleStaticMethod
|
7 rokov pred |
Azaezel
|
cbce2ee805
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
7 rokov pred |
Azaezel
|
9b8c950701
console membervar cleanup
|
7 rokov pred |
Glenn Smith
|
79c34c68db
Use strncpy instead of strcpy because again, buffer overflows
|
7 rokov pred |
Areloch
|
d666322a1b
Merging
|
8 rokov pred |
Areloch
|
8c807485b1
Reworks the $Core::commonShaderPath variable usage to be a static variable in ShaderGen for efficiency(only one getVariable when shadergen is initialized), as well as implements the ability to set a default value, and ensures that it tries to set a path even if the pref variable is missing which is important for ported projects from older builds.
|
8 rokov pred |
Thomas "elfprince13" Dickerson
|
1c2b096a72
Whitespace consistency
|
8 rokov pred |
Thomas "elfprince13" Dickerson
|
b215bfb933
executef converted
|
8 rokov pred |
Areloch
|
255fec1a9d
Make exec() and getDSOPath() proper Con namespace functions.
|
9 rokov pred |
Areloch
|
7a3b40a86d
Initial Implementation of the Taml, Asset and Modules systems.
|
10 rokov pred |
Raul Ferriz
|
7e172869a9
Fixed warning.
|
10 rokov pred |
Daniel Buckmaster
|
d89c3b7c6f
Merge pull request #1333 from Azaezel/PluggingLeaks
|
10 rokov pred |
Azaezel
|
b1e8a45a48
leak prevention according to: https://vld.codeplex.com/ ConsoleValue() constructors and destructors to handle corner-cases not already addressed via init, and cleanup
|
10 rokov pred |
James Urquhart
|
d9436e65c5
Add workaround for issue #1292
|
10 rokov pred |
James Urquhart
|
15169eab9f
Fix issue with registered variables becoming corrupted when string value was accessed.
|
10 rokov pred |
James Urquhart
|
12d435c341
Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289
|
10 rokov pred |
James Urquhart
|
942c7a48f4
Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack.
|
10 rokov pred |
James Urquhart
|
97ab694af8
Add extra executef by popular demand
|
10 rokov pred |
James Urquhart
|
4a97054f02
Workaround for GCC/LLVM
|
10 rokov pred |
James Urquhart
|
f44a3f27d6
Fix stack balancing problems by refactoring execution calls
|
10 rokov pred |
Daniel Buckmaster
|
b507dc9555
Merge branch 'master' into console-func-refactor
|
11 rokov pred |
Daniel Buckmaster
|
6fdebd16f6
Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64
|
11 rokov pred |
LuisAntonRebollo
|
fcf7bee64a
Fix x64 problems for WIN64.
|
11 rokov pred |
James Urquhart
|
1e3db968ac
Update console.h
|
11 rokov pred |