Joan Josep
|
548ec05a48
|
Add: News menu entry and shortcut for deleting all messages. (#7240)
|
2019-02-16 23:15:58 +00:00 |
|
Jonathan G Rennison
|
d90e7d2996
|
Fix flickering of viewport hover tooltips in fast-forward mode
|
2019-02-16 18:59:38 +00:00 |
|
Jonathan G Rennison
|
e3d167f9f0
|
Merge branch 'save_ext' into jgrpp
# Conflicts:
# config.lib
# src/misc_gui.cpp
# src/network/network_gui.cpp
# src/settings_type.h
# src/smallmap_gui.cpp
# src/smallmap_gui.h
# src/station_cmd.cpp
# src/toolbar_gui.cpp
# src/vehicle_gui.cpp
# src/window.cpp
|
2019-01-14 00:01:44 +00:00 |
|
Peter Nelson
|
806e7d25dd
|
Change: Use GUITimer class instead of bare int/uints.
|
2019-01-11 11:56:21 +00:00 |
|
Peter Nelson
|
2a8fa5fef9
|
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust timers to work with milliseconds instead of ticks.
|
2019-01-11 11:56:21 +00:00 |
|
Jonathan G Rennison
|
0d0d55f81d
|
Scrolling/perf improvements to link graph overlays on viewport and smallmap
|
2018-05-26 09:15:22 +01:00 |
|
Jonathan G Rennison
|
56be293107
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/blitter/32bpp_anim.cpp
# src/blitter/32bpp_anim.hpp
# src/blitter/32bpp_anim_sse2.cpp
# src/blitter/32bpp_base.cpp
# src/blitter/32bpp_base.hpp
# src/ground_vehicle.cpp
# src/linkgraph/linkgraph_gui.h
# src/main_gui.cpp
# src/newgrf_house.cpp
# src/newgrf_house.h
# src/town_cmd.cpp
# src/vehicle_base.h
# src/viewport_gui.cppp
|
2018-05-25 18:29:17 +01:00 |
|
Alexander Weiss
|
e1a164b531
|
Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to zoom
|
2018-05-24 21:31:37 +02:00 |
|
Jonathan G Rennison
|
631a18fb07
|
Merge branch 'send_money_company' into jgrpp
|
2017-07-03 21:42:20 +01:00 |
|
Jonathan G Rennison
|
86bea16c60
|
Fix sending money to companies in single-player mode
|
2017-07-03 21:42:14 +01:00 |
|
Jonathan G Rennison
|
54494a0a7c
|
Merge branch 'send_money_company' into jgrpp
|
2017-03-03 22:42:07 +00:00 |
|
Jonathan G Rennison
|
9c74da46b1
|
Change send money to company messages to be broadcasts.
Adjust text formatting depending on whether current client is
the source, destination or neither.
|
2017-03-03 22:37:43 +00:00 |
|
Jonathan G Rennison
|
49e922daa6
|
Remove stub HandleOnEditText and now unused global variables.
|
2017-03-02 00:09:35 +00:00 |
|
patch-import
|
f820543391
|
Import give money to company patch
From: https://www.tt-forums.net/viewtopic.php?p=1183311#p1183311
Fix language files and minor formatting issues
|
2017-03-02 00:09:23 +00:00 |
|
Jonathan G Rennison
|
09291a3b74
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/blitter/32bpp_anim.cpp
# src/rail_gui.cpp
# src/saveload/saveload.cpp
# src/train_cmd.cpp
# src/vehicle_base.h
|
2016-05-23 18:41:00 +01:00 |
|
frosch
|
14c1a7ad0b
|
(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.
|
2016-05-22 10:07:48 +00:00 |
|
frosch
|
9aa33862a7
|
(svn r27571) -Codechange: Consistent naming for command callbacks which play a sound effect.
|
2016-05-22 10:07:48 +00:00 |
|
Jonathan G Rennison
|
23ddba38a5
|
Fix cargo dest overlay not being updated after a zoom change.
|
2016-01-03 20:04:53 +00:00 |
|
patch-import
|
536a95dfd0
|
Import combined Enhanced viewport: zoom out, overlays & tooltips (r53_27127) patch
https://www.tt-forums.net/viewtopic.php?f=33&t=53394
|
2015-08-05 21:24:30 +01:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
fonsinchen
|
827fd192de
|
(svn r26338) -Fix [FS#5908]: Don't redraw the link graph overlay if it's empty (MJP)
|
2014-02-15 12:19:46 +00:00 |
|
fonsinchen
|
4055397915
|
(svn r26338) -Fix [FS#5908]: Don't redraw the link graph overlay if it's empty (MJP)
|
2014-02-15 12:19:46 +00:00 |
|
frosch
|
303aa2f473
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +00:00 |
|
frosch
|
5cb174c6b8
|
(svn r25412) -Codechange: Make use of Window::OnHotkey
|
2013-06-15 15:30:44 +00:00 |
|
frosch
|
1565bb32a0
|
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member.
|
2013-06-15 15:28:09 +00:00 |
|
frosch
|
1b8b1f3f6c
|
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member.
|
2013-06-15 15:28:09 +00:00 |
|
frosch
|
55154f91b6
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +00:00 |
|
frosch
|
d9e9710cb3
|
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
|
2013-06-15 15:27:33 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
rubidium
|
238a842700
|
(svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen)
|
2013-05-19 14:49:25 +00:00 |
|
rubidium
|
ef7befdbd8
|
(svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen)
|
2013-05-19 14:49:25 +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
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
336a93a9d8
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
frosch
|
3ce8d2ce70
|
(svn r24846) -Add: Advanced settings to disable certain sound effects.
|
2012-12-23 21:09:09 +00:00 |
|
alberth
|
19adc87262
|
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
|
2012-12-01 13:12:39 +00:00 |
|
alberth
|
732e073261
|
(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from various sources (including Eagle_rainbow, MinchinWeb)
|
2012-12-01 13:12:39 +00:00 |
|
rubidium
|
484dab34c9
|
(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dirty blocks/rectangles
|
2012-03-25 19:06:59 +00:00 |
|
rubidium
|
927734e6ce
|
(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dirty blocks/rectangles
|
2012-03-25 19:06:59 +00:00 |
|
truebrain
|
c73649512b
|
(svn r23536) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:49:53 +00:00 |
|
truebrain
|
05af1d176b
|
(svn r23536) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:49:53 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
da63ce43fa
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
peter1138
|
782aee3c2a
|
(svn r23314) -Add: Add settings to restrict viewport zoom levels.
|
2011-11-24 12:20:14 +00:00 |
|