Added fixes and improvements of the past month to the changelog (#3912)

This commit is contained in:
Maarten Peters 2016-06-30 09:22:56 +02:00 committed by Michael Steenbeek
parent d77a198f7c
commit 09863a4c01
1 changed files with 21 additions and 8 deletions

View File

@ -1,18 +1,26 @@
0.0.5 (in development) 0.0.5 (in development)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: Ability to rotate map elements with the tile inspector. - Feature: Add OpenGL drawing engine.
- Feature: Add cheat to disable littering. - Feature: Add ability to rotate map elements with the tile inspector.
- Feature: Add ride console command for diagnostics and changing vehicle type. - Feature: Add ride console command for diagnostics and changing vehicle type.
- Feature: Allow setting ownership of map edges. - Feature: Allow setting ownership of map edges.
- Feature: Allow up to 255 cars per train. - Feature: Allow up to 255 cars per train.
- Feature: Importing SV4 and SC4 files with rides. - Feature: Importing SV4 and SC4 files with rides.
- Feature: Added Norwegian translation - Feature: Filter Object Selection Window by "Selected only" and "Non-selected only"
- Feature: Cheat to disable plant aging. - Feature: Allow raising terrain to 64 in-game units.
- Feature: Assymmetric-key-based authorisation and assignment storage.
- Feature: Add Norwegian translation.
- Feature: Add cheat to disable littering.
- Feature: Add Cheat to disable plant aging.
- Feature: Add Cheat that allows any track piece to use a chain lift.
- Feature: Add Console command to set vehicle friction.
- Feature: Add console command to set scenario initial cash.
- Removed: BMP screenshots. - Removed: BMP screenshots.
- Technical: [#3699] Assymmetric-key-based authorisation and assignment storage - Removed: Intamin and Phoenix easter eggs.
- Technical: Mulitplayer groups are now stored in JSON format
- Fix: [#1038] Guest List is out of order. - Fix: [#1038] Guest List is out of order.
- Fix: [#3282] Launched Freefall ride ratings are fixed for Downward Launch. - Fix: [#2754] Dragging scrollview fails when scaled.
- Fix: [#3210] Scenery window scrolls too far.
- Fix: [#3282] Launched Freefall ride ratings are fixed for Downward Launch (original bug).
- Fix: [#3307] Ride music and sound has degraded since RCT2. - Fix: [#3307] Ride music and sound has degraded since RCT2.
- Fix: [#3344] Build new ride window can be opened in scenario editor. - Fix: [#3344] Build new ride window can be opened in scenario editor.
- Fix: [#3347] Ride windows are auto-positioned below the HUD when using RCT1 lights. - Fix: [#3347] Ride windows are auto-positioned below the HUD when using RCT1 lights.
@ -20,8 +28,13 @@
- Fix: [#3361] Missing Twister coaster piece. - Fix: [#3361] Missing Twister coaster piece.
- Fix: [#3418] Launched freefall restraints are drawn incorrectly when up (original bug). - Fix: [#3418] Launched freefall restraints are drawn incorrectly when up (original bug).
- Fix: [#3451] Renaming staff is a guest command. - Fix: [#3451] Renaming staff is a guest command.
- Fix: [#3210] Scenery window scrolls too far.
- Fix: [#3635] Inspecting sidewalk path crashes game. - Fix: [#3635] Inspecting sidewalk path crashes game.
- Fix: [#3735] Advertisement campaign window bug.
- Fix: [#3771] Crash when kicking player in multiplayer.
- Fix: [#3824] Segfault when passing invalid arguments to ride set type.
- Fix: [#3858] Tooltip shown when hovering over title logo.
- Fix: [#3915] Restore horizontal and vertical scrollbar behavior from RCT2 when clicking on one of the scrollbars.
- Technical: Mulitplayer groups are now stored in JSON format.
0.0.4-beta (2016-04-15) 0.0.4-beta (2016-04-15)
------------------------------------------------------------------------ ------------------------------------------------------------------------