Age | Commit message (Expand) | Author |
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 |
2017-08-17 | fixed Import LineEdit to label + label stylebox | toger5 |
2017-08-16 | Merge pull request #10265 from leezh/patchnine_stylebox | Rémi Verschelde |
2017-08-16 | Merge pull request #8899 from toger5/BetterFlatStylebox | Rémi Verschelde |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-16 | Merge pull request #10312 from kbake/pressed-scroll-bar-style | Rémi Verschelde |
2017-08-15 | styleBoxFlat removed light, dark color entirely | toger5 |
2017-08-15 | new StyleBoxFlat removed multiBorderColor | toger5 |
2017-08-15 | new StyleBoxFlat limits for drawing | toger5 |
2017-08-15 | new StyleBoxFlat added more drawing features | toger5 |
2017-08-15 | Adapted godot to the new StyleBoxFlat | toger5 |
2017-08-15 | NEW Style Box Flat Implementation | toger5 |
2017-08-14 | Fix console warning: Condition !env is true | M.H. Alkotob |
2017-08-12 | Scroll bars now look different on press | kbake |
2017-08-12 | Added Tile and TileFit to StyleBoxes | Zher Huei Lee |
2017-08-11 | Merge pull request #10194 from Keetz/update-default-values | Rémi Verschelde |
2017-08-10 | Fixes method definitions with extra number of arguments | Ignacio Etcheverry |
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 |
2017-08-07 | Texture: Fix wrong method bind instance type | Ignacio Etcheverry |
2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky |