Mercurial > hg > openttd
graph
-
(svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functions/enums/variables as they are not used anymore. draftFri, 16 May 2008 23:30:10 +0000, by rubidium
-
(svn r13129) -Codechange: remove the WP macro and it's related variables. draftFri, 16 May 2008 23:29:31 +0000, by rubidium
-
(svn r13128) -Codechange: Make a class of the refit window draftFri, 16 May 2008 23:23:38 +0000, by peter1138
-
(svn r13127) -Fix (r13122): of course WIN32_LEAN_AND_MEAN excludes too much stuff draftFri, 16 May 2008 22:29:27 +0000, by glx
-
(svn r13125) -Fix [FS#2000](r12913): [autoreplace] failing replacement and restoring a vehicle will no longer decrease the vehicle count in groups draftFri, 16 May 2008 21:04:49 +0000, by bjarni
-
(svn r13124) -Codechange: make a class of the OrdersWindow. draftFri, 16 May 2008 20:08:20 +0000, by glx
-
(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed anymore. Patch by Cirdan. draftFri, 16 May 2008 20:04:17 +0000, by rubidium
-
(svn r13122) -Fix: WIN32_LEAN_AND_MEAN define is needed for all WIN32 compilers draftFri, 16 May 2008 17:53:19 +0000, by glx
-
(svn r13121) -Codechange: make a class of the PerformanceRatingDetailWindow. draftFri, 16 May 2008 17:45:43 +0000, by rubidium
-
(svn r13120) -Codechange: make a class of the VehicleDetailsWindow. draftFri, 16 May 2008 17:33:09 +0000, by rubidium
-
(svn r13119) -Codechange: make a class of the timetable window. draftFri, 16 May 2008 13:39:25 +0000, by rubidium
-
(svn r13118) -Codechange: make classes of the EndGameWindow and the HighScoreWindow. draftFri, 16 May 2008 13:21:43 +0000, by rubidium
-
(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow. draftFri, 16 May 2008 07:34:48 +0000, by rubidium
-
(svn r13116) -Codechange: make a window class of the statusbar window. draftFri, 16 May 2008 07:24:21 +0000, by rubidium
-
(svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow. draftFri, 16 May 2008 07:15:32 +0000, by rubidium
-
(svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar. draftFri, 16 May 2008 07:08:04 +0000, by rubidium
-
(svn r13113) -Codechange: make a class of the TownAuthorityWindow. draftThu, 15 May 2008 22:47:03 +0000, by rubidium
-
(svn r13112) -Codechange: make classes of the patches and custom currency windows. draftThu, 15 May 2008 21:48:47 +0000, by rubidium
-
(svn r13111) -Documentation: update the documentation of AddNewsItem to reflect reality. Patch by Cirdan. draftThu, 15 May 2008 20:53:44 +0000, by rubidium
-
(svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly. draftThu, 15 May 2008 20:52:28 +0000, by rubidium
-
(svn r13109) -Codechange: make a class out of the CheatWindow. draftThu, 15 May 2008 20:51:52 +0000, by rubidium
-
(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus. draftThu, 15 May 2008 20:04:10 +0000, by rubidium
-
(svn r13107) -Codechange: make NetworkCompanyPasswordWindow and SelectPlayerFaceWindow children of PlayerCompanyWindow. draftThu, 15 May 2008 19:24:15 +0000, by glx
-
(svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created. draftThu, 15 May 2008 19:00:20 +0000, by rubidium
-
(svn r13105) -Fix [FS#2015]: the title of a query window would (sometimes) change when the on screen keyboard was opened. draftThu, 15 May 2008 18:26:45 +0000, by rubidium
-
(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows. draftThu, 15 May 2008 14:41:56 +0000, by rubidium
-
(svn r13103) -Codechange: make a class of the PlayerCompanyWindow. draftThu, 15 May 2008 14:12:22 +0000, by rubidium
-
(svn r13102) -Codechange: make a class of the NewsWindow. draftThu, 15 May 2008 13:47:55 +0000, by rubidium
-
(svn r13101) -Codechange: remove a unused global function. draftThu, 15 May 2008 13:47:22 +0000, by 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. draftThu, 15 May 2008 13:39:36 +0000, by 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. draftThu, 15 May 2008 11:17:56 +0000, by rubidium
-
(svn r13098) -Fix [FS#2016]: segmentation fault on opening an already opened depot. draftThu, 15 May 2008 08:01:46 +0000, by rubidium
-
(svn r13097) -Codechange: make a class of the GameDifficultyWindow. draftThu, 15 May 2008 00:01:42 +0000, by glx
-
(svn r13096) -Codechange: resize SelectPlayerLiveryWindow dynamically on _loaded_newgrf_feature.has_2CC changes draftWed, 14 May 2008 23:02:05 +0000, by glx
-
(svn r13095) -Codechange: make a class of the SelectPlayerLiveryWindow. draftWed, 14 May 2008 22:52:12 +0000, by glx
-
(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. draftWed, 14 May 2008 20:28:11 +0000, by rubidium
-
(svn r13093) -Codechange: make a class of AboutWindow. draftWed, 14 May 2008 20:01:06 +0000, by glx
-
(svn r13092) -Fix (r13042): don't add a variable in a subclass when the parent class already have it draftWed, 14 May 2008 19:08:09 +0000, by glx
-
(svn r13091) -Fix: certain compilers give false warning about uninitialized variable draftWed, 14 May 2008 18:35:15 +0000, by smatz
-
(svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits draftWed, 14 May 2008 18:31:21 +0000, by smatz
-
(svn r13089) -Fix (r13072): MorphOS compilation was broken draftWed, 14 May 2008 18:27:39 +0000, by smatz
-
(svn r13088) -Codechange: use SigSegState enum instead of bool variable (michi_cc) draftWed, 14 May 2008 16:38:53 +0000, by smatz
-
(svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc) draftWed, 14 May 2008 15:34:04 +0000, by peter1138
-
(svn r13086) -Fix: do not crash badly after loading a newgrf with engines in-game that often draftWed, 14 May 2008 15:29:48 +0000, by smatz
-
(svn r13085) -Fix (r12980): wrong syntax in source.list causing unneeded file additions by generate.vbs draftWed, 14 May 2008 03:34:17 +0000, by glx
-
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files draftWed, 14 May 2008 02:52:06 +0000, by glx
-
(svn r13083) -Fix (r13042): another segmentation fault when OskWindow's parent closes it draftWed, 14 May 2008 02:32:35 +0000, by glx
-
(svn r13082) -Fix (r13042): segmentation fault due to too early deletion of OskWindow. draftWed, 14 May 2008 01:57:12 +0000, by glx
-
(svn r13081) -Fix: Empty while-loop warnings from gcc 4.3+ draftTue, 13 May 2008 22:42:10 +0000, by glx
-
(svn r13080) -Fix: warning about unused variable when compiling without asserts draftTue, 13 May 2008 22:19:20 +0000, by smatz
-
(svn r13079) -Fix: certain compilers give false warning about uninitialized variable draftTue, 13 May 2008 22:02:14 +0000, by smatz
-
(svn r13078) -Fix: group gui used the vehicle type before it was actually set. draftTue, 13 May 2008 21:50:31 +0000, by rubidium
-
(svn r13077) -Codechange: move function that updates cached num_engines to engine.cpp, make it run only 1 loop draftTue, 13 May 2008 21:36:09 +0000, by smatz
-
(svn r13076) -Fix [FS#2012]: the wrong autoreplace window would be shown if the vehicle isn't a train. draftTue, 13 May 2008 21:16:23 +0000, by rubidium
-
(svn r13075) -Codechange: Allow any value for a dropdown item instead of just positive. draftTue, 13 May 2008 21:11:38 +0000, by 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. draftTue, 13 May 2008 20:39:57 +0000, by peter1138
-
(svn r13073) -Codechange: make classes of the NewGRF windows draftTue, 13 May 2008 20:26:48 +0000, by peter1138
-
(svn r13072) -Fix (r12995): possible out-of-bounds access draftTue, 13 May 2008 18:39:15 +0000, by smatz
-
(svn r13071) -Codechange: make also a class of the MainWindow. draftTue, 13 May 2008 14:59:50 +0000, by rubidium