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
/
script_scanner.cpp
Age
Commit message (
Expand
)
Author
2014-05-25
(svn r26617) -Fix [FS#5973]: [Script] Loading/parsing of info .nuts was done ...
rubidium
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-24
(svn r26501) -Fix: Windows compilation error
rubidium
2014-04-23
(svn r26487) -Codechange: use lastof instead of lengthof/sizeof for script names
rubidium
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-06-30
(svn r25546) -Fix: two small memory leaks
rubidium
2012-08-20
(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the ...
yexo
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-19
(svn r23613) -Add: allow IsDeveloperOnly in info.nut, to indicate if you can ...
truebrain
2011-12-01
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
truebrain
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-09-08
(svn r22906) -Fix (r22905): variable not properly cleared before use
rubidium
2011-09-08
(svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from th...
rubidium
2011-09-08
(svn r22904) -Codechange: add tar filename to file scanning
rubidium
2011-08-25
(svn r22836) -Codechange: simplify the scanning of (AI) scripts
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-05-10
(svn r19776) -Change: don't scan for tars in the script scanner; it has alrea...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-03-15
(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic clas...
yexo