log

age author description
Tue, 20 Oct 2009 18:39:45 +0000 alberth (svn r17823) -Codechange: Use top of the matrix widget as offset for row calculation in autoreplace window. draft
Tue, 20 Oct 2009 18:38:38 +0000 smatz (svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp to viewport_gui.cpp draft
Tue, 20 Oct 2009 18:15:42 +0000 smatz (svn r17821) -Codechange: make more mathods of SmallMapWindow private draft
Tue, 20 Oct 2009 17:45:11 +0000 translators (svn r17820) -Update from WebTranslator v3.0: draft
Tue, 20 Oct 2009 17:36:06 +0000 smatz (svn r17819) -Codechange: replace magic constant by symbolic constant draft
Tue, 20 Oct 2009 16:36:35 +0000 rubidium (svn r17818) -Codechange: iterate the cargo list from the back when trying to merge packets. Chances are higher that the last packet (in the FIFO-ish queue) is mergeable with the to be added package. If a train gets loaded packets get split up and put into the different carriages, at unload they are unloaded in the same order so the last in the FIFO-ish queue is likely the packet it can merge with. draft
Tue, 20 Oct 2009 12:31:11 +0000 rubidium (svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals. draft
Tue, 20 Oct 2009 12:20:53 +0000 rubidium (svn r17816) -Codechange: move the CargoList invalidation-after-saveload to the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up draft
Mon, 19 Oct 2009 20:32:05 +0000 rubidium (svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness during map generation; disable the threading while generating a map draft
Mon, 19 Oct 2009 15:36:35 +0000 rubidium (svn r17814) -Codechange: there's no need to invalidate the cache in the constructor of a CargoList; the list is empty, the CargoList is calloc-ed so all caches are 0. draft
Mon, 19 Oct 2009 09:15:47 +0000 rubidium (svn r17813) -Codechange: unify the CargoPacket related coding style draft
Mon, 19 Oct 2009 01:12:51 +0000 rubidium (svn r17812) -Codechange: move the feeder_share cache from CargoList to VehicleCargoList; saves 512 bytes per station and 1-2% on CargoList::MoveTo. draft
Sun, 18 Oct 2009 20:56:38 +0000 rubidium (svn r17811) -Codechange: make HasEditBoxFocus a private function of QueryString because it's not meant to be used for determining whether the given widget actually has focus (it also checks the OSK edit box) draft
Sun, 18 Oct 2009 20:26:29 +0000 frosch (svn r17810) -Codechange/Fix: Add assert_tcompile() and use it. draft
Sun, 18 Oct 2009 18:47:43 +0000 frosch (svn r17809) -Fix: MSVC compilation. draft
Sun, 18 Oct 2009 17:53:34 +0000 rubidium (svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables draft
Sun, 18 Oct 2009 17:52:44 +0000 rubidium (svn r17807) -Codechange: move all 'updates' just after the 'load' constructor of CargoPackets to the constructor call itself draft
Sun, 18 Oct 2009 17:47:38 +0000 rubidium (svn r17806) -Codechange: split CargoPacket's 'afterload' to a separate function draft
Sun, 18 Oct 2009 17:45:10 +0000 translators (svn r17805) -Update from WebTranslator v3.0: draft
Sun, 18 Oct 2009 17:26:10 +0000 rubidium (svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations get removed to CargoPacket. draft
Sun, 18 Oct 2009 16:31:27 +0000 frosch (svn r17803) -Codechange: Remove update_(left|right) in favour of the rebuild flag of GUIList. draft
Sun, 18 Oct 2009 15:36:30 +0000 frosch (svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37. draft
Sun, 18 Oct 2009 14:30:37 +0000 rubidium (svn r17801) -Codechange: for StationCargoLists the 'loaded_at_xy' does not matter when merging CargoPackets draft
Sun, 18 Oct 2009 14:28:26 +0000 rubidium (svn r17800) -Codechange: first steps into making CargoList a template draft
Sun, 18 Oct 2009 14:10:59 +0000 alberth (svn r17799) -Codechange: industry view window uses pure nested widgets. draft
Sun, 18 Oct 2009 13:59:25 +0000 alberth (svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large amount of space between text. draft
Sun, 18 Oct 2009 13:56:09 +0000 alberth (svn r17797) -Codechange: Use parameters of new function, introduce constants for hardcoded numbers. draft
Sun, 18 Oct 2009 13:40:11 +0000 alberth (svn r17796) -Codechange: Move drawing of the industry info to its own function. draft
Sun, 18 Oct 2009 13:39:00 +0000 rubidium (svn r17795) -Codechange: split cargolist into one for vehicles and one for stations. draft
Sat, 17 Oct 2009 22:36:43 +0000 michi_cc (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. draft
Sat, 17 Oct 2009 22:36:39 +0000 michi_cc (svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used. draft
Sat, 17 Oct 2009 22:36:35 +0000 michi_cc (svn r17792) -Fix [FS#3261]: [OSX] Fix (bogus) compiler warnings related to printf argument checking. draft
Sat, 17 Oct 2009 20:38:27 +0000 alberth (svn r17791) -Codechange: Highscore and endgame windows use pure nested widgets. draft
Sat, 17 Oct 2009 20:34:09 +0000 rubidium (svn r17790) -Feature: translatable base sound/graphics set descriptions draft
Sat, 17 Oct 2009 17:45:18 +0000 translators (svn r17789) -Update from WebTranslator v3.0: draft
Sat, 17 Oct 2009 15:15:00 +0000 rubidium (svn r17788) -Fix [FS#3268] (r16702): don't fail hard when no soundcard could be detected; just fall back on the null-driver draft
Sat, 17 Oct 2009 14:39:43 +0000 rubidium (svn r17787) -Codechange: be a bit more verbose about while allegro failed with some actions. draft
Sat, 17 Oct 2009 14:29:10 +0000 rubidium (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows draft
Sat, 17 Oct 2009 14:26:40 +0000 alberth (svn r17785) -Codechange: autoreplace window uses pure nested widgets. draft
Sat, 17 Oct 2009 08:18:55 +0000 alberth (svn r17784) -Codechange: Replace 'i' with 'side' when side is intended in the autoreplace window. draft
Sat, 17 Oct 2009 08:14:39 +0000 alberth (svn r17783) -Codechange: Remove local pointer variable 'widget' from autoreplace window. draft
Sat, 17 Oct 2009 08:12:39 +0000 rubidium (svn r17782) -Fix [FS#3270]: animation wasn't removed from station tiles when keeping the rail during removal draft
Sat, 17 Oct 2009 08:10:46 +0000 alberth (svn r17781) -Codechange: Remove local variable 'selected_group' from autoreplace window. draft
Sat, 17 Oct 2009 07:47:59 +0000 alberth (svn r17780) -Codechange: A bit more code style in the autoreplace window. draft
Fri, 16 Oct 2009 17:45:12 +0000 translators (svn r17779) -Update from WebTranslator v3.0: draft
Thu, 15 Oct 2009 20:15:12 +0000 rubidium (svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines. draft
Thu, 15 Oct 2009 17:45:13 +0000 translators (svn r17777) -Update from WebTranslator v3.0: draft
Thu, 15 Oct 2009 17:41:06 +0000 rubidium (svn r17776) -Codechange: [SDL] make "update the video card"-process asynchronious. Profiling with gprof etc. hasn't shown us that DrawSurfaceToScreen takes a significant amount of CPU; only using TIC/TOC it became apparant that it was a heavy CPU-cycle user or that it was waiting for something. draft
Wed, 14 Oct 2009 17:45:11 +0000 translators (svn r17775) -Update from WebTranslator v3.0: draft
Wed, 14 Oct 2009 08:20:42 +0000 rubidium (svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log draft
Wed, 14 Oct 2009 08:14:57 +0000 rubidium (svn r17773) -Cleanup: sdl.h isn't needed for allegro draft
Tue, 13 Oct 2009 20:19:34 +0000 rubidium (svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding newlines (multi line strings) we need to (properly) handle the case when there are no spaces instead of truncating the string. draft
Tue, 13 Oct 2009 19:24:58 +0000 rubidium (svn r17771) -Codechange: use the 'StringID' function instead of the 'const char *' function + custom code to resolve the 'const char *' from the 'StringID' draft
Tue, 13 Oct 2009 17:45:08 +0000 translators (svn r17770) -Update from WebTranslator v3.0: draft
Mon, 12 Oct 2009 17:45:09 +0000 translators (svn r17769) -Update from WebTranslator v3.0: draft
Mon, 12 Oct 2009 00:19:11 +0000 michi_cc (svn r17768) -Fix (r17715): [OSX] Newer GCC versions don't like jumping over variable definitions with goto's. (planetmaker) draft
Mon, 12 Oct 2009 00:19:07 +0000 michi_cc (svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen. draft
Sun, 11 Oct 2009 19:57:10 +0000 rubidium (svn r17766) -Add: stub for a Basque translation draft
Sun, 11 Oct 2009 17:45:13 +0000 translators (svn r17765) -Update from WebTranslator v3.0: draft
Sun, 11 Oct 2009 13:09:44 +0000 alberth (svn r17764) -Codechange: Replace 'list' class variable in ReplacceVehicleWindow by 'engines'. draft
Sun, 11 Oct 2009 12:51:15 +0000 alberth (svn r17763) -Codechange: Rename 'wagon_btnstate' to 'replace_engines', and 'init_lists' to 'reset_sel_engine' in ReplaceVehicleWindow, add doxygen comments. draft
Sun, 11 Oct 2009 12:35:16 +0000 rubidium (svn r17762) -Fix [FS#3259]: don't let aircraft drive a while over the grass when landing at high altitude airports draft
Sun, 11 Oct 2009 11:47:21 +0000 alberth (svn r17761) -Codechange: Removed some unused/unneeded variables from ReplaceVehicleWindow. draft
Sun, 11 Oct 2009 08:23:30 +0000 alberth (svn r17760) -Revert (r17648): _local_company is less constant than you'd expect. draft
Sun, 11 Oct 2009 08:07:09 +0000 alberth (svn r17759) -Codechange [FS#3257]: Return focus to the parent window using the function designed for it. draft
Sat, 10 Oct 2009 18:48:13 +0000 frosch (svn r17758) -Revert (r17208): Use assert_compile() if you cannot count. draft
Sat, 10 Oct 2009 17:45:13 +0000 translators (svn r17757) -Update from WebTranslator v3.0: draft
Sat, 10 Oct 2009 15:18:20 +0000 alberth (svn r17756) -Codechange: Company finances window uses pure nested widgets. draft
Sat, 10 Oct 2009 14:20:38 +0000 alberth (svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets. draft
Sat, 10 Oct 2009 13:32:44 +0000 alberth (svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint. draft
Sat, 10 Oct 2009 13:19:38 +0000 alberth (svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low. draft
Sat, 10 Oct 2009 12:47:04 +0000 rubidium (svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used town name for the 'Generate Town' window draft
Sat, 10 Oct 2009 12:11:05 +0000 rubidium (svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused edit box would show the OSK (Zuu) draft
Fri, 09 Oct 2009 19:10:05 +0000 alberth (svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants. draft
Fri, 09 Oct 2009 17:45:13 +0000 translators (svn r17749) -Update from WebTranslator v3.0: draft
Fri, 09 Oct 2009 17:35:01 +0000 rubidium (svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar button draft
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
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