Commit Graph

204 Commits

Author SHA1 Message Date
Hielke Morsink
371478db34 Add 'build' as issue area to form 2021-08-27 11:05:55 +02:00
Hielke Morsink
22a2a1a71f Enable blank issue template (#15192) 2021-08-10 08:09:55 +02:00
Michał Janiszewski
bc550bfe7a Update bug_report.yaml 2021-08-09 20:56:48 +02:00
Hielke Morsink
14785155dd Apply feedback 2021-08-08 22:15:06 +02:00
Hielke Morsink
5ed8639029 Make suggested changes
- Remove titles (we have tags, and forces user to enter something)
 - Remove double space
 - Update discord invite description
2021-08-01 23:08:29 +02:00
Hielke Morsink
3011cb87c2 Add missing full stops 2021-08-01 23:08:29 +02:00
Hielke Morsink
8ef9e9f6cc Add feature request form 2021-08-01 23:08:29 +02:00
Hielke Morsink
6ff1832cc6 Add Localisation and Discord links to issue page 2021-08-01 23:08:29 +02:00
Hielke Morsink
e3c15817e4 Use GitHub issue forms 2021-08-01 23:08:29 +02:00
duncanspumpkin
5087e77032 Release v0.3.4.1
- Fix: [#15028] Crash when placing large scenery.
- Fix: [#15048] Crash when removing litter with cheats.
- Fix: [#15052] Crash when using banner window.
- Fix: [#15063] Crash when opening large scenery signs.
- Improved: [#12626] Allow using RCT2 saves to mark RCT Classic (.sea) parks as finished and vice versa.
2021-07-25 20:16:08 +01:00
Gymnasiast
e0daac9442 Release v0.3.4
- Feature: [#13967] Track List window now displays the path to the design when debugging tools are on.
- Feature: [#14071] “Vandals stopped” statistic for security guards.
- Feature: [#14169] Lighting effects for shops and stalls.
- Feature: [#14296] Allow using early scenario completion in multiplayer.
- Feature: [#14538] [Plugin] Add property for getting current plugin api version.
- Feature: [#14620] [Plugin] Add properties related to guest generation.
- Feature: [#14636] [Plugin] Add properties related to climate and weather.
- Feature: [#14731] Opaque water (like in RCT1).
- Change: [#14496] [Plugin] Rename Object to LoadedObject to fix conflicts with Typescript's Object interface.
- Change: [#14536] [Plugin] Rename ListView to ListViewWidget to make it consistent with names of other widgets.
- Change: [#14751] “No construction above tree height” limitation now allows placing high trees.
- Change: [#14841] Redesign the About window, including new button to copy the current version info.
- Fix: [#11829] Visual glitches and crashes when using RCT1 assets from mismatched or corrupt CSG1.DAT and CSG1i.DAT files.
- Fix: [#12262] Windows can appear off screen with small screens or high scaling.
- Fix: [#13581] Opening the Options menu causes a noticeable drop in FPS.
- Fix: [#13894] Block brakes do not animate.
- Fix: [#13986] OpenGL: Track preview window, flip/rotate button do not update the thumbnail.
- Fix: [#14315] Crash when trying to rename Air Powered Vertical Coaster in Korean.
- Fix: [#14330] join_server uses default_port from config.
- Fix: [#14415] Entrances/exits are removed when built on top of each other.
- Fix: [#14449] Surface smoothing at extra zoom levels not working.
- Fix: [#14468] Cannot close Options window on Android.
- Fix: [#14493] [Plugin] isHidden only works for tile elements up to the first element with a base height of over 32.
- Fix: [#14587] Confusing message when joining server with mismatched network version.
- Fix: [#14604] American-style Steam Trains are not imported correctly from RCT1 saves.
- Fix: [#14638] The “About OpenRCT2” window cannot be themed.
- Fix: [#14682] Crash when painting Swinging Ships with invalid subtype.
- Fix: [#14707] Crash when window is closed during text input.
- Fix: [#14710] Ride/Track Design preview does not show if it costs more money than available.
- Fix: [#14774] Incorrect import of scenery research caused all scenery to be unlocked.
- Fix: [#14806] Incorrect function call in WallPlaceAction plugin code.
- Fix: [#14871] Crash when trying to place track when there are no free tile elements.
- Fix: [#14880] Unable to close changelog window when its content fails to load.
- Fix: [#14945] Incorrect drop height penalty on log flume ride.
- Fix: [#14964] Unable to build in multiplayer as client with "Build while paused" cheat enabled when the host is paused.
- Improved: [#14511] “Unlock operating limits” cheat now also unlocks all music.
- Improved: [#14712, #14716] Improve startup times.
- Improved: [#14982] Add Malgun Gothic and change Nanum Gothic filename for Korean.
2021-07-19 12:54:49 +02:00
Margen67
4933b9ee40 ci.yml: Upgrade commitlint-github-action to v3 2021-04-23 11:36:50 -10:00
Margen67
2f74a46484 ci.yml: HOMEBREW_NO_ANALYTICS=1
Opts out of analytics. See https://docs.brew.sh/Analytics
2021-04-23 11:35:54 -10:00
Margen67
d195a3edd6 ci.yml: Change macOS configuration to Release 2021-04-23 11:33:46 -10:00
Margen67
58cd2e2609 ci.yml: Make windows-mingw and linux-portable into matrix
Artifact name improvements had to be bunched in here.
Change build configuration to Release.
2021-04-23 11:33:46 -10:00
Margen67
87de1971d9 ci.yml: Remove brackets around check-code-formatting
They're unneeded since it's one item.
2021-04-23 11:32:16 -10:00
Margen67
5308a21305 ci.yml: Checkout improvements
Always use v2.
Replace git clone with checkout.
2021-04-23 11:32:16 -10:00
Margen67
839aa5c625 ci.yml: upload-artifact improvements
Upgrade to v2.
name:
 Remove unneeded quotation marks.
 Use runner.os when possible.
if-no-files-found: error
2021-04-23 11:32:16 -10:00
Margen67
bc5e8f7dd2 ci.yml: job-wide bash 2021-04-23 11:32:16 -10:00
Margen67
08061d518b localisation.yml: Remove whitespace after cron 2021-04-23 11:29:09 -10:00
Margen67
55d7df32fd localisation.yml: Use --depth 1 to speed up cloning 2021-04-23 11:29:09 -10:00
Margen67
c2f16a54aa localisation.yml: Use working-directory 2021-04-23 11:29:09 -10:00
Michael Steenbeek
929433680d Replace TestPaint CI with regular i686 build 2021-04-18 12:55:20 +02:00
adam-bloom
c9d1a2ed89 combine both macOS cmake CI jobs 2021-04-01 22:00:04 -06:00
adam-bloom
2b37f4586a separate ccache key for macOS CI runs 2021-04-01 22:00:04 -06:00