index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
squirrel.cpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-15
Fix #7590: decrement allocated_size in ScriptAllocator::Free()
glx
2019-05-11
Change: Limit memory allocations for each Squirrel instance
Niels Martin Hansen
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-01-05
Fix 6accbf9: Silence warnings about unused fread() result
Niels Martin Hansen
2018-11-17
Fix #6969: Account for BOM when reading script files
Charles Pigott
2014-09-07
(svn r26797) -Codechange: rewrite the UTF8 reading code to make use of alread...
rubidium
2014-09-07
(svn r26796) -Fix: reading of high byte of "ASCII" files yielded a negative i...
rubidium
2014-09-07
(svn r26784) -Codechange [Squirrel]: use WChar for the lexer
rubidium
2014-09-06
(svn r26782) -Fix (r26781): was in the wrong folder when commiting
rubidium
2014-09-06
(svn r26776) -Codechange: use safe string functions in script/squirrel*.cpp
rubidium
2014-09-06
(svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper de...
rubidium
2014-09-06
(svn r26774) -Cleanup [Squirrel]: remove _SC macro
rubidium
2014-09-06
(svn r26771) -Cleanup: remove OTTD2SQ and SQ2OTTD
rubidium
2014-09-06
(svn r26769) -Codechange [Squirrel]: remove the difference between some platf...
rubidium
2014-05-25
(svn r26617) -Fix [FS#5973]: [Script] Loading/parsing of info .nuts was done ...
rubidium
2014-05-11
(svn r26584) -Codechange: [Squirrel] Make the internal integer for scripts al...
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-24
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
rubidium
2014-04-24
(svn r26494) -Codechange: replace some further usages of s(n)printf with sepr...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-25
(svn r26113) -Fix: unhandled seek error, and leaking file descriptor
rubidium
2013-11-23
(svn r26058) -Fix: handle the return value of a number of functions better
rubidium
2013-07-04
(svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated b...
rubidium
2013-05-29
(svn r25305) -Fix [FS#5561]: Game Script APIs that execute a DoCommand were r...
zuu
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-01-15
(svn r23801) -Fix: reading the utf-8 BOM from AI/GS files on big-endian machi...
yexo
2011-12-19
(svn r23612) -Add: allow importing libraries in the same way as AI does, only...
truebrain
2011-12-19
(svn r23605) -Add: GAME_DIR and CONTENT_TYPE_GAME, and read gamescript from t...
truebrain
2011-12-06
(svn r23439) -Fix: Use the DEBUG macro to output the reason for a compile fai...
yexo
2011-11-29
(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo a...
truebrain
2011-11-29
(svn r23352) -Add: support dynamically adding an API prefix when returning a ...
truebrain
2011-11-23
(svn r23293) -Codechange: make LoadScript/LoadFile non-static
truebrain
2011-11-19
(svn r23263) -Documentation: stop naming AI in comments in script/ files; it ...
truebrain
2011-11-14
(svn r23216) -Codechange: introduce the concept of having different tar lists
rubidium
2011-11-04
(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining oper...
rubidium
2011-11-04
(svn r23117) -Fix: [NoAI] calling require() to include a file gave you 100.00...
yexo
2011-02-20
(svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their...
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-01-18
(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv
rubidium
2009-11-11
(svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from save...
rubidium
2009-09-15
(svn r17545) -Fix [FS#3202]: [NoAI] AIs had 'infinite' time when running code...
rubidium
2009-09-03
(svn r17402) -Fix (r16425): During every save a few slots on the squirrel sta...
Yexo
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-19
(svn r17223) -Change [NoAI] [FS#2980]: Crash an AI when it uses a DoCommand /...
yexo
2009-07-31
(svn r17005) -Add [NoAI]: AIAbstractList::SORT_ASCENDING / SORT_DESCENDING
yexo
2009-07-15
(svn r16834) -Fix [FS#3034]: call the AI Save() function only once so AIs can...
yexo
2009-06-01
(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function cal...
yexo
2009-05-25
(svn r16425) -Change [FS#2869]: Stop an AI when it takes too long to initiali...
yexo
2009-04-21
(svn r16113) -Feature [NoAI]: Add UseAsRandomAI as function in info.nut. When...
yexo
[next]