Jonathan G Rennison
|
f6b9395c6a
|
Improve performance of name sorting in town and station list windows
|
2019-05-12 18:03:57 +01:00 |
|
Jonathan G Rennison
|
d0d3f1dece
|
Enable vehicle list buttons in station GUI when list would be non-empty
|
2019-05-12 04:25:52 +01:00 |
|
Jonathan G Rennison
|
0d93ecb6bf
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/core/alloc_type.hpp
# src/group_gui.cpp
# src/newgrf.cpp
# src/saveload/economy_sl.cpp
# src/saveload/map_sl.cpp
# src/station_cmd.cpp
|
2019-04-16 18:03:08 +01:00 |
|
glx
|
2db88953e7
|
Codechange: use std::sort() in GUIList
|
2019-04-13 12:49:18 +01:00 |
|
Jonathan G Rennison
|
674732cd68
|
Merge: Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-11 18:14:13 +01:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
Jonathan G Rennison
|
3807f0551d
|
Limit maximum recursion depth in StationViewWindow::EstimateDestinations
|
2019-04-09 01:49:18 +01:00 |
|
Jonathan G Rennison
|
58433c7667
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/core/smallmap_type.hpp
# src/lang/korean.txt
# src/network/network_content.cpp
# src/smallmap_gui.cpp
# src/station_cmd.cpp
|
2019-03-30 20:45:58 +00:00 |
|
glx22
|
66dd7c3879
|
Fix: MSVC warnings (#7423)
|
2019-03-28 00:09:33 +01:00 |
|
Jonathan G Rennison
|
ba34ec7ade
|
Merge branch 'master' into jgrpp
Replace build and refit, and group collapse implementations
Fix template creation build and refit
# Conflicts:
# Makefile.bundle.in
# config.lib
# src/animated_tile.cpp
# src/blitter/32bpp_anim.hpp
# src/blitter/32bpp_base.hpp
# src/blitter/8bpp_base.hpp
# src/blitter/null.hpp
# src/build_vehicle_gui.cpp
# src/command.cpp
# src/command_func.h
# src/console_gui.cpp
# src/core/smallstack_type.hpp
# src/date.cpp
# src/debug.cpp
# src/genworld_gui.cpp
# src/ground_vehicle.hpp
# src/group_gui.cpp
# src/lang/korean.txt
# src/linkgraph/linkgraph_gui.h
# src/main_gui.cpp
# src/misc_gui.cpp
# src/network/core/game.h
# src/network/core/packet.cpp
# src/network/core/udp.cpp
# src/network/core/udp.h
# src/network/network_content.cpp
# src/network/network_type.h
# src/network/network_udp.cpp
# src/newgrf_house.h
# src/openttd.cpp
# src/order_cmd.cpp
# src/order_gui.cpp
# src/os/unix/crashlog_unix.cpp
# src/os/windows/crashlog_win.cpp
# src/osk_gui.cpp
# src/pathfinder/opf/opf_ship.cpp
# src/rail_cmd.cpp
# src/rail_gui.cpp
# src/saveload/saveload.cpp
# src/settings.cpp
# src/settings_gui.cpp
# src/smallmap_gui.h
# src/station_base.h
# src/station_cmd.cpp
# src/table/gameopt_settings.ini
# src/table/newgrf_debug_data.h
# src/table/settings.ini
# src/timetable_gui.cpp
# src/toolbar_gui.cpp
# src/train_gui.cpp
# src/vehicle.cpp
# src/vehicle_gui.cpp
# src/vehiclelist.cpp
# src/viewport.cpp
# src/widgets/dropdown.cpp
# src/window_gui.h
|
2019-03-27 18:12:04 +00:00 |
|
Henry Wilson
|
c01a2e2a81
|
Codechange: Removed SmallVector completely
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
a0f36a50e6
|
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_back()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
ca2f33c6d0
|
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
aa7ca7fe64
|
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
5795f66d2e
|
Codechange: Replaced SmallVector::Contains() with std::find() pattern
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
a690936ed7
|
Codechange: Replace SmallVector::Length() with std::vector::size()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
9cba6f7193
|
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
|
2019-03-26 20:15:57 +00:00 |
|
Henry Wilson
|
bfd79e59dc
|
Codechange: Replace SmallVector::Clear() with std::vector::clear()
|
2019-03-26 20:15:57 +00:00 |
|
peter1138
|
317f69c152
|
Codechange: Use override specifier in Window-derived classes.
|
2019-03-24 16:10:04 +01:00 |
|
Jonathan G Rennison
|
191afd93c1
|
Merge branch 'save_ext' into jgrpp
# Conflicts:
# src/lang/english.txt
# src/lang/german.txt
# src/lang/korean.txt
# src/settings.cpp
# src/station_cmd.cpp
# src/table/settings.ini
# src/vehicle_base.h
# src/widgets/dropdown.cpp
|
2019-01-21 19:28:29 +00:00 |
|
nikolas
|
d8ccad91f9
|
Fix: Some code and comment typos
Found with codespell
|
2019-01-17 22:01:07 +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
|
15320a37b9
|
Change: OnGameTick() is only called when not paused.
|
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
|
e735c1a51a
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/aircraft_cmd.cpp
# src/autoreplace_cmd.cpp
# src/pathfinder/follow_track.hpp
# src/pathfinder/yapf/yapf_rail.cpp
# src/saveload/afterload.cpp
# src/saveload/saveload.cpp
# src/script/api/ai/ai_station.hpp.sq
# src/script/api/game/game_station.hpp.sq
# src/script/api/script_station.hpp
# src/track_func.h
# src/vehicle_base.h
|
2018-11-05 12:53:36 +00:00 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +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 |
|
PeterN
|
4cebebcf68
|
Change: Add CargoTypes type for cargo masks. (#6790)
|
2018-05-21 22:08:39 +01:00 |
|
Jonathan G Rennison
|
ad1c402ad8
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/debug.cpp
# src/saveload/afterload.cpp
# src/saveload/saveload.cpp
# src/settings_type.h
# src/town_cmd.cpp
# src/window.cpp
|
2018-05-03 23:54:51 +01:00 |
|
J0anJosep
|
79a551a83c
|
Codechange: Use TileAddBy(Diag)Dir when possible.
|
2018-04-30 18:55:04 +02:00 |
|
Jonathan G Rennison
|
f77a368268
|
Merge branch 'crashlog_improvements' into jgrpp
|
2017-09-04 01:23:08 +01:00 |
|
alberth
|
a3f30a30df
|
(svn r27894) -Fix [FS#6608]: Typo fix in STATIOV_* string names (Wolf01)
|
2017-08-20 07:11:08 +00:00 |
|
alberth
|
2eae80bbfe
|
(svn r27894) -Fix [FS#6608]: Typo fix in STATIOV_* string names (Wolf01)
|
2017-08-20 07:11:08 +00:00 |
|
Jonathan G Rennison
|
95aad35774
|
Instead of list use deque in FlowRiver, vector in StationViewWindow.
|
2016-09-13 22:58:00 +01:00 |
|
Jonathan G Rennison
|
b9091a0f6c
|
Merge branch 'zoning' into jgrpp
Conflicts:
src/station_gui.cpp
src/zoning_cmd.cpp
|
2016-01-01 13:09:11 +00:00 |
|
Jonathan G Rennison
|
7f84a1c501
|
Zoning: Add mode to show station catchment only where station window open.
|
2016-01-01 12:17:11 +00:00 |
|
Jonathan G Rennison
|
19764bb4fb
|
Merge branch 'enhanced_viewport_overlay-sx' into jgrpp
|
2015-08-11 21:41:58 +01:00 |
|
michi_cc
|
44918010df
|
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
|
2015-08-10 20:24:13 +00:00 |
|
michi_cc
|
2b8bb12d62
|
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists.
|
2015-08-10 20:24:13 +00:00 |
|
patch-import
|
79138de1b9
|
Import departure boards patch
|
2015-08-01 19:48:19 +01:00 |
|
frosch
|
8767a11d60
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
frosch
|
a8080b6256
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
frosch
|
e4063cb6d4
|
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
|
2014-11-18 20:12:42 +00:00 |
|
frosch
|
861b9bc85e
|
(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.
|
2014-11-18 20:12:42 +00:00 |
|
rubidium
|
09f6c46d0b
|
(svn r27030) -Fix: crash when having the vehicle list opened from a buoy or oil rig while the buoy/oil rig gets its final removal (i.e. the sign gets removed)
|
2014-10-21 19:16:47 +00:00 |
|
rubidium
|
e811fa1718
|
(svn r27030) -Fix: crash when having the vehicle list opened from a buoy or oil rig while the buoy/oil rig gets its final removal (i.e. the sign gets removed)
|
2014-10-21 19:16:47 +00:00 |
|
peter1138
|
6872b647f1
|
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort buttons with non-static width.
|
2014-10-05 11:20:02 +00:00 |
|
peter1138
|
0877f892c5
|
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort buttons with non-static width.
|
2014-10-05 11:20:02 +00:00 |
|
peter1138
|
79e124cf2b
|
(svn r26957) -Codechange: Spread the station cargo icons out by GUI scale.
|
2014-10-04 20:18:25 +00:00 |
|
peter1138
|
d6ac7d6fda
|
(svn r26957) -Codechange: Spread the station cargo icons out by GUI scale.
|
2014-10-04 20:18:25 +00:00 |
|