Commit Graph

18555 Commits (cc680fbfa5a9b17c3808fcae9f7053cdb4278bd4)
 

Author SHA1 Message Date
glx cc680fbfa5 (svn r23409) -Change: reorder files in langs project 13 years ago
terkhen 29fae5aaaf (svn r23408) -Feature: Allow to create subsidies for any combination of source and destination types.
-Change: Do not rely in TownEffects for awarding subsidies.
13 years ago
terkhen a6557b4f09 (svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns. 13 years ago
terkhen ad555a4cb2 (svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated. 13 years ago
terkhen a9cc00bf68 (svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for each town (michi_cc). 13 years ago
terkhen 03db6e6df1 (svn r23404) -Add: Tilematrix structure (michi_cc). 13 years ago
terkhen fa210ceace (svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc) 13 years ago
translators f41586224f (svn r23401) -Update from WebTranslator v3.0:
korean - 1 changes by junho2813
serbian - 17 changes by etran
13 years ago
planetmaker 5665252eff (svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous cases 13 years ago
truebrain 36ca7fea79 (svn r23399) -Fix (r23362): a randomizer should return a random value, not always the first 13 years ago
truebrain a9531da713 (svn r23398) -Fix: the AIEvent.ET_COMPANY_NEW was only triggered if a company named itself, which seems like a very odd place to do so. Trigger it when the company is created instead 13 years ago
truebrain 974f1ee8d1 (svn r23397) -Change: remove the AI_ prefix from all AIEvent enums 13 years ago
truebrain c3ae66089a (svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, causing funny results in some corner cases 13 years ago
rubidium 72f8aa94cc (svn r23395) -Fix [FS#4862]: a character that is path of the 'normal' fonts, but relocated after loading, was missing for the monospace font 13 years ago
translators a43428dfe4 (svn r23394) -Update from WebTranslator v3.0:
german - 2 changes by planetmaker
italian - 2 changes by lorenzodv
russian - 2 changes by Lone_Wolf
spanish - 2 changes by Terkhen
13 years ago
yexo 523d781cbc (svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under their parent windows 13 years ago
yexo b78549d43b (svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it didn't work 13 years ago
rubidium d765d3ac2e (svn r23391) -Feature: [NewGRF] Allow translating multiple languages with Action 13 in GRFv8 13 years ago
translators f6b31c6bd3 (svn r23390) -Update from WebTranslator v3.0:
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
13 years ago
glx afee4adcf4 (svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen project 13 years ago
truebrain 7a8c48ddcf (svn r23388) -Fix: remove now unused strings from all other languages too 13 years ago
truebrain 36c06f639a (svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend 13 years ago
truebrain ac0f5398c2 (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') 13 years ago
truebrain 483c8bc6d2 (svn r23385) -Fix: remove now unused strings from all other languages too 13 years ago
truebrain bf803e40cc (svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too 13 years ago
truebrain fa07d61b84 (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 13 years ago
yexo 40437f7e16 (svn r23382) -Fix [FS#4845] (r23336): NewGRF window and content download window were always hidden under the saveload window 13 years ago
glx fd3a27fa2e (svn r23381) -Fix (r23380): win9x compilation 13 years ago
glx 514bc0bc81 (svn r23380) -Add: monospace font detection for win32 (also ignore duplicates) 13 years ago
truebrain f7705ef8c4 (svn r23379) -Fix: set more SVN properties correctly (should fix my script before committing :D) 13 years ago
truebrain c34ccfa205 (svn r23378) -Fix: set SVN properties correctly 13 years ago
rubidium cb8eef45c9 (svn r23377) -Fix: compilation failure when networking is disabled 13 years ago
truebrain d6e042c735 (svn r23376) -Remove: on popular demand, remove my (revoked) name from comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit) 13 years ago
truebrain c641efc387 (svn r23375) -Change: that name I haven't used for several years. Let it die out now finally, please? 13 years ago
truebrain 0c83901a2b (svn r23374) -Add: Doxygen files for the NoAI API (Yexo) 13 years ago
truebrain bef1451f18 (svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template 13 years ago
truebrain 6ba935b347 (svn r23372) -Move: move squirrel export script to script/api/ 13 years ago
truebrain 967d3baf04 (svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API 13 years ago
truebrain 8d2df694a1 (svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions 13 years ago
truebrain d319ccec27 (svn r23369) -Codechange: use script includes when possible, not ai includes 13 years ago
truebrain 275670b55d (svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore 13 years ago
truebrain fe41ceb477 (svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller 13 years ago
truebrain bfbadccf69 (svn r23366) -Codechange: move most of the Dummy code to script/, unifying it 13 years ago
truebrain 7050650354 (svn r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values) 13 years ago
truebrain e7c77353ce (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig 13 years ago
truebrain 8f75bcd81b (svn r23363) -Documentation: document a tiny bit better what is in variables 13 years ago
truebrain 906045c457 (svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary 13 years ago
truebrain ff5775638c (svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own 13 years ago
truebrain a3768b109b (svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances 13 years ago
truebrain 6f874962cd (svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file) 13 years ago