Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-16 | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde | |
Updated function argument names | |||
2017-08-16 | Merge pull request #10309 from H4kor/particles | Rémi Verschelde | |
Fixing blinking particles at 0 initial velocity. | |||
2017-08-16 | Merge pull request #10312 from kbake/pressed-scroll-bar-style | Rémi Verschelde | |
Scroll bars now look different on press | |||
2017-08-16 | Merge pull request #10322 from TwistedTwigleg/Navmesh_expose_create_from_mesh | Rémi Verschelde | |
Exposed create_from_mesh in Navmesh | |||
2017-08-16 | Merge pull request #10326 from kubecz3k/spatial-click-improve | Rémi Verschelde | |
spatial selection if subscene geometry is far from origin | |||
2017-08-16 | Merge pull request #10356 from RandomShaper/fix-msvc-error | Rémi Verschelde | |
Add comment warning about include order | |||
2017-08-16 | Merge pull request #10343 from Faless/html5_fixes_2 | Rémi Verschelde | |
Use precision for samples only when #version 300 es | |||
2017-08-16 | Merge pull request #10376 from RandomShaper/fix-nav-double-point | Rémi Verschelde | |
Fix double point in Navigation2D | |||
2017-08-16 | Merge pull request #10373 from RandomShaper/remove-physics-check | Rémi Verschelde | |
Remove needless check in motion test | |||
2017-08-16 | Rename cull_AABB to cull_aabb | Rémi Verschelde | |
Part of #8830. | |||
2017-08-16 | Merge pull request #10264 from Rubonnek/use-const-reference | Rémi Verschelde | |
Use const reference where favorable | |||
2017-08-16 | Merge pull request #10368 from RandomShaper/rename-layouts-file | Rémi Verschelde | |
Rename layouts file to editor_layouts-3.cfg | |||
2017-08-16 | Merge pull request #10367 from RandomShaper/allow-zero-padded-series | Rémi Verschelde | |
Allow zero-padded serial naming | |||
2017-08-16 | Merge pull request #10366 from RandomShaper/revive-prop-eval | Rémi Verschelde | |
Revive inspector property evaluation | |||
2017-08-16 | Use precision for samples only when #version 300 es | Fabio Alessandrelli | |
Fix #10332 | |||
2017-08-16 | Fix double point in Navigation2D | Pedro J. Estébanez | |
Fixes #10324. | |||
2017-08-16 | Remove needless check in motion test | Pedro J. Estébanez | |
Since now one-way collision is at shapes, the removed if was unneeded. | |||
2017-08-16 | Checking vecs before normalization. Fixes #10183 | Niko Abeler | |
2017-08-16 | Rename layouts file to editor_layouts-3.cfg | Pedro J. Estébanez | |
To avoid conflicts with 2.x, in the same fashion as editor_settings-3.tres. | |||
2017-08-16 | Allow zero-padded serial naming | Pedro J. Estébanez | |
Thereby, the editor will acknowledge node namings such as _Thing003_ so that a duplicate, for instance, will be named _Thing004_, instead of _Thing4_, that was the case formerly. Closes #7758. | |||
2017-08-16 | Revive inspector property evaluation | Pedro J. Estébanez | |
GDScript was restricted to parse only scripts beginning with __res://__ or __user://__ to avoid templates from being parsed. I've made that a bit less inclusive by allowing scripts with an empty path to be parsed too, which doesn't conflict and is needed for this to work. Also I've removed the `this` variable of the generated script and made the relevant object to be the one the script instance refers to, so you can use `self` instead. Now, with the shorter 3.0-style syntax, you can write things like: `self.position.x + 10` Closes #9500. | |||
2017-08-15 | Merge pull request #10365 from RandomShaper/fix-10074 | Juan Linietsky | |
Keep shapes bound to out-of-tree 3D physics objects | |||
2017-08-16 | Keep shapes bound to out-of-tree 3D physics objects | Pedro J. Estébanez | |
Now the shape in the physics server is unbound only when it's unparented from its body, because if it's unbound when just exiting the tree, a later readd would have the body shapeless in the server. It's the same currently being done in 2D physics. Fixes #10074. | |||
2017-08-15 | Merge pull request #10166 from toger5/asset_lib_style_overrides | Juan Linietsky | |
fixed loading old theme styleboxes. | |||
2017-08-15 | Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889 | Juan Linietsky | |
2017-08-15 | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitch | Juan Linietsky | |
Trail Divisor: Fixed Editor Glitch | |||
2017-08-15 | Fixes crash related to animatio editor, closes #8687 | Juan Linietsky | |
2017-08-15 | Merge pull request #10336 from endragor/export-filters | kubecz3k | |
Use include/exclude export filters. Fixes #9860 | |||
2017-08-15 | Merge pull request #10333 from HummusSamurai/fix-console-error | kubecz3k | |
Fix console warning: Condition !env is true | |||
2017-08-15 | Merge pull request #10334 from Faless/fix_spbuffer_utf8 | kubecz3k | |
Fix StreamPeer put_utf8_string not working | |||
2017-08-15 | Merge pull request #9889 from groud/control_enhancements | kubecz3k | |
Control node enhancements | |||
2017-08-15 | Merge pull request #10337 from endragor/command-line-export | kubecz3k | |
Enable command-line export | |||
2017-08-15 | Merge pull request #10341 from marcelofg55/win_screen_funcs | kubecz3k | |
Fix get_screen_* funcs returning old values after resolution changes on Windows | |||
2017-08-15 | Merge pull request #10345 from Hinsbart/remove_imported | Andreas Haas | |
Removing a Resource also deletes imported files. | |||
2017-08-15 | Fix debug materials, closes #8607 | Juan Linietsky | |
2017-08-15 | Comment include order to avoid errors | Pedro J. Estébanez | |
So as to not revive #10071, as suggested by @akien-mga. | |||
2017-08-15 | Small fix for problem of nodes losing type, this is not good enough to solve ↵ | Juan Linietsky | |
a core reimport problem, but so far fixes #8116 | |||
2017-08-15 | Fix Editor dimming. | Andreas Haas | |
Fixes #10353 | |||
2017-08-15 | Converting to MeshLibrary works again, fixes #8092 | Juan Linietsky | |
2017-08-15 | Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622 | Juan Linietsky | |
2017-08-15 | Removing a Resource also deletes imported files. | Andreas Haas | |
2017-08-14 | Merge pull request #10339 from bojidar-bg/x-fix-scale-conflict | Ignacio Etcheverry | |
Rename Light2D::scale to texture_scale, so it doesn't conflict | |||
2017-08-14 | Fix get_screen_* funcs returning old values after resolution changes on Windows | Marcelo Fernandez | |
2017-08-14 | Use const reference where favorable | Wilson E. Alvarez | |
2017-08-14 | Rename Light2D::scale to texture_scale, so it doesn't conflict | Bojidar Marinov | |
2017-08-14 | Ability to save objects to binary format | Juan Linietsky | |
2017-08-14 | Enable command-line export | Ruslan Mustakov | |
The syntax is identical to what it was in 2.1, but now you specify preset name instead of platform name. | |||
2017-08-14 | Use include/exclude export filters. Fixes #9860 | Ruslan Mustakov | |
2017-08-14 | Fix console warning: Condition !env is true | M.H. Alkotob | |
The trivial yet astute fix was suggested by @bojidar-bg in IRC. Compiling confirms it does the job, so thought I'd push a PR. | |||
2017-08-14 | Fix StreamPeer put_utf8_string not working | Fabio Alessandrelli | |