log

age author description
Fri, 09 Oct 2009 11:03:00 +0000 smatz (svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless draft
Thu, 08 Oct 2009 17:45:30 +0000 translators (svn r17745) -Update from WebTranslator v3.0: draft
Wed, 07 Oct 2009 21:11:56 +0000 rubidium (svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets. draft
Wed, 07 Oct 2009 20:58:14 +0000 rubidium (svn r17742) -Codechange: remove unused variable from Recv_Packet draft
Wed, 07 Oct 2009 19:35:05 +0000 rubidium (svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're PMing draft
Wed, 07 Oct 2009 19:18:36 +0000 alberth (svn r17740) -Codechange: Extract financial expenses drawing routines. draft
Wed, 07 Oct 2009 17:46:58 +0000 rubidium (svn r17739) -Cleanup: compiler didn't warn about an unused variable, fonsinchen did draft
Wed, 07 Oct 2009 17:45:07 +0000 translators (svn r17738) -Update from WebTranslator v3.0: draft
Wed, 07 Oct 2009 17:36:33 +0000 rubidium (svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company. draft
Wed, 07 Oct 2009 08:31:42 +0000 rubidium (svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require 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. draft
Wed, 07 Oct 2009 08:25:12 +0000 rubidium (svn r17735) -Codechange: update the cache one inserting/removing 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) draft
Tue, 06 Oct 2009 23:01:35 +0000 rubidium (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. draft
Tue, 06 Oct 2009 21:24:03 +0000 rubidium (svn r17733) -Codechange: store the 'days in transit' cache as the sum of 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. draft
Tue, 06 Oct 2009 21:19:20 +0000 rubidium (svn r17732) -Codechange: reorder some variables of cargo packets/cargo lists to get better alignment *and* smaller structs; both from 40 bytes to 32 bytes on 64 bits. draft
Tue, 06 Oct 2009 21:12:35 +0000 rubidium (svn r17731) -Codechange: do not cache a boolean which states whether some other variable is not 0. draft
Tue, 06 Oct 2009 21:06:26 +0000 rubidium (svn r17730) -Codechange: do not cache the source of a packet in the cargo list. It's only used for (some) GUI/NewGRF purposes so precalculating it costs more than calculating when it's actually used. draft
Tue, 06 Oct 2009 19:56:43 +0000 frosch (svn r17729) -Cleanup: Deduplicate some code. draft
Tue, 06 Oct 2009 19:52:38 +0000 frosch (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. draft
Tue, 06 Oct 2009 19:52:27 +0000 rubidium (svn r17727) -Codechange: some coding style and documentation fixes draft
Tue, 06 Oct 2009 19:30:31 +0000 frosch (svn r17726) -Cleanup: Remove some unneeded/unused parameters. draft
Tue, 06 Oct 2009 19:17:07 +0000 frosch (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. draft
Tue, 06 Oct 2009 18:24:06 +0000 alberth (svn r17724) -Codechange: Merge magic height values toghether in finances window. draft
Tue, 06 Oct 2009 17:45:07 +0000 translators (svn r17723) -Update from WebTranslator v3.0: draft
Tue, 06 Oct 2009 17:33:01 +0000 rubidium (svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate if and don't set a value to 0 if it already is 0. draft
Tue, 06 Oct 2009 17:28:06 +0000 rubidium (svn r17721) -Codechange: replace a magic number with a constant draft
Tue, 06 Oct 2009 17:23:15 +0000 rubidium (svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen) draft
Mon, 05 Oct 2009 20:21:12 +0000 frosch (svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report 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. draft
Mon, 05 Oct 2009 17:45:10 +0000 translators (svn r17718) -Update from WebTranslator v3.0: draft
Sun, 04 Oct 2009 21:39:12 +0000 michi_cc (svn r17717) -Codechange: [OSX] Replace deprecated variable type. draft
Sun, 04 Oct 2009 21:39:08 +0000 michi_cc (svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method in a way that does not rely on the SDK version. draft