rubidium
|
9ee2a66c86
|
(svn r17139) -Change: add the concept of sound sets
|
2009-08-09 19:50:44 +00:00 |
|
rubidium
|
35d5a197d6
|
(svn r17138) -Fix: some MSVC 64 bits compiler warnings
|
2009-08-09 19:06:35 +00:00 |
|
rubidium
|
f118932643
|
(svn r17133) -Codechange: generalise the code that searches for base graphics
|
2009-08-09 16:54:03 +00:00 |
|
smatz
|
e707c82412
|
(svn r17131) -Codechange: apply coding style to some switch statements
|
2009-08-09 14:40:34 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
4b2592dbc0
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
frosch
|
55e07d0606
|
(svn r16957) -Fix: Trigger the same window repositioning after changing font/language as it is done after resizing the main OpenTTD window.
|
2009-07-25 15:58:48 +00:00 |
|
rubidium
|
96cc9c2de1
|
(svn r16954) -Codechange: make the Game Options window use the nested widget system.
|
2009-07-25 15:10:52 +00:00 |
|
rubidium
|
e9bc557b2a
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
rubidium
|
cb0409fe52
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +00:00 |
|
rubidium
|
8c17c6cb2b
|
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
|
2009-07-18 08:41:58 +00:00 |
|
rubidium
|
594070194f
|
(svn r16842) -Cleanup: add some spaces around a few operators
|
2009-07-16 10:13:33 +00:00 |
|
rubidium
|
e067d4a4b8
|
(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
|
2009-07-13 22:33:25 +00:00 |
|
rubidium
|
24305a68ee
|
(svn r16781) -Fix [FS#3026] (r16297): don't cast negative values to uints when the settings' range is "negative..positive".
|
2009-07-10 16:32:12 +00:00 |
|
alberth
|
058bb5d6c3
|
(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change.
|
2009-06-28 20:09:40 +00:00 |
|
alberth
|
9b070b5405
|
(svn r16677) -Codechange: Dimension width and height are unsigned.
|
2009-06-27 20:53:45 +00:00 |
|
yexo
|
c7bd6c8d34
|
(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class.
-Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof
|
2009-06-21 13:26:30 +00:00 |
|
rubidium
|
0eaec8edca
|
(svn r16474) -Fix [FS#2933]: could set company related settings via query window
|
2009-05-31 09:31:56 +00:00 |
|
yexo
|
279746236b
|
(svn r16431) -Fix (16429): Company settings can also be changed in multiplayer games
|
2009-05-26 12:53:34 +00:00 |
|
yexo
|
a10e5f707a
|
(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.
|
2009-05-26 11:40:14 +00:00 |
|
smatz
|
10d1ef5447
|
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead
|
2009-05-22 15:23:47 +00:00 |
|
frosch
|
5507a5b233
|
(svn r16342) -Feature(tte): Display base graphics description in game options window.
|
2009-05-17 18:21:21 +00:00 |
|
yexo
|
31eff1d4c3
|
(svn r16315) -Codechange: move the autorenew settings to a new CompanySettings struct
|
2009-05-15 23:55:06 +00:00 |
|
rubidium
|
5f81ba886c
|
(svn r16297) -Codechange: silence more ICC warnings
|
2009-05-13 17:39:00 +00:00 |
|
rubidium
|
53887e07bb
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
alberth
|
d0655084e0
|
(svn r16152) -Codechange: Added nested widgets for advanced settings and for custom currency windows.
|
2009-04-26 07:43:19 +00:00 |
|
rubidium
|
802d31aab6
|
(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.
|
2009-04-25 20:16:56 +00:00 |
|
alberth
|
55336c4a9d
|
(svn r16142) -Codechange: Use widgets in the custom currency window.
|
2009-04-25 17:51:10 +00:00 |
|
rubidium
|
59d45a04d6
|
(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.
|
2009-04-21 23:40:56 +00:00 |
|
alberth
|
a2a2b183a5
|
(svn r16082) -Codechange: Completed the widget numbers of the advanced settings window.
|
2009-04-18 15:31:49 +00:00 |
|
rubidium
|
5790293af6
|
(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.
|
2009-04-12 14:11:14 +00:00 |
|
alberth
|
9d2738b9c4
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
yexo
|
e02d31cd3a
|
(svn r15874) -Codechange: New widgets for the game options window.
|
2009-03-28 11:17:38 +00:00 |
|
yexo
|
e701019992
|
(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.
|
2009-03-28 02:54:40 +00:00 |
|
yexo
|
4a4ee9fb37
|
(svn r15866) -Codechange: New widgets for the difficulty window.
|
2009-03-28 02:11:41 +00:00 |
|
rubidium
|
716fa8b501
|
(svn r15840) -Codechange: complete the game option window widget enum and unify the naming.
|
2009-03-25 00:08:47 +00:00 |
|
yexo
|
84fb615344
|
(svn r15835) -Codechange: Prevent using the return value of DrawString as much as possible.
|
2009-03-24 20:03:02 +00:00 |
|
yexo
|
b61a681f02
|
(svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace it with WWT_DROPDOWN.
|
2009-03-23 00:08:59 +00:00 |
|
rubidium
|
9038733f1a
|
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
|
2009-03-22 14:39:20 +00:00 |
|
rubidium
|
f11300d1f9
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
9003641095
|
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
|
2009-03-21 22:00:00 +00:00 |
|
rubidium
|
45f189fdca
|
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.
|
2009-03-21 20:12:12 +00:00 |
|
rubidium
|
f9def73be6
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
7831346ef8
|
(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks.
-Feature: allow building road stops on road/tram tracks of competitors.
|
2009-03-02 22:57:47 +00:00 |
|
yexo
|
2860399397
|
(svn r15570) -Fix: Too long strings in the advanced settings window are now truncated.
|
2009-02-24 22:23:47 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
986224519a
|
(svn r15416) -Fix (r15412): revert the removal of the road side drop down box handling.
|
2009-02-08 17:46:08 +00:00 |
|
|
748d4d2fb9
|
(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.
|
2009-02-08 12:58:14 +00:00 |
|
rubidium
|
377ce6c5bf
|
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
|
2009-02-08 12:25:13 +00:00 |
|