summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-09-04(svn r20735) -Codechange: Introduce GetIndustryGamePlayProbability().alberth
2010-09-04(svn r20734) -Codechange: Rename GetScaledIndustryProbability() to ↵alberth
GetScaledIndustryGenerationProbability().
2010-09-04(svn r20733) -Fix: when overbuilding an object with an industry, clear the ↵yexo
complete object
2010-09-03(svn r20732) -Fix: when trying to build a bridge over an object, try to ↵yexo
autoremove the object if it's too high
2010-09-03(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, ↵yexo
causing invalid memory reads / double free
2010-09-03(svn r20730) -Fix: crash when removing an object while the newgrf debug ↵yexo
window was open for that object
2010-09-03(svn r20729) -Fix [FS#4107]: assert when overbuilding objectyexo
2010-09-03(svn r20728) -Codechange: shuffle some code in CMD_BUILD_ROAD so it doesn't ↵yexo
call CMD_LANDSCAPE_CLEAR in test-mode from exec-mode
2010-09-03(svn r20727) -Fix [FS#4106]: compilation with --disable-ai was broken (cirdan)yexo
2010-09-03(svn r20726) -Update from WebTranslator v3.0:translators
belarusian - 5 changes by KorneySan finnish - 2 changes by jpx_ french - 4 changes by glx italian - 4 changes by lorenzodv korean - 2 changes by junho2813 norwegian_nynorsk - 1 changes by mantaray polish - 5 changes by silver_777, voythas russian - 6 changes by Lone_Wolf spanish - 2 changes by Terkhen
2010-09-03(svn r20722) -Fix (r20719): signed/unsigned side effect makes a small ↵glx
negative value become a big positive value
2010-09-02(svn r20721) -Fix: objects that can be built on water shouldn't be drowned.rubidium
2010-09-02(svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive ↵frosch
rights and unread news.
2010-09-02(svn r20719) -Codechange: Remove some hardcoded iconsizes.frosch
2010-09-02(svn r20718) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by KorneySan croatian - 2 changes by VoyagerOne dutch - 2 changes by habell german - 2 changes by planetmaker hungarian - 2 changes by IPG icelandic - 6 changes by grjonib irish - 2 changes by tem norwegian_bokmal - 2 changes by Tacky93 norwegian_nynorsk - 3 changes by Tacky93 russian - 2 changes by Lone_Wolf serbian - 2 changes by etran slovak - 2 changes by keso53
2010-09-01(svn r20717) -Fix [FS#4103]: water class was not set for stationsyexo
2010-09-01(svn r20716) -Feature: add airport class and airport name to the land info toolyexo
2010-09-01(svn r20714) -Fix: bit 9 of object's flags implies bit 3 is set, so just ↵rubidium
test for either of the bits being set
2010-09-01(svn r20713) -Fix (r20654): when ignoring action0 object properties, ignore ↵rubidium
property 13 correctly
2010-09-01(svn r20712) -Fix [FS#4094]: Do not use new game settings when creating many ↵terkhen
random industries in the scenario editor.
2010-09-01(svn r20711) -Fix [FS#4094]: Do not use new game settings when creating many ↵terkhen
random towns at the scenario editor.
2010-09-01(svn r20710) -Codechange: Clarify the name of some town generation variables.terkhen
2010-09-01(svn r20709) -Update from WebTranslator v3.0:translators
irish - 28 changes by tem
2010-09-01(svn r20708) -Fix [FS#4101]: upon company bankruptcy some objects weren't ↵rubidium
removed properly
2010-08-31(svn r20707) -Update from WebTranslator v3.0:translators
belarusian - 22 changes by KorneySan german - 6 changes by planetmaker korean - 2 changes by junho2813 portuguese - 21 changes by SupSuper serbian - 10 changes by etran slovak - 78 changes by comp
2010-08-31(svn r20706) -Fix (r20664): land slope check wasn't called when it should be ↵rubidium
called
2010-08-31(svn r20705) -Fix: graphic glitch when switching to a different-sized font ↵yexo
while the chat message box was visible
2010-08-30(svn r20699) -Update from WebTranslator v3.0:translators
dutch - 11 changes by habell esperanto - 7 changes by Christopher hungarian - 7 changes by IPG icelandic - 25 changes by grjonib italian - 8 changes by lorenzodv korean - 7 changes by junho2813 norwegian_bokmal - 82 changes by mantaray romanian - 10 changes by tonny spanish - 10 changes by Terkhen
2010-08-30(svn r20697) -Fix [FS#4084]: call the new function after resizing a window ↵yexo
so it's not possible a window becomes unmoveable
2010-08-30(svn r20696) -Codechange: create a new function to make sure part of the ↵yexo
caption bar is visible when creating a window
2010-08-30(svn r20695) -Codechange: move PreventHiding to another locationyexo
2010-08-30(svn r20694) -Fix [FS#4087]: empty newgrf presets were not selectableyexo
2010-08-30(svn r20693) -Fix: use strncmp instead of memcmp for comparing stringsyexo
2010-08-30(svn r20692) -Fix [FS#4055]: crash after downloading missing contentyexo
2010-08-29(svn r20691) -Fix (r20690): unmessup a broken stringrubidium
2010-08-29(svn r20690) -Update from WebTranslator v3.0:translators
belarusian - 10 changes by Wowanxm catalan - 11 changes by arnau traditional_chinese - 14 changes by josesun croatian - 10 changes by VoyagerOne finnish - 10 changes by jpx_ french - 10 changes by glx german - 13 changes by planetmaker hungarian - 3 changes by IPG icelandic - 11 changes by grjonib italian - 2 changes by lorenzodv polish - 10 changes by voythas russian - 14 changes by Lone_Wolf slovenian - 34 changes by Necrolyte, ntadej swedish - 12 changes by Zuu
2010-08-29(svn r20689) -Codechange: Make some global functions used in 1 .cpp file ↵alberth
static in that file.
2010-08-29(svn r20688) -Codechange: Rename Queue struct to BinaryHeap.alberth
2010-08-29(svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a ↵alberth
GetElement() method.
2010-08-29(svn r20686) -Codechange: Make init_BinaryHeap() a method.alberth
2010-08-29(svn r20685) -Codechange: Make BinaryHeap_Clear() a method.alberth
2010-08-29(svn r20684) -Codechange: Make BinaryHeap_Free() a method.alberth
2010-08-29(svn r20683) -Codechange: Make BinaryHeap_Delete() a method.alberth
2010-08-29(svn r20682) -Codechange: Make BinaryHeap_Pop() a method.alberth
2010-08-29(svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce ↵alberth
temporary THISBIN_HEAP_ARR macro.
2010-08-29(svn r20680) -Codechange: Remove the now useless union and struct wrappers ↵alberth
around the binary heap data.
2010-08-29(svn r20679) -Codechange: Remove unused insertion sorter.alberth
2010-08-29(svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), ↵alberth
NetworkFindClientInfoFromIP().
2010-08-29(svn r20677) -Fix (r20136): copy-paste error (jwm)rubidium
2010-08-28(svn r20676) -Codechange: it's not needed to supply two almost identical varsrubidium