Blog

Filtered by: Progress Report

Ignacio Roldán Etcheverry Ignacio Roldán Etcheverry  -  6 April 2020

C# progress report: iOS and signals as events

Godot is getting iOS support for C# games. There is also a new system for using Godot signals as C# events.

Juan Linietsky Juan Linietsky  - 28 March 2020

Core refactoring progress report #2

As promised in my previous post, the core refactoring work I am undertaking took two months to complete. This means rewriting large parts of the core engine for consistency and features.

Clay John Clay John  - 23 March 2020

Custom sky shaders in Godot 4.0

Juan Linietsky Juan Linietsky  - 29 February 2020

Core refactoring progress report #1

Expecting a Vulkan progress report? Not this month! As Godot 3.2 was released by the end of January, February was purely dedicated to do large core refactoring in preparation for Godot 4.0. This is required to unblock other contributors and their areas.

Fabio Alessandrelli Fabio Alessandrelli  - 25 February 2020

ENet with DTLS encryption in 4.0

Easy ENet high-level-multiplayer encryption via DTLS is coming in Godot 4.0.

Andrea Catania Andrea Catania  - 19 February 2020

Navigation Server for Godot 4.0

Feature work has started for the upcoming Godot 4.0, and one of the first major changes is the integration of NavigationServer (and NavigationServer2D) to greatly improve and simplify the navigation workflow in Godot. This devblog shows how to set things up for a simple example with dynamic collision avoidance and runtime navigation mesh re-baking.

Juan Linietsky Juan Linietsky  - 28 January 2020

Vulkan progress report #6

It's been a while since the previous progress report, as I went on Vacation in November (did not take a vacation in years..), and December I had a lot of other engine related tasks that piled up that I had to solve. Work on Vulkan branch resumed at the beginning of January and significant progress was made already.

Fabio Alessandrelli Fabio Alessandrelli  - 28 December 2019

HTML5 export profiling for Godot 4.0

HTML5 debug export profiling is coming for Godot 4.0

Bastiaan Olij Bastiaan Olij  - 23 December 2019

Godot Oculus Quest support

Godot works on the Oculus Quest, find out more about getting up and running if you want to play around with it early.

Fabio Alessandrelli Fabio Alessandrelli  - 28 November 2019

WebSocket SSL server, HTTP server for testing HTML5 builds

More networking improvements are coming in 3.2. WebSocketServer now has SSL support, and users can now test HTML5 export from the editor with one click.

Ignacio Roldán Etcheverry Ignacio Roldán Etcheverry  - 15 November 2019

C# progress report: WebAssembly, MonoDevelop and AOT

Godot 3.2 brings WebAssembly support for C# games. There is also a new extension for Visual Studio for Mac and MonoDevelop and preliminary support for AOT compilation.

Yuri Roubinsky Yuri Roubinsky  - 11 November 2019

Major update for Visual Shaders in Godot 3.2 (part 2)

This is the second blog post describing enhancements for visual shaders and shader scripts landed in Godot 3.2. Much time and effort was spent adding a lot of new things to enhance the overall experience developing shaders.

Juan Linietsky Juan Linietsky  -  2 November 2019

Vulkan progress report #5

Another month, another Vulkan progress report! October was a busy month, as most of it was split between working on the new Global Illumination system and Godotcon/GIC in Poland.

Fabio Alessandrelli Fabio Alessandrelli  - 29 October 2019

DTLS progress report #1

A sneak peak at DTLS support in Godot 4.0 .

Juan Linietsky Juan Linietsky  - 12 October 2019

Vulkan progress report #4

Over the course of September month, I continued working on Vulkan all day long, and several improvements have been made.

Fabio Alessandrelli Fabio Alessandrelli  - 28 September 2019

Basic cryptography, SSL improvements

As part of the MOSS project sponsored by Mozilla, during July I worked on some new features regarding cryptography and SSL to improve the quality and security of Godot networking.

Rémi Verschelde Rémi Verschelde  -  8 September 2019

GSoC 2019 progress report #3

For the second time, Godot took part in the Google Summer of Code (GSoC) programme, which lets students from all over the world work for three months on specific projects thanks to a Google stipend. We had 8 students working for on great new features all around the engine, and in this third and last progress report, they outline the final state of their GSoC work, how to use it (when relevant) and future steps that they might envision for the feature they worked on.

Juan Linietsky Juan Linietsky  -  2 September 2019

Vulkan progress report #3

Work on porting the rendering engine to Vulkan continues at a steady pace.

Fabio Alessandrelli Fabio Alessandrelli  - 22 August 2019

WebSocket updates, UDP multicast

UDP multicast support, WebSocket updates, demos, a new tutorial.

Rémi Verschelde Rémi Verschelde  - 21 August 2019

GSoC 2019 progress report #2

Godot takes part in the Google Summer of Code for the second year, and this time we have 8 students working on awesome features for the engine. With the programme coming close to an end, they each share their recent progress since the first report with a short devlog. A final report will be posted in coming weeks with an overview of the work done and how to get started using the features they worked on.

Juan Linietsky Juan Linietsky  -  3 August 2019

Vulkan progress report #2

In our latest episode, I was just barely getting Vulkan to work. A month later, many things happened!

Rémi Verschelde Rémi Verschelde  - 18 July 2019

GSoC 2019 progress report #1 (part 2)

Godot takes part in the Google Summer of Code for the second year, and this time we have 8 students working on awesome features for the engine. They each share their project aim and current progress with a short devlog. This common progress report is split over two blog posts for readability. This post covers work on rewriting the light mapper (Joan Fons Sanchez), a static analyzer for GDScript (Suhas Prasanna), motion matching (Aditya Abhiram) and asynchronous cached file access (Raghav Shankar).

Rémi Verschelde Rémi Verschelde  - 17 July 2019

GSoC 2019 progress report #1 (part 1)

Godot takes part in the Google Summer of Code for the second year, and this time we have 8 students working on awesome features for the engine. They each share their project aim and current progress with a short devlog. This common progress report is split over two blog posts for readability. This post covers work on VCS integration (Twarit Waikar), interactive music (Daniel Matarov), a GDScript language server (Ankit Priyarup) and Visual Script improvements (Swarnim Arun).

Ignacio Roldán Etcheverry Ignacio Roldán Etcheverry  - 12 July 2019

C# support on Android

Godot 3.2 will bring Android support to C# users, which can already be tried in the master branch and will soon be available in Godot 3.2 alpha 1. Moreover, the editor code for the Mono module was converted from C++ to C#, making it easier to extend.