Blog

Filtered by: Progress Report

Gilles Roudiere Gilles Roudiere  -  5 February 2021

Tiles editor progress report #2

The TileMap and TileSet editors got a lot of improvements. Most of the painting tools are now implemented again and usability has been greatly improved.

Fabio Alessandrelli Fabio Alessandrelli  -  4 February 2021

Web Editor release candidate, HTML5 gamepads and more!

The Web Editor has reached release candidate state, improved HTML5 gamepad support allows supporting more devices out of the box.

Juan Linietsky Juan Linietsky  -  2 February 2021

Godot 4.0 optimization progress report

As most of the rendering features for the upcoming Godot 4.0 are done, I have spent the past two months optimizing the rendering engine, both on the CPU and GPU side. All this work has resulted in significantly faster rendering times.

Ernest Lee Ernest Lee  -  4 January 2021

Introducing the Godot glTF 2.0 scene exporter

To supplement Godot's existing import capabilities for the glTF 2.0 open format for 3D assets, Godot 4.0 now includes support for exporting Godot scenes as glTF 2.0. This import/export workflow allows a seamless transition from and to 3D modelling and animation software, giving artists and designers greater flexibility to use each tool for what it can do best.

Pāvels Nadtočajevs Pāvels Nadtočajevs  - 29 December 2020

Complex text layouts progress report #3

Report on the complex text layouts support implementation progress, including changes to RichTextEdit class, compatibility and custom control implementation details.

Fabio Alessandrelli Fabio Alessandrelli  - 24 December 2020

Web Editor beta, AudioWorklet, GDNative and more!

The Web Editor reaches beta (3.2.4 beta 4), GDNative lands on the web, thread-enabled HTML5 builds now come with an improved audio driver using the AudioWorklet API.

Nathan GDQuest Nathan GDQuest  -  4 December 2020

Godot docs improvements report

Some of you like the docs for what it covers already; others dislike it for what it lacks. The team's well-aware there is always room for improvement, and so they hired me to work part-time on it since September. Here are all the changes you can already enjoy today!

Gilles Roudiere Gilles Roudiere  -  1 December 2020

Tiles editor progress report #1

As you may already know, I now have been hired for a month to work on the TileMap and TileSet editors. My goal here is to improve the UX of working with tiles, making it both easier to use and more powerful. So here is a first progress report on how things are going.

Juan Linietsky Juan Linietsky  - 28 November 2020

Godot's 2D engine gets several improvements for upcoming 4.0

While the focus of Godot 4.0 Vulkan rewrite has largely been improvements to the 3D engine, the 2D side will also see several improvements.

Matias Goldberg Matias Goldberg  - 25 November 2020

Introducing the Betsy GPU texture compressor

My name is Matias N. Goldberg, I normally maintain the 2.x branch of Ogre, and I wrote Betsy, a GPU texture compressor that runs on GPUs.

Pāvels Nadtočajevs Pāvels Nadtočajevs  - 10 November 2020

Complex text layouts progress report #2

Report on the complex text layouts support implementation progress, including changes to Godot's Font resources, and UI mirroring and BiDi implementation details.

Gordon MacPherson Gordon MacPherson  -  5 November 2020

FBX importer rewritten for Godot 3.2.4 and later

Gordon MacPherson authored the new rewrite of the FBX importer in Godot 3.2. We had originally added alpha FBX support but this first version had many limitations for complex, commercial-grade models, especially around animations. After a lot of debugging and research, the importer has been fully rewritten to better implement FBX support in Godot specifically, and vastly increase the compatibility with commercial FBX assets. This new importer will be available in the upcoming Godot 3.2.4, as well as Godot 4.0.

Fabio Alessandrelli Fabio Alessandrelli  - 27 October 2020

Godot Web export progress report #3

An alpha stage Godot Web Editor update, more news on GDNative for the Web, and many upcoming improvements to the Web export.

George Marques George Marques  - 22 October 2020

GDScript progress report: Typed instructions

GDScript now has specific instructions for typed code, allowing a faster execution when types are known at compile time. This is the beginning of optimization in GDScript and the article shows a few details on how it was done and why it's faster.

Camille Mohr-Daurat Camille Mohr-Daurat  - 20 October 2020

X11 display server progress report

Progress report on the changes made in the X11 display server, the window management system for Godot 4 on Linux.

Pāvels Nadtočajevs Pāvels Nadtočajevs  - 14 October 2020

Complex text layouts progress report #1

Report on the complex text layouts support implementation progress, part one: TextServer interface implementation details.

Juan Linietsky Juan Linietsky  -  8 October 2020

New improvements for GPUParticles in Godot 4.0

The turn of porting the GPU particle system to Godot 4.0 has arrived. This was the final feature that had to be ported over. Like all the rest of the features ported, it managed to get massive improvements.

Fabio Alessandrelli Fabio Alessandrelli  - 28 August 2020

Godot web export progress report #2

Godot is getting better export for the Web. While web technologies are not always suited to provide bleeding edge experiences, we do our best to let you exported game run as smoothly as possible on every platform.

George Marques George Marques  -  4 August 2020

GDScript progress report: New GDScript is now merged

New GDScript code is now merged. Here I talk a bit of what has changed, report what else I did this month and talk a bit about my current work and plans for the future.

Rémi Verschelde Rémi Verschelde  - 29 July 2020

GSoC 2020 - Progress report #1

Godot is participating again in the Google Summer of Code program for its 2020 edition. 6 projects have been selected back in May, and the 6 students and their mentors have now been working on their projects for close to two months. We omitted to announce the projects formally, but this first progress report written by each student will make up for it by giving a direct glimpse into their work.

George Marques George Marques  -  6 July 2020

GDScript progress report: Type checking is back

Report on the new GDScript code featuring the new type checking, warnings, code completion and a few more details.

Ignacio Roldán Etcheverry Ignacio Roldán Etcheverry  -  3 July 2020

C# progress report: Visual Studio and VSCode

Godot is getting extensions for Visual Studio and Visual Studio Code, including debugging support and code completion of Godot strings.

Juan Linietsky Juan Linietsky  - 28 June 2020

Godot 4.0 gets SDF based real-time global illumination

As work progresses on Godot 4.0 at a steady pace, a novel method of creating full-scene global illumination has been added in the master branch.

Juan Linietsky Juan Linietsky  - 11 June 2020

Godot core budget meeting report #1

The funding situation of Godot has been changing for the past months, as we received more grants and donations, and reorganizing where the funding is going, deciding hires, etc. takes considerable time as well as the right timing.