Sergii Pylypenko
|
3ba683874b
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2019-04-23 18:16:24 +03:00 |
|
Sergii Pylypenko
|
de235061aa
|
Query masterservers by default in the multiplayer menu, why was it disabled by default?
|
2019-04-08 19:55:29 +03:00 |
|
SamuXarick
|
03264059e4
|
Change: Decrease minimum permitted value for script_max_opcode_till_suspend setting (#7243)
|
2019-02-28 17:37:50 +00:00 |
|
Peter Nelson
|
9de12521ec
|
Codechange: Convert saveload numbers to enum values.
(This was mostly achieved with a few in-place regexes)
|
2019-02-02 21:39:06 +00:00 |
|
Peter Nelson
|
ea4ea62816
|
Codechange: Make saveload version upper bound exclusive, i.e. version object was removed instead of version object last appeared.
|
2019-02-02 21:39:06 +00:00 |
|
Peter Nelson
|
4daaec1a94
|
Change: Invalidate ship path caches if pathfinder choice or forbid-90-degree turns are changed.
|
2019-01-19 23:11:17 +00:00 |
|
Gabda87
|
a0293d313d
|
Add #4115: default company colour setting (#6998)
Works only in single player.
|
2019-01-10 10:45:38 +01:00 |
|
Niels Martin Hansen
|
4fb76db42f
|
Feature #986: Automatic save when losing connection to a network game
|
2018-06-23 15:22:31 +02:00 |
|
Sergii Pylypenko
|
66e3334f0e
|
Merge upstream branch 1.8
|
2018-05-31 22:59:50 +03:00 |
|
Sergii Pylypenko
|
1dd5bd7c70
|
Compact toolbar enabled by default for Windows build
|
2018-05-31 22:09:17 +03:00 |
|
Sergii Pylypenko
|
6f2aafb1b1
|
Setting for a compact vertical toolbar, no implementation yet
|
2018-05-31 22:09:14 +03:00 |
|
Sergii Pylypenko
|
17fce52ad9
|
Enabled windows decorations by default, it looks pretty and no one complained
|
2018-05-31 22:09:14 +03:00 |
|
pelya
|
c6d4812563
|
Option in settings for window decorations
|
2018-05-31 21:55:29 +03:00 |
|
pelya
|
38c999d742
|
Setting to disable windows titlebars
|
2018-05-31 21:55:28 +03:00 |
|
PeterN
|
cfe6a8ea4f
|
Add: Replace independment map scrolling GUI settings with single option, and add choice to not lock cursor position when scrolling. (#6756)
|
2018-04-28 22:27:14 +01:00 |
|
frosch
|
59dd7be686
|
(svn r27978) -Fix [FS#6673] (r18541): Store the map variety setting in the samegame like the other mapgen settings, so restarting maps considers it. (Samu)
|
2018-03-11 12:11:09 +00:00 |
|
peter1138
|
d934ef9b00
|
(svn r27825) -Feature [FS#4950]: Add option to close windows with right click (Flamefire)
|
2017-03-24 18:55:16 +00:00 |
|
Sergii Pylypenko
|
b4cc822085
|
Merge svn r27779
Conflicts:
src/autoreplace_gui.cpp
src/economy.cpp
src/fios_gui.cpp
src/lang/spanish_MX.txt
src/network/network_gui.cpp
src/rev.cpp.in
src/road_gui.cpp
src/toolbar_gui.cpp
src/window.cpp
|
2017-03-17 23:14:41 +02:00 |
|
Sergii Pylypenko
|
7e93ca0d25
|
Changed default options to touchscreen-friendly
|
2017-03-17 22:41:29 +02:00 |
|
frosch
|
60f7168c22
|
(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.
|
2017-02-26 20:31:02 +00:00 |
|
frosch
|
1b9139efe8
|
(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.
|
2017-02-26 20:31:02 +00:00 |
|
Sergii Pylypenko
|
1601b87325
|
Option to disable build confirmation dialog
|
2016-04-08 21:45:30 +03:00 |
|
pelya
|
3ef1c1baff
|
Merge commit 'a8b575671894ffe1329ef37dca4989c0e60d70f5'
These merges are becoming more awful every time
Conflicts:
src/ai/ai_gui.cpp
src/build_vehicle_gui.cpp
src/cheat_gui.cpp
src/company_gui.cpp
src/depot_gui.cpp
src/dock_gui.cpp
src/error_gui.cpp
src/genworld_gui.cpp
src/misc_gui.cpp
src/network/network_content_gui.cpp
src/network/network_gui.cpp
src/newgrf_gui.cpp
src/news_gui.cpp
src/rail_gui.cpp
src/rev.cpp.in
src/road_gui.cpp
src/settings_gui.cpp
src/settings_gui.h
src/signs_gui.cpp
src/station_gui.cpp
src/table/settings.ini
src/terraform_gui.cpp
src/toolbar_gui.cpp
src/toolbar_gui.h
src/vehicle_gui.cpp
src/video/sdl_v.cpp
src/viewport.cpp
src/widget.cpp
src/widgets/settings_widget.h
|
2016-03-27 22:33:11 +03:00 |
|
alberth
|
9b946e3bf2
|
(svn r27231) -Codechange: Replace magic numbers for the smoothness setting (chillcore)
|
2015-04-11 18:45:18 +00:00 |
|
alberth
|
a91f74dbb3
|
(svn r27231) -Codechange: Replace magic numbers for the smoothness setting (chillcore)
|
2015-04-11 18:45:18 +00:00 |
|
pelya
|
e0efbfbd75
|
Fixed network save setting not saved to config file
|
2015-03-29 20:19:58 +03:00 |
|
frosch
|
6cb930168f
|
(svn r27163) -Fix [FS#6204]: Toolbars were not invalidated when changing max-vehicles settings. (adf88)
|
2015-02-22 15:26:27 +00:00 |
|
frosch
|
c639fb0d8e
|
(svn r27163) -Fix [FS#6204]: Toolbars were not invalidated when changing max-vehicles settings. (adf88)
|
2015-02-22 15:26:27 +00:00 |
|
frosch
|
04b8fe6d0b
|
(svn r27151) -Add: Allow changing max heightlevel in scenario editor.
|
2015-02-14 21:55:30 +00:00 |
|
frosch
|
310258f283
|
(svn r27151) -Add: Allow changing max heightlevel in scenario editor.
|
2015-02-14 21:55:30 +00:00 |
|
frosch
|
3d37abf802
|
(svn r27144) -Change: The chatbox-width setting now uses percent of screen width instead of pixels.
|
2015-02-12 20:00:23 +00:00 |
|
frosch
|
2f7de4fd99
|
(svn r27144) -Change: The chatbox-width setting now uses percent of screen width instead of pixels.
|
2015-02-12 20:00:23 +00:00 |
|
rubidium
|
0efe811f74
|
(svn r27009) -Add: extra level of general map heightness (ChillCore)
|
2014-10-13 14:22:48 +00:00 |
|
rubidium
|
8d90e86c2c
|
(svn r27009) -Add: extra level of general map heightness (ChillCore)
|
2014-10-13 14:22:48 +00:00 |
|
peter1138
|
2655de52d7
|
(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.
|
2014-10-11 13:22:37 +00:00 |
|
peter1138
|
253c91b17d
|
(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.
|
2014-10-11 13:22:37 +00:00 |
|
rubidium
|
fa193ece85
|
(svn r26885) -Feature-ish: user interface for limiting the maximum height of a map
|
2014-09-21 12:25:04 +00:00 |
|
rubidium
|
c72d362840
|
(svn r26885) -Feature-ish: user interface for limiting the maximum height of a map
|
2014-09-21 12:25:04 +00:00 |
|
rubidium
|
647a3c8e5f
|
(svn r26882) -Feature: allow limiting the height of bridges (ic111)
|
2014-09-21 11:40:11 +00:00 |
|
rubidium
|
ce04c49e3d
|
(svn r26882) -Feature: allow limiting the height of bridges (ic111)
|
2014-09-21 11:40:11 +00:00 |
|
rubidium
|
ab3660278a
|
(svn r26880) -Add: stub settings for limiting bridge and map height
|
2014-09-21 11:27:34 +00:00 |
|
rubidium
|
f41b55f0ff
|
(svn r26880) -Add: stub settings for limiting bridge and map height
|
2014-09-21 11:27:34 +00:00 |
|
planetmaker
|
035fedd30b
|
(svn r26815) -Change: Allow to set the granularity of the tooltip hover time in milliseconds instead of seconds. New default value is 250ms
|
2014-09-13 13:30:31 +00:00 |
|
planetmaker
|
61e129cc22
|
(svn r26815) -Change: Allow to set the granularity of the tooltip hover time in milliseconds instead of seconds. New default value is 250ms
|
2014-09-13 13:30:31 +00:00 |
|
Sergii Pylypenko
|
91ebce1a9c
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/console_gui.cpp
src/genworld_gui.cpp
src/group_gui.cpp
src/misc_gui.cpp
src/settings_gui.cpp
src/widgets/settings_widget.h
|
2014-06-04 17:09:23 +03:00 |
|
Sergii Pylypenko
|
3cb6c7d5ee
|
Fixed right toolbar moving to the left, removed remainder of 'touchscreen mode' stuff
|
2014-06-03 21:55:41 +03:00 |
|
Sergii Pylypenko
|
41da4be66b
|
Removed remainder of the 'touchscreen mode' code
|
2014-06-03 20:27:45 +03:00 |
|
pelya
|
9923ecfed0
|
Vertical toolbar is drawn okay, but does not work
|
2014-06-02 00:15:15 +03:00 |
|
pelya
|
9f780643ed
|
WIP do not compile - split toolbar into two vertical toolbars
|
2014-06-01 13:45:45 +03:00 |
|
frosch
|
59a49a4483
|
(svn r26614) -Add: Adv. settings window can handle the autosave setting as well.
|
2014-05-25 15:02:04 +00:00 |
|