log

age author description
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