log

age author description
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
Sun, 04 Oct 2009 21:36:26 +0000 michi_cc (svn r17715) -Cleanup: [OSX] And a final round of coding style and some cleaning. draft
Sun, 04 Oct 2009 21:36:22 +0000 michi_cc (svn r17714) -Cleanup: [OSX] Apply more coding style. draft
Sun, 04 Oct 2009 21:36:17 +0000 michi_cc (svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style. draft
Sun, 04 Oct 2009 21:33:36 +0000 michi_cc (svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manager API calls with a documented alternative. (pyth) draft
Sun, 04 Oct 2009 21:33:31 +0000 michi_cc (svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string. draft
Sun, 04 Oct 2009 21:24:09 +0000 michi_cc (svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio. draft
Sun, 04 Oct 2009 21:12:57 +0000 michi_cc (svn r17709) -Fix (r17706): Missing svn-props. Sigh. draft
Sun, 04 Oct 2009 21:08:38 +0000 michi_cc (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. draft
Sun, 04 Oct 2009 21:08:34 +0000 michi_cc (svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden. draft
Sun, 04 Oct 2009 21:08:30 +0000 michi_cc (svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure. draft
Sun, 04 Oct 2009 21:08:25 +0000 michi_cc (svn r17705) -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. draft
Sun, 04 Oct 2009 20:53:30 +0000 michi_cc (svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker) draft
Sun, 04 Oct 2009 20:53:26 +0000 michi_cc (svn r17703) -Change: [OSX] Rework the configure OSX SDK detection to actually try different SDK versions and use the best SDK for each universal target. draft
Sun, 04 Oct 2009 20:53:22 +0000 michi_cc (svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases. draft
Sun, 04 Oct 2009 20:51:50 +0000 smatz (svn r17701) -Codechange: don't start line with a space if it's not inside comment draft
Sun, 04 Oct 2009 20:33:18 +0000 frosch (svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation. draft
Sun, 04 Oct 2009 20:00:56 +0000 rubidium (svn r17699) -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 draft
Sun, 04 Oct 2009 18:52:34 +0000 frosch (svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file. draft
Sun, 04 Oct 2009 18:16:44 +0000 rubidium (svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code draft
Sun, 04 Oct 2009 18:13:56 +0000 rubidium (svn r17696) -Fix (r17693): compile failure when compiling without freetype draft
Sun, 04 Oct 2009 17:45:14 +0000 translators (svn r17695) -Update from WebTranslator v3.0: draft
Sun, 04 Oct 2009 17:26:43 +0000 smatz (svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sun, 04 Oct 2009 17:10:57 +0000 smatz (svn r17692) -Codechange: minor coding style fixes draft
Sun, 04 Oct 2009 15:38:16 +0000 rubidium (svn r17691) -Codechange: make the status bar nested draft
Sun, 04 Oct 2009 14:49:39 +0000 smatz (svn r17690) -Fix: minor coding style issue draft
Sun, 04 Oct 2009 12:17:10 +0000 glx (svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) draft
Sun, 04 Oct 2009 04:57:01 +0000 smatz (svn r17688) -Fix (r17684): incorrect comments draft
Sat, 03 Oct 2009 17:45:16 +0000 translators (svn r17687) -Update from WebTranslator v3.0: draft
Sat, 03 Oct 2009 14:51:30 +0000 rubidium (svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to the current directory instead of the directory of the binary draft
Sat, 03 Oct 2009 14:48:12 +0000 rubidium (svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers. draft
Sat, 03 Oct 2009 14:46:48 +0000 frosch (svn r17684) -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. draft
Fri, 02 Oct 2009 17:45:17 +0000 translators (svn r17683) -Update from WebTranslator v3.0: draft
Fri, 02 Oct 2009 15:13:15 +0000 rubidium (svn r17682) -Codechange: remove erroneous space before some commas draft
Fri, 02 Oct 2009 15:06:14 +0000 rubidium (svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters draft
Thu, 01 Oct 2009 17:45:10 +0000 translators (svn r17680) -Update from WebTranslator v3.0: draft
Thu, 01 Oct 2009 11:11:09 +0000 rubidium (svn r17679) -Merge: release changes back into trunk draft
Wed, 30 Sep 2009 21:49:24 +0000 rubidium (svn r17676) -Codechange: make the NewGRF GUI nested draft
Wed, 30 Sep 2009 21:11:29 +0000 rubidium (svn r17675) -Codechange: move the 'state' changes out of the OnPaint of the newgrf window draft
Wed, 30 Sep 2009 21:07:54 +0000 rubidium (svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. draft
Wed, 30 Sep 2009 21:00:35 +0000 rubidium (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class draft
Wed, 30 Sep 2009 20:25:59 +0000 frosch (svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain. draft
Wed, 30 Sep 2009 18:54:33 +0000 frosch (svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them. draft
Wed, 30 Sep 2009 18:36:18 +0000 frosch (svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore. draft
Wed, 30 Sep 2009 17:45:20 +0000 translators (svn r17669) -Update from WebTranslator v3.0: draft
Wed, 30 Sep 2009 15:14:34 +0000 yexo (svn r17668) -Codechange: Query window uses nested widgets draft
Wed, 30 Sep 2009 13:32:39 +0000 rubidium (svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts. draft
Tue, 29 Sep 2009 20:34:18 +0000 rubidium (svn r17666) -Fix [FS#3193]: RPM spec failed for SUSE (Ammler) draft
Tue, 29 Sep 2009 20:16:03 +0000 rubidium (svn r17665) -Codechange: make the extra viewport window nested draft
Tue, 29 Sep 2009 17:45:30 +0000 translators (svn r17664) -Update from WebTranslator v3.0: draft
Mon, 28 Sep 2009 19:24:20 +0000 frosch (svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes). draft
Mon, 28 Sep 2009 19:12:15 +0000 rubidium (svn r17662) -Codechange: make the sign edit window nested draft
Mon, 28 Sep 2009 17:45:21 +0000 translators (svn r17661) -Update from WebTranslator v3.0: draft
Mon, 28 Sep 2009 14:15:23 +0000 glx (svn r17660) -Fix: StringID typo draft
Mon, 28 Sep 2009 13:42:47 +0000 rubidium (svn r17659) -Codechange: remove the last custom drawing from the signal GUI draft
Mon, 28 Sep 2009 12:38:35 +0000 rubidium (svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI draft
Mon, 28 Sep 2009 12:19:15 +0000 rubidium (svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away draft
Sun, 27 Sep 2009 18:36:05 +0000 rubidium (svn r17656) -Change: typo in function name. Also document the parameter (Terkhen) draft
Sun, 27 Sep 2009 17:45:11 +0000 translators (svn r17655) -Update from WebTranslator v3.0: draft
Sun, 27 Sep 2009 10:44:25 +0000 rubidium (svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen) draft
Sun, 27 Sep 2009 08:49:42 +0000 alberth (svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height. draft
Sun, 27 Sep 2009 08:28:49 +0000 alberth (svn r17652) -Codechange: Merging/renaming the depot block-size functions. draft
Sat, 26 Sep 2009 22:37:44 +0000 rubidium (svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to company settings where done draft
Sat, 26 Sep 2009 19:26:08 +0000 alberth (svn r17650) -Codechange: Checking a condition once is enough. draft
Sat, 26 Sep 2009 19:21:20 +0000 alberth (svn r17649) -Codechange: Depot gui uses pure nested widgets. draft
Sat, 26 Sep 2009 18:47:41 +0000 alberth (svn r17648) -Codechange: Move type initialization and widget disabling to the constructor. draft
Sat, 26 Sep 2009 18:15:35 +0000 alberth (svn r17647) -Codechange: Moving widget array access to outside the function. draft
Sat, 26 Sep 2009 17:50:10 +0000 rubidium (svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failure draft
Sat, 26 Sep 2009 17:45:12 +0000 translators (svn r17645) -Update from WebTranslator v3.0: draft
Sat, 26 Sep 2009 17:43:06 +0000 rubidium (svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor. draft
Sat, 26 Sep 2009 16:06:54 +0000 alberth (svn r17643) -Codechange: Code style for variables in depot gui. draft
Sat, 26 Sep 2009 12:30:30 +0000 rubidium (svn r17642) -Change: make a comment more clear (Eddi) draft
Sat, 26 Sep 2009 10:06:48 +0000 rubidium (svn r17641) -Codechange: remove the {N:...} that's not needed anymore since the currency window is nested. draft
Sat, 26 Sep 2009 10:01:53 +0000 rubidium (svn r17640) -Codechange: make the custom currency window nested draft
Sat, 26 Sep 2009 08:30:02 +0000 rubidium (svn r17639) -Codechange: let the difficulty settings GUI make really use the nested widget features draft
Fri, 25 Sep 2009 21:08:45 +0000 rubidium (svn r17638) -Fix [FS#3235]: Crash when trying to build an industry that has no industry layout defined; yes, it's very similar to r17633 because one case was forgotten. draft
Fri, 25 Sep 2009 19:42:57 +0000 rubidium (svn r17637) -Codechange: move the game difficulty window's window/widget description below the window class draft
Fri, 25 Sep 2009 19:36:09 +0000 rubidium (svn r17636) -Codechange: make the difficulty setting window nested draft
Fri, 25 Sep 2009 18:15:41 +0000 rubidium (svn r17635) -Codechange: make the chat gui nested draft
Fri, 25 Sep 2009 17:45:21 +0000 translators (svn r17634) -Update from WebTranslator v3.0: draft
Fri, 25 Sep 2009 09:32:20 +0000 rubidium (svn r17633) -Fix [FS#3233]: [NewGRF] Crash when trying to build an industry that has no industry layout defined. draft
Thu, 24 Sep 2009 21:27:19 +0000 rubidium (svn r17632) -Change: enable the uninitialized variables warning (or actually undisable) draft
Thu, 24 Sep 2009 17:45:12 +0000 translators (svn r17628) -Update from WebTranslator v3.0: draft
Wed, 23 Sep 2009 22:15:57 +0000 yexo (svn r17627) -Document [FS#3216]: The remaining functions in info.nut draft
Wed, 23 Sep 2009 20:48:30 +0000 alberth (svn r17626) -Codechange: Use Dimension structs instead of array of length 2 for storing horizontal/vertical information. draft
Wed, 23 Sep 2009 20:14:59 +0000 rubidium (svn r17625) -Codechange: make a nested window of the station joiner draft
Wed, 23 Sep 2009 19:57:56 +0000 alberth (svn r17624) -Codechange: Swap entries in _resize_cap[][] so the code does what the docs say. draft
Wed, 23 Sep 2009 19:41:25 +0000 rubidium (svn r17623) -Codechange: don't update the station's joiner scrollbar count in the drawing code draft
Wed, 23 Sep 2009 17:45:31 +0000 translators (svn r17622) -Update from WebTranslator v3.0: draft
Wed, 23 Sep 2009 16:07:17 +0000 rubidium (svn r17621) -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo. draft
Wed, 23 Sep 2009 15:42:29 +0000 rubidium (svn r17620) -Fix (r17502): edit box offsets were off. Now they're still off, but look (in my opinion) even better than before draft
Wed, 23 Sep 2009 13:25:00 +0000 glx (svn r17619) -Fix: rename STR_TINT_GROUP to STR_TINY_GROUP draft
Tue, 22 Sep 2009 21:14:31 +0000 rubidium (svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for companies if the company had a password before the reset draft