Juan Linietsky
59154cccf9
-Changed Godot exit to be clean.
...
-Added more debug information on memory cleanliness on exit (if run with -v)
-Fixed several memory leaks, fixes #1731 , fixes #755
2015-04-20 19:38:02 -03:00
Juan Linietsky
ed7666151b
Merge pull request #1718 from swenner/documentation_fixes
...
Documentation fixes
2015-04-20 18:47:51 -03:00
Simon Wenner
8156db1623
updated outdated or missing Plane class documentation
2015-04-20 23:31:53 +02:00
Simon Wenner
03fd8a80c1
fixed incorrect constructor descriptions in Matrix3
2015-04-20 22:38:26 +02:00
Simon Wenner
87da209f14
fixed typos in the documentation
2015-04-20 22:36:28 +02:00
Juan Linietsky
28c4afeb57
-Rewritten KinematicBody2D::move to MUCH more efficient code.
...
-KinematicBody2D::move now properly recognizes collision exceptions and masks, fixes #1649
-Removed object type masking for KinematicBody2D
-Added a test_motion() function to RigidBody2D, allowing simlar behavior to KinematicBody2D::move there.
2015-04-19 20:50:55 -03:00
Juan Linietsky
1de1a04b78
-fix local and global usage for DirAccess, fixes #791
...
please test anyway..
2015-04-18 20:11:33 -03:00
Juan Linietsky
b66b86b05e
-Fixed post-import script-reload buf, fixes #1683
2015-04-18 19:06:58 -03:00
Juan Linietsky
701335e845
-Throw error if setter and getter reference their member variable with self. , fixes #1685
2015-04-18 17:55:04 -03:00
Juan Linietsky
389d6ca0c7
disable undo properly after ctrl-i, fixes #1688
2015-04-18 16:57:01 -03:00
Juan Linietsky
a5cbfbbcbb
-fixed relative path saving to file, fixes #1694
2015-04-18 16:33:31 -03:00
Juan Linietsky
170a9349d2
Merge branch 'master' of https://github.com/okamstudio/godot
2015-04-18 16:18:59 -03:00
Juan Linietsky
4661a6e126
-try to avoid errors when path using ".." is present in script include, fixes #1703
2015-04-18 16:17:33 -03:00
Juan Linietsky
bedb4f1ab2
Merge pull request #1662 from TheHX/fix_plugins
...
Fix toolbar menu position(RichText and MultiMesh plugins)
2015-04-18 14:45:29 -03:00
Juan Linietsky
e388d551b7
Merge pull request #1667 from TheHX/fix_multiline_strings
...
Now the script editor highlight all lines of a multiline string
2015-04-18 14:45:15 -03:00
Juan Linietsky
f92a1fd646
Merge pull request #1691 from Faless/area_combine_2d
...
Implement Area2D space_override_mode = COMBINE
2015-04-18 14:44:59 -03:00
Juan Linietsky
fdaa2920eb
Updated copyright year in all headers
2015-04-18 14:38:54 -03:00
Juan Linietsky
6b3cd13c8d
-fix vector rotation, fixes #1705
2015-04-18 14:19:33 -03:00
Juan Linietsky
2592f0da9f
Merge branch 'master' of https://github.com/okamstudio/godot
2015-04-18 14:17:27 -03:00
Juan Linietsky
be46be7801
-renamed function to get object from instance id
...
-added function to get list of tiles used
2015-04-18 14:00:15 -03:00
Juan Linietsky
b56badf77b
-Added android immersive mode, fixes #303
2015-04-17 16:18:46 -03:00
Juan Linietsky
3b434eacde
Fix clipping when used in viewport or inside another viewport, fixes #1661
2015-04-14 22:05:14 -03:00
Fabio Alessandrelli
e1bfbcfd42
Fix operator definition for AreaCMP
2015-04-14 16:46:52 +00:00
Fabio Alessandrelli
bad445066c
Implement Area2D space_override_mode combine
2015-04-14 16:33:52 +00:00
Juan Linietsky
28304bc330
-Changed the cubic interpolator, improves situation with PathFollow in #1659
2015-04-13 09:47:03 -03:00
Juan Linietsky
2998515442
-Fix issue of scene import script path being broken on reimport, fixes #1668
2015-04-13 09:21:34 -03:00
Juan Linietsky
8fa4f1cf82
-Made sure that "free" function appears in documentation and code completion, fixes #1664
2015-04-12 22:22:44 -03:00
Juan Linietsky
ed5b939077
scene switcher demo changed to reflect tutorial, fixes #1673
2015-04-12 20:57:26 -03:00
Juan Linietsky
e573d3a945
fixed broken lighting, closes #1671
2015-04-12 20:41:25 -03:00
Juan Linietsky
61ab20a0bb
fixed UV2 source in shader graph, closes #1633
2015-04-12 19:36:35 -03:00
Juan Linietsky
f9906eeac8
-Fixed screen capture for viewports, added a screen capture demo, fixes #1529
2015-04-12 18:58:05 -03:00
Juan Linietsky
3e20391bf6
-Changed bootsplash option to use a file, fixes #1539
...
-Added OS.get_splash_tick_msec() to query when splash appeared
2015-04-12 17:55:01 -03:00
Juan Linietsky
2dfa1279ea
improved save path error messages for scene, textures and audio, fixes #1514
2015-04-12 16:45:59 -03:00
Juan Linietsky
87c51b6fc0
Modified OSX11 to try alternative audio drivers if pulseaudio does not work or user dislikes lennart potering , fixes #1511
2015-04-12 16:11:26 -03:00
Juan Linietsky
ab6eaa3de4
renamed scrts to scripts, fixes #1525
2015-04-12 15:40:08 -03:00
Franklin Sobrinho
562bc22dd4
Now the script editor highlight all lines of a multiline string
2015-04-09 18:24:38 -03:00
Franklin Sobrinho
5cb4ba24d3
Fix toolbar menu position(RichText and MultiMesh plugins)
2015-04-09 09:48:46 -03:00
Juan Linietsky
3fddc9e55a
fixed navigation tile issue, fixes #1581
2015-04-09 01:18:01 -03:00
Juan Linietsky
e7ba4eca9f
-function remove_and_delete_child removed. Just use child.free() or child.queue_free() instead. Fixes #1603
2015-04-09 00:49:48 -03:00
Juan Linietsky
b967bb73c2
Merge branch 'master' of https://github.com/okamstudio/godot
2015-04-09 00:31:07 -03:00
Juan Linietsky
d148a03848
-Fixes bug in ShaderGraph material, when uniform property is not used, fixes #1634 and #1610
2015-04-09 00:29:21 -03:00
Juan Linietsky
dd12bd406e
Merge pull request #1654 from TheHX/fix_editor_dialog
...
Changed popup_centered by popup_centered_minsize in editor dialogs
2015-04-08 20:34:06 -03:00
Franklin Sobrinho
59692d9012
Changed popup_centered by popup_centered_minsize in editor dialogs
2015-04-08 14:02:13 -03:00
Juan Linietsky
e18c6ef63b
-Better Collada now keeps mesh names properly from blender, makes the "overwrite existing, keep materials" import mode work properly.
2015-04-08 01:46:55 -03:00
Juan Linietsky
b016f3898b
fixed re-import of scene when new nodes are added, fixes #1620
2015-04-08 01:11:50 -03:00
Juan Linietsky
3b35bcc955
-fix resolver erase query to avoid running out of slots, fixes #1621
2015-04-07 22:45:33 -03:00
Juan Linietsky
54ed432913
fix crash when deleting shader from material, fixes #1631
2015-04-07 22:30:36 -03:00
Juan Linietsky
7852be816a
fixed shader graph length node, fixes #1632
2015-04-07 22:22:46 -03:00
Juan Linietsky
6227058098
added assert to disassembly, fixes #1641
2015-04-07 21:48:03 -03:00
Juan Linietsky
963845eea9
Merge branch 'master' of https://github.com/okamstudio/godot
2015-04-07 21:21:06 -03:00