Age | Commit message (Expand) | Author |
2017-09-07 | Ability to use a sky for reflection together with a background color. | Juan Linietsky |
2017-09-05 | hide next pass for material types that make it pointless, closes #10686 | Juan Linietsky |
2017-09-05 | MeshLibrary: remove duplicated line | Poommetee Ketson |
2017-09-04 | Merge pull request #10901 from toger5/script_background_cleanup | Rémi Verschelde |
2017-09-03 | -Added an optimization so physics shapes are configured later, speeds up grid... | Juan Linietsky |
2017-09-03 | Added transmission shader parameter. | Juan Linietsky |
2017-09-02 | Unified script panel backgrounds. | toger5 |
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson |
2017-09-02 | Made triplanar local space by default, world space optionally, closes #10159 | Juan Linietsky |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam |
2017-09-01 | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde |
2017-09-01 | Removed ontop property, added a material rendering priority system. Fixes #99... | Juan Linietsky |
2017-09-01 | Fix files header | Poommetee Ketson |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam |
2017-08-31 | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky |
2017-08-31 | Merge pull request #10816 from toger5/style_box_texture_set_fill | Rémi Verschelde |
2017-08-31 | Merge pull request #10823 from toger5/fix_VSlider_focus_non_existent | Rémi Verschelde |
2017-08-31 | changed-"HSlider" -> "VSlider" for focus style fixes #728 | toger5 |
2017-08-31 | unified draw_center naming for (9patch,StyleBoxes) | toger5 |
2017-08-31 | Fixed problem with non triplanar UV2 mode as described in issue. Closes #9979 | Juan Linietsky |
2017-08-31 | Merge pull request #10096 from toger5/label_stylebox | Rémi Verschelde |
2017-08-31 | Merge pull request #10401 from maxim-sheronov/fix_particles_spritesheet | Rémi Verschelde |
2017-08-29 | -Fixed screen edge SSAO filter, fixes #9678 | Juan Linietsky |
2017-08-29 | -Fixes to how collada generates tangents (use SurfaceTool), closes #9562 | Juan Linietsky |
2017-08-28 | -Some fixes to code completion. | Juan Linietsky |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | -Largely rewrote gridmap to simplify it | Juan Linietsky |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-27 | Bind missing ArrayMesh.ARRAY_MAX | Marc Gilleron |
2017-08-26 | Cleanup tons of obsolete commented out code | Rémi Verschelde |
2017-08-26 | -Massive clean up to gizmos | Juan Linietsky |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-23 | Fix UV calculation for spritesheet in particles | Maxim Sheronov |
2017-08-22 | fixed crash styleBoxTexture binding issue | toger5 |
2017-08-22 | Merge pull request #10519 from toger5/remove_addition_border | Rémi Verschelde |
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde |
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky |
2017-08-21 | added utility funtions for expand margins (in styleBox) | toger5 |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-21 | Fix color_ramp indexing negative elements | Hein-Pieter van Braam |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-19 | Merge pull request #10444 from toger5/styleBoxFlat_corner_detail_value_limita... | Rémi Verschelde |
2017-08-19 | styleBoxFlat: clamp corner_detail + aa_size | toger5 |
2017-08-19 | Performance styleBoxFlat: | toger5 |
2017-08-19 | Removes extra argument from StyleBoxFlat::get_border_color() | Ignacio Etcheverry |
2017-08-18 | ProceduralSky now regenerates in a thread (the second time, first does not), ... | Juan Linietsky |
2017-08-18 | Make sure local to scene resources are initialized after loading all nodes, f... | Juan Linietsky |
2017-08-18 | Merge pull request #10406 from marcelofg55/closest_power_of_2 | Rémi Verschelde |
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez |
2017-08-17 | Oops, fixed wrong color masking problem. Closes #10149 | Juan Linietsky |