src/transparency_gui.cpp
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.
Tue, 30 Sep 2008 16:50:25 +0000 belugas (svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement.
Thu, 31 Jul 2008 05:47:29 +0000 peter1138 (svn r13890) -Codechange: Simplify drawing of invisibilty buttons in the transparency gui -- the real widgets above already have coordinates so there is no need to hardcode them again. As an added bonus the invisibility buttons now line up properly.
Thu, 31 Jul 2008 03:13:35 +0000 belugas (svn r13889) -Codechange: Replace numbers with Colours enum on transparency gui.
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
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.
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.
Tue, 13 May 2008 00:46:04 +0000 belugas (svn r13063) -Fix(13062): Removal of old handler was not followed by removal in descriptor
Tue, 13 May 2008 00:37:29 +0000 belugas (svn r13062) -Codechange: make a class of the TransparencyToolbar.
Thu, 08 May 2008 11:50:34 +0000 rubidium (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
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.
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.
Thu, 03 Apr 2008 19:55:40 +0000 smatz (svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
Fri, 29 Feb 2008 13:57:50 +0000 peter1138 (svn r12319) -Cleanup: Comment fixes (Roujin)
Sun, 10 Feb 2008 15:53:26 +0000 smatz (svn r12103) -Feature(tte): separate catenary transparency settings from building transparency settings
Sun, 10 Feb 2008 14:49:44 +0000 maedhros (svn r12102) -Feature: Allow locking individual transparency settings so they will not be changed by pressing 'x'. (Roujin)
Wed, 30 Jan 2008 17:36:28 +0000 belugas (svn r12022) -Revert(r12018): Invisible trees are now separate from the building concept.
Wed, 30 Jan 2008 03:34:24 +0000 belugas (svn r12018) -Fix(FS#1721,r9563): Restore initial intent on the invisible tree while transparent building patch setting
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.
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.
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.
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551.
Sat, 10 Nov 2007 01:17:15 +0000 belugas (svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
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.
Thu, 21 Jun 2007 16:17:47 +0000 truelight (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)
Tue, 08 May 2007 14:28:55 +0000 maedhros (svn r9814) -Fix (r1): Remove the duplicate sign sprite from openttd.grf since it's in the original data files.
Mon, 07 May 2007 20:25:20 +0000 peter1138 (svn r9812) -Fix (r9679): Obiwan prevented proper display of last transparency button.
Thu, 19 Apr 2007 18:51:40 +0000 belugas (svn r9679) -Codechange: use enums to identify transparency widgets and add a bit of documentation (patch by Wolf01)
Thu, 05 Apr 2007 07:49:04 +0000 peter1138 (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.