Peter Nelson
|
890b2666d3
|
Change: Use scaled WidgetDimensions.
|
2022-11-12 18:28:39 +00:00 |
|
Peter Nelson
|
b6ed595176
|
Codechange: Prefer suggested widget padding.
|
2022-11-12 18:28:39 +00:00 |
|
Peter Nelson
|
fea7247072
|
Change: Use standard 'frametext' padding for settings window.
|
2022-11-12 18:28:39 +00:00 |
|
Peter Nelson
|
6f95e04005
|
Change: Use Rect helpers for widget drawing.
This replaces repetitive and sometimes unwieldy use of constants.
|
2022-11-12 18:28:39 +00:00 |
|
Jonathan G Rennison
|
2a806cda21
|
Debug: Allow highlighting multiple registers
|
2022-10-05 21:10:49 +01:00 |
|
Jonathan G Rennison
|
4e5e85e7aa
|
Debug: Allow inspecting industry specs before industry is built
Add debug box to industry chains window
|
2022-08-10 21:35:33 +01:00 |
|
Jonathan G Rennison
|
9ed5b6e65c
|
Debug: Change sprite group indentation handling
|
2022-08-09 21:53:43 +01:00 |
|
Jonathan G Rennison
|
dbc55274e2
|
Debug: Show callback ID names in sprite dump
|
2022-07-31 19:28:35 +01:00 |
|
Jonathan G Rennison
|
b5d0c1d493
|
Debug: Show signalled tunnel/bridge info in debug window
|
2022-06-22 17:57:20 +01:00 |
|
Jonathan G Rennison
|
4d04a757cc
|
Debug: Add new signals support to GRF debug window
|
2022-06-15 21:36:55 +01:00 |
|
Jonathan G Rennison
|
45798fa533
|
Debug: Add scroll to sprite number to debug window
|
2022-06-08 01:57:10 +01:00 |
|
Jonathan G Rennison
|
86324e0fda
|
Debug: Add mode to sprite dump window to show unoptimised
|
2022-06-07 18:54:42 +01:00 |
|
Jonathan G Rennison
|
22e10462dc
|
Debug: Redraw debug window content if line change moves scroll position
|
2022-06-07 18:32:46 +01:00 |
|
Jonathan G Rennison
|
a818157c57
|
Debug: Add button to duplicate debug window
|
2022-06-07 17:23:10 +01:00 |
|
Jonathan G Rennison
|
6825ea5e79
|
Debug: Show name of root sprite group shown in vehicle debug window
|
2022-06-06 01:33:27 +01:00 |
|
Jonathan G Rennison
|
cf640cc0cf
|
Debug: Add sprite group collapsing to sprite group dump window
|
2022-06-04 21:08:35 +01:00 |
|
Jonathan G Rennison
|
c238bd5012
|
Debug: Add temp store highlighting to sprite group dump window
Add tooltip
|
2022-06-02 20:07:18 +01:00 |
|
Jonathan G Rennison
|
564d7e5029
|
Debug: Allow clicking to highlight group in sprite group dump window
|
2022-06-01 21:31:05 +01:00 |
|
Jonathan G Rennison
|
66db1863f2
|
Debug: Add NewGRF inspector support for road stops
|
2022-02-14 00:31:14 +00:00 |
|
Jonathan G Rennison
|
2959221066
|
Debug: Add support for showing extended variables in object debug window
|
2022-02-08 18:59:56 +00:00 |
|
Jonathan G Rennison
|
b5521653e0
|
Debug: Add general mechanism to make lines in debug window clickable
|
2021-11-23 19:26:42 +00:00 |
|
Jonathan G Rennison
|
2b56ca2b62
|
Debug: Create struct type for ExtraInfo output parameter
|
2021-11-23 18:16:51 +00:00 |
|
Jonathan G Rennison
|
da282c3ecc
|
Merge branch 'master' into jgrpp-beta
# Conflicts:
# .github/workflows/ci-build.yml
# CMakeLists.txt
# src/lang/finnish.txt
# src/lang/french.txt
# src/lang/korean.txt
# src/lang/norwegian_bokmal.txt
# src/lang/russian.txt
# src/lang/spanish.txt
# src/misc_gui.cpp
# src/newgrf.cpp
|
2021-10-28 23:51:24 +01:00 |
|
rubidium42
|
e588923bff
|
Codechange: add std::string accepting SetDParamStr to ErrorMessageData
|
2021-06-13 10:26:58 +02:00 |
|
Rubidium
|
6bd12e24d7
|
Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality
(cherry picked from commit fdc11a9f94 )
|
2021-05-30 22:02:14 +01:00 |
|
glx22
|
5799402f7a
|
Codechange: Rename window related DeleteXXX to match new behaviour
|
2021-05-29 21:08:25 +02:00 |
|
Jonathan G Rennison
|
900a93ac59
|
Debug: Add sprite dumping to vehicle debug windows
|
2021-05-21 19:36:19 +01:00 |
|
Jonathan G Rennison
|
12e00624ba
|
Debug: Fix scrollbar count and logged end marker in extra info only mode
|
2021-05-21 19:16:38 +01:00 |
|
Jonathan G Rennison
|
5d8f459066
|
Debug: Add button to debug window to log contents to console
|
2021-05-21 19:00:18 +01:00 |
|
Rubidium
|
fdc11a9f94
|
Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality
|
2021-05-08 12:39:34 +02:00 |
|
Peter Nelson
|
6e272df9b0
|
Fix: Tidy up sizing of sprite aligner window sprite list.
(cherry picked from commit af70195e44 )
|
2021-05-06 20:11:59 +01:00 |
|
Peter Nelson
|
af70195e44
|
Fix: Tidy up sizing of sprite aligner window sprite list.
|
2021-04-30 17:08:15 +01:00 |
|
Jonathan G Rennison
|
eb8991da2f
|
Debug: Fix blank detection for persistent storage display
|
2021-04-25 10:24:28 +01:00 |
|
Patric Stout
|
3744d71b13
|
Codechange: replace _realtime_tick with std::chrono for mouse events
(cherry picked from commit 853bfc3562 )
|
2021-03-01 17:54:15 +00:00 |
|
Patric Stout
|
853bfc3562
|
Codechange: replace _realtime_tick with std::chrono for mouse events
|
2021-02-27 00:36:14 +01:00 |
|
Michael Lutz
|
84636fc2af
|
Codechange: Remove all remaining uses of cpp_offset.
|
2021-02-13 20:08:53 +01:00 |
|
Jonathan G Rennison
|
b7ddd486cf
|
Merge branch 'master' into jgrpp
# Conflicts:
# cmake/CompileFlags.cmake
# src/aircraft_cmd.cpp
# src/blitter/32bpp_anim.cpp
# src/cargopacket.cpp
# src/cheat_gui.cpp
# src/company_cmd.cpp
# src/company_gui.cpp
# src/core/pool_func.hpp
# src/date.cpp
# src/economy.cpp
# src/error_gui.cpp
# src/ground_vehicle.cpp
# src/ground_vehicle.hpp
# src/group_gui.cpp
# src/industry_cmd.cpp
# src/lang/dutch.txt
# src/lang/french.txt
# src/lang/german.txt
# src/linkgraph/linkgraph_gui.cpp
# src/linkgraph/mcf.cpp
# src/network/network_content.cpp
# src/network/network_server.cpp
# src/network/network_udp.cpp
# src/newgrf_engine.cpp
# src/newgrf_station.cpp
# src/order_cmd.cpp
# src/order_gui.cpp
# src/pathfinder/follow_track.hpp
# src/pathfinder/yapf/yapf_common.hpp
# src/saveload/saveload.cpp
# src/settings_gui.cpp
# src/station_cmd.cpp
# src/station_kdtree.h
# src/string_func.h
# src/table/settings.ini
# src/tgp.cpp
# src/timetable_cmd.cpp
# src/timetable_gui.cpp
# src/toolbar_gui.cpp
# src/town_cmd.cpp
# src/train_cmd.cpp
# src/train_gui.cpp
# src/tree_gui.cpp
# src/tunnelbridge_cmd.cpp
# src/vehicle.cpp
# src/vehicle_gui.cpp
# src/video/sdl2_v.cpp
# src/video/sdl_v.cpp
# src/video/win32_v.cpp
# src/viewport.cpp
# src/viewport_sprite_sorter_sse4.cpp
# src/window.cpp
|
2021-02-01 17:07:34 +00:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01:00 |
|
Jonathan G Rennison
|
77bf073939
|
Debug: Show all town persistent storage registers, not just the caller GRFID
|
2020-12-29 21:33:51 +00:00 |
|
Jonathan G Rennison
|
aa46bf3a2b
|
Debug: Truncate persistent storage printouts when only 0s remain
|
2020-12-29 21:13:33 +00:00 |
|
Jonathan G Rennison
|
e5d4fab138
|
Debug: Fix disabling auto-refresh not updating button
|
2020-12-26 20:12:22 +00:00 |
|
Jonathan G Rennison
|
3ea0ffa46b
|
Debug: Add auto-refresh functionality to the debug window
|
2020-12-24 19:43:41 +00:00 |
|
Jonathan G Rennison
|
6c9988f28b
|
Debug: Add road/tram type support to NewGRF debug window
|
2020-10-16 18:42:47 +01:00 |
|
Jonathan G Rennison
|
5b78090a61
|
Merge branch 'master' into jgrpp
# Conflicts:
# CMakeLists.txt
# src/saveload/town_sl.cpp
# src/screenshot.h
# src/script/api/ai/ai_date.hpp.sq
# src/script/api/ai/ai_marine.hpp.sq
# src/script/api/ai/ai_station.hpp.sq
# src/script/api/game/game_date.hpp.sq
# src/script/api/game/game_marine.hpp.sq
# src/script/api/game/game_station.hpp.sq
# src/script/api/game/game_window.hpp.sq
# src/script/api/script_window.hpp
# src/script/api/template/template_window.hpp.sq
# src/signal.cpp
# src/statusbar_gui.cpp
# src/toolbar_gui.cpp
# src/viewport.cpp
# src/viewport_func.h
|
2020-08-27 18:31:09 +01:00 |
|
Jonathan G Rennison
|
810bfd276e
|
Add several NewGRF variables to vehicle image callback whitelist
Add vehicle flags to control cached image invalidation
Various refactorings
|
2020-08-25 01:26:44 +01:00 |
|
dP
|
3db7cf54fd
|
Fix: sprite preview in sprite aligner is too small with scaled UI
|
2020-08-13 20:50:11 +02:00 |
|
Jonathan G Rennison
|
f8d6e781ba
|
Merge branch 'master' into jgrpp
# Conflicts:
# projects/openttd_vs140.vcxproj.filters
# projects/openttd_vs141.vcxproj.filters
# projects/openttd_vs142.vcxproj.filters
# src/base_consist.h
# src/company_base.h
# src/newgrf_config.cpp
# src/newgrf_config.h
# src/openttd.cpp
# src/saveload/saveload.cpp
# src/saveload/saveload.h
# src/saveload/station_sl.cpp
# src/settings.cpp
# src/signs_base.h
# src/string.cpp
# src/string_func.h
# src/table/misc_settings.ini
# src/table/settings.h.preamble
# src/town_cmd.cpp
# src/vehicle.cpp
# src/vehicle_cmd.cpp
# src/video/cocoa/cocoa_v.mm
# src/video/null_v.cpp
|
2020-05-21 22:24:01 +01:00 |
|
Michael Lutz
|
f2b40f40aa
|
Codechange: Replace SmallPair with std::pair.
std::pair is already the smallest possible pair, and it already handles non-POD types correctly.
|
2020-05-21 20:02:34 +02:00 |
|
Jonathan G Rennison
|
cbdd9f84d8
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/console_gui.cpp
# src/lang/korean.txt
# src/video/sdl2_v.cpp
# src/video/sdl2_v.h
# src/window.cpp
# src/window_gui.h
|
2019-11-12 18:43:10 +00:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|