jMonkeyEngine: jMonkeyEngine 3.5.0-beta6 A non-production release for development and testing, which will hopefully lead to a “stable” release. Noteworthy changes relative to 3.5.0-beta5: Bugs and defects addressed: NullPointerException in AnimLayer.update() (PR #1730) LwjglCanvas doesn’t … Continue Reading →
Flare: Flare 1.13 Release Candidate 1 The first (and possibly only) release candidate for Flare 1.13 is now available. For a list of changes, see the release notes. Translating 1.13 If you’re interested in helping with translations, be sure to read over the Translations page on Continue Reading →
Castle Game Engine: Documentation macros (in AsciiDoctor, PHP and WordPress shortcodes) to easily make links to API docs and embed images Writing engine documentation is so much easier now! In progress: I’m writing important new manual chapters about using viewport within the editor. It is really easier now with AsciiDoctor + macros I describe below, the improvements to our website infrastructure were absolutely worth it. Following my plans, I have addressed 2 “pain points” of writing … Continue reading ➤ Continue Reading →
Castle Game Engine: PasDoc new feature: PHP output, useful for Castle Game Engine documentation to improve our API links Following my recent post, I am working intensively on CGE documentation updates. PasDoc is a Pascal documentation generator, used by Castle Game Engine and many other projects. As it happens, I (Michalis) am also the developer of PasDoc now 🙂 To make it easier to develop a certain macro on CGE website, I have added … Continue reading ➤ Continue Reading →
Panda3D: SDK 1.10.11 Release A happy new year to all! We’d like to kick this year off with a fresh new release of Panda3D. This is another maintenance release containing bug fixes and minor improvements. A full list of changes is included below. Since… Continue Reading →
rg3d 0.24 Feature Highlights I’m happy to announce that rg3d 0.24 has been released! This release has major improvements in 2D support, physics, user interface, performance, resource system, book, etc. Let’s briefly go over the most significant changes and improvements. Continue Reading →
Castle Game Engine: Summary of 2021, plans for 2022! I hope you enjoyed the packed series of Castle Game Engine news last week. It’s time for the first news in 2022: summary of 2021 and plans for 2022! Before we start, I want to thank everyone who contributed to the engine in 2021. Together, we work on making a great open-source game engine. I … Continue reading ➤ Continue Reading →
Castle Game Engine: Many documentation upgrades, using AsciiDoctor as our primary way to write documentation, Michalis thoughts and plans about our documentation Documentation upgrades done lately Lots of documentation (in particular from wiki) was reworked, simplified, updated, consolidated with other pages… See in particular: Build Tool CastleEngineManifest.xml – Syntax and Examples Android Services (each particular service now has a dedicated documentation page) iOS Services (each particular service now has a dedicated documentation page) glTF Sprite sheets Coding … Continue reading ➤ Continue Reading →
Castle Game Engine: Double-clicking on Pascal files in CGE editor, to open them in Lazarus, reliably opens them in proper project Thanks to the related Lazarus issue being fixed by Juha Manninen, our editor can now open Pascal files in the proper Lazarus project reliably if you use Lazarus >= 2.2. We also query Lazarus version, to activate new behavior only for new Lazarus…. Continue Reading →