------------------------------------------------------------------------ r17745 | translators | 2009-10-08 17:45:30 +0000 (Thu, 08 Oct 2009) | 11 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r17743 | rubidium | 2009-10-07 21:11:56 +0000 (Wed, 07 Oct 2009) | 2 lines -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. ------------------------------------------------------------------------ r17742 | rubidium | 2009-10-07 20:58:14 +0000 (Wed, 07 Oct 2009) | 2 lines -Codechange: remove unused variable from Recv_Packet ------------------------------------------------------------------------ r17741 | rubidium | 2009-10-07 19:35:05 +0000 (Wed, 07 Oct 2009) | 2 lines -Feature-ish [FS#3116]: show the nickname of the person you're PMing ------------------------------------------------------------------------ r17740 | alberth | 2009-10-07 19:18:36 +0000 (Wed, 07 Oct 2009) | 1 line -Codechange: Extract financial expenses drawing routines. ------------------------------------------------------------------------ r17739 | rubidium | 2009-10-07 17:46:58 +0000 (Wed, 07 Oct 2009) | 2 lines -Cleanup: compiler didn't warn about an unused variable, fonsinchen did ------------------------------------------------------------------------ r17738 | translators | 2009-10-07 17:45:07 +0000 (Wed, 07 Oct 2009) | 3 lines -Update from WebTranslator v3.0: russian - 1 changes by Lone_Wolf ------------------------------------------------------------------------ r17737 | rubidium | 2009-10-07 17:36:33 +0000 (Wed, 07 Oct 2009) | 2 lines -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. ------------------------------------------------------------------------ r17736 | rubidium | 2009-10-07 08:31:42 +0000 (Wed, 07 Oct 2009) | 2 lines -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. ------------------------------------------------------------------------ r17735 | rubidium | 2009-10-07 08:25:12 +0000 (Wed, 07 Oct 2009) | 2 lines -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) ------------------------------------------------------------------------ r17734 | rubidium | 2009-10-06 23:01:35 +0000 (Tue, 06 Oct 2009) | 2 lines -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. ------------------------------------------------------------------------ r17733 | rubidium | 2009-10-06 21:24:03 +0000 (Tue, 06 Oct 2009) | 2 lines -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. ------------------------------------------------------------------------ r17732 | rubidium | 2009-10-06 21:19:20 +0000 (Tue, 06 Oct 2009) | 2 lines -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. ------------------------------------------------------------------------ r17731 | rubidium | 2009-10-06 21:12:35 +0000 (Tue, 06 Oct 2009) | 2 lines -Codechange: do not cache a boolean which states whether some other variable is not 0. ------------------------------------------------------------------------ r17730 | rubidium | 2009-10-06 21:06:26 +0000 (Tue, 06 Oct 2009) | 2 lines -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. ------------------------------------------------------------------------ r17729 | frosch | 2009-10-06 19:56:43 +0000 (Tue, 06 Oct 2009) | 1 line -Cleanup: Deduplicate some code. ------------------------------------------------------------------------ r17728 | frosch | 2009-10-06 19:52:38 +0000 (Tue, 06 Oct 2009) | 1 line -Cleanup: Remove some more unneeded/unused parameters. ------------------------------------------------------------------------ r17727 | rubidium | 2009-10-06 19:52:27 +0000 (Tue, 06 Oct 2009) | 2 lines -Codechange: some coding style and documentation fixes ------------------------------------------------------------------------ r17726 | frosch | 2009-10-06 19:30:31 +0000 (Tue, 06 Oct 2009) | 1 line -Cleanup: Remove some unneeded/unused parameters. ------------------------------------------------------------------------ r17725 | frosch | 2009-10-06 19:17:07 +0000 (Tue, 06 Oct 2009) | 1 line -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. ------------------------------------------------------------------------ r17724 | alberth | 2009-10-06 18:24:06 +0000 (Tue, 06 Oct 2009) | 1 line -Codechange: Merge magic height values toghether in finances window. ------------------------------------------------------------------------ r17723 | translators | 2009-10-06 17:45:07 +0000 (Tue, 06 Oct 2009) | 3 lines -Update from WebTranslator v3.0: traditional_chinese - 1 changes by josesun ------------------------------------------------------------------------ r17722 | rubidium | 2009-10-06 17:33:01 +0000 (Tue, 06 Oct 2009) | 2 lines -Codechange: simplify the cargopacket constructor; unduplicate if and don't set a value to 0 if it already is 0. ------------------------------------------------------------------------ r17721 | rubidium | 2009-10-06 17:28:06 +0000 (Tue, 06 Oct 2009) | 2 lines -Codechange: replace a magic number with a constant ------------------------------------------------------------------------ r17720 | rubidium | 2009-10-06 17:23:15 +0000 (Tue, 06 Oct 2009) | 2 lines -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) ------------------------------------------------------------------------ r17719 | frosch | 2009-10-05 20:21:12 +0000 (Mon, 05 Oct 2009) | 1 line -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. ------------------------------------------------------------------------ r17718 | translators | 2009-10-05 17:45:10 +0000 (Mon, 05 Oct 2009) | 4 lines -Update from WebTranslator v3.0: afrikaans - 35 changes by Maccie123 frisian - 50 changes by Minifan ------------------------------------------------------------------------ r17717 | michi_cc | 2009-10-04 21:39:12 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: [OSX] Replace deprecated variable type. ------------------------------------------------------------------------ r17716 | michi_cc | 2009-10-04 21:39:08 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: [OSX] Invoke a (semi-)private Objective-C method in a way that does not rely on the SDK version. ------------------------------------------------------------------------ r17715 | michi_cc | 2009-10-04 21:36:26 +0000 (Sun, 04 Oct 2009) | 1 line -Cleanup: [OSX] And a final round of coding style and some cleaning. ------------------------------------------------------------------------ r17714 | michi_cc | 2009-10-04 21:36:22 +0000 (Sun, 04 Oct 2009) | 1 line -Cleanup: [OSX] Apply more coding style. ------------------------------------------------------------------------ r17713 | michi_cc | 2009-10-04 21:36:17 +0000 (Sun, 04 Oct 2009) | 1 line -Cleanup: [OSX] Move variable definitions to first use and apply more coding style. ------------------------------------------------------------------------ r17712 | michi_cc | 2009-10-04 21:33:36 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange [FS#1411]: [OSX] Replace undocumented process manager API calls with a documented alternative. (pyth) ------------------------------------------------------------------------ r17711 | michi_cc | 2009-10-04 21:33:31 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string. ------------------------------------------------------------------------ r17710 | michi_cc | 2009-10-04 21:24:09 +0000 (Sun, 04 Oct 2009) | 1 line -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio. ------------------------------------------------------------------------ r17709 | michi_cc | 2009-10-04 21:12:57 +0000 (Sun, 04 Oct 2009) | 1 line -Fix (r17706): Missing svn-props. Sigh. ------------------------------------------------------------------------ r17708 | michi_cc | 2009-10-04 21:08:38 +0000 (Sun, 04 Oct 2009) | 1 line -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. ------------------------------------------------------------------------ r17707 | michi_cc | 2009-10-04 21:08:34 +0000 (Sun, 04 Oct 2009) | 1 line -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden. ------------------------------------------------------------------------ r17706 | michi_cc | 2009-10-04 21:08:30 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure. ------------------------------------------------------------------------ r17705 | michi_cc | 2009-10-04 21:08:25 +0000 (Sun, 04 Oct 2009) | 1 line -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to link with an undefined symbols that lives in the system library seems to confuse the loader on 10.3.9. Use a different function to circumvent it. ------------------------------------------------------------------------ r17704 | michi_cc | 2009-10-04 20:53:30 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: [OSX] Improve detection of OS X version. (planetmaker) ------------------------------------------------------------------------ r17703 | michi_cc | 2009-10-04 20:53:26 +0000 (Sun, 04 Oct 2009) | 2 lines -Change: [OSX] Rework the configure OSX SDK detection to actually try different SDK versions and use the best SDK for each universal target. -Change: [OSX] Improve the configure checks for QuickDraw and QuickTime. ------------------------------------------------------------------------ r17702 | michi_cc | 2009-10-04 20:53:22 +0000 (Sun, 04 Oct 2009) | 2 lines -Change: [OSX] Assure that the minimal OSX version is defined in all cases. -Codechange: [OSX] Improve conditional defines for OS version dependant code. ------------------------------------------------------------------------ r17701 | smatz | 2009-10-04 20:51:50 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: don't start line with a space if it's not inside comment ------------------------------------------------------------------------ r17700 | frosch | 2009-10-04 20:33:18 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation. ------------------------------------------------------------------------ r17699 | rubidium | 2009-10-04 20:00:56 +0000 (Sun, 04 Oct 2009) | 2 lines -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files ------------------------------------------------------------------------ r17698 | frosch | 2009-10-04 18:52:34 +0000 (Sun, 04 Oct 2009) | 1 line -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file. ------------------------------------------------------------------------ r17697 | rubidium | 2009-10-04 18:16:44 +0000 (Sun, 04 Oct 2009) | 2 lines -Codechange: coding style in the automatically generated squirrel wrapper code ------------------------------------------------------------------------ r17696 | rubidium | 2009-10-04 18:13:56 +0000 (Sun, 04 Oct 2009) | 2 lines -Fix (r17693): compile failure when compiling without freetype ------------------------------------------------------------------------ r17695 | translators | 2009-10-04 17:45:14 +0000 (Sun, 04 Oct 2009) | 7 lines -Update from WebTranslator v3.0: frisian - 37 changes by Minifan hebrew - 133 changes by dnd_man hungarian - 2 changes by alyr thai - 66 changes by ityellow vietnamese - 12 changes by nglekhoi ------------------------------------------------------------------------ r17694 | smatz | 2009-10-04 17:26:43 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: don't break $ to two lines in squirrel_export.awk ------------------------------------------------------------------------ r17693 | rubidium | 2009-10-04 17:16:41 +0000 (Sun, 04 Oct 2009) | 2 lines -Cleanup: remove some unneeded includes ------------------------------------------------------------------------ r17692 | smatz | 2009-10-04 17:10:57 +0000 (Sun, 04 Oct 2009) | 1 line -Codechange: minor coding style fixes ------------------------------------------------------------------------ r17691 | rubidium | 2009-10-04 15:38:16 +0000 (Sun, 04 Oct 2009) | 2 lines -Codechange: make the status bar nested ------------------------------------------------------------------------ r17690 | smatz | 2009-10-04 14:49:39 +0000 (Sun, 04 Oct 2009) | 1 line -Fix: minor coding style issue ------------------------------------------------------------------------ r17689 | glx | 2009-10-04 12:17:10 +0000 (Sun, 04 Oct 2009) | 1 line -Fix (r16307): depend could segfault in some case (TrueBrain) ------------------------------------------------------------------------ r17688 | smatz | 2009-10-04 04:57:01 +0000 (Sun, 04 Oct 2009) | 1 line -Fix (r17684): incorrect comments ------------------------------------------------------------------------ r17687 | translators | 2009-10-03 17:45:16 +0000 (Sat, 03 Oct 2009) | 6 lines -Update from WebTranslator v3.0: traditional_chinese - 8 changes by josesun polish - 14 changes by amateja spanish - 1 changes by Terkhen vietnamese - 40 changes by nglekhoi ------------------------------------------------------------------------ r17686 | rubidium | 2009-10-03 14:51:30 +0000 (Sat, 03 Oct 2009) | 2 lines -Fix [FS#3247]: make the -c location relative to the current directory instead of the directory of the binary ------------------------------------------------------------------------ r17685 | rubidium | 2009-10-03 14:48:12 +0000 (Sat, 03 Oct 2009) | 2 lines -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers. ------------------------------------------------------------------------ r17684 | frosch | 2009-10-03 14:46:48 +0000 (Sat, 03 Oct 2009) | 1 line -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail. ------------------------------------------------------------------------ r17683 | translators | 2009-10-02 17:45:17 +0000 (Fri, 02 Oct 2009) | 6 lines -Update from WebTranslator v3.0: catalan - 1 changes by arnau korean - 9 changes by telk5093 portuguese - 1 changes by SupSuper brazilian_portuguese - 153 changes by Tucalipe ------------------------------------------------------------------------ r17682 | rubidium | 2009-10-02 15:13:15 +0000 (Fri, 02 Oct 2009) | 2 lines -Codechange: remove erroneous space before some commas ------------------------------------------------------------------------ r17681 | rubidium | 2009-10-02 15:06:14 +0000 (Fri, 02 Oct 2009) | 2 lines -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters ------------------------------------------------------------------------ r17680 | translators | 2009-10-01 17:45:10 +0000 (Thu, 01 Oct 2009) | 4 lines -Update from WebTranslator v3.0: dutch - 1 changes by habell brazilian_portuguese - 42 changes by Tucalipe ------------------------------------------------------------------------ r17679 | rubidium | 2009-10-01 11:11:09 +0000 (Thu, 01 Oct 2009) | 2 lines -Merge: release changes back into trunk ------------------------------------------------------------------------