summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-01(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')truebrain
2011-12-01(svn r23385) -Fix: remove now unused strings from all other languages tootruebrain
2011-12-01(svn r23384) -Remove: no longer allow a binary to be without AI support; the ↵truebrain
parts some compilers failed at, are integrated in other parts of the code now too
2011-12-01(svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, ↵truebrain
it mostly solves the sort() issues
2011-12-01(svn r23382) -Fix [FS#4845] (r23336): NewGRF window and content download ↵yexo
window were always hidden under the saveload window
2011-11-30(svn r23381) -Fix (r23380): win9x compilationglx
2011-11-30(svn r23380) -Add: monospace font detection for win32 (also ignore duplicates)glx
2011-11-30(svn r23378) -Fix: set SVN properties correctlytruebrain
2011-11-30(svn r23377) -Fix: compilation failure when networking is disabledrubidium
2011-11-30(svn r23376) -Remove: on popular demand, remove my (revoked) name from ↵truebrain
comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
2011-11-29(svn r23375) -Change: that name I haven't used for several years. Let it die ↵truebrain
out now finally, please?
2011-11-29(svn r23374) -Add: Doxygen files for the NoAI API (Yexo)truebrain
2011-11-29(svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel ↵truebrain
C++ glue templates to script/api/template
2011-11-29(svn r23372) -Move: move squirrel export script to script/api/truebrain
2011-11-29(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_APItruebrain
2011-11-29(svn r23370) -Add: support @api tag in API header files, to select which API ↵truebrain
should receive the defined classes and functions
2011-11-29(svn r23369) -Codechange: use script includes when possible, not ai includestruebrain
2011-11-29(svn r23368) -Codechange: move FindLibrary down a few layers, so there is no ↵truebrain
layer violation anymore
2011-11-29(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid ↵truebrain
global variable in script_controller
2011-11-29(svn r23366) -Codechange: move most of the Dummy code to script/, unifying ittruebrain
2011-11-29(svn r23365) -Codechange: move constants to a single place, to avoid ↵truebrain
duplication (and in time, different values)
2011-11-29(svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfigtruebrain
2011-11-29(svn r23363) -Documentation: document a tiny bit better what is in variablestruebrain
2011-11-29(svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo ↵truebrain
and AIScannerLibrary
2011-11-29(svn r23361) -Codechange: move multiplayer DoCommand callback code so other ↵truebrain
script users can call their own
2011-11-29(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it ↵truebrain
reusable by other script API instances
2011-11-29(svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its ↵truebrain
own file)
2011-11-29(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to ↵truebrain
its own file)
2011-11-29(svn r23357) -Codechange: move AIStorage to ScriptStoragetruebrain
2011-11-29(svn r23356) -Fix: some OSX versions have ScriptOrder definedtruebrain
2011-11-29(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)truebrain
2011-11-29(svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to ↵truebrain
src/script/api/script_* (Rubidium)
2011-11-29(svn r23353) -Fix (r23350): somehow one file slipped through as unmodifiedtruebrain
2011-11-29(svn r23352) -Add: support dynamically adding an API prefix when returning a ↵truebrain
C++ class to Squirrel
2011-11-29(svn r23351) -Add: generate the correct API type when creating Squirrel glue ↵truebrain
(Rubidium)
2011-11-29(svn r23350) -Add: support different ScriptTypes in the helper functions for ↵truebrain
GetClassName (Rubidium)
2011-11-29(svn r23349) -Fix (r23210): one remaining unneeded GetClassNametruebrain
2011-11-29(svn r23348) -Fix [FS#4679]: make signal removal behaviour work the same ↵rubidium
regardless of autofill, i.e. always removal all signals instead those at the signal interval
2011-11-29(svn r23347) -Update from WebTranslator v3.0:translators
arabic_egypt - 72 changes by kasakg dutch - 8 changes by habell portuguese - 24 changes by JayCity romanian - 41 changes by kkmic russian - 1 changes by Lone_Wolf
2011-11-28(svn r23346) -Update from WebTranslator v3.0:translators
swedish - 8 changes by Zuu
2011-11-27(svn r23345) -Fix: gender where no gender can existrubidium
2011-11-27(svn r23344) -Update from WebTranslator v3.0:translators
croatian - 8 changes by VoyagerOne korean - 16 changes by junho2813 polish - 36 changes by matma6, xaxa brazilian_portuguese - 83 changes by Tucalipe romanian - 25 changes by kkmic
2011-11-27(svn r23343) -Fix (r23332): Incorrect encoding of sprites with much ↵frosch
transparency.
2011-11-27(svn r23342) -Fix (r23300): for arctic and desert towns you were required to ↵rubidium
deliver more than 4 billion units, instead of one or more units
2011-11-27(svn r23341) -Fix (r23338): memory leak when converting railsrubidium
2011-11-26(svn r23339) -Update from WebTranslator v3.0:translators
belarusian - 4 changes by Wowanxm italian - 13 changes by lorenzodv korean - 25 changes by junho2813 slovak - 33 changes by klingacik
2011-11-26(svn r23338) -Feature [FS#4841]: diagonal dragging the rail conversion tool ↵rubidium
when pressing CTRL
2011-11-26(svn r23337) -Fix [FS#4826]: don't send chat messages to clients that ↵rubidium
haven't joined yet
2011-11-26(svn r23336) -Fix [FS#4709]: bring some more order in the ordering of the ↵rubidium
windows, e.g. don't let a save or load dialog get hidden by a new message (monoid)
2011-11-26(svn r23335) -Change: Make determination of vehicle weight when loaded ↵frosch
consistent between road and rail vehicle purchase info.