Skip to content

Indev 0.2.4

Latest
Compare
Choose a tag to compare
@ryanlarkin ryanlarkin released this 04 Jun 04:19

Update: Indev 0.2.4 has been released to add pure Gradle building with no ANT, and to update to LWJGL 3.1.0, which should reduce the size of the game

Update: Indev 0.2.3 has been released to add window resizing

Update: Indev 0.2.2 has been released to add missing windows natives on Github (Same jar download)

Update: Indev 0.2.1 has been released to upgrade to a new version of LWJGL (which re-adds window icons)


This is the third major update for Luminescent!

There is a bit more gameplay, but a lot of the changes were made to rendering, so this will make it easier to render things.

Changelog:

  • Make camera follow player
  • Firing projectiles that use SPACE or B on controller
  • Implement better build system
  • Stop players from wrapping around walls
  • Load room dimensions with JSON files in jar
  • Refactored rendering (No outside changes)
  • Updated player texture
  • Player follows cursor (W to go towards mouse, etc...), or use right stick to rotate player
  • Fixed [#71] Switching monitors from alternate monitor to primary monitor leaves black fullscreen window
  • Fixed [#81] Fullscreen Switch Monitors Crashes It
  • Fixed [#99] Windows Jemelloc Natives Missing
  • Fixed [#110] While Screenshot Button is Down Multiple Screenshots can be Taken
  • Fixed Game Crashing on Exit

Moving Forward:

Next update the game will feel more like a game. It will hopefully have pause and main menus, and just maybe actual objectives! This will make the game actually playable for fun, not just for testing. Also text will likely be introduced (because that is required for menus and stuff).

The update work will probably start in June or early July. You can get the game by downloading the jar below. (You must have Java installed) Also, please report any bugs on our Github page!

-@eandr127