커밋 기록

작성자 SHA1 메시지 날짜
  Areloch 3a71c75596 Merge branch 'development' into EngineAPI-Refactor 6 년 전
  Lukas Joergensen bc435a3b33 Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic 7 년 전
  Lukas Joergensen 323206a796 Eliminate ConsoleStaticMethod 7 년 전
  Azaezel 28e509af1a Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess 7 년 전
  Azaezel 21f9c3343c console membervar cleanup 7 년 전
  Glenn Smith a94587af43 Use strncpy instead of strcpy because again, buffer overflows 7 년 전
  Areloch 407bbce509 Merging 8 년 전
  Areloch 7567ca10c3 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 년 전
  Thomas "elfprince13" Dickerson 1c2b096a72 Whitespace consistency 8 년 전
  Thomas "elfprince13" Dickerson b215bfb933 executef converted 8 년 전
  Areloch 255fec1a9d Make exec() and getDSOPath() proper Con namespace functions. 9 년 전
  Areloch 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 년 전
  Raul Ferriz 7e172869a9 Fixed warning. 10 년 전
  Daniel Buckmaster d89c3b7c6f Merge pull request #1333 from Azaezel/PluggingLeaks 10 년 전
  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 년 전
  James Urquhart d9436e65c5 Add workaround for issue #1292 10 년 전
  James Urquhart 15169eab9f Fix issue with registered variables becoming corrupted when string value was accessed. 10 년 전
  James Urquhart 12d435c341 Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289 10 년 전
  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 년 전
  James Urquhart 97ab694af8 Add extra executef by popular demand 10 년 전
  James Urquhart 4a97054f02 Workaround for GCC/LLVM 10 년 전
  James Urquhart f44a3f27d6 Fix stack balancing problems by refactoring execution calls 10 년 전
  Daniel Buckmaster b507dc9555 Merge branch 'master' into console-func-refactor 11 년 전
  Daniel Buckmaster 6fdebd16f6 Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64 11 년 전
  LuisAntonRebollo fcf7bee64a Fix x64 problems for WIN64. 11 년 전
  James Urquhart 1e3db968ac Update console.h 11 년 전
  James Urquhart 1e44586606 Refactor TS compiler to not use the precompile step & also 64bit support 11 년 전
  jamesu 98b92360f9 Signed values now set/get from the float value. Also add a bool helper. 13 년 전
  jamesu 08d4f6ebc0 Improvements to console refactor code 13 년 전
  James Urquhart 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 년 전