Skip to content

Releases: HackusatePvP/RenEngine

Release v1.0.7.1

Choose a tag to compare

@HackusatePvP HackusatePvP released this 06 May 23:39

GitHub decided to switch their entire storage to Azure. Frustratingly, Inteliij worked fine, but compiled jars failed.

Release v1.0.7

Choose a tag to compare

@HackusatePvP HackusatePvP released this 06 May 22:26
9a52da4

Full Changelog: #6

Release v1.0.6

Choose a tag to compare

@HackusatePvP HackusatePvP released this 13 Nov 12:47
fd05c1a

Changelog

Full Changelog: #5

Release v1.0.5

Choose a tag to compare

@HackusatePvP HackusatePvP released this 07 Nov 13:45

Re-release of this version with the fixed pom version.

Changelog

Full Changelog: #4

Release v1.0.4

Choose a tag to compare

@HackusatePvP HackusatePvP released this 05 Nov 05:40
8525fc9

Full Changelog: #3

Release v1.0.3

Choose a tag to compare

@HackusatePvP HackusatePvP released this 04 Nov 02:30
dd0d6f3

Full Changelog: #2

Release v1.0.2

Choose a tag to compare

@HackusatePvP HackusatePvP released this 03 Nov 05:08

Full Changelog: #1

Release v1.0.1

Choose a tag to compare

@HackusatePvP HackusatePvP released this 01 Nov 21:29

Release 1.0.0

Choose a tag to compare

@HackusatePvP HackusatePvP released this 31 Oct 17:48

Initial JDK 25 release.

JDK 21 Snapshot

Choose a tag to compare

@HackusatePvP HackusatePvP released this 18 Sep 08:00

RenEngine will be updated to JDK 25. This release will be the JDK 21 snapshot.

Compile

Ensure you have JDK 21 set as your java compiler. java --version

  1. Download one of the releases below.
  2. Extract the content and enter the folder.
  3. Compile
    3a. For windows terminal/prompt. Use the following command .\mvnw clean install
    3b. For linux bash shell or GitBash. Use the following command. ./mvnw clean install
    3c. For PowerShell. Switch to terminal/command prompt.