summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
|/ | | | -added function to get list of tiles used
* 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 ↵Juan Linietsky2015-04-123-3/+6
| | | | completion, fixes #1664
* 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
| | | | -Added OS.get_splash_tick_msec() to query when splash appeared
* 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 ↵Juan Linietsky2015-04-121-1/+14
| | | | or user dislikes lennart potering , fixes #1511
* 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 ↵Juan Linietsky2015-04-092-3/+4
| | | | child.queue_free() instead. Fixes #1603
* 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 dialogs
| | * 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
|/ | | | #1634 and #1610
* -Better Collada now keeps mesh names properly from blender, makes the ↵Juan Linietsky2015-04-082-11/+29
| | | | "overwrite existing, keep materials" import mode work properly.
* 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 icon
| | * new default project iconDana Olson2014-10-231-0/+0
| | |
| * | Merge pull request #1531 from vkbsb/h5_canvas_polygon_fixJuan Linietsky2015-04-078-32/+137
| |\ \ | | | | | | | | H5 canvas polygon fix
| | * | 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
| | | | | | | | | | | | | | | | This reverts commit 2e59788aa9be6dab49e06588fcb1cf812e55a0cf.
| | * | Revert "Revert "Removing etc1 from build for javascript platform.""V.VamsiKrishna2015-03-203-4/+2
| | | | | | | | | | | | | | | | This reverts commit 9965e93f7eb7297490de597cc8ed8e18b4ba2872.
| | * | Revert "Missed some things in prev commit."V.VamsiKrishna2015-03-203-7/+1
| | | | | | | | | | | | | | | | This reverts commit d3280f91a13da6c106f95c289c095714c638d201.
| | * | Revert "Removing etc1 from build for javascript platform."V.VamsiKrishna2015-03-203-2/+4
| | | | | | | | | | | | | | | | This reverts commit 41b729ccff74e5a9154bee7db0d36ffd74641eae.
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on inputs from reduz 1) Made etc1 optional driver and default yes. 2) Reverted the hack in rg_etc1.cpp 3) Disabled etc1 for javascript plaform.
| | * | 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.
| | * | | 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
| |\ \ \ \ | | | | | | | | | | | | Implement combine mode for area
| | * | | | 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
| | | | | |