mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64
Conflicts: Engine/source/console/compiler.cpp Engine/source/console/compiler.h
This commit is contained in:
commit
6fdebd16f6
9 changed files with 973 additions and 1039 deletions
|
|
@ -182,7 +182,8 @@ namespace Con
|
|||
/// 09/12/07 - CAF - 43->44 remove newmsg operator
|
||||
/// 09/27/07 - RDB - 44->45 Patch from Andreas Kirsch: Added opcode to support correct void return
|
||||
/// 01/13/09 - TMS - 45->46 Added script assert
|
||||
DSOVersion = 46,
|
||||
/// 09/07/14 - jamesu - 46->47 64bit support
|
||||
DSOVersion = 47,
|
||||
|
||||
MaxLineLength = 512, ///< Maximum length of a line of console input.
|
||||
MaxDataTypes = 256 ///< Maximum number of registered data types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue