Sun, 25 May 2008 12:57:39 +0000 rubidium (svn r13242) -Codechange: remove _opt_ptr.
Sun, 25 May 2008 11:18:57 +0000 peter1138 (svn r13241) -Codechange: Simplify CmdDepotSellAllVehicles() a bit
Sun, 25 May 2008 09:40:44 +0000 peter1138 (svn r13240) -Codechange: More const-ness for GUI code.
Sat, 24 May 2008 23:18:21 +0000 smatz (svn r13239) -Fix: certain compilers give false warning about uninitialized variable
Sat, 24 May 2008 22:48:46 +0000 glx (svn r13235) [NoAI] -Change [API CHANGE]: AITunnel.GetOtherTunnelEnd() now returns INVALID_TILE if no other end is found noai
Sat, 24 May 2008 22:15:10 +0000 frosch (svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
Sat, 24 May 2008 19:36:20 +0000 frosch (svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
Sat, 24 May 2008 12:12:02 +0000 peter1138 (svn r13232) -Codechange: Simplify BuildDepotVehicleList()
Sat, 24 May 2008 11:55:25 +0000 rubidium (svn r13231) -Codechange: split the core console code and the console GUI.
Sat, 24 May 2008 11:19:30 +0000 frosch (svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows.
Sat, 24 May 2008 10:35:15 +0000 rubidium (svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.
Sat, 24 May 2008 10:15:06 +0000 rubidium (svn r13228) -Codechange: split console.h.
Sat, 24 May 2008 10:02:49 +0000 peter1138 (svn r13227) -Codechange: Apply code style
Sat, 24 May 2008 02:54:47 +0000 belugas (svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Fri, 23 May 2008 23:02:13 +0000 peter1138 (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
Fri, 23 May 2008 22:55:32 +0000 rubidium (svn r13224) -Fix (r13107): set the location of the old SelectPlayerFaceWindow when switching from simple to advanced or vice versa instead of letting the new window popup somewhere 'randomly'.
Fri, 23 May 2008 16:19:13 +0000 glx (svn r13223) [NoAI] -Fix (r13212): tunnels and bridges were not tram aware noai
Fri, 23 May 2008 16:08:58 +0000 smatz (svn r13222) -Change: allow old AI building helistations and helidepots for oil rig routes
Fri, 23 May 2008 15:57:18 +0000 smatz (svn r13221) -Fix (r8747): old AI failed to build oil rig routes
Fri, 23 May 2008 09:46:39 +0000 truebrain (svn r13220) [NoAI] -Fix r13219: it has been a while, but I forgot to commit the regression update ;) noai
Fri, 23 May 2008 09:18:04 +0000 truebrain (svn r13219) [NoAI] -Add: added AICargo.HasCargoClass(), which allows you to find, say, passenger-based cargo (tnx kuifware for the pointer!) noai
Fri, 23 May 2008 08:52:29 +0000 truebrain (svn r13218) [NoAI] -Add: added a [S/E/P/W/I] in front of DEBUG messages from AILog, to indicate the level of message (the one that goes to the stdout) (request by Mchl) noai
Fri, 23 May 2008 00:28:13 +0000 smatz (svn r13217) -Fix: old AI was building small airports in years when they were not available in original game, causing small planes and helis everywhere
Thu, 22 May 2008 20:44:24 +0000 smatz (svn r13216) -Codechange [FS#2026]: enumify and comment Editor Terraform Toolbar widgets (Roujin)
Thu, 22 May 2008 20:37:14 +0000 smatz (svn r13215) -Codechange [FS#2029]: enumify and comment Build Dock widgets (Roujin)
Thu, 22 May 2008 16:16:13 +0000 truebrain (svn r13214) [NoAI] -Fix: fix AIBridgeList_Length, as the max-length is weird (tnx Anton84) noai
Thu, 22 May 2008 16:13:02 +0000 truebrain (svn r13213) [NoAI] -Fix: missing @param noai
Thu, 22 May 2008 15:49:08 +0000 truebrain (svn r13212) [NoAI] -Add: introducing the ability to build trams. Use AIRoad.SetCurrentRoadType to switch to Trams, than all AIRoad functions will produce tram-objects. noai
Thu, 22 May 2008 10:23:34 +0000 rubidium (svn r13211) [NoAI] -Codechange: replace a few hardcoded numbers by an API lookup in the WrightAI. noai
Thu, 22 May 2008 02:13:24 +0000 belugas (svn r13210) -Codechange: make town (previously named t) a private member of the different Town guis and assign it only once, at creation
Thu, 22 May 2008 02:03:05 +0000 belugas (svn r13209) -Codechange: Privatize what should be private.
Thu, 22 May 2008 00:47:42 +0000 smatz (svn r13208) -Fix (r13173): it was possible to open invalid submenu from dropdowns
Thu, 22 May 2008 00:37:27 +0000 smatz (svn r13207) -Fix: misleading comments (michi_cc)
Wed, 21 May 2008 22:15:39 +0000 frosch (svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
Wed, 21 May 2008 12:10:46 +0000 convert-repo update tags
Wed, 21 May 2008 12:06:05 +0000 peter1138 (svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro.
Tue, 20 May 2008 22:05:25 +0000 rubidium (svn r13203) [0.6] -Prepare: for 0.6.1-RC2. 0.6 0.6.1-RC2
Tue, 20 May 2008 21:55:45 +0000 glx (svn r13202) -Fix (r13149): MSVC signed/unsigned warning
Tue, 20 May 2008 20:18:07 +0000 glx (svn r13201) [0.6] -Backport from trunk (r13060): 0.6
Tue, 20 May 2008 20:14:34 +0000 rubidium (svn r13200) [0.6] -Backport from trunk (r13023, r13066, r13074, r13137): 0.6
Tue, 20 May 2008 20:03:45 +0000 rubidium (svn r13199) [0.6] -Backport from trunk (r12933, r12943, r12947, r12948, r12951, r12993, r12996): 0.6
Tue, 20 May 2008 19:57:22 +0000 rubidium (svn r13198) [0.6] -Backport from trunk (r12910, r12914, r12915, r12919, r12920): 0.6
Tue, 20 May 2008 16:26:18 +0000 glx (svn r13197) [NoAI] -Codechange: make the AIDebugWindow resizable noai
Tue, 20 May 2008 15:56:37 +0000 glx (svn r13196) [NoAI] -Fix: don't use WC_PERFORMANCE_DETAIL for AIDebugWindow noai
Tue, 20 May 2008 15:30:10 +0000 truebrain (svn r13195) [NoAI] -Fix r13194: deprecated method of registering wasn't detected correctly (the irony ;)) noai
Tue, 20 May 2008 15:25:47 +0000 truebrain (svn r13194) [NoAI] -Change [API CHANGE]: split 'main.nut' in 'info.nut' and 'main.nut'. The first contains the information about the AI, the second the AI. This avoid several problems we had. It also speeds up OpenTTD start-up. noai
Tue, 20 May 2008 13:09:34 +0000 truebrain (svn r13193) [NoAI] -Add: allow AIs to be packed in a .tar. one AI per tar, always in a subdir. It looks for main.nut in the first dir it finds in the archive noai
Mon, 19 May 2008 22:28:27 +0000 glx (svn r13192) [NoAI] -Fix: ignore eol for regression noai
Mon, 19 May 2008 19:17:56 +0000 smatz (svn r13191) -Fix: segfault after confirming query subwindow in the Generate New World window
Mon, 19 May 2008 16:44:50 +0000 smatz (svn r13190) -Cleanup: remove unused variable
Mon, 19 May 2008 15:13:58 +0000 glx (svn r13189) [NoAI] -Sync: with trunk r13055:13185. noai
Mon, 19 May 2008 14:14:33 +0000 truebrain (svn r13188) [NoAI] -Fix: missed @param in doxygen comment noai
Mon, 19 May 2008 14:11:21 +0000 truebrain (svn r13187) [NoAI] -Codechange: rewrote the AI register part; C++ AIs are completely impossible now, and registration happens directly via AISquirrel. This cleans up the registration flow, and makes everything readable again, as sure I made a mess out of it :) noai
Mon, 19 May 2008 14:06:55 +0000 truebrain (svn r13186) [NoAI] -Fix: RaiseTile and LowerTile can now operate on water-tiles. Use with care! noai
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Mon, 19 May 2008 09:45:24 +0000 rubidium (svn r13184) -Codechange: make a window class of the signs list.
Mon, 19 May 2008 09:39:05 +0000 rubidium (svn r13183) -Codechange: make a window class of the VehicleViewWindow.
Mon, 19 May 2008 09:24:03 +0000 rubidium (svn r13182) -Doc: add documentation to mostly rail_gui related functions. Patch by Alberth.
Mon, 19 May 2008 09:18:51 +0000 rubidium (svn r13181) -Codechange: make news callback handling a little simpler. Patch by Cirdan.
Mon, 19 May 2008 09:17:26 +0000 peter1138 (svn r13180) -Codechange: make a window class of the TownDirectoryWindow.