Skip to content

Platformer Game Engine Project v0.4.1

Compare
Choose a tag to compare
@Wohlstand Wohlstand released this 29 Aug 21:11
· 3140 commits to master since this release

Greetings hoomans!

Here's a quick rundown of some (hopefully exciting!) news from the PGE devs for y'all.

We're releasing new versions of the Engine, Editor and other tools. These include small feature additions and numerous bugfixes for known bugs and crashes. This update also adds improved support for 38A level files and read-only support for 38A-formatted world maps.
PGE also finally has 64-bit assembly support for Windows (previously 64-bit support only went as far as Linux and macOS).

We're rebranding! The project you've known till now as the PGE Project will now be rebranding itself as the "Moondust" Project. For anyone feelin' out of the loop: For a while now, our devs have had the intention to have a project name that not only felt easier to remember, but something that had a more unique distinctive brand to reflect the project.

We think we've succeeded in figuring that out, and I'd like to thank everyone who participated in voting and/or provided feedback!

We're beginning a rather massive reorganization of the editor.
Yess it's true! The Editor is set to recieve a major overhaul and will be completely rewritten. Don't ring those alarm bells yet though! The existing editor will still be supported fully till we can get its replacement complete and up and running.

All downloads have been updated

Article credits to Nexiana

Editor changelog 0.3.1.12

  • All frame delay values in all INI files have been renamed from "framespeed" and "frame-speed" into "frame-delay". Old values have been kept as aliases. The "framespeed" alias now has units in 1/65 seconds (to match with SMBX 1.3), while others have units in milliseconds.
  • Added an absolute Z-Value definition for BGOs in the INI configuration
  • Custom item INI files no longer require the section declaration at the beginning
  • Added the absolute ~/Application/PGE Project alternate folder to escape path randomizing on macOS Sierra and higher
  • Added ability to choose engine application in different folder if pge_engine does not exist in the same folder as editor
  • Use physical hitboxes instead of bounding rectangles as grabbable area for every element
  • Fixed crash caused by phantom R-Tree entries with dead pointer and zero size
  • Fixed wrong initial frame for right-facing NPCs when animation is disabled
  • Section numbers are now count from 0 (instead of counting from 1) to match SMBX and LunaLua core
  • Added ability to hide meta-signs shown over blocks and NPCs when exporting images
  • Added ability to hide enabled grid when exporting images
  • Added ability to hide invisible blocks when exporting images
  • Added more physical environment types
  • Physical environment zones are now only grabbable by the border line again
  • Fixed most rendering artifacts caused when animation is turned off
  • Better "New File" toolbar drop-down menu icon
  • Fixed a translation of Vanilla-like toolbar
  • Fixed inability to save tileset when forbidden file path characters were used
  • Custom counter settings now save into the "settings" subfolder along with all other settings INI files

Engine changelog 0.3-alpha

  • Qt has been removed from dependencies for PGE Engine. PGE Engine now requires SDL2 only
  • Font Manager has been reworked to use the FreeType library instead of QFont
  • Added the ability to skip the long path opening animation by hitting the pause key on the world map
  • Accuracy of the path opener has been improved and added support for debug rendering for it on the world map
  • Added a smooth camera to opening path tiles on the world map
  • Fixed the blinking of the playable character when shown on multiple cameras
  • Fixed a bug which caused the appearance of self in the list of contacted objects, causing unexpected results
  • All frame delay values in all INI files have been renamed from "framespeed" and "frame-speed" into "frame-delay". Old values have been kept as aliases. The "framespeed" alias now has units in 1/65 seconds (to match with SMBX 1.3), while others have units in milliseconds.
  • Added an absolute Z-Value definition for BGOs in the INI configuration
  • Custom item INI files no longer require the section declaration at the beginning
  • Fixed issues related to HighDPI screen support: mouse cursor accuracy and rendering (worst case found on macOS with Retina screen)
  • Use a subfolder of the default screenshot folder on macOS operating systems
  • Added support for true multi-layered backgrounds