Releases: Dawoodoz/DFPSR
Beta 0.3.0
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
Lots of upgrades and bugfixes are now tested on different operating systems and processor types.
Beta 0.1.0
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.