Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-26 | Cleanup tons of obsolete commented out code | Rémi Verschelde | |
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | |||
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | |
2017-08-17 | Oops, fixed wrong color masking problem. Closes #10149 | Juan Linietsky | |
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-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | |
-Restored an alpha scissor property in Material | |||
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | |
-Fixed bugs regarding tangent generation in SurfaceTool | |||
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-23 | Add object type hint for docs | Poommetee Ketson | |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | |
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | |
2017-07-08 | Some adjustments to toon material to make it more flexible | Juan Linietsky | |
Ability to also disable specular | |||
2017-07-08 | Added triplanar mapping, toon mode, and more specular modes for materials. ↵ | Juan Linietsky | |
Added multipass support for materials. | |||
2017-07-08 | -Added triplanar mapping modes | Juan Linietsky | |
-Some fixes to shader lang | |||
2017-07-03 | Clean up normalmapping, make sure tangents are imported correctly. | Juan Linietsky | |
2017-06-28 | Reworked translation system | Juan Linietsky | |
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||
2017-06-25 | Usability improvements for folding. Unfortunately SpatialMaterial broke ↵ | Juan Linietsky | |
compatibility. | |||
2017-06-17 | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ↵ | Juan Linietsky | |
make it more GLSL compatible -Fixed referencing of world_transform in fragment shader not working -Fixed unsycn bug related to getting shader param list from the server -Fixed getting all textures from shader properly, fixes #8353 | |||
2017-06-15 | fix bug related to unshaded materials not working on MSVC. Not cleanest ↵ | Juan Linietsky | |
solution, might think about how to improve later. | |||
2017-06-05 | -working SCREEN_TEXTURE, SCREEN_UV shader variables | Juan Linietsky | |
-Added refraction support for default material -Enabled BCS adjustments, as well as color correction. | |||
2017-06-04 | Added depth texture support (using parallax) to default material. | Juan Linietsky | |
2017-06-01 | Rework shading modes and change location of light shader | Juan Linietsky | |
2017-05-31 | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | |
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-04-06 | New particle system, mostly working, some small features missing. | Juan Linietsky | |
2017-04-06 | Fix typo in FixedSpatialMaterial | Andreas Haas | |
NormapMap | |||
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-16 | a ton of bug fixes to the renderer | Juan Linietsky | |
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-18 | Use property convention introduced in b085c4 (_ rather than / as separator). | Ferenc Arn | |
Fixes #7476. | |||
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-02 | Add a metallic mode | Juan Linietsky | |
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-02 | Subsurface scattering material param is now working! | Juan Linietsky | |
2016-11-20 | Huge amount of improvement in the material system. Materials should be | Juan Linietsky | |
a lot more complete and usable now. | |||
2016-11-09 | all light types and shadows are working, pending a lot of clean-up | Juan Linietsky | |
2016-10-29 | -Many many fixes | Juan Linietsky | |
-Gizmos work again | |||
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky | |
-Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working | |||
2016-07-17 | Could not use pre multiply alpha for material in editor | Kyle Luce | |
- 3 was hard coded, I just changed to 4. Unfortunately this will break every time a blend mode is added | |||
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | |
Also position TEXTURE_SPHERE constant properly. | |||
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-14 | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky | |
2015-11-27 | Fix shader loading, making possible load .shd and .sgp from editor | Franklin Sobrinho | |