Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-28 | Fix style issues and signature mismatch | Rémi Verschelde | |
2018-11-28 | Added luminance capping to avoid glitches on small dots. closes #17996 | Juan Linietsky | |
2018-11-13 | Add parameter for fog max depth and use alpha as density. | Dominique LaSalle | |
2018-10-02 | Merge pull request #21436 from CptPotato/tonemap-fixes | Rémi Verschelde | |
tonemapping fixes | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-08-27 | fix reinhard tonemapper, modified filmic tonemapper, added internal exposure ↵ | alex-poe | |
bias | |||
2018-07-02 | Added ability for SSAO to affect AO textures too | Juan Linietsky | |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | |||
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-03 | found via cppcheck: | firefly2442 | |
remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-11-12 | Set ambient contribution by default to 1, fixes #11850 | Juan Linietsky | |
2017-10-23 | Missing binds for SSAOBlur enum caused issues compiling GDNative cpp_bindings | Bastiaan Olij | |
2017-10-22 | Many fixes to SSAO, should be good now. | Juan Linietsky | |
2017-09-29 | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ↵ | Juan Linietsky | |
Closes #9186 | |||
2017-09-07 | Ability to use a sky for reflection together with a background color. | Juan Linietsky | |
2017-08-29 | -Fixed screen edge SSAO filter, fixes #9678 | Juan Linietsky | |
-Raised the SSAO limits, making the effect a lot more useful -Still pending to enable tresholding to avoid some hollow places | |||
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | |
2017-08-14 | Fix console warning: Condition !env is true | M.H. Alkotob | |
The trivial yet astute fix was suggested by @bojidar-bg in IRC. Compiling confirms it does the job, so thought I'd push a PR. | |||
2017-08-11 | Merge pull request #10194 from Keetz/update-default-values | Rémi Verschelde | |
Updated default values in SpatialMaterial and Environment | |||
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry | |
2017-08-09 | Updated default values in SpatialMaterial and Environment | Rasmus Ketelsen | |
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky | |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson | |
2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality ↵ | Juan Linietsky | |
increase is enormous. | |||
2017-06-24 | Environment: remove ssr_accel property, fix typo | Poommetee Ketson | |
2017-06-16 | Cleaned up Screen Space Reflections, closes #8119 | Juan Linietsky | |
2017-06-16 | Fixes to SSR, WIP. | Juan Linietsky | |
2017-06-07 | Fog is complete! | Juan Linietsky | |
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-05-25 | Removed skybox support, added panorama support. Skybox support may come back ↵ | Juan Linietsky | |
eventually, but hope not. | |||
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde | |
I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | |||
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | |
modified files) -.pck and .zip exporting redone, seems to be working.. | |||
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | |
This new name also makes its purpose a little clearer This is a step towards fixing #56 | |||
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | |
This saves typing and is a step towards fixing #56 | |||
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | |
categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | |||
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | |
-Modified help to display properties GDScript can still not make use of them, though. | |||
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | |
Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | |
Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :) | |||
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde | |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||
2016-12-10 | DOF blur, near and far fields.. | Juan Linietsky | |
2016-12-08 | Multi stage glow with light bleeding from HDR | Juan Linietsky | |
2016-12-07 | Tonemapping and Auto Exposure support | Juan Linietsky | |
2016-12-04 | Support for SSAO | Juan Linietsky | |
2016-11-29 | Screen space reflection effect | Juan Linietsky | |