summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-10(svn r17758) -Revert (r17208): Use assert_compile() if you cannot count.frosch
2009-10-10(svn r17757) -Update from WebTranslator v3.0:translators
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 NWidgetSta...alberth
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 tow...rubidium
2009-10-10(svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused e...rubidium
2009-10-09(svn r17750) -Codechange: Financial expenses panel handles different font siz...alberth
2009-10-09(svn r17749) -Update from WebTranslator v3.0:translators
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, NetworkSend_Ini...smatz
2009-10-08(svn r17745) -Update from WebTranslator v3.0:translators
2009-10-07(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet...rubidium
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 P...rubidium
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, fonsinc...rubidium
2009-10-07(svn r17738) -Update from WebTranslator v3.0:translators
2009-10-07(svn r17737) -Codechange: remove the chat window when you were chatting with ...rubidium
2009-10-07(svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require ...rubidium
2009-10-07(svn r17735) -Codechange: update the cache one inserting/removing CargoPacket...rubidium
2009-10-06(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this'...rubidium
2009-10-06(svn r17733) -Codechange: store the 'days in transit' cache as the sum of the...rubidium
2009-10-06(svn r17732) -Codechange: reorder some variables of cargo packets/cargo lists...rubidium
2009-10-06(svn r17731) -Codechange: do not cache a boolean which states whether some ot...rubidium
2009-10-06(svn r17730) -Codechange: do not cache the source of a packet in the cargo li...rubidium
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 a...frosch
2009-10-06(svn r17724) -Codechange: Merge magic height values toghether in finances win...alberth
2009-10-06(svn r17723) -Update from WebTranslator v3.0:translators
2009-10-06(svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate i...rubidium
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
2009-10-05(svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report refitta...frosch
2009-10-05(svn r17718) -Update from WebTranslator v3.0:translators
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 in...michi_cc
2009-10-04(svn r17715) -Cleanup: [OSX] And a final round of coding style and some clean...michi_cc
2009-10-04(svn r17714) -Cleanup: [OSX] Apply more coding style.michi_cc
2009-10-04(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply...michi_cc
2009-10-04(svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manage...michi_cc
2009-10-04(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a C...michi_cc
2009-10-04(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.michi_cc
2009-10-04(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.michi_cc
2009-10-04(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog bo...michi_cc
2009-10-04(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common C...michi_cc