| Commit message (Expand) | Author | Age | Files | Lines |
* | -Largely rewrote gridmap to simplify it | Juan Linietsky | 2017-08-27 | 2 | -16/+59 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 102 | -102/+102 |
* | Bind missing ArrayMesh.ARRAY_MAX | Marc Gilleron | 2017-08-27 | 1 | -0/+1 |
* | Cleanup tons of obsolete commented out code | Rémi Verschelde | 2017-08-26 | 3 | -455/+1 |
* | -Massive clean up to gizmos | Juan Linietsky | 2017-08-26 | 2 | -1/+6 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 4 | -14/+13 |
* | fixed crash styleBoxTexture binding issue | toger5 | 2017-08-22 | 1 | -2/+2 |
* | Merge pull request #10519 from toger5/remove_addition_border | Rémi Verschelde | 2017-08-22 | 2 | -0/+42 |
|\ |
|
| * | added utility funtions for expand margins (in styleBox) | toger5 | 2017-08-21 | 2 | -0/+42 |
* | | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 1 | -7/+3 |
|\ \ |
|
| * | | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -7/+3 |
| |/ |
|
* | | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 14 | -377/+387 |
|\ \ |
|
| * | | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 14 | -377/+387 |
| |/ |
|
* / | Fix color_ramp indexing negative elements | Hein-Pieter van Braam | 2017-08-21 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #10444 from toger5/styleBoxFlat_corner_detail_value_limita... | Rémi Verschelde | 2017-08-19 | 1 | -3/+3 |
|\ |
|
| * | styleBoxFlat: clamp corner_detail + aa_size | toger5 | 2017-08-19 | 1 | -3/+3 |
* | | Performance styleBoxFlat: | toger5 | 2017-08-19 | 1 | -4/+5 |
|/ |
|
* | Removes extra argument from StyleBoxFlat::get_border_color() | Ignacio Etcheverry | 2017-08-19 | 1 | -1/+1 |
* | ProceduralSky now regenerates in a thread (the second time, first does not), ... | Juan Linietsky | 2017-08-18 | 2 | -5/+69 |
* | Make sure local to scene resources are initialized after loading all nodes, f... | Juan Linietsky | 2017-08-18 | 1 | -1/+7 |
* | Merge pull request #10406 from marcelofg55/closest_power_of_2 | Rémi Verschelde | 2017-08-18 | 2 | -2/+2 |
|\ |
|
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 2 | -2/+2 |
* | | Oops, fixed wrong color masking problem. Closes #10149 | Juan Linietsky | 2017-08-17 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #10265 from leezh/patchnine_stylebox | Rémi Verschelde | 2017-08-16 | 2 | -1/+57 |
|\ |
|
| * | Added Tile and TileFit to StyleBoxes | Zher Huei Lee | 2017-08-12 | 2 | -1/+57 |
* | | Merge pull request #8899 from toger5/BetterFlatStylebox | Rémi Verschelde | 2017-08-16 | 3 | -97/+491 |
|\ \ |
|
| * | | styleBoxFlat removed light, dark color entirely | toger5 | 2017-08-15 | 3 | -51/+8 |
| * | | new StyleBoxFlat removed multiBorderColor | toger5 | 2017-08-15 | 1 | -8/+9 |
| * | | new StyleBoxFlat limits for drawing | toger5 | 2017-08-15 | 1 | -36/+45 |
| * | | new StyleBoxFlat added more drawing features | toger5 | 2017-08-15 | 2 | -5/+181 |
| * | | Adapted godot to the new StyleBoxFlat | toger5 | 2017-08-15 | 1 | -1/+1 |
| * | | NEW Style Box Flat Implementation | toger5 | 2017-08-15 | 2 | -87/+338 |
| |/ |
|
* | | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 20 | -499/+499 |
* | | Merge pull request #10312 from kbake/pressed-scroll-bar-style | Rémi Verschelde | 2017-08-16 | 3 | -0/+6 |
|\ \ |
|
| * | | Scroll bars now look different on press | kbake | 2017-08-12 | 3 | -0/+6 |
| |/ |
|
* / | Fix console warning: Condition !env is true | M.H. Alkotob | 2017-08-14 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #10194 from Keetz/update-default-values | Rémi Verschelde | 2017-08-11 | 2 | -3/+3 |
|\ |
|
| * | Updated default values in SpatialMaterial and Environment | Rasmus Ketelsen | 2017-08-09 | 2 | -3/+3 |
* | | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | 2017-08-10 | 3 | -4/+4 |
* | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 23 | -117/+117 |
|/ |
|
* | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | 2017-08-08 | 2 | -8/+98 |
* | Texture: Fix wrong method bind instance type | Ignacio Etcheverry | 2017-08-07 | 1 | -1/+1 |
* | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | 2017-08-06 | 1 | -1/+1 |
* | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | 2017-08-06 | 2 | -0/+4 |
* | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | 2017-08-02 | 4 | -34/+184 |
* | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | 2017-08-01 | 2 | -3/+8 |
|\ |
|
| * | Texture region now updates when changing an Atlas | Robert Hernandez | 2017-06-29 | 2 | -3/+8 |
* | | Bind some useful methods in SurfaceTool to GDScript | Andrii Doroshenko (Xrayez) | 2017-07-31 | 1 | -4/+15 |
* | | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 3 | -3/+3 |
* | | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky | 2017-07-26 | 1 | -0/+1 |