Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky | |
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`. | |||
2020-02-11 | Fix assign instead of comparison in image_save_tinyexr.cpp. | Marcel Admiraal | |
2020-02-11 | Refactor image_saver_tinyexr.cpp to prevent compiler warnings. | Marcel Admiraal | |
Prevents GCC compiler throwing: control reaches end of non-void function. Prevents Visual Studio throwing C4715: not all control paths return a value. | |||
2020-01-01 | Update copyright statements to 2020 | RĂ©mi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2019-11-27 | Remove .exr saver debug print | Holger Dammertz | |
2019-08-07 | Add Image.save_exr() | Marc Gilleron | |