Skip to content

Releases: Dawoodoz/DFPSR

Beta 0.3.0

09 May 17:27
Compare
Choose a tag to compare
Beta 0.3.0 Pre-release
Pre-release

Introduces a new memory allocation system that is only used when called manually, can detect when all its allocations are freed, and removes the need for variable length arrays (VLA). Parts of the framework are however still allocating memory using the new keyword instead of calling the custom allocator, which can potentially leak memory outside of its detection.

Ported to MacOS, but the zoom button is temporarily disabled until it works together with full-screen transitions.

Deleted the stable branch and began creating named branches for each released version instead, because Github could not handle one year of changes in a single pull request, especially when the previous merge changed the identity of every commit for no good reason.

Beta 0.2.0

08 Apr 19:33
Compare
Choose a tag to compare
Beta 0.2.0 Pre-release
Pre-release

Lots of upgrades and bugfixes are now tested on different operating systems and processor types.

Beta 0.1.0

09 Jun 19:51
Compare
Choose a tag to compare
Beta 0.1.0 Pre-release
Pre-release

Because there is still a long way to the stable 1.0 release, I can at least start to number the more tested beta versions that are still lacking features.