Commit Graph

55597 Commits (46f5fb9f25c2a647d01901bc08f0f988f7a784e7)
 

Author SHA1 Message Date
Jonathan G Rennison 87ee18b6b9 Add close/delete window function aliases for upstream 1 year ago
RoqueDeicide 33ee78f9ac [Feature] Extended functionality of industry viewport tooltips.
Added ability to turn them off or to show any combination of the following: name, required, stockpiled or produced cargoes.
1 year ago
Jonathan G Rennison 01c6705339 Fix text rendering with 8bpp-simple blitter
First member of string_colourremap was never assigned
Ensure that it is set to 0
1 year ago
Jonathan G Rennison d55ba23a87 Fix dual pane purchase window with mixed wagon/loco variant trees
Use top-level variant engine for the loco/wagon categorisation

See: #558
1 year ago
Jonathan G Rennison 5415b596b0 Handle case where VehicleLengthChanged called on engine without a GRF 1 year ago
RoqueDeicide 8eea01717f [Feature] A setting to allow town name tile tooltips to always or never be displayed. 1 year ago
RoqueDeicide d6041744ca [Change] Moved tooltip-related settings to a dedicated category. 1 year ago
Jonathan G Rennison 3b2e917ca4 Enable vehicle variable 61 for ships
Bump multi_part_ships feature version, add to documentation
1 year ago
Jonathan G Rennison e94f9699de Picker tool: Remember rail/road/tram as last used when opening from picker 1 year ago
Jonathan G Rennison fbffb4c24c TBTR: Remove wrong tooltips in template window group, template panels
See: #555
1 year ago
Jonathan G Rennison 698de52d13 Settings GUI: Fix station rating tooltip mode being in wrong section 1 year ago
Jonathan G Rennison 9a5df29648 Adjustments for PR #556
Setting text/condition, tooltip condition
1 year ago
Jonathan G Rennison 4fae774cb5 Merge PR #556 into jgrpp 1 year ago
Jonathan G Rennison 50901f79ee Show all cargoes for multi-part ships in build vehicle window 1 year ago
Jonathan G Rennison e80558ab32 Enable multi-part functionality of vehicle variable 0x60 for ships 1 year ago
Patric Stout b67ff36a13 Fix: [CI] enable audio (alsa / jack / pulse) for generic Linux builds (#11051)
SDL needs to see the header files when compiling to enable those
drivers runtime. It doesn't actually link against them: it just
needs to see the headers.

(cherry picked from commit ff050ea1d9)
1 year ago
Loïc Guilloux 6c19e5ecae Fix #10868: [Script] Handle errors when loading savegame data on stack (#11029)
(cherry picked from commit 1d9bc23525)
1 year ago
RoqueDeicide 829db8e4f9 Feature: A setting to bring back old tile tooltip behavior.
If enabled, the setting allows tooltips for tiles, such as industries, to show instantly, when otherwise they would require a right-click.
1 year ago
Jonathan G Rennison cc22351ef4 Fix small map screenshots
See: #554
1 year ago
Jonathan G Rennison c339978569 Change station naming to allow unsuffixed name at an increased distance 1 year ago
Jonathan G Rennison 203d8f020b Fix CmdCreateGoal putting goal text into goal progress field
See: #553
1 year ago
Jonathan G Rennison 3b0e067b40 Add another GRF to list for newgrf_disable_big_gui 1 year ago
Jonathan G Rennison b6f5cd40e6 Github: Disable survey key request for now 1 year ago
Jonathan G Rennison 77b3c5726b Github: Re-add changes to upstream release workflows 1 year ago
Jonathan G Rennison 4f7cb1e498 Github: Change release workflows to match upstream 1 year ago
Jonathan G Rennison e01101a334 Update vanilla content version sent to bananas 1 year ago
Jonathan G Rennison e91e15be7f Version: Committing version data for tag: jgrpp-0.54.2 1 year ago
Jonathan G Rennison 551d581215 Unix crash log: Fix stack trace formatting when using addr2line 1 year ago
Jonathan G Rennison 861c033caf Crash log: Include game mode in config info 1 year ago
Jonathan G Rennison 2b897e6694 Cargo payment rate graph: Use minutes for x-axis if in minutes mode
See: #541
1 year ago
Jonathan G Rennison b080433394 Cargo payment rate graph: Scale X-axis by day length
See: #541
1 year ago
Jonathan G Rennison a7a8f4c695 Windows crash log: Don't bother writing raw stack if it can be decoded
The raw values are almost always useless
1 year ago
Jonathan G Rennison bcab44dc98 Windows crash log: Fix stack overflow in crash dialog window setup
Excessive stack use for crash log text conversion buffers
1 year ago
Jonathan G Rennison d211ef557a Windows crash log: Handle crash log faults (MSVC) 1 year ago
Jonathan G Rennison 846737e56a Fix refit in station with articulated vehicles with no capacity in leading part 1 year ago
Jonathan G Rennison dadebfa759 Debug: Show engine cargo/refit values 1 year ago
Jonathan G Rennison 051cb29f7a Debug: Show engine misc flags for all vehicle types 1 year ago
Jonathan G Rennison 410d5bdc55 Spread tile loop iterations over all ticks when using day length > 1
See: #545
1 year ago
Jonathan G Rennison 8c600fd480 Use std::all_of instead of std::count for checking if all 0 1 year ago
Jonathan G Rennison 32ec1bc77b Add hotkey for picker tool in scenario editor 1 year ago
Jonathan G Rennison 371a555324 Disable picker tool in spectator mode 1 year ago
Jonathan G Rennison 495db43b72 Network: Defer deletion of client and server game socket handler
This fixes various use after free scenarios in error handling paths
1 year ago
Jonathan G Rennison 532d3881cd Network: Fix error logging for game and admin server HandlePacket
Don't invent a packet type in the log message if we can't/don't
read a packet type at all
1 year ago
Jonathan G Rennison afe5af5dbb Fix: Crash when failing to load a game into a dedicated server at startup
Using the -g switch
1 year ago
Jonathan G Rennison 7af34aaadd Fix NetworkAddChatMessage when MAX_CHAT_MESSAGES is 0 1 year ago
Jonathan G Rennison 3d2dc77aa2 Network: Change protocol for game/rcon/settings password auth
Instead of sending a hash, do a DH/X25519 key exchange
using the password.
This also allows authenticating the associated rcon payload and response.
1 year ago
Jonathan G Rennison 9042eb338f Network: Simplify stringifying of random key strings 1 year ago
Jonathan G Rennison b4721c898d Serialisation: Add view/span variants of binary receive methods 1 year ago
Jonathan G Rennison efc4cd4eff Add missing data() method to span 1 year ago
Jonathan G Rennison c46afa04f7 Use pos TileVirtXY for aircraft crash tile
See: #549
1 year ago