frosch
|
116ed7cf2c
|
(svn r25193) -Cleanup: [strgen] Remove some ancient unused string codes.
|
2013-04-17 18:24:13 +00:00 |
|
frosch
|
782ac97cb1
|
(svn r25192) -Change: [strgen] Allow any number of colour codes in translations.
|
2013-04-17 18:22:37 +00:00 |
|
michi_cc
|
557b0993ba
|
(svn r25157) -Feature: Determine the default font height for vector fonts according to the minimum readable height that the font provides.
|
2013-04-06 22:06:44 +00:00 |
|
frosch
|
789e4a8998
|
(svn r25115) -Fix (r8973) [FS#5492-ish]: [NewGRF] Acceleration of NewGRF aircraft was too fast, while acceleration of default aircraft was way too slow. I.e. choose wisely who to let write the software for your orbiter.
|
2013-03-22 21:27:13 +00:00 |
|
planetmaker
|
3a6db3e216
|
(svn r25078) -Add: New plural form to be used by Scottish Gaelic (1,11; 2,12; 3..10, 13..19; other)
|
2013-03-10 11:02:11 +00:00 |
|
planetmaker
|
7aa0712644
|
(svn r25072) -Codechange: Don't require the custom currency to be the last defined one
|
2013-03-09 16:16:17 +00:00 |
|
rubidium
|
afa894ba3e
|
(svn r24996) -Change: Apply default service interval changes to vehicles without custom interval (peter1138)
|
2013-02-14 17:08:56 +00:00 |
|
matthijs
|
cb9a5a8ad2
|
(svn r24991) -Doc: Clarify comments regarding settings macros.
|
2013-02-14 11:06:01 +00:00 |
|
rubidium
|
0f53f270c1
|
(svn r24968) -Fix [FS#5379]: company window was not updated when shared were enabled/disabled
|
2013-02-04 20:29:38 +00:00 |
|
frosch
|
2655984a5d
|
(svn r24910) -Fix: [strgen] Description of plural form 3 was incorrect.
|
2013-01-12 17:21:30 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
dbaad927d7
|
(svn r24899) -Fix [FS#5434]: Also the station build window needs redrawing when the station spread changes (based on patch by juanjo)
|
2013-01-08 22:38:59 +00:00 |
|
rubidium
|
b89df11932
|
(svn r24877) -Fix: some whitespace "errors"
|
2013-01-01 10:52:32 +00:00 |
|
frosch
|
336a93a9d8
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
888df85a3a
|
(svn r24845) -Add: News ticker sound setting to adv. settings window.
|
2012-12-23 21:08:42 +00:00 |
|
frosch
|
7577ee2340
|
(svn r24844) -Add: News display settings to adv. settings window.
|
2012-12-23 21:08:02 +00:00 |
|
frosch
|
11bb1086bd
|
(svn r24843) -Codechange: Move news display options into the general settings framework. (based on patch by eagle_rainbow)
|
2012-12-23 21:07:12 +00:00 |
|
frosch
|
a90bc800e8
|
(svn r24792) -Add: Readd difficulty settings to advanced settings unless they are already present in other settings windows.
|
2012-12-05 19:38:44 +00:00 |
|
frosch
|
76fef0843c
|
(svn r24790) -Remove: Classic difficulty profiles.
|
2012-12-05 19:36:41 +00:00 |
|
frosch
|
9ef1c5f4c3
|
(svn r24789) -Add: Separate setting to control the default settings of newly added scripts and random AIs.
|
2012-12-05 19:36:04 +00:00 |
|
frosch
|
903294f2bb
|
(svn r24786) -Codechange: Add SettingsProfile enum for difficulty profiles and highscore tables.
|
2012-12-05 19:34:45 +00:00 |
|
frosch
|
18b97fa062
|
(svn r24785) -Add: Various methods to open the OSK. (based on patch by Eagle_rainbow)
|
2012-12-05 19:34:25 +00:00 |
|
frosch
|
dbeb31860b
|
(svn r24748) -Add: Clear button to all editboxes.
|
2012-11-14 22:50:56 +00:00 |
|
frosch
|
f5131bd588
|
(svn r24695) -Fix/Cleanup: Remove remaining (incorrect) usages of ResolverObject::scope and count.
|
2012-11-11 12:57:27 +00:00 |
|
alberth
|
8a297ca5f1
|
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
|
2012-11-10 20:45:59 +00:00 |
|
alberth
|
7b18c31f37
|
(svn r24691) -Codechange: Add resolver classes for vehicles.
|
2012-11-10 20:45:04 +00:00 |
|
alberth
|
c70c67d5b0
|
(svn r24690) -Codechange: Add resolver classes for industry tiles.
|
2012-11-10 20:44:38 +00:00 |
|
alberth
|
0b8097be6b
|
(svn r24689) -Codechange: Add resolver classes for industries.
|
2012-11-10 20:44:10 +00:00 |
|
alberth
|
1f588b1079
|
(svn r24686) -Codechange: Add resolver classes for airport tiles.
|
2012-11-10 20:42:19 +00:00 |
|
alberth
|
a2fe66cc02
|
(svn r24685) -Codechange: Add resolver classes for rail types.
|
2012-11-10 20:41:45 +00:00 |
|
alberth
|
87122038fc
|
(svn r24684) -Codechange: Add resolver classes for stations.
|
2012-11-10 20:41:08 +00:00 |
|
alberth
|
687d34e844
|
(svn r24683) -Codechange: Add resolver classes for objects.
|
2012-11-10 20:40:46 +00:00 |
|
alberth
|
2609cce514
|
(svn r24682) -Codechange: Add resolver classes for houses.
|
2012-11-10 20:40:05 +00:00 |
|
frosch
|
7bba04866d
|
(svn r24672) -Add [FS#5356]: Remember the basic/advanced/expert filter selection.
|
2012-11-08 11:20:32 +00:00 |
|
frosch
|
b4c70a51da
|
(svn r24671) -Feature [FS#5355]: Add basic/advanced/expert filters to adv. settings GUI. (Eagle_rainbow)
|
2012-11-08 10:04:00 +00:00 |
|
frosch
|
ac99094c91
|
(svn r24590) -Feature: More options for the auto-scroll setting. (adf88)
|
2012-10-13 09:16:20 +00:00 |
|
frosch
|
b54a165cd8
|
(svn r24400) -Add: Plural 'names' to the output of strgen -export-plurals.
|
2012-07-14 14:21:25 +00:00 |
|
frosch
|
e1d7b6ec5c
|
(svn r24373) -Codechange: Improve descriptions of plural forms.
|
2012-07-03 19:14:51 +00:00 |
|
frosch
|
9b50fe79e2
|
(svn r24368) -Fix (r24367): Silence GCC warnings.
|
2012-07-02 15:55:13 +00:00 |
|
frosch
|
7fe756fefa
|
(svn r24270) -Add: Missing descriptions for adv. settings.
|
2012-05-25 16:03:54 +00:00 |
|
frosch
|
c5d8a51c76
|
(svn r24252) -Fix [FS#5162]: Change the unit of the sprite-cache size setting from megabytes to megapixels, so it depends on the blitter being used. Also increase it from 64 to 128, and change the name in the cfg file, so everyone gets the new default.
|
2012-05-15 20:37:42 +00:00 |
|
alberth
|
92ebd22e85
|
(svn r24235) -Add: Add help-strings for the settings in the advanced settings window.
|
2012-05-12 10:09:56 +00:00 |
|
alberth
|
cc6b16a4c1
|
(svn r24234) -Add: Add help-string infrastructure to the ini files
|
2012-05-12 10:09:00 +00:00 |
|
alberth
|
f6ccaa01c0
|
(svn r24210) -Feature: Split the renew-months setting text in two string values (one before life time and one after).
|
2012-05-06 15:03:45 +00:00 |
|
alberth
|
0c80091daa
|
(svn r24209) -Cleanup: Remove now unused SGF_NOCOMMA value.
|
2012-05-06 15:00:13 +00:00 |
|
alberth
|
f19bc87520
|
(svn r24206) -Codechange: Move colouring of advanced setting options to the drawing code.
|
2012-05-06 14:56:13 +00:00 |
|
frosch
|
70b2c96c8b
|
(svn r24194) -Change: Rename the 'signal_side' setting to 'train_signal_side', and add a third option while doing so.
|
2012-05-01 15:53:51 +00:00 |
|
frosch
|
f0b2de579f
|
(svn r24191) -Fix: If you consider a settings to potentially cause desyncs via NewGRFs and thus disallow changing it in network games, you should probably also sync it to clients.
|
2012-05-01 15:13:23 +00:00 |
|
frosch
|
3f036c6af2
|
(svn r24186) -Feature: [NewGRF] Callback to set industry production level on construction. (andythenorth)
|
2012-04-28 16:44:01 +00:00 |
|
frosch
|
07acc77ede
|
(svn r24177) -Fix (r0) [FS#5148]: The arctic "shops and offices" used the "church" sprite in one of its four views.
|
2012-04-24 19:19:57 +00:00 |
|