Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-24 | Fix typos in source code using codespell | Rémi Verschelde | |
From https://github.com/lucasdemarchi/codespell | |||
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-02-16 | a ton of bug fixes to the renderer | Juan Linietsky | |
2017-02-08 | Fixed compilation issues with Visual Studio | Kenneth Lorthioir | |
2017-02-06 | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky | |
2017-02-06 | ability to adjust propagation in gi probe | Juan Linietsky | |
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-12 | Unify naming of blendshape / morphtarget into just "Blend Shape" | Juan Linietsky | |
2017-01-11 | Type renames: | Juan Linietsky | |
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | |||
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | |
renamed to PoolVector | |||
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 | fix stupid bug in light downscaling for GI Probe | Juan Linietsky | |
2016-12-31 | Some fixes and clean ups | Juan Linietsky | |
2016-12-30 | begin work on new particle system | reduz | |
2016-12-24 | fixed a horrible bug on Windows AMD, scenes saved until now in this branch | reduz | |
are no longer valid :( | |||
2016-12-23 | baking now shows a proper button, and bakes can be saved. | Juan Linietsky | |
2016-12-22 | can bake for omni and spotlight | Juan Linietsky | |
store normal when baking | |||
2016-12-21 | Some BRDF fixes | Juan Linietsky | |
2016-12-20 | work in progress global illumination | Juan Linietsky | |
2016-12-02 | Subsurface scattering material param is now working! | 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 | Instancing is working! (hooray) | Juan Linietsky | |
2016-11-19 | working reflection probes!! | Juan Linietsky | |
2016-11-11 | Done with lights and shadows (wonder if i'm missing something..) | Juan Linietsky | |
2016-11-09 | all light types and shadows are working, pending a lot of clean-up | Juan Linietsky | |
2016-10-31 | shadow atlas allocation (work in progress) | 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-21 | More scene work, can display a skybox | 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 |