| Commit message (Expand) | Author | Files | Lines |
| 2015-04-24 | casting line into physics on negative space now works properly, fixes #1726 | Juan Linietsky | 1 | -3/+4 |
| 2015-04-24 | Ability to convert from nodes or other non resource with a get_rid() function... | Juan Linietsky | 3 | -2/+12 |
| 2015-04-24 | changed some shortcuts in text editor, maybe fixes #1732 | Juan Linietsky | 1 | -3/+3 |
| 2015-04-24 | Corrected rectangle intersection, fixes #1731 | Juan Linietsky | 2 | -10/+10 |
| 2015-04-24 | local changes | Juan Linietsky | 1 | -1/+1 |
| 2015-04-23 | fix to collada import crash | Juan Linietsky | 1 | -0/+1 |
| 2015-04-22 | Changed collada importer to properly handle ALL blend shape arrays, fixes pro... | Juan Linietsky | 1 | -14/+67 |
| 2015-04-22 | disable apply modifiers by default in export flag | Juan Linietsky | 2 | -2/+2 |
| 2015-04-22 | resolved some cases wehre built-in doc is not properlt generated, fixes #1719 | Juan Linietsky | 2 | -0/+5 |
| 2015-04-21 | corrected project manager popup, fixes #1721 | Juan Linietsky | 1 | -3/+3 |
| 2015-04-21 | ability to get closest owner to point, for navigation and navigation2d | Juan Linietsky | 4 | -2/+93 |
| 2015-04-21 | -Many fixes and demo for RichTexLabel | Juan Linietsky | 17 | -23/+307 |
| 2015-04-20 | -oops, duplicated text issue fix.. | Juan Linietsky | 1 | -0/+1 |
| 2015-04-20 | -Changed Godot exit to be clean. | Juan Linietsky | 37 | -68/+263 |
| 2015-04-20 | updated outdated or missing Plane class documentation | Simon Wenner | 1 | -5/+11 |
| 2015-04-20 | fixed incorrect constructor descriptions in Matrix3 | Simon Wenner | 1 | -2/+2 |
| 2015-04-20 | fixed typos in the documentation | Simon Wenner | 1 | -2/+2 |
| 2015-04-19 | -Rewritten KinematicBody2D::move to MUCH more efficient code. | Juan Linietsky | 11 | -127/+687 |
| 2015-04-18 | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky | 5 | -170/+87 |
| 2015-04-18 | -Fixed post-import script-reload buf, fixes #1683 | Juan Linietsky | 3 | -3/+14 |
| 2015-04-18 | -Throw error if setter and getter reference their member variable with self. ... | Juan Linietsky | 1 | -0/+29 |
| 2015-04-18 | disable undo properly after ctrl-i, fixes #1688 | Juan Linietsky | 1 | -2/+1 |
| 2015-04-18 | -fixed relative path saving to file, fixes #1694 | Juan Linietsky | 3 | -5/+5 |
| 2015-04-18 | -try to avoid errors when path using ".." is present in script include, fixes... | Juan Linietsky | 12 | -25/+14 |
| 2015-04-18 | Updated copyright year in all headers | Juan Linietsky | 1109 | -3362/+3362 |
| 2015-04-18 | -fix vector rotation, fixes #1705 | Juan Linietsky | 1 | -17/+2 |
| 2015-04-18 | -renamed function to get object from instance id | Juan Linietsky | 5 | -19/+38 |
| 2015-04-17 | -Added android immersive mode, fixes #303 | Juan Linietsky | 5 | -2/+59 |
| 2015-04-14 | Fix clipping when used in viewport or inside another viewport, fixes #1661 | Juan Linietsky | 2 | -12/+53 |
| 2015-04-14 | Fix operator definition for AreaCMP | Fabio Alessandrelli | 2 | -2/+2 |
| 2015-04-14 | Implement Area2D space_override_mode combine | Fabio Alessandrelli | 2 | -18/+26 |
| 2015-04-13 | -Changed the cubic interpolator, improves situation with PathFollow in #1659 | Juan Linietsky | 1 | -1/+18 |
| 2015-04-13 | -Fix issue of scene import script path being broken on reimport, fixes #1668 | Juan Linietsky | 1 | -1/+2 |
| 2015-04-12 | -Made sure that "free" function appears in documentation and code completion,... | Juan Linietsky | 3 | -3/+6 |
| 2015-04-12 | scene switcher demo changed to reflect tutorial, fixes #1673 | Juan Linietsky | 1 | -9/+27 |
| 2015-04-12 | fixed broken lighting, closes #1671 | Juan Linietsky | 1 | -9/+10 |
| 2015-04-12 | fixed UV2 source in shader graph, closes #1633 | Juan Linietsky | 1 | -2/+2 |
| 2015-04-12 | -Fixed screen capture for viewports, added a screen capture demo, fixes #1529 | Juan Linietsky | 5 | -8/+47 |
| 2015-04-12 | -Changed bootsplash option to use a file, fixes #1539 | Juan Linietsky | 9 | -10/+51 |
| 2015-04-12 | improved save path error messages for scene, textures and audio, fixes #1514 | Juan Linietsky | 6 | -8/+60 |
| 2015-04-12 | Modified OSX11 to try alternative audio drivers if pulseaudio does not work o... | Juan Linietsky | 1 | -1/+14 |
| 2015-04-12 | renamed scrts to scripts, fixes #1525 | Juan Linietsky | 3 | -0/+1 |
| 2015-04-09 | Now the script editor highlight all lines of a multiline string | Franklin Sobrinho | 1 | -1/+1 |
| 2015-04-09 | Fix toolbar menu position(RichText and MultiMesh plugins) | Franklin Sobrinho | 4 | -20/+19 |
| 2015-04-09 | fixed navigation tile issue, fixes #1581 | Juan Linietsky | 1 | -9/+11 |
| 2015-04-09 | -function remove_and_delete_child removed. Just use child.free() or child.que... | Juan Linietsky | 2 | -3/+4 |
| 2015-04-09 | -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ... | Juan Linietsky | 4 | -4/+10 |
| 2015-04-08 | Changed popup_centered by popup_centered_minsize in editor dialogs | Franklin Sobrinho | 19 | -90/+90 |
| 2015-04-08 | -Better Collada now keeps mesh names properly from blender, makes the "overwr... | Juan Linietsky | 2 | -11/+29 |
| 2015-04-08 | fixed re-import of scene when new nodes are added, fixes #1620 | Juan Linietsky | 2 | -5/+14 |