summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright year in all headersJuan Linietsky2015-04-181109-3362/+3362
* -fix vector rotation, fixes #1705Juan Linietsky2015-04-181-17/+2
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-185-2/+59
|\
| * -Added android immersive mode, fixes #303Juan Linietsky2015-04-175-2/+59
* | -renamed function to get object from instance idJuan Linietsky2015-04-185-19/+38
|/
* Fix clipping when used in viewport or inside another viewport, fixes #1661Juan Linietsky2015-04-142-12/+53
* -Changed the cubic interpolator, improves situation with PathFollow in #1659Juan Linietsky2015-04-131-1/+18
* -Fix issue of scene import script path being broken on reimport, fixes #1668Juan Linietsky2015-04-131-1/+2
* -Made sure that "free" function appears in documentation and code completion,...Juan Linietsky2015-04-123-3/+6
* scene switcher demo changed to reflect tutorial, fixes #1673Juan Linietsky2015-04-121-9/+27
* fixed broken lighting, closes #1671Juan Linietsky2015-04-121-9/+10
* fixed UV2 source in shader graph, closes #1633Juan Linietsky2015-04-121-2/+2
* -Fixed screen capture for viewports, added a screen capture demo, fixes #1529Juan Linietsky2015-04-125-8/+47
* -Changed bootsplash option to use a file, fixes #1539Juan Linietsky2015-04-129-10/+51
* improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky2015-04-126-8/+60
* Modified OSX11 to try alternative audio drivers if pulseaudio does not work o...Juan Linietsky2015-04-121-1/+14
* renamed scrts to scripts, fixes #1525Juan Linietsky2015-04-123-0/+1
* fixed navigation tile issue, fixes #1581Juan Linietsky2015-04-091-9/+11
* -function remove_and_delete_child removed. Just use child.free() or child.que...Juan Linietsky2015-04-092-3/+4
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-0919-90/+90
|\
| * Merge pull request #1654 from TheHX/fix_editor_dialogJuan Linietsky2015-04-0819-90/+90
| |\
| | * Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho2015-04-0819-90/+90
| |/
* / -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ...Juan Linietsky2015-04-094-4/+10
|/
* -Better Collada now keeps mesh names properly from blender, makes the "overwr...Juan Linietsky2015-04-082-11/+29
* fixed re-import of scene when new nodes are added, fixes #1620Juan Linietsky2015-04-082-5/+14
* -fix resolver erase query to avoid running out of slots, fixes #1621Juan Linietsky2015-04-071-1/+1
* fix crash when deleting shader from material, fixes #1631Juan Linietsky2015-04-071-1/+1
* fixed shader graph length node, fixes #1632Juan Linietsky2015-04-071-1/+1
* added assert to disassembly, fixes #1641Juan Linietsky2015-04-071-0/+8
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-0732-70/+290
|\
| * Merge pull request #836 from adolson/new-default-project-iconJuan Linietsky2015-04-071-0/+0
| |\
| | * new default project iconDana Olson2014-10-231-0/+0
| * | Merge pull request #1531 from vkbsb/h5_canvas_polygon_fixJuan Linietsky2015-04-078-32/+137
| |\ \
| | * | Removing Print statement effects perf.V.VamsiKrishna2015-03-211-1/+1
| | * | Fix for canvas_draw_polygon on webgl.V.VamsiKrishna2015-03-212-14/+101
| | * | Revert "Revert "Missed some things in prev commit.""V.VamsiKrishna2015-03-203-1/+7
| | * | Revert "Revert "Removing etc1 from build for javascript platform.""V.VamsiKrishna2015-03-203-4/+2
| | * | Revert "Missed some things in prev commit."V.VamsiKrishna2015-03-203-7/+1
| | * | Revert "Removing etc1 from build for javascript platform."V.VamsiKrishna2015-03-203-2/+4
| | * | Missed some things in prev commit.V.VamsiKrishna2015-03-203-1/+7
| | * | Removing etc1 from build for javascript platform.V.VamsiKrishna2015-03-203-4/+2
| | * | Replacing spaces with tabsV.VamsiKrishna2015-03-201-77/+77
| | * | Fix for newer gcc. Picked from GoogleCodeV.VamsiKrishna2015-03-191-1/+1
| | * | Fix Javascript build.V.VamsiKrishna2015-03-193-73/+87
| * | | Merge pull request #1554 from NateWardawg/inspectorupdateJuan Linietsky2015-04-073-1/+23
| |\ \ \
| | * | | Camel casing being capitalized only happens in the inspector now.Nathan Warden2015-03-233-1/+23
| * | | | Merge pull request #1564 from Faless/area_combine-1Juan Linietsky2015-04-073-19/+33
| |\ \ \ \
| | * | | | Re-sort Area array during integration stepFabio Alessandrelli2015-03-241-0/+1
| | * | | | Implement combine mode for areaFabio Alessandrelli2015-03-241-13/+18
| | * | | | Use Vector for storing areasFabio Alessandrelli2015-03-242-6/+14