You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/3rdparty/squirrel/squirrel
Charles Pigott 6378a78817 Codechange: Explicitly move a few variables to avoid a copy constructor (fixes warning from clang) 5 years ago
..
sqapi.cpp (svn r27605) -Fix: GCC 6 warning about misleading indentation 8 years ago
sqarray.h (svn r15578) -Change: unexternalise squirrel. 16 years ago
sqbaselib.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
sqclass.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
sqclass.h (svn r17230) -Fix (r15027): don't assert when an AI uses AI*Mode objects incorrectly but crash the AI instead 15 years ago
sqclosure.h (svn r26832) -Fix [Squirrel]: ensure instance variable of SQNativeClosure is properly initialized 10 years ago
sqcompiler.cpp Codechange: Explicitly move a few variables to avoid a copy constructor (fixes warning from clang) 5 years ago
sqcompiler.h (svn r26838) -Fix (r26831): attempt to make MSVC like the code again 10 years ago
sqdebug.cpp Codechange: Address some MSVC compiler warnings 6 years ago
sqfuncproto.h Fix: GCC9's warnings about deprecated implicit assignment operators 5 years ago
sqfuncstate.cpp Codechange: Explicitly move a few variables to avoid a copy constructor (fixes warning from clang) 5 years ago
sqfuncstate.h (svn r15578) -Change: unexternalise squirrel. 16 years ago
sqlexer.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
sqlexer.h (svn r26836) -Fix [Squirrel]: merge SQLexer::Init with the constructor; there's no need to construct first and then call init in the next line 10 years ago
sqmem.cpp Change: Limit memory allocations for each Squirrel instance 5 years ago
sqobject.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
sqobject.h (svn r26774) -Cleanup [Squirrel]: remove _SC macro 10 years ago
sqopcodes.h (svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised instance variables 10 years ago
sqpcheader.h (svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h 10 years ago
sqstate.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
sqstate.h (svn r26840) -Fix [Squirrel]: merge Init and constructor of SQSharedState 10 years ago
sqstring.h (svn r26841) -Codechange [Squirrel]: move the actual initialisation of instance variables of SQString into the constructor 10 years ago
sqtable.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
sqtable.h (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
squserdata.h (svn r26842) -Codechange [Squirrel]: other simple cases of non-initialised instance variables 10 years ago
squtils.h Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
sqvm.cpp Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
sqvm.h Fix: GCC9's warnings about deprecated implicit assignment operators 5 years ago