rubidium
|
b03b775db6
|
(svn r18749) -Fix [FS#3491]: the AI's name and version in the debug panel weren't properly centered
|
2010-01-07 11:48:59 +00:00 |
|
rubidium
|
f99c8b3f21
|
(svn r18703) -Feature-ish: allow virtually paying a percentage of the leg profit in feeder chains. This to give the user a better chance to get a feeder system without "losses".
|
2010-01-03 21:29:20 +00:00 |
|
rubidium
|
705068e290
|
(svn r18678) -Update: happy new year
|
2010-01-01 00:00:45 +00:00 |
|
peter1138
|
a70af30250
|
(svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from 0% to 10%, default is 3% as before (mostly by Terkhen)
|
2009-12-31 10:41:03 +00:00 |
|
rubidium
|
765b8e1cff
|
(svn r18668) -Fix [FS#3450]: the space between the S and X of OS X should be a non-breaking one
|
2009-12-30 18:10:07 +00:00 |
|
alberth
|
745280e41b
|
(svn r18666) -Codechange: Add tooltips to enable/disable all buttons in smallmap.
|
2009-12-30 17:58:19 +00:00 |
|
alberth
|
b1fb1b253e
|
(svn r18665) -Feature [FS#567]: Allow contour-map to be shown with coloured industries in smallmap.
|
2009-12-30 17:44:38 +00:00 |
|
rubidium
|
d627850d05
|
(svn r18658) -Fix [FS#3443]: wrong strings drawn for cargo subtype in vehicle details
|
2009-12-29 18:57:25 +00:00 |
|
rubidium
|
42d7f30dcc
|
(svn r18608) -Change: add the concept of music sets
|
2009-12-22 21:40:29 +00:00 |
|
rubidium
|
834a91ddc6
|
(svn r18603) -Codechange: move getting the song name to music_gui.cpp
|
2009-12-22 18:34:07 +00:00 |
|
alberth
|
45a8eb682e
|
(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp).
|
2009-12-21 16:06:20 +00:00 |
|
peter1138
|
a61ebc0565
|
(svn r18548) -Fix (r18541): Unused string slipped in.
|
2009-12-19 20:05:10 +00:00 |
|
peter1138
|
c701af7832
|
(svn r18543) -Codechange: Use separate set of strings for variety distribution setting to ease translation.
|
2009-12-19 18:36:35 +00:00 |
|
peter1138
|
e88b327343
|
(svn r18541) -Feature: Additional map variety option for TGP landscape generator. Evolved from curve map idea from Zephyris.
|
2009-12-19 18:00:38 +00:00 |
|
rubidium
|
6baaea23de
|
(svn r18522) -Feature: add the possibility to not make new tree tiles in-game
|
2009-12-17 16:59:33 +00:00 |
|
rubidium
|
af5db46940
|
(svn r18516) -Feature [FS#3359]: moving of AIs in the AI configuration window. Based on a patch by Zuu.
|
2009-12-16 16:57:26 +00:00 |
|
rubidium
|
25d04c0777
|
(svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error.
|
2009-12-15 00:00:51 +00:00 |
|
frosch
|
7c727d4c4c
|
(svn r18433) -Codechange: Show different texts in town GUI when the town does not need food the whole year to grow.
|
2009-12-08 19:59:21 +00:00 |
|
rubidium
|
501d2ba0d8
|
(svn r18363) -Feature: do not require advanced settings multistrings to start at 0
|
2009-12-01 22:27:12 +00:00 |
|
rubidium
|
cbb87c41d5
|
(svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code and simplify some things for the future
|
2009-12-01 22:18:51 +00:00 |
|
rubidium
|
c0ae932b4d
|
(svn r18344) -Change [FS#2923]: do not split up articulated vehicles in the train details view. If an articulated vehicle it too 'wide' draw the information on the next line and if there are multiple cargos split that over multiple lines too. Based on work by frosch123.
|
2009-11-29 19:31:23 +00:00 |
|
rubidium
|
359493bc36
|
(svn r18338) -Codechange: remove the need for {SKIP}
|
2009-11-29 17:20:27 +00:00 |
|
alberth
|
8ce12572a8
|
(svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + strings.
|
2009-11-29 12:52:08 +00:00 |
|
frosch
|
c942f95a6d
|
(svn r18328) -Codechange: Remove last usage of {SETX} from strings.
|
2009-11-28 20:15:16 +00:00 |
|
frosch
|
74c43d6b3c
|
(svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also make the 'current order'-arrow in order and timetable GUI RTL aware.
|
2009-11-28 15:12:24 +00:00 |
|
frosch
|
fb10e6a19e
|
(svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items.
|
2009-11-27 16:20:56 +00:00 |
|
rubidium
|
32a97b05bf
|
(svn r18304) -Codechange: don't use SETX for the arrival/departure panel; some languages don't have short abbreviations :(
|
2009-11-27 15:16:58 +00:00 |
|
rubidium
|
f8ddca3451
|
(svn r18294) -Feature: set the start time of a timetable
|
2009-11-25 23:39:50 +00:00 |
|
rubidium
|
04b2a002ff
|
(svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros.
|
2009-11-25 23:38:59 +00:00 |
|
rubidium
|
dea921ad62
|
(svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus.
|
2009-11-25 16:17:06 +00:00 |
|
smatz
|
f7466979b9
|
(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others)
|
2009-11-24 21:18:11 +00:00 |
|
rubidium
|
ea0fd4656a
|
(svn r18267) -Codechange: make the music window big font aware
|
2009-11-24 13:14:48 +00:00 |
|
rubidium
|
b4da187ae6
|
(svn r18264) -Codechange: make the company league window big font aware
|
2009-11-23 22:01:42 +00:00 |
|
rubidium
|
0d78109e3e
|
(svn r18226) -Fix: the caption of the select station/waypoint window was black instead of (the default) white
|
2009-11-22 14:48:33 +00:00 |
|
rubidium
|
c862b7060f
|
(svn r18199) -Codechange: make the company view window RTL aware and somewhat big font aware
|
2009-11-20 17:36:46 +00:00 |
|
rubidium
|
e89df4a68d
|
(svn r18189) -Codechange: remove some now unneeded strings
|
2009-11-19 18:08:35 +00:00 |
|
rubidium
|
8a3262c114
|
(svn r18182) -Codechange: use the zero fill control code instead of duplicating strings with 'only' the 0 differing
|
2009-11-19 13:56:10 +00:00 |
|
rubidium
|
17eb43ac0f
|
(svn r18176) -Fix: wrong parameter locations caused occasional crashes when showing an engine preview or new engine news message
|
2009-11-18 22:14:13 +00:00 |
|
rubidium
|
37977f902b
|
(svn r18172) -Fix: consistency w.r.t. using space after the copyright symbol in the about window
|
2009-11-18 20:28:03 +00:00 |
|
peter1138
|
c3204398ab
|
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw
the Y-axis ticks manually.
|
2009-11-18 10:09:22 +00:00 |
|
rubidium
|
242bf23835
|
(svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in their title
|
2009-11-16 20:17:27 +00:00 |
|
rubidium
|
1ee7252296
|
(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix
|
2009-11-16 13:19:39 +00:00 |
|
rubidium
|
4fd93aecd2
|
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
|
2009-11-14 15:37:33 +00:00 |
|
rubidium
|
7c7219a4b9
|
(svn r18073) -Codechange: remove some more unneeded skips
|
2009-11-14 13:11:40 +00:00 |
|
rubidium
|
bd9d74d355
|
(svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the order window
|
2009-11-14 12:55:48 +00:00 |
|
rubidium
|
ad1e735dc5
|
(svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace window + strings
|
2009-11-14 12:50:38 +00:00 |
|
rubidium
|
a0840ee58b
|
(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are.
|
2009-11-12 20:33:30 +00:00 |
|
rubidium
|
d8580eb8b9
|
(svn r18048) -Change: make no distinction between unpausing because of a client aborting to join or actually joining
|
2009-11-12 17:27:24 +00:00 |
|
rubidium
|
f43a38709c
|
(svn r18015) -Codechange: redesign the world generation windows to make 'proper' use of nested widgets.
|
2009-11-08 16:46:23 +00:00 |
|
rubidium
|
9e39af5230
|
(svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though
|
2009-11-08 13:35:45 +00:00 |
|