Thu, 29 May 2008 11:13:11 +0000 rubidium (svn r13322) -Codechange: _no_scroll belongs more with the window code.
Thu, 29 May 2008 10:16:59 +0000 rubidium (svn r13321) -Codechange: move some GUI/viewport related functions out op openttd.cpp to viewport.cpp/window.cpp.
Thu, 29 May 2008 09:54:47 +0000 rubidium (svn r13320) -Codechange: move some enums from openttd.h to more logical locations.
Thu, 29 May 2008 07:34:40 +0000 peter1138 (svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list
Thu, 29 May 2008 06:49:56 +0000 rubidium (svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there.
Wed, 28 May 2008 21:36:16 +0000 rubidium (svn r13317) -Codechange: make news messages use a linked list instead of a moving circular buffer. This makes it possible to store more news messages in the history. Based on a patch by Cirdan.
Wed, 28 May 2008 20:13:28 +0000 rubidium (svn r13316) -Codechange: move some functions around to make them grouped more logically.
Wed, 28 May 2008 20:06:00 +0000 peter1138 (svn r13315) -Fix (r13314): Assert if no engines or wagons available
Wed, 28 May 2008 17:29:27 +0000 peter1138 (svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
Wed, 28 May 2008 17:08:45 +0000 peter1138 (svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui...
Wed, 28 May 2008 16:50:05 +0000 skidd13 (svn r13312) -Update: apply english.txt changes from r13311 to other languages
Wed, 28 May 2008 16:45:00 +0000 skidd13 (svn r13311) -Codechange: Use GUIList for the industry directory window
Wed, 28 May 2008 15:28:27 +0000 smatz (svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard)
Wed, 28 May 2008 14:36:06 +0000 rubidium (svn r13309) -Fix: the difficulty settings from the savegame would be reset by the ones of the intro game.
Wed, 28 May 2008 11:56:44 +0000 peter1138 (svn r13308) -Fix (r13307): projects/generate...
Wed, 28 May 2008 11:56:21 +0000 peter1138 (svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
Wed, 28 May 2008 10:29:48 +0000 peter1138 (svn r13306) -Fix (r8362): Pass engine list by pointer instead of making a copy of it.
Wed, 28 May 2008 06:30:55 +0000 peter1138 (svn r13305) -Fix (r13039): Confirmation window sent both yes and no answers instead of just yes.
Tue, 27 May 2008 23:40:36 +0000 smatz (svn r13304) -Fix (r13042): possible double free (showed up in r13092)
Tue, 27 May 2008 23:10:42 +0000 smatz (svn r13303) -Fix (r13301): 64bit gcc compilation was broken
Tue, 27 May 2008 22:02:26 +0000 rubidium (svn r13302) -Fix (r13301): GCC doesn't necessarily like what MSVC likes...
Tue, 27 May 2008 21:41:00 +0000 rubidium (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
Tue, 27 May 2008 21:04:10 +0000 glx (svn r13300) [NoAI] -Add: a scrollbar in AIDebug window. noai
Tue, 27 May 2008 20:33:44 +0000 skidd13 (svn r13299) -Fix (r13286): Stations sort type isn't updated correctly
Tue, 27 May 2008 20:25:28 +0000 smatz (svn r13298) -Codechange: remove unused _total_signs
Tue, 27 May 2008 20:05:36 +0000 peter1138 (svn r13297) -Codechange: Use GUIList for the town directory window
Tue, 27 May 2008 19:58:32 +0000 smatz (svn r13296) -Fix (r13276): VL_FIRST_SORT was never reset
Tue, 27 May 2008 19:03:06 +0000 smatz (svn r13295) -Codechange: remove now redundant check
Tue, 27 May 2008 18:50:31 +0000 skidd13 (svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object
Tue, 27 May 2008 18:20:14 +0000 smatz (svn r13293) -Fix (r13226): airport far from a town generated too much noise
Tue, 27 May 2008 16:56:58 +0000 glx (svn r13292) -Fix (r13285): MSVC warnings
Tue, 27 May 2008 15:30:51 +0000 peter1138 (svn r13291) -Fix (r13266): qsort passed wrong sizeof data
Tue, 27 May 2008 15:24:23 +0000 glx (svn r13290) [NoAI] -Fix: do not activate a new player when no suitable AI can be found to start it. Also, when loading a savegame, do not consider a player as AI if no suitable AI can be found for it. noai
Tue, 27 May 2008 14:11:56 +0000 glx (svn r13289) [NoAI] -Codechange: better refreshing of AIDebug window noai
Tue, 27 May 2008 13:48:13 +0000 glx (svn r13288) [NoAI] -Fix: 'Reload AI' button could be disabled when it should be enabled noai
Tue, 27 May 2008 12:24:23 +0000 peter1138 (svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp
Tue, 27 May 2008 10:27:30 +0000 skidd13 (svn r13286) -Codechange: GUIList Sort returns now if the list sequence has been altered
Tue, 27 May 2008 09:57:29 +0000 skidd13 (svn r13285) -Codechange: station sorting uses GUILists Sort() now
Tue, 27 May 2008 09:52:05 +0000 truebrain (svn r13284) [NoAI] -Change r13272: make the auto-free-pointers much more general, so in the future we can use it for other things, and not limited to strings noai
Tue, 27 May 2008 09:24:45 +0000 skidd13 (svn r13283) -Codechange: convert the inheritance of GUIList in PlayerStationsWindow to a member object
Tue, 27 May 2008 08:16:43 +0000 rubidium (svn r13282) [NoAI] -Fix [FS#2044]: crash of configure patches dialog. noai
Tue, 27 May 2008 00:50:55 +0000 richk (svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files. NewGRF_ports
Tue, 27 May 2008 00:13:51 +0000 smatz (svn r13280) -Fix (r13276): MSVC compilation was broken
Mon, 26 May 2008 21:45:57 +0000 smatz (svn r13279) -Codechange: simplify condition for terminating loop when reversing list order
Mon, 26 May 2008 21:40:52 +0000 peter1138 (svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists
Mon, 26 May 2008 21:38:17 +0000 rubidium (svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing the NewGRF settings window.
Mon, 26 May 2008 21:27:06 +0000 smatz (svn r13276) -Codechange: use qsort() for initial sorting of a list for better performance (credits go to skidd13 and peter1138)
Mon, 26 May 2008 21:08:03 +0000 smatz (svn r13275) -Fix: sort lists with 2 items, too
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Mon, 26 May 2008 20:20:38 +0000 glx (svn r13273) -Fix [FS#2042]: MSVC warnings (again)
Mon, 26 May 2008 20:00:18 +0000 rubidium (svn r13272) [NoAI] -Codechange: strdup all parameter strings coming from Squirrel going into the API after the possible WChar* -> char* conversion and free them after return. noai
Mon, 26 May 2008 18:30:58 +0000 skidd13 (svn r13271) -Codechange: groups sorting uses GUILists Sort() now
Mon, 26 May 2008 18:25:27 +0000 peter1138 (svn r13270) -Codechange: There is no need to clear lists in the window constructor
Mon, 26 May 2008 17:53:37 +0000 skidd13 (svn r13269) -Codechange: build bridge window uses GUILists Sort() now
Mon, 26 May 2008 17:40:33 +0000 glx (svn r13268) [NoAI] -Fix: kill AIs on game abortion noai
Mon, 26 May 2008 16:44:48 +0000 skidd13 (svn r13267) -Codechange: extend GUIList with a GnomeSort
Mon, 26 May 2008 16:23:23 +0000 peter1138 (svn r13266) -Codechange: Use SmallVector in GUIList
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Mon, 26 May 2008 13:50:00 +0000 rubidium (svn r13264) -Fix: yapf_settings.h was not removed from the project files.
Mon, 26 May 2008 11:36:42 +0000 truebrain (svn r13261) [NoAI] -Fix r11221: one of the many 'syncs' between trunk and NoAI went wrong, leaving towns more powerful than they should be (removing roads where they shouldn't) noai
Mon, 26 May 2008 10:41:30 +0000 smatz (svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving
Mon, 26 May 2008 10:28:59 +0000 peter1138 (svn r13259) -Fix: Subsidy text could still overflow
Mon, 26 May 2008 05:58:15 +0000 rubidium (svn r13258) -Codechange: add support for using (most) of the old patch names in the console.
Mon, 26 May 2008 02:25:17 +0000 belugas (svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdan
Mon, 26 May 2008 00:31:36 +0000 rubidium (svn r13256) -Codechange: merge the OPTS and PATS chuncks.
Sun, 25 May 2008 22:36:44 +0000 rubidium (svn r13255) -Codechange: move _opt to _settings.
Sun, 25 May 2008 20:00:10 +0000 smatz (svn r13254) -Fix: waypoint orders could have invalid flags set after conversion
Sun, 25 May 2008 19:38:17 +0000 smatz (svn r13253) -Codechange: simplify conversion of old orders a bit
Sun, 25 May 2008 19:29:24 +0000 smatz (svn r13252) -Fix: when converting orders from older savegames, set 'Unload and leave empty' for 'Unload' orders
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Sun, 25 May 2008 17:36:49 +0000 peter1138 (svn r13250) -Codechange: Use VehicleList in SendAllVehiclesToDepot()
Sun, 25 May 2008 17:26:16 +0000 smatz (svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent
Sun, 25 May 2008 17:22:49 +0000 peter1138 (svn r13248) -Codechange: Use VehicleList for depot GUI.
Sun, 25 May 2008 17:04:09 +0000 rubidium (svn r13247) -Codechange: small amount of coding style for settings.cpp.
Sun, 25 May 2008 16:22:34 +0000 peter1138 (svn r13246) -Fix (r13245): incorrect parameters to memcpy
Sun, 25 May 2008 16:12:13 +0000 peter1138 (svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat.
Sun, 25 May 2008 15:57:45 +0000 smatz (svn r13244) -Fix: allow only one town directory window to be opened
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