Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde | |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde | |
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||
2017-01-06 | -Changed memory functions, Memory::alloc_static*, simplified them, made them ↵ | Juan Linietsky | |
aligned to 16 -Changed Vector<> template to fit this. | |||
2016-11-29 | Screen space reflection effect | Juan Linietsky | |
2016-11-24 | Blend shapes using transform feedback (GPU) | Juan Linietsky | |
2016-11-23 | WIP immediates and proper buffers swapping | Juan Linietsky | |
2016-11-22 | Changed to proper GLSL version | Juan Linietsky | |
2016-11-22 | Migrated from GLES to GLAD, fixes many issues. | Juan Linietsky | |
2016-11-11 | Done with lights and shadows (wonder if i'm missing something..) | Juan Linietsky | |
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | |
2016-10-19 | Everything returning to normal in 3D, still a long way to go | Juan Linietsky | |
-implemented the scene part of visual server and rasterizer, objects without lighting and material are rendererd only | |||
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in ↵ | Juan Linietsky | |
general | |||
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 |