summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-09(svn r17139) -Change: add the concept of sound setsrubidium
2009-08-09(svn r17138) -Fix: some MSVC 64 bits compiler warningsrubidium
2009-08-09(svn r17137) -Fix (r17129): strgen complained a lot about english.txt ↵rubidium
compiled with MSVC.
2009-08-09(svn r17136) -Fix: Some typos in .obg stuff.frosch
2009-08-09(svn r17135) -Fix (r17133): some (older) GCCs failed to compilerubidium
2009-08-09(svn r17134) -Update from WebTranslator v3.0:translators
simplified_chinese - 2 changes by Gavin galician - 2 changes by Condex greek - 22 changes by fumantsu urdu - 1 changes by yasirniazkhan
2009-08-09(svn r17133) -Codechange: generalise the code that searches for base graphicsrubidium
2009-08-09(svn r17132) -Fix: comments in company_cmd.cppsmatz
2009-08-09(svn r17131) -Codechange: apply coding style to some switch statementssmatz
2009-08-09(svn r17130) -Fix [FS#3099]: Last line of output in the AI debug window did ↵alberth
not fit entirely.
2009-08-09(svn r17129) -Codechange: also let strgen warn if the translation uses ↵rubidium
STRINGn or RAW_STRING instead of STRING.
2009-08-08(svn r17128) -Codechange: make code used for generating new subsidies nicersmatz
2009-08-08(svn r17127) -Fix (r17124): destructor has to be defined else operator ↵smatz
delete might be called with NULL parameter
2009-08-08(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of ↵alberth
the derived class.
2009-08-08(svn r17125) -Cleanup: remove an unused variableyexo
2009-08-08(svn r17124) -Codechange: store subsidies in a pool (instead of an array)smatz
2009-08-08(svn r17123) -Codechange (r17122): Use this for calling methods.alberth
2009-08-08(svn r17122) -Codechange: Message history window uses nested widget tree.alberth
2009-08-08(svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle ↵frosch
sprite changes.
2009-08-08(svn r17120) -Fix (r17114): {STRING2} isn't supposed to be in other lang ↵smatz
files except english.txt
2009-08-08(svn r17119) -Codechange: replace constants in subsidy.cpp by enum valuessmatz
2009-08-08(svn r17118) -Fix: Mark industry tiles dirty when trigger are triggered.frosch
2009-08-08(svn r17117) -Fix (r1): don't create pax subsidy when source town, not ↵smatz
destination town, has good service
2009-08-08(svn r17116) -Update from WebTranslator v3.0:translators
galician - 12 changes by Condex greek - 114 changes by fumantsu turkish - 2 changes by niw3
2009-08-08(svn r17115) -Add [NoAI]: AISubsidy::SubsidyParticipantType, ↵smatz
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
2009-08-08(svn r17114) -Update (r17113): use {STRING} instead of {STATION} in related ↵smatz
strings in other language files too
2009-08-08(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when ↵smatz
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
2009-08-08(svn r17112) -Change [NoAI]: AIVehicleList_Station now also works for waypointsyexo
2009-08-08(svn r17111) -Fix (r17110): forgot to include ai_log.hppyexo
2009-08-08(svn r17110) -Fix [NoAI]: Print a warning message in the AI console when a ↵yexo
deprecated function is used
2009-08-08(svn r17109) -Fix (r15027): squirrel_export.sh failed for some localessmatz
2009-08-08(svn r17108) -Fix (r17107): ST_INDUSTRY and ST_TOWN got swapped when setting ↵frosch
up cargo subsidy.
2009-08-07(svn r17107) -Codechange: store type of subsidy source and destination in ↵smatz
the Subsidy struct instead of determining it every time it's needed
2009-08-07(svn r17106) -Codechange: move computation of station's catchment rectagle ↵smatz
to separate function
2009-08-07(svn r17105) -Codechange: no need to reset list of industries nearby that ↵smatz
often, clearing is enough
2009-08-07(svn r17104) -Codechange: move code related to subsidy awarding to separate ↵smatz
procedure
2009-08-07(svn r17103) -Update: pretranslate a bunch of strings that can't be translatedrubidium
2009-08-07(svn r17102) -Update from WebTranslator v3.0:translators
polish - 69 changes by Adam123 spanish - 1 changes by Terkhen
2009-08-07(svn r17101) -Revert [FS#3065](r16546): large table on stack caused stack ↵smatz
overflow on some architectures
2009-08-06(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and ↵rubidium
make the help show how it works and how it doesn't work
2009-08-06(svn r17096) -Fix [FS#3091]: news message about ordered refits failing ↵rubidium
wasn't very clear
2009-08-06(svn r17095) -Codechange: make ParseStringChoice a bit saferrubidium
2009-08-06(svn r17094) -Update: AI changelogrubidium
2009-08-06(svn r17092) -Update from WebTranslator v3.0:translators
simplified_chinese - 2 changes by Gavin frisian - 36 changes by huddekul german - 57 changes by Roujin spanish - 48 changes by Terkhen
2009-08-06(svn r17091) -Fix (r17089)(r17090): regression test was rightsmatz
2009-08-06(svn r17090) -Fix (r17089): regression test failed (frosch123)smatz
2009-08-06(svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cppsmatz
2009-08-06(svn r17088) -Codechange: split IncreaseDate() to more proceduressmatz
2009-08-06(svn r17086) -Cleanup (r16654): remove code used only for debuggingsmatz
2009-08-06(svn r17085) -Codechange: unify the place where vehicle's cargo agessmatz