Age | Commit message (Expand) | Author |
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 |
2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky |
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky |
2017-08-01 | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde |
2017-07-31 | Bind some useful methods in SurfaceTool to GDScript | Andrii Doroshenko (Xrayez) |
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde |
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky |
2017-07-25 | Good bye chunky fonts, closes #9441 | Juan Linietsky |
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde |
2017-07-23 | -Ability to set default import presets for type | Juan Linietsky |
2017-07-23 | Add object type hint for docs | Poommetee Ketson |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky |
2017-07-19 | Fix "vertical" property of StyleBoxLine | George Marques |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-19 | Merge pull request #9703 from Noshyaar/docs | Rémi Verschelde |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-07-18 | Merge pull request #9689 from djrm/theme_fixes | Rémi Verschelde |
2017-07-18 | Added separators using StyleBoxLine, some theme style fixes, added variant icon | Daniel J. Ramirez |
2017-07-18 | Merge pull request #9482 from Noshyaar/pr-ramp | Rémi Verschelde |
2017-07-18 | Fix ColorPicker to use theme constants | Poommetee Ketson |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky |
2017-07-18 | Merge pull request #9639 from rminderhoud/primitives | Rémi Verschelde |
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez |
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky |
2017-07-14 | Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh | Ralph Minderhoud |
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito |
2017-07-11 | Slider: add set/is_editable | Poommetee Ketson |