Age | Commit message (Expand) | Author |
2017-12-17 | Merge pull request #14760 from hpvb/add-several-unlikely-macros | Rémi Verschelde |
2017-12-17 | Merge pull request #14758 from hpvb/optimize-lightbaker-rng | Rémi Verschelde |
2017-12-17 | Add several unlikely() macros | Hein-Pieter van Braam |
2017-12-17 | Merge pull request #14761 from fire/gdnative-lightmapper | Rémi Verschelde |
2017-12-17 | Tweak OpenMP parameters for lightbaker | Hein-Pieter van Braam |
2017-12-16 | Fix gdnative generation for lightmapper. | K. S. Ernest (iFire) Lee |
2017-12-17 | Use a more naive RNG for the lightmapper | Hein-Pieter van Braam |
2017-12-16 | Merge pull request #14330 from matrem/particles_spread | Rémi Verschelde |
2017-12-16 | Merge pull request #14365 from willnationsdev/camera-docs | Rémi Verschelde |
2017-12-16 | Merge pull request #14676 from NathanWarden/nav_create_to_add | Rémi Verschelde |
2017-12-15 | particles spread/flatness fixes, pi factorization | matrem |
2017-12-15 | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden |
2017-12-15 | BakedLightmap: Update gizmo when setting extents. | Andreas Haas |
2017-12-14 | fix for compiling the new lightmapper | Michele Valente |
2017-12-14 | -Add lightmapper | Juan Linietsky |
2017-12-11 | [DOCS] Camera property changes | Will Nations |
2017-12-11 | Fixed bad bindings | AndreaCatania |
2017-12-10 | Implemented physics linear and angular lock | AndreaCatania |
2017-12-10 | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde |
2017-12-09 | Update GIProbe data instead of creating a new one on bake | Marc Gilleron |
2017-12-09 | Merge pull request #12756 from Stratos695/master | Rémi Verschelde |
2017-12-07 | Implement orbit velocity in particles (this is for 2D only, like in 2.1), clo... | Juan Linietsky |
2017-12-07 | Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774 | Juan Linietsky |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky |
2017-11-30 | Ported 'Exclude Parent' from Raycast2D to Raycast | Marco Masselli |
2017-11-25 | Tweak the default camera node settings | Hugo Locurcio |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-22 | change default propagation value | Juan Linietsky |
2017-11-21 | Removed type_mask and fixed some variable name | AndreaCatania |
2017-11-20 | Merge pull request #13023 from tom95/particles-align-y-12865 | Rémi Verschelde |
2017-11-19 | Ability to change indirect light energy. | Juan Linietsky |
2017-11-19 | Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865 | Tom Beckmann |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-15 | Fix energy not affecting emissive texture in GI baker. | Ferenc Arn |
2017-11-15 | -Ability to choose operator for emission, closes #10441 | Juan Linietsky |
2017-11-11 | Merge pull request #12825 from mrcdk/particles_fix_tangent_random | Poommetee Ketson |
2017-11-10 | Fix particles' tangential acceleration randomness | MrCdK |
2017-11-10 | Allow double-axis lock in RigidBody and KinematicBody | Eric Rybicki |
2017-11-10 | Unify degree members and properties | letheed |
2017-11-10 | Remove deprecated rotation methods | letheed |
2017-11-09 | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky |
2017-11-09 | adjust min stop to horizontal velocity | Juan Linietsky |
2017-11-09 | Add slope min stop velocity on 3D physics body, closes #10981 | Juan Linietsky |
2017-11-09 | Merge pull request #12713 from AndreaCatania/master | Juan Linietsky |
2017-11-07 | Rewritten kinematic system | AndreaCatania |
2017-11-06 | Fix randomisation of initial particle velocity | MillionOstrich |
2017-11-01 | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij |
2017-10-31 | Merge pull request #10770 from RandomShaper/fix-joints | Rémi Verschelde |
2017-10-30 | Clean up GI Probe baking, proper button and progress bar. | Juan Linietsky |