log src/settings_gui.cpp @ 12778:bc7926153e19 draft

age author description
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Thu, 20 Aug 2009 17:02:44 +0000 rubidium (svn r17241) -Change: make a distinction between missing and corrupted data files. If (at least) one data file is missing do not consider the set to be useable. Do also no autodetect sets with missing files. draft
Thu, 13 Aug 2009 19:54:18 +0000 rubidium (svn r17167) -Fix: don't resize the 'base grf status' text part in the game options window when there is no base graphics set that misses files. draft
Sun, 09 Aug 2009 19:50:44 +0000 rubidium (svn r17139) -Change: add the concept of sound sets draft
Sun, 09 Aug 2009 19:06:35 +0000 rubidium (svn r17138) -Fix: some MSVC 64 bits compiler warnings draft
Sun, 09 Aug 2009 16:54:03 +0000 rubidium (svn r17133) -Codechange: generalise the code that searches for base graphics draft
Sun, 09 Aug 2009 14:40:34 +0000 smatz (svn r17131) -Codechange: apply coding style to some switch statements 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 18:04:33 +0000 rubidium (svn r17062) -Change: unify the naming of some 125 strings draft
Sat, 25 Jul 2009 15:58:48 +0000 frosch (svn r16957) -Fix: Trigger the same window repositioning after changing font/language as it is done after resizing the main OpenTTD window. draft
Sat, 25 Jul 2009 15:10:52 +0000 rubidium (svn r16954) -Codechange: make the Game Options window use the nested widget system. draft
Thu, 23 Jul 2009 19:31:50 +0000 rubidium (svn r16930) -Codechange: more StringID name unification and grouping 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
Sat, 18 Jul 2009 08:41:58 +0000 rubidium (svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords draft
Thu, 16 Jul 2009 10:13:33 +0000 rubidium (svn r16842) -Cleanup: add some spaces around a few operators draft
Mon, 13 Jul 2009 22:33:25 +0000 rubidium (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. draft
Fri, 10 Jul 2009 16:32:12 +0000 rubidium (svn r16781) -Fix [FS#3026] (r16297): don't cast negative values to uints when the settings' range is "negative..positive". draft
Sun, 28 Jun 2009 20:09:40 +0000 alberth (svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change. draft
Sat, 27 Jun 2009 20:53:45 +0000 alberth (svn r16677) -Codechange: Dimension width and height are unsigned. draft
Sun, 21 Jun 2009 13:26:30 +0000 yexo (svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. draft
Sun, 31 May 2009 09:31:56 +0000 rubidium (svn r16474) -Fix [FS#2933]: could set company related settings via query window draft
Tue, 26 May 2009 12:53:34 +0000 yexo (svn r16431) -Fix (16429): Company settings can also be changed in multiplayer games draft
Tue, 26 May 2009 11:40:14 +0000 yexo (svn r16429) -Change: Make the company settings behave like all others settings: the default set in the main menu / config file is now really the default for a new company, and changing the value in game will no longer change the default for new companies. draft
Fri, 22 May 2009 15:23:47 +0000 smatz (svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead draft
Sun, 17 May 2009 18:21:21 +0000 frosch (svn r16342) -Feature(tte): Display base graphics description in game options window. draft
Fri, 15 May 2009 23:55:06 +0000 yexo (svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct draft
Wed, 13 May 2009 17:39:00 +0000 rubidium (svn r16297) -Codechange: silence more ICC warnings draft
Sun, 26 Apr 2009 14:52:56 +0000 rubidium (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. draft
Sun, 26 Apr 2009 07:43:19 +0000 alberth (svn r16152) -Codechange: Added nested widgets for advanced settings and for custom currency windows. draft
Sat, 25 Apr 2009 20:16:56 +0000 rubidium (svn r16144) -Fix (r16129): setting the custom digit grouping separator required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators. draft
Sat, 25 Apr 2009 17:51:10 +0000 alberth (svn r16142) -Codechange: Use widgets in the custom currency window. 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
Sat, 18 Apr 2009 15:31:49 +0000 alberth (svn r16082) -Codechange: Completed the widget numbers of the advanced settings window. draft
Sun, 12 Apr 2009 14:11:14 +0000 rubidium (svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. draft
Sun, 29 Mar 2009 09:49:11 +0000 alberth (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback draft
Sat, 28 Mar 2009 11:17:38 +0000 yexo (svn r15874) -Codechange: New widgets for the game options window. draft
Sat, 28 Mar 2009 02:54:40 +0000 yexo (svn r15868) -Codechange: remove the close box from the widget array instead of doing it in the constructor of the difficulty window. This makes it work again in rtl languages. draft
Sat, 28 Mar 2009 02:11:41 +0000 yexo (svn r15866) -Codechange: New widgets for the difficulty window. draft
Wed, 25 Mar 2009 00:08:47 +0000 rubidium (svn r15840) -Codechange: complete the game option window widget enum and unify the naming. draft
Tue, 24 Mar 2009 20:03:02 +0000 yexo (svn r15835) -Codechange: Prevent using the return value of DrawString as much as possible. draft
Mon, 23 Mar 2009 00:08:59 +0000 yexo (svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace it with WWT_DROPDOWN. draft
Sun, 22 Mar 2009 14:39:20 +0000 rubidium (svn r15812) -Codechange: use the new DrawString API in another set of GUIs draft
Sat, 21 Mar 2009 22:46:17 +0000 rubidium (svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API draft
Sat, 21 Mar 2009 22:00:00 +0000 rubidium (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. draft
Sat, 21 Mar 2009 20:12:12 +0000 rubidium (svn r15785) -Codechange: remove the *Truncated part of the old text drawing API. 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
Sun, 15 Mar 2009 00:32:18 +0000 rubidium (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too draft
Mon, 02 Mar 2009 22:57:47 +0000 rubidium (svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks. draft
Tue, 24 Feb 2009 22:23:47 +0000 yexo (svn r15570) -Fix: Too long strings in the advanced settings window are now truncated. draft
Mon, 09 Feb 2009 02:57:15 +0000 rubidium (svn r15428) -Codechange: consistently use colour instead of having both color and colour. draft
Sun, 08 Feb 2009 17:46:08 +0000 rubidium (svn r15416) -Fix (r15412): revert the removal of the road side drop down box handling. draft
Sun, 08 Feb 2009 12:58:14 +0000 peter1138 (svn r15412) -Fix: Clearing custom engine names could cause desyncs due to be client-side only; GUI parts of save/load of custom engine names also removed as it was never implemented. draft
Sun, 08 Feb 2009 12:25:13 +0000 rubidium (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. draft
Sat, 07 Feb 2009 01:01:02 +0000 peter1138 (svn r15389) -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues. draft
Wed, 04 Feb 2009 20:17:25 +0000 smatz (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks draft
Wed, 04 Feb 2009 16:09:16 +0000 rubidium (svn r15335) -Change: use the patch change mechanism to change the road side too instead of a separate command. draft
Sat, 31 Jan 2009 21:27:36 +0000 peter1138 (svn r15301) -Feature [FS#104]: Add option to group and subtotal expenses list in the company finance window. Concept from Zr40. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Fri, 23 Jan 2009 21:05:25 +0000 peter1138 (svn r15238) -Fix (r15236): Missed a file 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