src/bridge_gui.cpp
Sun, 14 Sep 2008 19:36:31 +0000 rubidium (svn r14326) -Fix: some wrong comments (Yexo)
Wed, 30 Jul 2008 14:04:15 +0000 belugas (svn r13876) -Codechange: Replace numbers with Colours enum on bridge gui
Fri, 20 Jun 2008 14:54:47 +0000 skidd13 (svn r13592) -Fix: window size remembering was broken
Mon, 16 Jun 2008 17:05:17 +0000 skidd13 (svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls
Sun, 08 Jun 2008 19:18:01 +0000 rubidium (svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened.
Tue, 27 May 2008 00:13:51 +0000 smatz (svn r13280) -Fix (r13276): MSVC compilation was broken
Mon, 26 May 2008 20:20:38 +0000 glx (svn r13273) -Fix [FS#2042]: MSVC warnings (again)
Mon, 26 May 2008 17:53:37 +0000 skidd13 (svn r13269) -Codechange: build bridge window uses GUILists Sort() now
Mon, 26 May 2008 16:23:23 +0000 peter1138 (svn r13266) -Codechange: Use SmallVector in GUIList
Tue, 20 May 2008 21:55:45 +0000 glx (svn r13202) -Fix (r13149): MSVC signed/unsigned warning
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Sun, 18 May 2008 12:25:46 +0000 skidd13 (svn r13159) -Feature: Add the ability to sort availible bridges in the build bridge GUI
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.
Sat, 17 May 2008 22:07:04 +0000 skidd13 (svn r13149) -Codechange: make a class of the BuildBridgeWindow.
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.
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
Tue, 06 May 2008 21:28:30 +0000 rubidium (svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
Thu, 14 Feb 2008 03:10:22 +0000 belugas (svn r12136) -Fix(r12135): Code style compliance and... code style as such
Thu, 14 Feb 2008 02:57:38 +0000 belugas (svn r12135) -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly.
Mon, 11 Feb 2008 17:35:15 +0000 belugas (svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy with other Specs in used.
Mon, 11 Feb 2008 04:12:30 +0000 belugas (svn r12107) -Codechange: Add and use the typedef BridgeType
Tue, 05 Feb 2008 05:21:02 +0000 belugas (svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec
Wed, 23 Jan 2008 22:34:04 +0000 smatz (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Sat, 29 Dec 2007 09:24:26 +0000 rubidium (svn r11719) -Codechange: split sound.h in a header with types and one with functions.
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 21:50:46 +0000 rubidium (svn r11677) -Codechange: move price and command related types/functions to their respective places.
Fri, 21 Dec 2007 19:49:27 +0000 rubidium (svn r11675) -Codechange: split the string types from the string functions.
Wed, 19 Dec 2007 20:45:46 +0000 rubidium (svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
Wed, 19 Dec 2007 19:44:29 +0000 rubidium (svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
Thu, 06 Dec 2007 18:29:31 +0000 skidd13 (svn r11580) -Feature: Memorise the resizing of the build bridge selection window during runtime
Thu, 29 Nov 2007 18:27:39 +0000 skidd13 (svn r11539) -Feature: Make the bridge selection window resizable
Sun, 04 Nov 2007 00:08:57 +0000 belugas (svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
Tue, 04 Sep 2007 11:58:27 +0000 rubidium (svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remotely trigger an assertion.
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
Mon, 16 Jul 2007 09:16:58 +0000 rubidium (svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
Thu, 21 Jun 2007 17:25:17 +0000 rubidium (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
Thu, 21 Jun 2007 14:54:51 +0000 rubidium (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
Thu, 21 Jun 2007 14:32:27 +0000 rubidium (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
Mon, 18 Jun 2007 19:53:50 +0000 rubidium (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
Mon, 18 Jun 2007 10:48:15 +0000 rubidium (svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
Sat, 03 Mar 2007 10:48:25 +0000 peter1138 (svn r8990) -Fix: more indenting and variable scoping
Fri, 23 Feb 2007 01:48:53 +0000 belugas (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
Sun, 04 Feb 2007 05:53:09 +0000 peter1138 (svn r8569) -Fix (r8464): revert properly
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)