Skip to content

Commit

Permalink
Document changes for 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Mar 15, 2021
1 parent 8c48a8a commit 93897f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

### 0.32.0
- Replaced the OpenGL fixed-function pipeline with a modern shader-based
renderer. This opens up Red Horizon to do paletted textures on the GPU. A
minimum of OpenGL 4.1 is now needed.
- Added ImGui to include debug info, which was normally emitted in log files,
right in the view.

### 0.31.2
- Upgrade the reflections library which came with a change that removes the
large Google Guava dependency - we're now 2MB lighter
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ on GitHub, so you can follow along there.
Installation
------------

Requires Java 11+ on macOS Sierra (10.12) and newer, or Windows 10 64-bit.
Requires Java 11+ on macOS Sierra (10.12) and newer, or Windows 10 64-bit, with
graphics hardware that supports OpenGL 4.1+.

Download the distribution bundle from the [project releases](https://github.com/ultraq/redhorizon/releases)
page, then unzip it to somewhere on your computer.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
// Global configuration
allprojects {
group = 'nz.net.ultraq.redhorizon'
version = '0.32.0-SNAPSHOT'
version = '0.32.0'
}

// Root project configuration
Expand Down

0 comments on commit 93897f9

Please sign in to comment.