summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-03(svn r23416) -Add: [NoAI] API for querying infrastructure costs.michi_cc
2011-12-03(svn r23415) -Feature: Infrastructure maintenance costs.michi_cc
2011-12-03(svn r23414) -Add: Company infrastructure counts for stations/airports.michi_cc
2011-12-03(svn r23413) -Add: Company infrastructure counts for canals.michi_cc
2011-12-03(svn r23412) -Add: Company infrastructure counts for road.michi_cc
2011-12-03(svn r23411) -Add: Company infrastructure counts for rail.michi_cc
2011-12-03(svn r23410) -Add: A window with a detailed overview over the infrastructure ↵michi_cc
of a company.
2011-12-03(svn r23409) -Change: reorder files in langs projectglx
2011-12-03(svn r23408) -Feature: Allow to create subsidies for any combination of ↵terkhen
source and destination types. -Change: Do not rely in TownEffects for awarding subsidies.
2011-12-03(svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns.terkhen
2011-12-03(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance ↵terkhen
has been calculated.
2011-12-03(svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for ↵terkhen
each town (michi_cc).
2011-12-03(svn r23404) -Add: Tilematrix structure (michi_cc).terkhen
2011-12-03(svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc)terkhen
2011-12-03(svn r23401) -Update from WebTranslator v3.0:translators
korean - 1 changes by junho2813 serbian - 17 changes by etran
2011-12-03(svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous ↵planetmaker
cases
2011-12-02(svn r23399) -Fix (r23362): a randomizer should return a random value, not ↵truebrain
always the first
2011-12-02(svn r23398) -Fix: the AIEvent.ET_COMPANY_NEW was only triggered if a ↵truebrain
company named itself, which seems like a very odd place to do so. Trigger it when the company is created instead
2011-12-02(svn r23397) -Change: remove the AI_ prefix from all AIEvent enumstruebrain
2011-12-02(svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, ↵truebrain
causing funny results in some corner cases
2011-12-02(svn r23395) -Fix [FS#4862]: a character that is path of the 'normal' fonts, ↵rubidium
but relocated after loading, was missing for the monospace font
2011-12-02(svn r23394) -Update from WebTranslator v3.0:translators
german - 2 changes by planetmaker italian - 2 changes by lorenzodv russian - 2 changes by Lone_Wolf spanish - 2 changes by Terkhen
2011-12-02(svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under ↵yexo
their parent windows
2011-12-01(svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it ↵yexo
didn't work
2011-12-01(svn r23391) -Feature: [NewGRF] Allow translating multiple languages with ↵rubidium
Action 13 in GRFv8
2011-12-01(svn r23390) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by Wowanxm dutch - 2 changes by habell english_US - 2 changes by Rubidium finnish - 2 changes by jpx_ french - 2 changes by glx polish - 1 changes by Spankin
2011-12-01(svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen projectglx
2011-12-01(svn r23388) -Fix: remove now unused strings from all other languages tootruebrain
2011-12-01(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to ↵truebrain
script.script_max_opcode_till_suspend
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 r23379) -Fix: set more SVN properties correctly (should fix my script ↵truebrain
before committing :D)
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