log

age author description
Sun, 18 May 2008 08:13:13 +0000 rubidium (svn r13153) -Codechange: make classes of the TownViewWindow and the ScenarioEditorTownGenerationWindow. draft
Sun, 18 May 2008 08:12:29 +0000 rubidium (svn r13152) -Codechange: make a class of the subsidy window. draft
Sat, 17 May 2008 23:11:06 +0000 rubidium (svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean. draft
Sat, 17 May 2008 22:52:51 +0000 glx (svn r13150) -Codechange: make classes of the Music[TrackSelection]Window. draft
Sat, 17 May 2008 22:07:04 +0000 skidd13 (svn r13149) -Codechange: make a class of the BuildBridgeWindow. draft
Sat, 17 May 2008 21:20:58 +0000 glx (svn r13148) -Codechange: make a class of the SelectGameWindow. draft
Sat, 17 May 2008 21:13:05 +0000 rubidium (svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp. draft
Sat, 17 May 2008 20:54:18 +0000 rubidium (svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehicle_gui.h. draft
Sat, 17 May 2008 20:49:45 +0000 glx (svn r13145) -Codechange: make classes of the BuildDocks[Depot|Station]Window. draft
Sat, 17 May 2008 17:37:44 +0000 glx (svn r13144) -Codechange: make classes of the BuildRoad[Depot|Station]Window. draft
Sat, 17 May 2008 16:59:12 +0000 smatz (svn r13143) -Fix (r13142): the Build Waypoint window wasn't resized when it was opened draft
Sat, 17 May 2008 16:27:36 +0000 glx (svn r13142) -Codechange: make classes of the Build[RailDepot|RailStation|RailWaypoint|Signal]Window draft
Sat, 17 May 2008 13:04:30 +0000 rubidium (svn r13141) -Codechange: remove an unused variable from Window. draft
Sat, 17 May 2008 13:01:30 +0000 rubidium (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp. draft
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming. draft
Sat, 17 May 2008 12:26:00 +0000 rubidium (svn r13138) -Codechange: remove the need for IsWindowOfPrototype. draft
Sat, 17 May 2008 11:46:35 +0000 rubidium (svn r13137) -Fix: do not send rcon commands of the server to the first client but do directly execute those on the server. draft
Sat, 17 May 2008 09:39:29 +0000 rubidium (svn r13136) -Codechange: make a window class of the console window. draft
Sat, 17 May 2008 08:00:13 +0000 rubidium (svn r13135) -Codechange: make a class of the NetworkJoinStatusWindow. draft
Sat, 17 May 2008 03:31:22 +0000 belugas (svn r13134) -Codechange: make a class of the Airport Picker Window. draft
Sat, 17 May 2008 03:29:16 +0000 belugas (svn r13133) -Codechange: Add a base class (descending from Window) for all new windows that are going to require a ResetObjectToPlace to be performed on closing. draft
Sat, 17 May 2008 03:16:04 +0000 glx (svn r13132) -Codechange: make a class of the GenerateProgressWindow. draft
Sat, 17 May 2008 02:54:04 +0000 glx (svn r13131) -Codechange: make a class of the ErrmsgWindow. draft
Fri, 16 May 2008 23:30:10 +0000 rubidium (svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functions/enums/variables as they are not used anymore. draft
Fri, 16 May 2008 23:29:31 +0000 rubidium (svn r13129) -Codechange: remove the WP macro and it's related variables. draft
Fri, 16 May 2008 23:23:38 +0000 peter1138 (svn r13128) -Codechange: Make a class of the refit window draft
Fri, 16 May 2008 22:29:27 +0000 glx (svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff draft
Fri, 16 May 2008 21:32:10 +0000 glx (svn r13126) -Fix (r13022) [FS#2009, FS#2010]: driver list should be dynamically allocated as static uninitialistion order is undetermined. The list is freed when the latest driver is removed. draft
Fri, 16 May 2008 21:04:49 +0000 bjarni (svn r13125) -Fix [FS#2000](r12913): [autoreplace] failing replacement and restoring a vehicle will no longer decrease the vehicle count in groups draft
Fri, 16 May 2008 20:08:20 +0000 glx (svn r13124) -Codechange: make a class of the OrdersWindow. draft
Fri, 16 May 2008 20:04:17 +0000 rubidium (svn r13123) -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan. draft
Fri, 16 May 2008 17:53:19 +0000 glx (svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers draft
Fri, 16 May 2008 17:45:43 +0000 rubidium (svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow. draft
Fri, 16 May 2008 17:33:09 +0000 rubidium (svn r13120) -Codechange: make a class of the VehicleDetailsWindow. draft
Fri, 16 May 2008 13:39:25 +0000 rubidium (svn r13119) -Codechange: make a class of the timetable window. draft
Fri, 16 May 2008 13:21:43 +0000 rubidium (svn r13118) -Codechange: make classes of the EndGameWindow and the HighScoreWindow. draft
Fri, 16 May 2008 07:34:48 +0000 rubidium (svn r13117) -Codechange: make a window class of the PlayerFinancesWindow. draft
Fri, 16 May 2008 07:24:21 +0000 rubidium (svn r13116) -Codechange: make a window class of the statusbar window. draft
Fri, 16 May 2008 07:15:32 +0000 rubidium (svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow. draft
Fri, 16 May 2008 07:08:04 +0000 rubidium (svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar. draft
Thu, 15 May 2008 22:47:03 +0000 rubidium (svn r13113) -Codechange: make a class of the TownAuthorityWindow. draft
Thu, 15 May 2008 21:48:47 +0000 rubidium (svn r13112) -Codechange: make classes of the patches and custom currency windows. draft
Thu, 15 May 2008 20:53:44 +0000 rubidium (svn r13111) -Documentation: update the documentation of AddNewsItem to reflect reality. Patch by Cirdan. draft
Thu, 15 May 2008 20:52:28 +0000 rubidium (svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly. draft
Thu, 15 May 2008 20:51:52 +0000 rubidium (svn r13109) -Codechange: make a class out of the CheatWindow. draft
Thu, 15 May 2008 20:04:10 +0000 rubidium (svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus. draft
Thu, 15 May 2008 19:24:15 +0000 glx (svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow. draft
Thu, 15 May 2008 19:00:20 +0000 rubidium (svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created. draft
Thu, 15 May 2008 18:26:45 +0000 rubidium (svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened. draft
Thu, 15 May 2008 14:41:56 +0000 rubidium (svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows. draft
Thu, 15 May 2008 14:12:22 +0000 rubidium (svn r13103) -Codechange: make a class of the PlayerCompanyWindow. draft
Thu, 15 May 2008 13:47:55 +0000 rubidium (svn r13102) -Codechange: make a class of the NewsWindow. draft
Thu, 15 May 2008 13:47:22 +0000 rubidium (svn r13101) -Codechange: remove a unused global function. draft
Thu, 15 May 2008 13:39:36 +0000 rubidium (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls. draft
Thu, 15 May 2008 11:17:56 +0000 rubidium (svn r13099) -Fix [FS#2014]: when a window had children only one of them would be closed (on a parent closure) instead of all children. draft
Thu, 15 May 2008 08:01:46 +0000 rubidium (svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened depot. draft
Thu, 15 May 2008 00:01:42 +0000 glx (svn r13097) -Codechange: make a class of the GameDifficultyWindow. draft
Wed, 14 May 2008 23:02:05 +0000 glx (svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes draft
Wed, 14 May 2008 22:52:12 +0000 glx (svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow. draft
Wed, 14 May 2008 20:28:11 +0000 rubidium (svn r13094) -Fix: closing the QueryWindow would always send a 'query has been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail. draft
Wed, 14 May 2008 20:01:06 +0000 glx (svn r13093) -Codechange: make a class of AboutWindow. draft
Wed, 14 May 2008 19:08:09 +0000 glx (svn r13092) -Fix (r13042): don't add a variable in a subclass when the parent class already have it draft
Wed, 14 May 2008 18:35:15 +0000 smatz (svn r13091) -Fix: certain compilers give false warning about uninitialized variable draft
Wed, 14 May 2008 18:31:21 +0000 smatz (svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits draft
Wed, 14 May 2008 18:27:39 +0000 smatz (svn r13089) -Fix (r13072): MorphOS compilation was broken draft
Wed, 14 May 2008 16:38:53 +0000 smatz (svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc) draft
Wed, 14 May 2008 15:34:04 +0000 peter1138 (svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc) draft
Wed, 14 May 2008 15:29:48 +0000 smatz (svn r13086) -Fix: do not crash badly after loading a newgrf with engines in-game that often draft
Wed, 14 May 2008 03:34:17 +0000 glx (svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs draft
Wed, 14 May 2008 02:52:06 +0000 glx (svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files draft
Wed, 14 May 2008 02:32:35 +0000 glx (svn r13083) -Fix (r13042): another segmentation fault when OskWindow's parent closes it draft
Wed, 14 May 2008 01:57:12 +0000 glx (svn r13082) -Fix (r13042): segmentation fault due to too early deletion of OskWindow. draft
Tue, 13 May 2008 22:42:10 +0000 glx (svn r13081) -Fix: Empty while-loop warnings from gcc 4.3+ draft
Tue, 13 May 2008 22:19:20 +0000 smatz (svn r13080) -Fix: warning about unused variable when compiling without asserts draft
Tue, 13 May 2008 22:02:14 +0000 smatz (svn r13079) -Fix: certain compilers give false warning about uninitialized variable draft
Tue, 13 May 2008 21:50:31 +0000 rubidium (svn r13078) -Fix: group gui used the vehicle type before it was actually set. draft
Tue, 13 May 2008 21:36:09 +0000 smatz (svn r13077) -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop draft
Tue, 13 May 2008 21:16:23 +0000 rubidium (svn r13076) -Fix [FS#2012]: the wrong autoreplace window would be shown if the vehicle isn't a train. draft
Tue, 13 May 2008 21:11:38 +0000 peter1138 (svn r13075) -Codechange: Allow any value for a dropdown item instead of just positive. draft
Tue, 13 May 2008 20:39:57 +0000 peter1138 (svn r13074) -Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly. draft
Tue, 13 May 2008 20:26:48 +0000 peter1138 (svn r13073) -Codechange: make classes of the NewGRF windows draft
Tue, 13 May 2008 18:39:15 +0000 smatz (svn r13072) -Fix (r12995): possible out-of-bounds access draft
Tue, 13 May 2008 14:59:50 +0000 rubidium (svn r13071) -Codechange: make also a class of the MainWindow. draft
Tue, 13 May 2008 14:58:41 +0000 rubidium (svn r13070) -Fix (r13069): do save before commit... draft
Tue, 13 May 2008 14:43:33 +0000 rubidium (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore. draft
Tue, 13 May 2008 14:28:27 +0000 rubidium (svn r13068) -Codechange: make a class of the BuildVehicleWindow. draft
Tue, 13 May 2008 13:39:50 +0000 rubidium (svn r13067) -Codechange: make a class of the DepotWindow. draft
Tue, 13 May 2008 12:15:52 +0000 rubidium (svn r13066) -Fix [FS#2005]: loading of TTDP savegames with rivers in them. draft
Tue, 13 May 2008 10:17:04 +0000 rubidium (svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan. draft
Tue, 13 May 2008 01:05:39 +0000 glx (svn r13064) -Codechange: make a class of the SelectPlayerFaceWindow. draft
Tue, 13 May 2008 00:46:04 +0000 belugas (svn r13063) -Fix(13062): Removal of old handler was not followed by removal in descriptor draft
Tue, 13 May 2008 00:37:29 +0000 belugas (svn r13062) -Codechange: make a class of the TransparencyToolbar. draft
Mon, 12 May 2008 21:46:08 +0000 glx (svn r13061) -Codechange: make a class of the BuildTreesWindow. draft
Mon, 12 May 2008 14:54:33 +0000 glx (svn r13060) -Codechange: update build industry window when raw_industry_construction setting is modified draft
Mon, 12 May 2008 00:26:44 +0000 glx (svn r13058) -Codechange: make a class of the ExtraViewportWindow. draft
Sun, 11 May 2008 19:47:10 +0000 glx (svn r13055) -Codechange: make a class of SmallMapWindow. draft
Sun, 11 May 2008 18:50:12 +0000 rubidium (svn r13054) -Codechange: make a class of the PlayerStationsWindow. draft
Sun, 11 May 2008 18:32:33 +0000 rubidium (svn r13053) -Codechange: station sorting used it's own implementation of GUIList and the associated enums, now it doesn't anymore. draft
Sun, 11 May 2008 18:18:18 +0000 rubidium (svn r13052) -Codechange: make a class of the DropdownWindow. draft
Sun, 11 May 2008 18:17:56 +0000 rubidium (svn r13051) -Codechange: depot_d belongs in depot_gui.cpp. draft
Sun, 11 May 2008 17:44:56 +0000 glx (svn r13050) -Codechange: make a class of IndustryViewWindow. draft
Sun, 11 May 2008 17:44:38 +0000 rubidium (svn r13049) -Codechange: make a class of the TooltipsWindow. draft
Sun, 11 May 2008 17:24:52 +0000 rubidium (svn r13048) -Codechange: make a class of the StationViewWindow. draft
Sun, 11 May 2008 15:08:44 +0000 glx (svn r13047) -Codechange: remove vp_d draft
Sun, 11 May 2008 15:00:11 +0000 rubidium (svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow. draft
Sun, 11 May 2008 14:23:45 +0000 rubidium (svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform. draft
Sun, 11 May 2008 14:09:38 +0000 rubidium (svn r13044) -Fix: deleting an already deleted window. draft
Sun, 11 May 2008 13:02:58 +0000 rubidium (svn r13043) -Codechange: remove some duplicate variables from news_d. draft
Sun, 11 May 2008 12:26:20 +0000 rubidium (svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables. draft
Sun, 11 May 2008 11:41:18 +0000 rubidium (svn r13041) -Fix: calling a virtual function on a not fully constructed object is bound to cause errors. draft
Sun, 11 May 2008 07:22:13 +0000 rubidium (svn r13040) -Codechange: make a class of the NetworkLobbyWindow. draft
Sun, 11 May 2008 06:59:51 +0000 rubidium (svn r13039) -Codechange: make a class of the Query window. draft
Sun, 11 May 2008 02:15:02 +0000 belugas (svn r13038) -Fix: When switching the signal gui patch to off, delete the signal window accordingly draft
Sat, 10 May 2008 23:44:15 +0000 rubidium (svn r13037) -Codechange: make a class of the ReplaceVehicle window. draft
Sat, 10 May 2008 23:43:08 +0000 glx (svn r13036) -Codechange: make a class of the BuildIndustry Window. draft
Sat, 10 May 2008 22:43:33 +0000 rubidium (svn r13035) -Codechange: remove two needless global-ish variables. draft
Sat, 10 May 2008 21:35:20 +0000 rubidium (svn r13034) -Fix: segmentation fault due do double delete when closing the OSK window in some cases. draft
Sat, 10 May 2008 19:59:41 +0000 smatz (svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working draft
Sat, 10 May 2008 15:58:22 +0000 glx (svn r13032) -Codechange: make industry view window resizable and truncate strings draft
Sat, 10 May 2008 13:54:20 +0000 rubidium (svn r13031) -Codechange: make AssignWidgetToWindow a static function instead of a global one as it should only be used from window.cpp. draft
Sat, 10 May 2008 13:53:11 +0000 rubidium (svn r13030) -Codechange: do use MallocT instead of ReallocT when 100% sure that the pointer you are allocating to is NULL. Patch by Alberth. draft
Sat, 10 May 2008 13:46:36 +0000 rubidium (svn r13029) -Codechange: more work in the road to getting the WP macros and byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme. draft
Sat, 10 May 2008 12:30:27 +0000 rubidium (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing. draft
Sat, 10 May 2008 08:58:52 +0000 rubidium (svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove the need for WE_ON_EDIT_TEXT_CANCEL. draft
Sat, 10 May 2008 02:59:52 +0000 belugas (svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin) draft
Fri, 09 May 2008 15:27:00 +0000 rubidium (svn r13025) -Codechange: remove the need for two WindowEvents. draft
Fri, 09 May 2008 09:29:27 +0000 rubidium (svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments. draft
Fri, 09 May 2008 07:47:30 +0000 peter1138 (svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- the original values were correct. draft
Thu, 08 May 2008 23:26:17 +0000 smatz (svn r13022) -Fix: driver list wasn't freed, replace by statically allocated one draft
Thu, 08 May 2008 22:53:49 +0000 rubidium (svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan. draft
Thu, 08 May 2008 21:09:21 +0000 glx (svn r13020) -Codechange: make industry directory window horizontally resizable and truncate strings draft
Thu, 08 May 2008 20:05:32 +0000 glx (svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc) draft
Thu, 08 May 2008 19:26:55 +0000 rubidium (svn r13018) -Codechange: make a class of the LandInfo Window. draft
Thu, 08 May 2008 16:48:29 +0000 smatz (svn r13016) -Codechange: unify the detection if rail catenary should be drawn draft
Thu, 08 May 2008 14:14:16 +0000 rubidium (svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the .cpp files where they are actually used. draft
Thu, 08 May 2008 14:04:52 +0000 glx (svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warnings draft
Thu, 08 May 2008 13:51:15 +0000 rubidium (svn r13013) -Fix: GCC 4.3 warning about a clobbering mask due to longjmp. This can't be solved by using exceptions because the longjmp is needed for PNG (C-code) handling. draft
Thu, 08 May 2008 13:48:34 +0000 rubidium (svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function... draft
Thu, 08 May 2008 13:30:50 +0000 rubidium (svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions. draft
Thu, 08 May 2008 13:29:35 +0000 rubidium (svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp. draft
Thu, 08 May 2008 13:21:55 +0000 rubidium (svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h. draft
Thu, 08 May 2008 13:20:54 +0000 glx (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings draft
Thu, 08 May 2008 13:06:12 +0000 rubidium (svn r13007) -Fix: some files in source.list where in the wrong category. draft
Thu, 08 May 2008 12:59:47 +0000 rubidium (svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there. draft
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window. draft
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor. draft
Wed, 07 May 2008 23:00:11 +0000 bjarni (svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a pointer to the front vehicle in certain cases draft
Wed, 07 May 2008 22:08:20 +0000 bjarni (svn r13001) -Fix [FS#1994](r12913): [autoreplace] we should stop working on vehicles right away if we fail to replace them and certainly not presume their data is valid draft
Wed, 07 May 2008 21:51:13 +0000 glx (svn r13000) -Fix (r12991): broken win9x compilation draft
Wed, 07 May 2008 21:45:27 +0000 rubidium (svn r12999) -Fix [FS#1995]: when a Window got deleted on a double click event, we should not send a click event to the now non-existant Window as that causes segfaults. draft
Wed, 07 May 2008 21:42:17 +0000 rubidium (svn r12998) -Fix: -Wredundant_decls sees "friend" declarations as redundant declarations in GCC 2.95, so only use if for GCC >= 3. draft
Wed, 07 May 2008 20:10:48 +0000 glx (svn r12996) -Fix: debugging was not possible with MSVC 2008 draft
Wed, 07 May 2008 18:31:29 +0000 smatz (svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT draft
Wed, 07 May 2008 18:14:09 +0000 smatz (svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty draft
Wed, 07 May 2008 17:36:28 +0000 smatz (svn r12993) -Fix (r11175): list used for sorting GRFs wasn't freed draft
Wed, 07 May 2008 15:53:58 +0000 smatz (svn r12992) -Fix (r12976): main toolbar wasn't marked dirty when a child combobox was destroyed draft
Wed, 07 May 2008 14:12:20 +0000 glx (svn r12991) -Codechange: removed some unneeded includes draft
Wed, 07 May 2008 13:37:53 +0000 rubidium (svn r12990) -Fix: silence the redundanct declaration warning when compiling with iconv. draft
Wed, 07 May 2008 13:18:33 +0000 rubidium (svn r12989) -Codechange: move ViewportSign to viewport_type.h. draft
Wed, 07 May 2008 13:11:33 +0000 bjarni (svn r12988) -Fix [FS#1992](r12913): [autoreplace] failing to replace a road vehicle could free it's slot without the vehicle knowing it (leading to assert) draft
Wed, 07 May 2008 13:10:15 +0000 rubidium (svn r12987) -Codechange: split viewport and tile selection. draft
Wed, 07 May 2008 09:07:19 +0000 rubidium (svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers. draft
Wed, 07 May 2008 08:38:56 +0000 bjarni (svn r12985) -Fix (r12977): [OSX] fixed missing includes in the cocoa files draft
Wed, 07 May 2008 08:27:55 +0000 rubidium (svn r12984) -Codechange: some coding style in window.cpp. draft
Wed, 07 May 2008 00:04:40 +0000 belugas (svn r12983) -Codechange [FS#1987] : Unification of all dynamite tools calls to only one. Thanks to Roujin draft
Tue, 06 May 2008 23:45:25 +0000 smatz (svn r12982) -Fix: compiler warning when compiling without asserts draft
Tue, 06 May 2008 23:43:47 +0000 glx (svn r12981) -Codechange: remove some useless includes and defines draft
Tue, 06 May 2008 22:50:55 +0000 rubidium (svn r12980) -Fix: MorphOS threading support. Patch by Fabien Coeurjoly. draft
Tue, 06 May 2008 22:42:10 +0000 rubidium (svn r12979) -Codechange: support using MORPHOS in sources.list. draft
Tue, 06 May 2008 22:41:28 +0000 rubidium (svn r12978) -Codechange: "\\0" is not needed for the MorphOS revision string. Patch by tokai. draft
Tue, 06 May 2008 22:17:12 +0000 rubidium (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations. draft
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL. draft
Tue, 06 May 2008 21:28:30 +0000 rubidium (svn r12975) -Codechange: replace DeleteWindow(w) with delete w. draft
Tue, 06 May 2008 21:07:47 +0000 rubidium (svn r12974) -Codechange: check whether loading/saving highscores goes as it should be. draft
Tue, 06 May 2008 17:24:27 +0000 peter1138 (svn r12973) -Codechange: Rename GRMSpriteEntry to GRFLocation, as it is not necessarily specific to GRM sprites... draft
Tue, 06 May 2008 15:36:55 +0000 glx (svn r12972) -Fix (r12971): forgot to close a comment draft
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. draft
Tue, 06 May 2008 15:06:19 +0000 glx (svn r12970) -Codechange: coding style for some function names draft
Tue, 06 May 2008 14:24:33 +0000 rubidium (svn r12969) -Codechange: remove a completely pointless file. draft
Tue, 06 May 2008 10:31:50 +0000 maedhros (svn r12968) -Fix: Don't segfault when adding a server if 0.0.0.0 was entered for the address. draft
Mon, 05 May 2008 23:04:24 +0000 glx (svn r12967) -Fix (r12966): my lang update script failed draft
Mon, 05 May 2008 22:52:49 +0000 glx (svn r12966) -Update: apply english.txt changes from r12965 to other languages draft
Mon, 05 May 2008 22:42:06 +0000 glx (svn r12965) -Codechange: add support for callback 37 in industries directory window draft
Mon, 05 May 2008 22:37:40 +0000 glx (svn r12964) -Codechange: rewrite callback 37 related code so it will be easier to add supported windows draft
Mon, 05 May 2008 22:35:33 +0000 rubidium (svn r12963) -Fix (r12960): loading some NewGRFs could cause an infinite loop. draft
Mon, 05 May 2008 22:22:12 +0000 smatz (svn r12962) -Fix (r12961): forgot one break draft
Mon, 05 May 2008 22:03:01 +0000 smatz (svn r12961) -Codechange: store the type of savegame we are loading in a global variable draft
Mon, 05 May 2008 21:54:05 +0000 rubidium (svn r12960) -Codechange: handle return values of (some) file system related functions. draft
Mon, 05 May 2008 21:09:03 +0000 glx (svn r12959) -Fix: don't assume no production when the first produced cargo is invalid in industries directory draft
Mon, 05 May 2008 19:02:10 +0000 peter1138 (svn r12958) -Codechange: Allocate sprites reserved by GRM in advance of 'Action 1' sprites, giving much less chance of GRM reservation failure if lots of NewGRF sets are loaded. draft
Mon, 05 May 2008 18:27:57 +0000 rubidium (svn r12957) -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case. draft
Mon, 05 May 2008 16:05:36 +0000 belugas (svn r12956) -Codechange: Code-style application on switch-case aligment draft
Mon, 05 May 2008 15:07:09 +0000 smatz (svn r12955) -Fix (r12858): compilation with desync debug was broken draft
Mon, 05 May 2008 11:36:43 +0000 peter1138 (svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location' button, a town/station/industry list, or some news items. draft
Mon, 05 May 2008 11:24:58 +0000 peter1138 (svn r12952) -Cleanup: Indenting and codestyle draft
Mon, 05 May 2008 02:11:12 +0000 belugas (svn r12951) -Fix(r9762)[FS#1977): Revert the new difficulty settings of town and industries back to their initial values. draft
Mon, 05 May 2008 02:02:32 +0000 belugas (svn r12950) -Fix: two includes is one too much draft
Sun, 04 May 2008 22:57:50 +0000 rubidium (svn r12949) -Fix [FS#1978]: no loading/no unloading orders were 'forgotten' during manual replaces. draft
Sun, 04 May 2008 22:38:18 +0000 rubidium (svn r12948) -Fix [FS#1982]: all vehicles would be available when an original scenario would be played. draft
Sun, 04 May 2008 22:32:25 +0000 glx (svn r12947) -Fix: keep only first 15 bits for non failed callback results draft
Sun, 04 May 2008 22:19:44 +0000 rubidium (svn r12946) -Fix: do not allocate the OldNames table when creating a new game as it won't be used anyway. draft
Sun, 04 May 2008 22:13:47 +0000 rubidium (svn r12945) -Fix: (small) memory leak when joining/exiting threads. draft
Sun, 04 May 2008 21:53:36 +0000 smatz (svn r12944) -Codechange: use rev.h instead of externs at many places draft
Sun, 04 May 2008 21:47:36 +0000 rubidium (svn r12943) -Fix: reading/modifying invalid data under some circumstances. draft
Sun, 04 May 2008 21:36:37 +0000 rubidium (svn r12942) -Fix [FS#1979]: closing some windows caused recursion in the Window deletion causing the reading invalid/freed data which could cause crashes. draft
Sun, 04 May 2008 10:05:50 +0000 rubidium (svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth. draft
Sun, 04 May 2008 10:05:35 +0000 bjarni (svn r12940) -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should include the cargo packets in the vehicle as well draft
Sun, 04 May 2008 09:39:16 +0000 rubidium (svn r12939) -Codechange: do not use the window proc to determine whether a toolbar is a rail toolbar, but use the window number. draft
Sun, 04 May 2008 08:56:59 +0000 rubidium (svn r12938) -Codechange: coding style fixes. Patch by Alberth. draft
Sun, 04 May 2008 08:49:57 +0000 rubidium (svn r12937) -Codechange: split allocating and finding the spot to place a window. Patch by Alberth. draft
Sun, 04 May 2008 08:38:21 +0000 rubidium (svn r12936) -Doc: a few structs in geometry_type.hpp. Patch by Alberth. draft
Fri, 02 May 2008 08:15:36 +0000 rubidium (svn r12935) -Fix [FS#1975]: vehicles forget their manual depot order when stopping at a station. Now we just pass through the station without stopping when a vehicle has been given a depot order. draft
Fri, 02 May 2008 02:06:57 +0000 belugas (svn r12934) -Codechange: Before verification of local authority, just make sure airport can physically be built there. Just moving tests draft
Thu, 01 May 2008 22:51:53 +0000 glx (svn r12933) -Fix: minor errors related to industries accepted/produced cargo draft
Wed, 30 Apr 2008 17:42:08 +0000 peter1138 (svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides. draft
Wed, 30 Apr 2008 07:39:46 +0000 rubidium (svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka. draft
Tue, 29 Apr 2008 23:11:55 +0000 smatz (svn r12929) -Fix [FS#1967](r12560): town rating was too often reset to Mediocre draft
Tue, 29 Apr 2008 21:31:29 +0000 peter1138 (svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist. draft
Tue, 29 Apr 2008 18:19:29 +0000 rubidium (svn r12921) -Codechange: coding style fixes and documentation updates. draft
Tue, 29 Apr 2008 18:08:14 +0000 smatz (svn r12920) -Fix (r12859): town rating was affected even after the test run draft
Tue, 29 Apr 2008 16:36:44 +0000 smatz (svn r12919) -Fix [FS#1965]: flood road tiles even when there are road works in progress draft
Tue, 29 Apr 2008 10:26:22 +0000 rubidium (svn r12918) -Fix [FS#1963] (r12679): last airport would always be shown as buildable even when it was not. draft
Tue, 29 Apr 2008 07:11:54 +0000 peter1138 (svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGINEIDS_OF_TYPE draft
Mon, 28 Apr 2008 23:48:45 +0000 smatz (svn r12916) -Fix: let ThreadObject_pthread::IsRunning() behave the same way as ThreadObject_Win32::IsRunning() does draft
Mon, 28 Apr 2008 23:34:23 +0000 smatz (svn r12915) -Fix [FS#1960](r12857): don't initialize Station struct with tile=0, buoys will never change that value draft
Mon, 28 Apr 2008 11:15:13 +0000 peter1138 (svn r12914) -Fix: Game crash when a spectator/server tried to show an engine with no owner when a NewGRF requested a specific variable. draft
Sun, 27 Apr 2008 20:09:29 +0000 bjarni (svn r12913) -Add: ability to backup and restore a player's economic data and data for a vehicle (or chain of vehicles) draft
Sun, 27 Apr 2008 18:05:48 +0000 bjarni (svn r12912) -Codechange: overloaded ChangeVehicleViewWindow() so each argument can be either a Vehicle pointer or a VehicleID draft
Sun, 27 Apr 2008 10:19:41 +0000 peter1138 (svn r12910) -Fix: Report reverse sprite status (FD/FE) to NewGRF for manually toggled vehicles. draft
Sat, 26 Apr 2008 14:20:39 +0000 smatz (svn r12906) -Fix: vehicle groups, engine replacement rules and player/company names were not properly reset/freed after bankrupt (before new player start) draft
Fri, 25 Apr 2008 16:33:40 +0000 smatz (svn r12904) -Fix [FS#1953]: remove trams from savegames saved in OTTD without tram support, it is better than to simply crash draft
Fri, 25 Apr 2008 15:25:28 +0000 rubidium (svn r12898) -Codechange: coding style in unmovable_cmd.cpp. draft
Fri, 25 Apr 2008 15:22:32 +0000 rubidium (svn r12897) -Codechange: some coding style in station_cmd.cpp. draft
Fri, 25 Apr 2008 15:05:08 +0000 glx (svn r12895) -Fix: restored Icelandic plural form and removed cases from Brazilian Portuguese (again) draft
Fri, 25 Apr 2008 06:15:58 +0000 rubidium (svn r12892) -Fix: too many items in the vehicle toolbars were greyed out. draft
Thu, 24 Apr 2008 23:50:40 +0000 glx (svn r12882) -Fix (r12764): the check for missing header files could find more files than needed draft
Thu, 24 Apr 2008 23:40:42 +0000 glx (svn r12881) -Fix (r12770): the check for missing header files could find more files than needed draft
Thu, 24 Apr 2008 20:07:12 +0000 rubidium (svn r12876) -Fix [FS#1928]: gcc on FreeBSD does not support -dumpmachine. As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine. draft
Thu, 24 Apr 2008 18:30:41 +0000 belugas (svn r12875) -Codechange: Use defined const instead of cast magic draft
Thu, 24 Apr 2008 18:17:53 +0000 belugas (svn r12874) -Codechange: The closest town is already known. Do not search for it again. draft