log

age author description
Thu, 30 Dec 2010 13:16:31 +0000 alberth (svn r21665) -Codechange: Make GetCallbackWnd a method of _thd. draft
Wed, 29 Dec 2010 23:44:39 +0000 yexo (svn r21664) -Add: [NoAI] AIEventTownFounded draft
Wed, 29 Dec 2010 23:20:12 +0000 yexo (svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtype draft
Wed, 29 Dec 2010 20:46:35 +0000 smatz (svn r21662) -Codechange: use -flto=jobserver for GCC 4.6, it makes linking with LTO use number of processes passed to make -j draft
Wed, 29 Dec 2010 20:20:41 +0000 smatz (svn r21661) -Codechange: use -fwhole-program when linking in LTO mode so compiler can do more optimisations draft
Wed, 29 Dec 2010 20:20:38 +0000 rubidium (svn r21660) -Fix [FS#4354]: autofill timetable had side effects in test mode, possibly causing desyncs in MP draft
Wed, 29 Dec 2010 18:45:21 +0000 translators (svn r21659) -Update from WebTranslator v3.0: draft
Wed, 29 Dec 2010 18:20:19 +0000 rubidium (svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly invalidated when payment changed draft
Wed, 29 Dec 2010 13:47:53 +0000 smatz (svn r21657) -Cleanup (r17107): remove superfluous semicolon draft
Wed, 29 Dec 2010 13:32:35 +0000 planetmaker (svn r21656) -Fix [FS#4345] (r3722, r15301): Use a bool instead of uint8 to store a bool and use the dedicated accessor function when reading boolean settings (glx, rubidium) draft
Wed, 29 Dec 2010 12:41:01 +0000 yexo (svn r21655) -Add: mention AITown::IsCity in the NoAI changelog draft
Wed, 29 Dec 2010 12:19:33 +0000 yexo (svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns grow faster than others (Lord Aro) draft
Tue, 28 Dec 2010 18:45:33 +0000 translators (svn r21653) -Update from WebTranslator v3.0: draft
Tue, 28 Dec 2010 14:22:51 +0000 smatz (svn r21652) -Cleanup: one semicolon is enough draft
Mon, 27 Dec 2010 22:32:47 +0000 rubidium (svn r21651) -Fix [FS#4338] (r21229): infinite loop in the road pathfinder due to bouncing around in an "one way" trap; two one ways pointing towards eachother making it impossible to leave draft
Mon, 27 Dec 2010 21:10:52 +0000 rubidium (svn r21650) -Fix [FS#4339]: make "centre [main] view" consistent, and make "[main|global] view" consistent draft
Mon, 27 Dec 2010 18:45:24 +0000 translators (svn r21649) -Update from WebTranslator v3.0: draft
Mon, 27 Dec 2010 18:21:19 +0000 rubidium (svn r21648) -Codechange: unduplicate a bit of code draft
Sun, 26 Dec 2010 19:26:48 +0000 rubidium (svn r21647) -Fix: failure of WT3 to properly validate some string... draft
Sun, 26 Dec 2010 18:45:33 +0000 translators (svn r21646) -Update from WebTranslator v3.0: draft
Sun, 26 Dec 2010 17:47:00 +0000 alberth (svn r21645) -Doc: Document SmallPair and SmallMap template parameters. draft
Sun, 26 Dec 2010 13:25:34 +0000 rubidium (svn r21644) -Change: keep showing "No orders" when the order list is filled with only automatic orders draft
Sun, 26 Dec 2010 12:55:12 +0000 rubidium (svn r21643) -Fix (r21642): crash when a train with no orders (or actually no order list) stops at a station draft
Sun, 26 Dec 2010 09:03:19 +0000 rubidium (svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen draft
Sun, 26 Dec 2010 06:52:38 +0000 rubidium (svn r21641) -Fix (r21639): ofcourse MSVC wants to have something to warn about draft
Sat, 25 Dec 2010 20:02:04 +0000 rubidium (svn r21640) -Change/Feature-ish: allow disabling the shading when drawing text draft
Sat, 25 Dec 2010 19:59:56 +0000 rubidium (svn r21639) -Codechange: simplify setting the colour remap draft
Sat, 25 Dec 2010 19:58:50 +0000 alberth (svn r21638) -Codechange (r1): Simplify testing that outersize.x is bigger than 0. draft
Sat, 25 Dec 2010 19:47:15 +0000 rubidium (svn r21637) -Codechange: make it more clear that IS_PALETTE_COLOUR belongs to TextColour draft
Sat, 25 Dec 2010 18:45:16 +0000 translators (svn r21636) -Update from WebTranslator v3.0: draft
Sat, 25 Dec 2010 15:41:12 +0000 rubidium (svn r21635) -Change: simplify/reduce release preparations/changes draft
Sat, 25 Dec 2010 12:49:36 +0000 rubidium (svn r21634) -Codechange: apparantly the "broken" iconv interface is the new official interface, so update the variable/definition naming slightly as it's not broken just different from the earlier iconv interface draft
Sat, 25 Dec 2010 12:48:23 +0000 smatz (svn r21633) -Fix (r21616): newly created skip-to order was created at wrong place draft
Sat, 25 Dec 2010 12:47:05 +0000 smatz (svn r21632) -Codechange: call ResetObjectToPlace() even when current place_mode is HT_NONE draft
Sat, 25 Dec 2010 12:20:18 +0000 rubidium (svn r21631) -Fix [FS#4325]: ships with the old pathfinder would easily show up as lost, even when it would eventually find a path. Now also the distance from the "end" of the pathfinding run to the destination is compared to the current distance to the destination; if the distance to the destination at the end of the pathfinder run is less than the current distance from the destination the ship won't be marked as lost. This means that the ships with the old pathfinder will less likely get marked as lost, but due to the design of the old ship pathfinder there "lostness" is merely a best guess. When you still get a lost message draft
Sat, 25 Dec 2010 08:22:55 +0000 rubidium (svn r21630) -Fix (r20308, r21615): version detection of subversion branches and tags got broken draft
Fri, 24 Dec 2010 18:45:31 +0000 translators (svn r21629) -Update from WebTranslator v3.0: draft
Fri, 24 Dec 2010 17:51:46 +0000 alberth (svn r21628) -Codechange: Remove local variables that just point to global _thd. draft
Fri, 24 Dec 2010 15:08:19 +0000 alberth (svn r21627) -Codechange: Remove _place_proc global variable. draft
Fri, 24 Dec 2010 15:06:58 +0000 alberth (svn r21626) -Codechange: Remove more small static functions. draft
Fri, 24 Dec 2010 15:06:18 +0000 alberth (svn r21625) -Codechange: Record last started highlight action, and use it in the callback methods. draft
Fri, 24 Dec 2010 15:04:33 +0000 alberth (svn r21624) -Codechange: Remove many small static functions. draft
Fri, 24 Dec 2010 15:03:19 +0000 alberth (svn r21623) -Codechange: Remove _terraform_button_proc and _editor_terraform_button_proc arrays. draft
Fri, 24 Dec 2010 14:56:21 +0000 alberth (svn r21622) -Doc: Clarify the documentation of highlighting constants somewhat. draft
Fri, 24 Dec 2010 14:55:31 +0000 alberth (svn r21621) -Codechange: Only consider tile highlighting mode bits in tile selection functions. draft
Fri, 24 Dec 2010 14:52:42 +0000 alberth (svn r21620) -Codechange: Don't consider direction bits when checking for an active highlight mode. draft
Fri, 24 Dec 2010 14:48:38 +0000 alberth (svn r21619) -Fix [FS#4327]: Don't copy direction bits when restarting a rail selection. draft
Fri, 24 Dec 2010 14:38:00 +0000 alberth (svn r21618) -Fix: Use correct 3 bit mask for directions. draft
Fri, 24 Dec 2010 13:14:11 +0000 smatz (svn r21617) -Doc: refer to table/autorail.h, not autorail.h draft
Fri, 24 Dec 2010 13:13:28 +0000 smatz (svn r21616) -Change: do not highlight tile when selecting a vehicle to clone or an order to skip to draft
Thu, 23 Dec 2010 22:40:01 +0000 rubidium (svn r21614) -Fix: the spelling of some of the documentation draft
Thu, 23 Dec 2010 21:50:31 +0000 rubidium (svn r21613) -Update: sync comments in the translation files with English for some recently untouched translations draft
Thu, 23 Dec 2010 20:25:55 +0000 smatz (svn r21612) -Fix (r21608): dragging with HT_POINT was half a tile off draft
Thu, 23 Dec 2010 18:45:35 +0000 translators (svn r21611) -Update from WebTranslator v3.0: draft
Thu, 23 Dec 2010 16:54:41 +0000 smatz (svn r21610) -Fix: some svn properties were wrong draft
Thu, 23 Dec 2010 14:38:01 +0000 alberth (svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas. draft
Thu, 23 Dec 2010 14:24:34 +0000 alberth (svn r21608) -Codechange: Move diagnonal rectangle dragging detection completely to tile highlighting. draft
Thu, 23 Dec 2010 14:15:05 +0000 alberth (svn r21607) -Codechange: Be more robust against having extra bits in HighLightStyle vars. draft
Thu, 23 Dec 2010 11:02:47 +0000 smatz (svn r21606) -Fix (r14636): DOS binary was broken when not stripping draft
Thu, 23 Dec 2010 07:17:00 +0000 rubidium (svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company draft