Skip to content
This repository was archived by the owner on Nov 26, 2018. It is now read-only.

Releases: NerdThings/InfernoClassic

Inferno v1.0.0.9

Choose a tag to compare

@Rover656 Rover656 released this 28 Oct 14:56

Changes

  • Rewrote, removed and changed almost the entire API, so bare with us.
  • Removed Monogame Dependancy
  • Removed UWP Support (Temporary)
  • Upgraded the UI Engine
  • Removed State Class
  • Added GameState Class
  • Sprites can now have multiple animation rows
  • Added Renderer as our answer to the SpriteBatch
  • New Font Format (working on build tools soon)
  • MessageBox Support
  • Full camera features, (Also moved to Inferno.Graphics namespace)
  • No gamepad support yet
  • Instance.Velocity field
  • Instance cloning
  • New sound system

For the full list of changes see this

Issues

Inferno v1.0.0.17

Choose a tag to compare

@Rover656 Rover656 released this 28 Oct 18:07

Changes

  • No Changes

Issues

Inferno v1.0.0.15

Choose a tag to compare

@Rover656 Rover656 released this 28 Oct 17:57

Changes

  • Introduce Inferno Font 1.2
  • Move File Formats to new namespace (And new internal project)
  • Changes to GameStates, now Game does not contain an array of them, just a single one of them at a time. This change was made to make things simpler.

Issues

  • No issues have been opened or closed

Inferno 0.3

Inferno 0.3 Pre-release
Pre-release

Choose a tag to compare

@Rover656 Rover656 released this 04 Jul 14:35

In this release

  • More Cleaning
  • Pausing + auto pause option
  • VSync changes
  • OnStateUnLoad event
  • Better Disposing
  • Tiled Support (Limited, see docs)
  • Documentation

Bugs

  • No bugs fixed or encountered

UPDATE

There is a bug where Controls in UI don't work, this will be fixed in the next release.

Inferno 0.2

Inferno 0.2 Pre-release
Pre-release

Choose a tag to compare

@Rover656 Rover656 released this 30 Jun 20:21

This release is now relatively stable and can be used for some decent trials

This adds the following features

  • State settings (For more control)
  • Safe area for Spatial Hashing (Allowing less lag)
  • Spatial Hashing Config options (2, more coming)
  • Proper Control Class for UI
  • Much cleaner code

This fixes the following bugs

This release caused issue #11, so depth is disabled

Inferno 0.1.1

Inferno 0.1.1 Pre-release
Pre-release

Choose a tag to compare

@Rover656 Rover656 released this 22 May 17:31

Bug Fix Release

  • Fixes #2

Inferno 0.1

Inferno 0.1 Pre-release
Pre-release

Choose a tag to compare

@Rover656 Rover656 released this 22 May 16:07

This release is the initial version of Inferno. Inferno has the following features in the current build:

  • States System
  • Instance System
  • Sprite Class
  • Spatial Hashing
  • Easy Resizing Game Window (WIP)
  • Game Camera
  • Mouse Input
  • BASIC XBOX Support
  • Desktop and UWP builds
  • Inferno.UI Library (WIP)
  • Basic Drawing API (Inferno.Runtime.Drawing class)