Commit Graph

12669 Commits (cdb969e16498a4a9d866140f7c6fa5c90d351d6a)
 

Author SHA1 Message Date
rubidium cdb969e164 (svn r17133) -Codechange: generalise the code that searches for base graphics 15 years ago
smatz cb6b1accc4 (svn r17132) -Fix: comments in company_cmd.cpp 15 years ago
smatz 073e163b7f (svn r17131) -Codechange: apply coding style to some switch statements 15 years ago
alberth c85bd040c5 (svn r17130) -Fix [FS#3099]: Last line of output in the AI debug window did not fit entirely. 15 years ago
rubidium a8b8dd1c08 (svn r17129) -Codechange: also let strgen warn if the translation uses STRINGn or RAW_STRING instead of STRING. 15 years ago
smatz e4e85406d5 (svn r17128) -Codechange: make code used for generating new subsidies nicer 15 years ago
smatz 8771fdd5f1 (svn r17127) -Fix (r17124): destructor has to be defined else operator delete might be called with NULL parameter 15 years ago
alberth 2ed22179a8 (svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of the derived class. 15 years ago
yexo ee384495b9 (svn r17125) -Cleanup: remove an unused variable 15 years ago
smatz d59b687f65 (svn r17124) -Codechange: store subsidies in a pool (instead of an array) 15 years ago
alberth e8c34c300d (svn r17123) -Codechange (r17122): Use this for calling methods. 15 years ago
alberth a4ef6a78a2 (svn r17122) -Codechange: Message history window uses nested widget tree. 15 years ago
frosch 32a47df09a (svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle sprite changes. 15 years ago
smatz 0644123d51 (svn r17120) -Fix (r17114): {STRING2} isn't supposed to be in other lang files except english.txt 15 years ago
smatz 0f1a07d185 (svn r17119) -Codechange: replace constants in subsidy.cpp by enum values 15 years ago
frosch 562eb36838 (svn r17118) -Fix: Mark industry tiles dirty when trigger are triggered. 15 years ago
smatz 8e0b03a7e0 (svn r17117) -Fix (r1): don't create pax subsidy when source town, not destination town, has good service 15 years ago
translators d76fbbcc9e (svn r17116) -Update from WebTranslator v3.0:
galician - 12 changes by Condex
greek - 114 changes by fumantsu
turkish - 2 changes by niw3
15 years ago
smatz 2d39a2bb85 (svn r17115) -Add [NoAI]: AISubsidy::SubsidyParticipantType, AISubsidy::GetSourceType, AISubsidy::GetSourceIndex, AISubsidy::GetDestinationType, AISubsidy::GetDestinationIndex for better subsidy management
-Change [NoAI]: mark AISubsidy::SourceIsTown, AISubsidy::GetSource, AISubsidy::GetDestinationType, AISubsidy::GetDestination as deprecated
15 years ago
smatz d6dbe1eb3f (svn r17114) -Update (r17113): use {STRING} instead of {STATION} in related strings in other language files too 15 years ago
smatz 0502a6df42 (svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source
-Change [FS#1134]: subsidies aren't bound to stations after awarding anymore, they still apply to town or industry, no matter what station is used for loading and unloading. Awarded subsidies from older savegames are lost
-Change [NoAI]: due to these changes, AISubsidy::GetSource and AISubsidy::GetDestination now return STATION_INVALID for awarded subsidies
15 years ago
yexo eb5039f81e (svn r17112) -Change [NoAI]: AIVehicleList_Station now also works for waypoints 15 years ago
yexo b8b20245bd (svn r17111) -Fix (r17110): forgot to include ai_log.hpp 15 years ago
yexo 183b7e0ed5 (svn r17110) -Fix [NoAI]: Print a warning message in the AI console when a deprecated function is used 15 years ago
smatz 3777a590f9 (svn r17109) -Fix (r15027): squirrel_export.sh failed for some locales 15 years ago
frosch 393e4e62d5 (svn r17108) -Fix (r17107): ST_INDUSTRY and ST_TOWN got swapped when setting up cargo subsidy. 15 years ago
smatz 738d7fde53 (svn r17107) -Codechange: store type of subsidy source and destination in the Subsidy struct instead of determining it every time it's needed 15 years ago
smatz 876d09d751 (svn r17106) -Codechange: move computation of station's catchment rectagle to separate function 15 years ago
smatz 3bcc0dacf8 (svn r17105) -Codechange: no need to reset list of industries nearby that often, clearing is enough 15 years ago
smatz fb24991366 (svn r17104) -Codechange: move code related to subsidy awarding to separate procedure 15 years ago
rubidium 3ec90df76c (svn r17103) -Update: pretranslate a bunch of strings that can't be translated 15 years ago
translators bd09896c19 (svn r17102) -Update from WebTranslator v3.0:
polish - 69 changes by Adam123
spanish - 1 changes by Terkhen
15 years ago
smatz 55fceac7f3 (svn r17101) -Revert [FS#3065](r16546): large table on stack caused stack overflow on some architectures 15 years ago
rubidium e918be12f2 (svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work 15 years ago
rubidium 773bce46a3 (svn r17096) -Fix [FS#3091]: news message about ordered refits failing wasn't very clear 15 years ago
rubidium 01cca46dcc (svn r17095) -Codechange: make ParseStringChoice a bit safer 15 years ago
rubidium d5931df4b4 (svn r17094) -Update: AI changelog 15 years ago
translators f405c8d172 (svn r17092) -Update from WebTranslator v3.0:
simplified_chinese - 2 changes by Gavin
frisian - 36 changes by huddekul
german - 57 changes by Roujin
spanish - 48 changes by Terkhen
15 years ago
smatz df4dbfec23 (svn r17091) -Fix (r17089)(r17090): regression test was right 15 years ago
smatz 8b2a02366f (svn r17090) -Fix (r17089): regression test failed (frosch123) 15 years ago
smatz 1fcdb149d3 (svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cpp 15 years ago
smatz d7996f796d (svn r17088) -Codechange: split IncreaseDate() to more procedures 15 years ago
smatz fcae906575 (svn r17086) -Cleanup (r16654): remove code used only for debugging 15 years ago
smatz 096aca2479 (svn r17085) -Codechange: unify the place where vehicle's cargo ages 15 years ago
smatz 4a39f236fa (svn r17084) -Codechange: _age_cargo_skip_counter is common to all vehicle types 15 years ago
translators 45ba549cda (svn r17076) -Update: reflect the changes Rubidium made in the last few days to all languages 15 years ago
rubidium d61be2637e (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives 15 years ago
translators a79707357b (svn r17074) -Update from WebTranslator v3.0:
simplified_chinese - 8 changes by Gavin
dutch - 50 changes by Rubidium, TrueBrain
finnish - 4 changes by jpx_
french - 47 changes by glx
frisian - 38 changes by huddekul
galician - 20 changes by Condex
german - 2 changes by Roujin
indonesian - 7 changes by fanioz
romanian - 9 changes by kkmic
russian - 51 changes by Lone_Wolf, MajestiC
spanish - 1 changes by Terkhen
15 years ago
smatz b0c4a09301 (svn r17073) -Codechange: constify iec_prefixes[], change the code around a bit 15 years ago
rubidium 8b743d3a69 (svn r17072) -Fix: don't let squirrel export make a 'stub' for ai_changelog.hpp 15 years ago