1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00
Commit Graph

25108 Commits

Author SHA1 Message Date
Michael Bernardi
0faff29a88 Move tile invalidation to the action 2023-08-12 22:00:29 +02:00
Michael Bernardi
909fd42a4e Tile inspector can now highlight tracks 2023-08-12 22:00:29 +02:00
Michael Bernardi
dc018c93d9 No longer invalidate widgets on every draw 2023-08-12 22:00:29 +02:00
Michael Bernardi
d850a535aa Invalidate previous selection when ctrl-clicking something new 2023-08-12 22:00:29 +02:00
Michael Bernardi
a26464b897 Selected TileElement now stored in paint session 2023-08-12 22:00:29 +02:00
Michael Bernardi
b496e001d1 Remove old calls to invalidate now handled by intent 2023-08-12 22:00:29 +02:00
Michael Bernardi
d2b6419055 Add intents to the TileManager UI 2023-08-12 22:00:29 +02:00
Michael Bernardi
774bfe8e62 Fix #20481: Properly deselect items on close 2023-08-12 22:00:29 +02:00
Matthias Moninger
ed32fd2567 Merge pull request #20694 from Broxzier/bugfix/17666-corrupted-map-edge
Fix #17666: Map edge glitches when using mountain near it
2023-08-08 21:14:44 +03:00
Hielke Morsink
4a3c2f4fb4 Fix #17666: Map edge glitches when using mountain near it 2023-08-08 18:59:32 +02:00
Hielke Morsink
22a1fe3909 Merge pull request #20692 from Broxzier/refactor/tooltip-tile-elements 2023-08-07 12:54:43 +02:00
Hielke Morsink
33fa50a330 Reduce duped code, fix #20693 wrong info for station shown 2023-08-07 03:16:14 +02:00
Hielke Morsink
77a263fa4e Add braces to one-liners that don't control flow 2023-08-07 00:57:43 +02:00
Hielke Morsink
a49b34a3af Pass tile elements by their type and as const ref 2023-08-07 00:30:48 +02:00
Hielke Morsink
2c8ba76b49 Reduce nesting 2023-08-07 00:14:14 +02:00
Hielke Morsink
9cf01a2aca Reduce repeated calls to tileElement.AsType 2023-08-07 00:11:23 +02:00
Matthias Moninger
2615fb7b88 Merge pull request #20689 from ZehMatt/pathelement-cleanup
Return PathElement instead of TileElement on MapGetFootpathElement
2023-08-06 15:47:19 +03:00
ζeh Matt
375ce5c123 Apply review suggestion 2023-08-06 13:33:31 +03:00
X123M3-256
6119b343e6 Fix missing track data (#20687)
* Fix missing track data

* Increase network version
2023-08-06 10:28:08 +01:00
ζeh Matt
5f515b6a73 Refactor the code that uses MapGetFootpathElement 2023-08-05 18:09:38 +03:00
ζeh Matt
ad2b1959c8 Return PathElement instead of TileElement on MapGetFootpathElement 2023-08-05 17:54:44 +03:00
Matthias Moninger
8f491eb0e4 Merge pull request #20688 from ZehMatt/fix-20684
Fix #20684: Footpath additions getting removed by Miniature railway ghost elements
2023-08-05 17:44:11 +03:00
ζeh Matt
f617507b8f Bump up network version 2023-08-05 17:19:11 +03:00
ζeh Matt
12b0243656 Update changelog.txt 2023-08-05 17:19:11 +03:00
ζeh Matt
db33968ff6 Fix #20684: Footpath additions getting removed by ghost track elements 2023-08-05 17:19:11 +03:00
Matthias Moninger
acf931360d Merge pull request #20680 from Broxzier/feature/v0.4.6-title-sequence
Update title sequences to v0.4.6 release
2023-08-03 22:07:20 +03:00
Hielke Morsink
e8e3503440 Add changelog entry 2023-08-03 18:09:13 +02:00
Hielke Morsink
44ed77e882 Update title sequences to v0.4.6 release 2023-08-03 17:15:55 +02:00
Matthias Moninger
ae273ab106 Merge pull request #20670 from mrmbernardi/paused_construction
Fix #20659: Phantom rides when closing construction window while paused
2023-08-03 02:50:03 +03:00
Duncan
4349688de4 These function names have not reflected their use for a while (#20656) 2023-08-01 20:19:33 +01:00
Michael Bernardi
9b5eaabf97 Fix #20659: Phantom rides when closing construction window while paused 2023-08-01 20:01:39 +02:00
Matthias Moninger
19118de773 Merge pull request #20657 from ZehMatt/common-junk-2
Remove some macros from common.h
2023-07-28 02:27:17 +03:00
ζeh Matt
cc89104de0 Remove some macros from common.h 2023-07-27 14:50:13 +03:00
mrmbernardi
d2db5f0f16 No longer limit banner count in intent (#20650) 2023-07-25 06:22:21 +01:00
OpenRCT2 git bot
92d047161f Merge Localisation/master into OpenRCT2/develop 2023-07-21 04:02:04 +00:00
Hielke Morsink
ccba517380 Reduce minor duplication (#20643) 2023-07-19 20:32:15 +01:00
Matthias Moninger
0bfc9f0bec Merge pull request #20644 from ZehMatt/fix-20642
Fix 20642: Empty track list due to uninitialized memory
2023-07-19 17:45:56 +03:00
ζeh Matt
c6695b9aa7 Update changelog.txt 2023-07-19 17:23:18 +03:00
ζeh Matt
3e3f8e7b15 Fix #20642: Track list is sometimes empty due to uninitialized filter 2023-07-19 17:22:33 +03:00
Matthias Moninger
1688415324 Fix another crash in track design manager when using a filter 2023-07-19 15:25:08 +02:00
Matthias Moninger
dbca3c9d39 Merge pull request #20605 from triaxx/develop
Fix invalid OPENRCT2_BRANCH test
2023-07-19 16:19:10 +03:00
Matthias Moninger
9616424473 Merge pull request #20640 from ZehMatt/fix-20635
Fix #20635: Crash when filtering track designs
2023-07-19 15:49:41 +03:00
ζeh Matt
706961f7d5 Fix #20635: Crash when filtering track designs 2023-07-19 15:02:53 +03:00
Duncan
5adf8cd35c Remove track_list member var from window base (#20626)
* Remove track_list member var from window base

* Address review comment and readd OnOpen
2023-07-19 08:02:31 +01:00
Matthias Moninger
514b74c8b3 Merge pull request #20633 from ZehMatt/ignore-dead-window
Ignore dead windows to determine insertion position
2023-07-19 00:54:53 +03:00
ζeh Matt
2d1c361cb0 Ignore dead windows to determine insertion position 2023-07-18 23:46:05 +03:00
mrmbernardi
b5f7d4ee2c Fix #20607: Unicode string not limited properly (#20623) 2023-07-18 21:10:35 +01:00
Matthias Moninger
5924185a6b Fix tab index being overwritten for scripted windows (#20630) 2023-07-18 21:08:42 +01:00
Duncan
ce86aa029f Remove custom_info pointer (#20480)
* Remove custom_info pointer

* Formatting
2023-07-18 06:24:42 +01:00
Matthias Moninger
8c0a931403 Merge pull request #20570 from zzril/fix-20389-reversed-banking-on-diagonal-slopes
Fix #20389: Reversed vehicles incorrectly banked on diagonal slopes
2023-07-16 23:57:35 +03:00