Sat, 30 Jan 2010 18:34:48 +0000 |
frosch |
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
draft
|
Fri, 15 Jan 2010 16:41:15 +0000 |
rubidium |
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
draft
|
Mon, 11 Jan 2010 18:46:09 +0000 |
rubidium |
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
draft
|
Mon, 04 Jan 2010 18:49:27 +0000 |
rubidium |
(svn r18723) -Codechange: also simplify looping over an area when building trees, desert, rocky areas or leveling land
draft
|
Mon, 21 Dec 2009 16:24:29 +0000 |
alberth |
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
draft
|
Sat, 28 Nov 2009 15:01:49 +0000 |
rubidium |
(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable
draft
|
Sat, 28 Nov 2009 14:42:35 +0000 |
rubidium |
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
draft
|
Sat, 28 Nov 2009 14:30:00 +0000 |
rubidium |
(svn r18320) -Codechange: make the terraform and transparency window not use absolute location but manually calculate based on toolbar size etc.
draft
|
Tue, 24 Nov 2009 21:13:36 +0000 |
rubidium |
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
draft
|
Tue, 24 Nov 2009 18:05:55 +0000 |
rubidium |
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
draft
|
Tue, 24 Nov 2009 17:28:29 +0000 |
rubidium |
(svn r18274) -Codechange: remove the unused WDF flags
draft
|
Sun, 22 Nov 2009 18:26:01 +0000 |
alberth |
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
draft
|
Tue, 17 Nov 2009 19:16:48 +0000 |
rubidium |
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
draft
|
Sun, 15 Nov 2009 10:26:01 +0000 |
rubidium |
(svn r18086) -Codechange: remove 'widget' from WindowDesc
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Sun, 04 Oct 2009 17:10:57 +0000 |
smatz |
(svn r17692) -Codechange: minor coding style fixes
draft
|
Fri, 02 Oct 2009 15:13:15 +0000 |
rubidium |
(svn r17682) -Codechange: remove erroneous space before some commas
draft
|
Sat, 19 Sep 2009 11:31:12 +0000 |
alberth |
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
draft
|
Sat, 19 Sep 2009 09:51:14 +0000 |
rubidium |
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
draft
|
Sun, 13 Sep 2009 19:15:59 +0000 |
frosch |
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
draft
|
Sun, 23 Aug 2009 19:03:09 +0000 |
rubidium |
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Wed, 05 Aug 2009 17:59:21 +0000 |
rubidium |
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
draft
|
Tue, 04 Aug 2009 22:19:46 +0000 |
rubidium |
(svn r17063) -Fix: terraform toolbar had the wrong tooltip for building trees.
draft
|
Sun, 26 Jul 2009 21:50:30 +0000 |
rubidium |
(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP
draft
|
Fri, 24 Jul 2009 07:38:10 +0000 |
rubidium |
(svn r16934) -Codechange: introduce a simple helper function to check whether a station is pending deletion or not
draft
|
Wed, 22 Jul 2009 11:35:35 +0000 |
rubidium |
(svn r16914) -Codechange: split Station and BaseStation into different files
draft
|
Wed, 22 Jul 2009 10:18:19 +0000 |
rubidium |
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
draft
|
Wed, 22 Jul 2009 08:59:57 +0000 |
rubidium |
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
draft
|
Sat, 18 Jul 2009 15:29:16 +0000 |
alberth |
(svn r16873) -Codechange: Terraform window and scenario landscape editing window switched to nested widgets.
draft
|
Mon, 01 Jun 2009 14:36:36 +0000 |
smatz |
(svn r16497) -Feature [FS#2870]: Q/W/E/D will now open the landscape toolbar and select appropriate tool
draft
|
Mon, 18 May 2009 00:33:24 +0000 |
smatz |
(svn r16348) -Fix (r16280): buoys with invalid station ID could be left in the game
draft
|
Sun, 17 May 2009 01:00:56 +0000 |
smatz |
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
draft
|
Wed, 13 May 2009 10:57:32 +0000 |
rubidium |
(svn r16290) -Fix [FS#2888]: unable to (re)set the desert state for watery tiles
draft
|
Mon, 11 May 2009 18:17:21 +0000 |
smatz |
(svn r16280) -Fix (r13731): crash after using the 'Reset landscape' function
draft
|
Tue, 21 Apr 2009 23:40:56 +0000 |
rubidium |
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
draft
|
Sun, 19 Apr 2009 10:31:30 +0000 |
rubidium |
(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing
draft
|
Sat, 18 Apr 2009 07:49:20 +0000 |
alberth |
(svn r16076) -Codechange: Added nested widgets to terraform windows.
draft
|
Sun, 15 Mar 2009 15:12:06 +0000 |
rubidium |
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
draft
|
Wed, 04 Feb 2009 16:59:41 +0000 |
rubidium |
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
draft
|
Wed, 04 Feb 2009 16:45:07 +0000 |
rubidium |
(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Wed, 21 Jan 2009 02:31:55 +0000 |
Yexo |
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
draft
|
Wed, 14 Jan 2009 13:40:11 +0000 |
smatz |
(svn r15081) -Fix (r15080): of course it's about southern border, not northern...
draft
|
Wed, 14 Jan 2009 13:11:39 +0000 |
smatz |
(svn r15080) -Fix: terraforming at the northern border failed without any visible reason
draft
|
Wed, 07 Jan 2009 14:45:07 +0000 |
rubidium |
(svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command table
draft
|
Fri, 02 Jan 2009 21:01:13 +0000 |
rubidium |
(svn r14786) -Fix: road/rail/water/airport toolbar opened over terraform toolbar when toolbar linking is turned on.
draft
|
Tue, 30 Dec 2008 15:32:46 +0000 |
rubidium |
(svn r14774) -Change: show which tile caused the "error" when leveling land like raising and lowering does and use the same sound.
draft
|
Sun, 28 Dec 2008 14:37:19 +0000 |
rubidium |
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
draft
|
Sun, 16 Nov 2008 14:17:49 +0000 |
rubidium |
(svn r14582) -Fix [FS#2392]: blank box on cost estimation of levelling a flat area.
draft
|
Tue, 30 Sep 2008 20:51:04 +0000 |
rubidium |
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
draft
|
Tue, 30 Sep 2008 20:39:50 +0000 |
rubidium |
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
draft
|
Sat, 02 Aug 2008 02:28:17 +0000 |
belugas |
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
draft
|
Fri, 18 Jul 2008 16:40:29 +0000 |
rubidium |
(svn r13731) -Codechange: make a pool of the array of players.
draft
|
Thu, 17 Jul 2008 20:13:01 +0000 |
rubidium |
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
draft
|
Wed, 25 Jun 2008 17:30:16 +0000 |
skidd13 |
(svn r13628) -Feature: enable building of aqueducts in the scenario editor
draft
|
Tue, 24 Jun 2008 15:58:01 +0000 |
rubidium |
(svn r13624) -Fix [FS#2106]: crash when one tries to raise the nothern corner of MP_VOID tiles (i.e. the southern corner of the tiles on the southern map edge) in the scenario editor.
draft
|
Sat, 14 Jun 2008 01:08:59 +0000 |
belugas |
(svn r13513) -Codechange: Give proper message when building a river fails.
draft
|
Thu, 29 May 2008 15:13:28 +0000 |
rubidium |
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
draft
|
Mon, 26 May 2008 10:41:30 +0000 |
smatz |
(svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving
draft
|