Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | Fixed bad bindings | AndreaCatania | |
2017-12-10 | Implemented physics linear and angular lock | AndreaCatania | |
2017-12-10 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added as AUTHORS: @MillionOstrich, @Krakean, @YeldhamDev, @willnationsdev, @Chaosus, @m4nu3lf, @rraallvv, @sersoong. Welcome! :) [ci skip] | |||
2017-12-10 | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | |
2017-12-10 | Style: Apply clang-format to Java files | Rémi Verschelde | |
Only those from org/godotengine/godot though, not the thirdparty ones. | |||
2017-12-10 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-10 | PropertyEditor: Filter out resource_local_to_scene | Rémi Verschelde | |
This lets the empty "Global" category disappear again. Also silence a debug print. | |||
2017-12-10 | Merge pull request #14475 from volzhs/mouse_position | Rémi Verschelde | |
Fix mouse position in viewport | |||
2017-12-10 | Merge pull request #14479 from Web-eWorks/gltf-fixes | Rémi Verschelde | |
Fix importing GLTF meshes as external files. | |||
2017-12-10 | Merge pull request #14480 from volzhs/startup-error | Rémi Verschelde | |
Fix get_edited_scene_root error at starting editor | |||
2017-12-10 | Fix get_edited_scene_root error at starting editor | volzhs | |
2017-12-09 | Fix importing GLTF meshes as external files. | Webster Sheets | |
2017-12-09 | Fix missing parenthesis | Rémi Verschelde | |
2017-12-09 | GDNative: Fix warning when gdnative/singletons is missing | Rémi Verschelde | |
2017-12-09 | X11: Process entire event queue at startup. | Andreas Haas | |
Should fix #14336 | |||
2017-12-09 | Merge pull request #14478 from akien-mga/property-tooltips | Rémi Verschelde | |
PropertyEditor: Fix display of property doc in tooltip | |||
2017-12-09 | Project Manager: Fix Templates search signal connection. | Andreas Haas | |
Fixes #13921 | |||
2017-12-09 | PropertyEditor: Fix display of property doc in tooltip | Rémi Verschelde | |
2017-12-10 | Fix mouse position in viewport | volzhs | |
2017-12-09 | Merge pull request #14468 from vitrig/fix-gi-doesnt-work-for-spotlights | Rémi Verschelde | |
Fix #14429 GIProbe does not work with SpotLights | |||
2017-12-09 | Fix #14429 GIProbe does not work with SpotLights | Przemyslaw Czarnota | |
2017-12-09 | Fix build in ArrayMesh | Rémi Verschelde | |
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a. | |||
2017-12-09 | Merge pull request #13371 from RayKoopa/mute_animation_tracks | Rémi Verschelde | |
Add feature to disable animation tracks | |||
2017-12-09 | oops, missing | Juan Linietsky | |
2017-12-09 | Merge pull request #14454 from CyanBlob/TileMap | Rémi Verschelde | |
Convert tilemap format in get_tile_data() | |||
2017-12-09 | Merge pull request #14459 from vnen/gdscript-object-export | Rémi Verschelde | |
Make GDScript parser raise error when exporting Object | |||
2017-12-09 | Merge pull request #14448 from groud/fix_checkboxes_update | Rémi Verschelde | |
Fixes the checkboxes update in canvas item editor | |||
2017-12-09 | Merge pull request #14455 from RayKoopa/remove_layer_flyout_label | Rémi Verschelde | |
Remove physics / render layer flyout label. | |||
2017-12-09 | Merge pull request #14460 from Zylann/giprobe_update_resource | Juan Linietsky | |
Update GIProbe data instead of creating a new one on bake | |||
2017-12-09 | thekla_atlas: Fix compilation error | Rémi Verschelde | |
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a. | |||
2017-12-09 | Update GIProbe data instead of creating a new one on bake | Marc Gilleron | |
2017-12-09 | Make GDScript parser raise error when exporting Object | George Marques | |
2017-12-09 | Merge pull request #13310 from Grosskopf/visual-server-docs | Rémi Verschelde | |
[DOCS] Added documentation for VisualServer | |||
2017-12-09 | Add feature to disable animation tracks | Ray Koopa | |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | |||
2017-12-09 | Merge pull request #13341 from scayze/interp_v2 | Rémi Verschelde | |
Added interpolation qualifiers to shaderlang | |||
2017-12-09 | Merge pull request #13347 from Noshyaar/hang_in_there | Rémi Verschelde | |
Rect2: add function returning same rect with positive w and h | |||
2017-12-09 | Defer the scan filesystem call when adding import plugins | George Marques | |
This ensures every plugin is added before the scan is made. Fix #12749 | |||
2017-12-09 | Convert tilemap format in get_tile_data() | Andrew Thomas | |
2017-12-09 | Remove layer flyout label. | Ray Koopa | |
2017-12-09 | Merge pull request #13166 from Krakean/change_addrootifnone_v2 | Rémi Verschelde | |
When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2) | |||
2017-12-09 | Merge pull request #13424 from MillionOstrich/particles-pause-fix | Rémi Verschelde | |
Stop particles resetting on pause. | |||
2017-12-09 | Merge pull request #13446 from gad-o/duplicate_file | Rémi Verschelde | |
Add duplicate option to filesystem dock | |||
2017-12-09 | Merge pull request #13847 from YeldhamDev/filedialog_title | Rémi Verschelde | |
Added "mode_overrides_title" property to FileDialog | |||
2017-12-09 | Fixes the checkboxes update | Gilles Roudiere | |
2017-12-09 | Merge pull request #13994 from ISylvox/caret-blink | Rémi Verschelde | |
Set Caret Blinking Enabled by Default | |||
2017-12-09 | Document MeshInstance::create_debug_tangents | Pavan Kumar | |
Also cleanup some excessive usage of hyperlinks (edit by @akien-mga). [ci skip] | |||
2017-12-09 | Merge pull request #14315 from willnationsdev/animationtreeplayer-docs | Rémi Verschelde | |
[DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods | |||
2017-12-09 | Merge pull request #14321 from ibrahn/path2d-two-style | Rémi Verschelde | |
Reworked PathFollow2D behaviour, based on such in version 2.1. | |||
2017-12-09 | Merge pull request #14358 from RandomShaper/fix-vscript | Rémi Verschelde | |
Fix function arg count not considered in VisualScript |