summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-12(svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen.michi_cc
2009-10-11(svn r17766) -Add: stub for a Basque translationrubidium
2009-10-11(svn r17765) -Update from WebTranslator v3.0:translators
greek - 14 changes by fumantsu italian - 2 changes by lorenzodv turkish - 2 changes by niw3
2009-10-11(svn r17764) -Codechange: Replace 'list' class variable in ↵alberth
ReplacceVehicleWindow by 'engines'.
2009-10-11(svn r17763) -Codechange: Rename 'wagon_btnstate' to 'replace_engines', and ↵alberth
'init_lists' to 'reset_sel_engine' in ReplaceVehicleWindow, add doxygen comments.
2009-10-11(svn r17762) -Fix [FS#3259]: don't let aircraft drive a while over the grass ↵rubidium
when landing at high altitude airports
2009-10-11(svn r17761) -Codechange: Removed some unused/unneeded variables from ↵alberth
ReplaceVehicleWindow.
2009-10-11(svn r17760) -Revert (r17648): _local_company is less constant than you'd ↵alberth
expect.
2009-10-11(svn r17759) -Codechange [FS#3257]: Return focus to the parent window using ↵alberth
the function designed for it.
2009-10-10(svn r17758) -Revert (r17208): Use assert_compile() if you cannot count.frosch
-Fix (r7326): Powernaut Helicopter got wrong 'load amount'. -Fix (r2639): Call the Evil by its name.
2009-10-10(svn r17757) -Update from WebTranslator v3.0:translators
hungarian - 35 changes by leiric indonesian - 1 changes by prof ukrainian - 49 changes by Madvin
2009-10-10(svn r17756) -Codechange: Company finances window uses pure nested widgets.alberth
2009-10-10(svn r17755) -Codechange: Allow for a zero-size display plane in a ↵alberth
NWidgetStacked widget to hide its child widgets.
2009-10-10(svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint.alberth
2009-10-10(svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low.alberth
2009-10-10(svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used ↵rubidium
town name for the 'Generate Town' window
2009-10-10(svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused ↵rubidium
edit box would show the OSK (Zuu)
2009-10-09(svn r17750) -Codechange: Financial expenses panel handles different font ↵alberth
size, replaced magic numbers by constants.
2009-10-09(svn r17749) -Update from WebTranslator v3.0:translators
catalan - 1 changes by arnau romanian - 2 changes by kkmic spanish - 1 changes by Terkhen
2009-10-09(svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar buttonrubidium
2009-10-09(svn r17746) -Codechange: 'operator new' doesn't return NULL, ↵smatz
NetworkSend_Init() is useless
2009-10-08(svn r17745) -Update from WebTranslator v3.0:translators
simplified_chinese - 1 changes by Gavin dutch - 1 changes by habell finnish - 1 changes by jpx_ french - 1 changes by glx german - 1 changes by planetmaker italian - 1 changes by lorenzodv russian - 1 changes by Lone_Wolf serbian - 48 changes by AtzaMan vietnamese - 14 changes by nglekhoi
2009-10-07(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a ↵rubidium
packet caused the connection to be closed. Also force-close the connection on invalid packets.
2009-10-07(svn r17742) -Codechange: remove unused variable from Recv_Packetrubidium
2009-10-07(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're ↵rubidium
PMing
2009-10-07(svn r17740) -Codechange: Extract financial expenses drawing routines.alberth
2009-10-07(svn r17739) -Cleanup: compiler didn't warn about an unused variable, ↵rubidium
fonsinchen did
2009-10-07(svn r17738) -Update from WebTranslator v3.0:translators
russian - 1 changes by Lone_Wolf
2009-10-07(svn r17737) -Codechange: remove the chat window when you were chatting with ↵rubidium
someone who lost his/her connection or when you were team chatting and moved out of the company.
2009-10-07(svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require ↵rubidium
the secondary list, use cache updates instead of rebuilds. This is usually faster because of primarily gradual loading that only moves a (small) part of the cargo each time. Based on patch by fonsinchen.
2009-10-07(svn r17735) -Codechange: update the cache one inserting/removing ↵rubidium
CargoPackets from the CargoList via Append/Truncate instead of rebuilding the whole cache. For Append this changes the O(n) cache rebuild into a O(1) cache update. For Truncate no temporary list is needed anymore (based on patch by fonsinchen)
2009-10-06(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == ↵rubidium
this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption.
2009-10-06(svn r17733) -Codechange: store the 'days in transit' cache as the sum of ↵rubidium
the days in transit instead of the average; the variable isn't requested that often (primarily station NewGRFs) that the dividing/testing for dividing by 0 step needs to be cached.
2009-10-06(svn r17732) -Codechange: reorder some variables of cargo packets/cargo ↵rubidium
lists to get better alignment *and* smaller structs; both from 40 bytes to 32 bytes on 64 bits.
2009-10-06(svn r17731) -Codechange: do not cache a boolean which states whether some ↵rubidium
other variable is not 0.
2009-10-06(svn r17730) -Codechange: do not cache the source of a packet in the cargo ↵rubidium
list. It's only used for (some) GUI/NewGRF purposes so precalculating it costs more than calculating when it's actually used.
2009-10-06(svn r17729) -Cleanup: Deduplicate some code.frosch
2009-10-06(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.frosch
2009-10-06(svn r17727) -Codechange: some coding style and documentation fixesrubidium
2009-10-06(svn r17726) -Cleanup: Remove some unneeded/unused parameters.frosch
2009-10-06(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when ↵frosch
a Engine * is already present.
2009-10-06(svn r17724) -Codechange: Merge magic height values toghether in finances ↵alberth
window.
2009-10-06(svn r17723) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by josesun
2009-10-06(svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate ↵rubidium
if and don't set a value to 0 if it already is 0.
2009-10-06(svn r17721) -Codechange: replace a magic number with a constantrubidium
2009-10-06(svn r17720) -Codechange: guard the CargoPacket variables that are cached in ↵rubidium
CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
2009-10-05(svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report ↵frosch
refittability to Mail by default for aircraft. It is not necessarily true, and the special case of carrying both passenger&mail is better handled by AIs themself than by the API.
2009-10-05(svn r17718) -Update from WebTranslator v3.0:translators
afrikaans - 35 changes by Maccie123 frisian - 50 changes by Minifan
2009-10-04(svn r17717) -Codechange: [OSX] Replace deprecated variable type.michi_cc
2009-10-04(svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method ↵michi_cc
in a way that does not rely on the SDK version.