| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1109 | -3362/+3362 |
* | -fix vector rotation, fixes #1705 | Juan Linietsky | 2015-04-18 | 1 | -17/+2 |
* | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-18 | 5 | -2/+59 |
|\ |
|
| * | -Added android immersive mode, fixes #303 | Juan Linietsky | 2015-04-17 | 5 | -2/+59 |
* | | -renamed function to get object from instance id | Juan Linietsky | 2015-04-18 | 5 | -19/+38 |
|/ |
|
* | Fix clipping when used in viewport or inside another viewport, fixes #1661 | Juan Linietsky | 2015-04-14 | 2 | -12/+53 |
* | -Changed the cubic interpolator, improves situation with PathFollow in #1659 | Juan Linietsky | 2015-04-13 | 1 | -1/+18 |
* | -Fix issue of scene import script path being broken on reimport, fixes #1668 | Juan Linietsky | 2015-04-13 | 1 | -1/+2 |
* | -Made sure that "free" function appears in documentation and code completion,... | Juan Linietsky | 2015-04-12 | 3 | -3/+6 |
* | scene switcher demo changed to reflect tutorial, fixes #1673 | Juan Linietsky | 2015-04-12 | 1 | -9/+27 |
* | fixed broken lighting, closes #1671 | Juan Linietsky | 2015-04-12 | 1 | -9/+10 |
* | fixed UV2 source in shader graph, closes #1633 | Juan Linietsky | 2015-04-12 | 1 | -2/+2 |
* | -Fixed screen capture for viewports, added a screen capture demo, fixes #1529 | Juan Linietsky | 2015-04-12 | 5 | -8/+47 |
* | -Changed bootsplash option to use a file, fixes #1539 | Juan Linietsky | 2015-04-12 | 9 | -10/+51 |
* | improved save path error messages for scene, textures and audio, fixes #1514 | Juan Linietsky | 2015-04-12 | 6 | -8/+60 |
* | Modified OSX11 to try alternative audio drivers if pulseaudio does not work o... | Juan Linietsky | 2015-04-12 | 1 | -1/+14 |
* | renamed scrts to scripts, fixes #1525 | Juan Linietsky | 2015-04-12 | 3 | -0/+1 |
* | fixed navigation tile issue, fixes #1581 | Juan Linietsky | 2015-04-09 | 1 | -9/+11 |
* | -function remove_and_delete_child removed. Just use child.free() or child.que... | Juan Linietsky | 2015-04-09 | 2 | -3/+4 |
* | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-09 | 19 | -90/+90 |
|\ |
|
| * | Merge pull request #1654 from TheHX/fix_editor_dialog | Juan Linietsky | 2015-04-08 | 19 | -90/+90 |
| |\ |
|
| | * | Changed popup_centered by popup_centered_minsize in editor dialogs | Franklin Sobrinho | 2015-04-08 | 19 | -90/+90 |
| |/ |
|
* / | -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ... | Juan Linietsky | 2015-04-09 | 4 | -4/+10 |
|/ |
|
* | -Better Collada now keeps mesh names properly from blender, makes the "overwr... | Juan Linietsky | 2015-04-08 | 2 | -11/+29 |
* | fixed re-import of scene when new nodes are added, fixes #1620 | Juan Linietsky | 2015-04-08 | 2 | -5/+14 |
* | -fix resolver erase query to avoid running out of slots, fixes #1621 | Juan Linietsky | 2015-04-07 | 1 | -1/+1 |
* | fix crash when deleting shader from material, fixes #1631 | Juan Linietsky | 2015-04-07 | 1 | -1/+1 |
* | fixed shader graph length node, fixes #1632 | Juan Linietsky | 2015-04-07 | 1 | -1/+1 |
* | added assert to disassembly, fixes #1641 | Juan Linietsky | 2015-04-07 | 1 | -0/+8 |
* | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-07 | 32 | -70/+290 |
|\ |
|
| * | Merge pull request #836 from adolson/new-default-project-icon | Juan Linietsky | 2015-04-07 | 1 | -0/+0 |
| |\ |
|
| | * | new default project icon | Dana Olson | 2014-10-23 | 1 | -0/+0 |
| * | | Merge pull request #1531 from vkbsb/h5_canvas_polygon_fix | Juan Linietsky | 2015-04-07 | 8 | -32/+137 |
| |\ \ |
|
| | * | | Removing Print statement effects perf. | V.VamsiKrishna | 2015-03-21 | 1 | -1/+1 |
| | * | | Fix for canvas_draw_polygon on webgl. | V.VamsiKrishna | 2015-03-21 | 2 | -14/+101 |
| | * | | Revert "Revert "Missed some things in prev commit."" | V.VamsiKrishna | 2015-03-20 | 3 | -1/+7 |
| | * | | Revert "Revert "Removing etc1 from build for javascript platform."" | V.VamsiKrishna | 2015-03-20 | 3 | -4/+2 |
| | * | | Revert "Missed some things in prev commit." | V.VamsiKrishna | 2015-03-20 | 3 | -7/+1 |
| | * | | Revert "Removing etc1 from build for javascript platform." | V.VamsiKrishna | 2015-03-20 | 3 | -2/+4 |
| | * | | Missed some things in prev commit. | V.VamsiKrishna | 2015-03-20 | 3 | -1/+7 |
| | * | | Removing etc1 from build for javascript platform. | V.VamsiKrishna | 2015-03-20 | 3 | -4/+2 |
| | * | | Replacing spaces with tabs | V.VamsiKrishna | 2015-03-20 | 1 | -77/+77 |
| | * | | Fix for newer gcc. Picked from GoogleCode | V.VamsiKrishna | 2015-03-19 | 1 | -1/+1 |
| | * | | Fix Javascript build. | V.VamsiKrishna | 2015-03-19 | 3 | -73/+87 |
| * | | | Merge pull request #1554 from NateWardawg/inspectorupdate | Juan Linietsky | 2015-04-07 | 3 | -1/+23 |
| |\ \ \ |
|
| | * | | | Camel casing being capitalized only happens in the inspector now. | Nathan Warden | 2015-03-23 | 3 | -1/+23 |
| * | | | | Merge pull request #1564 from Faless/area_combine-1 | Juan Linietsky | 2015-04-07 | 3 | -19/+33 |
| |\ \ \ \ |
|
| | * | | | | Re-sort Area array during integration step | Fabio Alessandrelli | 2015-03-24 | 1 | -0/+1 |
| | * | | | | Implement combine mode for area | Fabio Alessandrelli | 2015-03-24 | 1 | -13/+18 |
| | * | | | | Use Vector for storing areas | Fabio Alessandrelli | 2015-03-24 | 2 | -6/+14 |