Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Detegr committed Aug 13, 2024
1 parent 4b9fa37 commit 082a502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## 1.0.0

- Use reversed Z-buffer in driving mode and replays. This eliminates all
Z-fighting issues (flickering signs etc.) from the game.
- Re-enable quad-views later on after a stage that it was disabled on to avoid
doing work at a point of time where crashes have been occurring.
- Use reversed Z-buffer in driving mode and replays. This eliminates all track
side object Z-fighting issues (flickering signs etc.) from the game
- Fix a crash caused by reloading the OpenXR session when toggling quad view
rendering on and off
- Improve performance of windscreen particle effects only mode

## 0.9.2

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ set(HEADERS
set(openRBRVR_Major 1)
set(openRBRVR_Minor 0)
set(openRBRVR_Patch 0)
set(openRBRVR_Tweak 1)
set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")
set(openRBRVR_Tweak 0)
#set(openRBRVR_TweakStr "-rc${openRBRVR_Tweak}")

configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/src/version.rc.in
Expand Down

0 comments on commit 082a502

Please sign in to comment.