aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* -Resolved light clipping issue due to wrong global rect cache, fixes #1722Juan Linietsky2015-04-251-0/+1
* -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724Juan Linietsky2015-04-243-1/+1
* casting line into physics on negative space now works properly, fixes #1726Juan Linietsky2015-04-241-3/+4
* Ability to convert from nodes or other non resource with a get_rid() function...Juan Linietsky2015-04-243-2/+12
* changed some shortcuts in text editor, maybe fixes #1732Juan Linietsky2015-04-241-3/+3
* Corrected rectangle intersection, fixes #1731Juan Linietsky2015-04-242-10/+10
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-241-0/+1
|\
| * fix to collada import crashJuan Linietsky2015-04-231-0/+1
* | local changesJuan Linietsky2015-04-241-1/+1
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-222-2/+2
|\
| * disable apply modifiers by default in export flagJuan Linietsky2015-04-222-2/+2
* | Changed collada importer to properly handle ALL blend shape arrays, fixes pro...Juan Linietsky2015-04-221-14/+67
|/
* resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky2015-04-222-0/+5
* corrected project manager popup, fixes #1721Juan Linietsky2015-04-211-3/+3
* ability to get closest owner to point, for navigation and navigation2dJuan Linietsky2015-04-214-2/+93
* -Many fixes and demo for RichTexLabelJuan Linietsky2015-04-2117-23/+307
* -oops, duplicated text issue fix..Juan Linietsky2015-04-201-0/+1
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-201-9/+15
|\
| * Merge pull request #1718 from swenner/documentation_fixesJuan Linietsky2015-04-201-9/+15
| |\
| | * updated outdated or missing Plane class documentationSimon Wenner2015-04-201-5/+11
| | * fixed incorrect constructor descriptions in Matrix3Simon Wenner2015-04-201-2/+2
| | * fixed typos in the documentationSimon Wenner2015-04-201-2/+2
| |/
* / -Changed Godot exit to be clean.Juan Linietsky2015-04-2037-68/+263
|/
* -Rewritten KinematicBody2D::move to MUCH more efficient code.Juan Linietsky2015-04-1911-127/+687
* -fix local and global usage for DirAccess, fixes #791Juan Linietsky2015-04-185-170/+87
* -Fixed post-import script-reload buf, fixes #1683Juan Linietsky2015-04-183-3/+14
* -Throw error if setter and getter reference their member variable with self. ...Juan Linietsky2015-04-181-0/+29
* disable undo properly after ctrl-i, fixes #1688Juan Linietsky2015-04-181-2/+1
* -fixed relative path saving to file, fixes #1694Juan Linietsky2015-04-183-5/+5
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-188-40/+47
|\
| * Merge pull request #1662 from TheHX/fix_pluginsJuan Linietsky2015-04-184-20/+19
| |\
| | * Fix toolbar menu position(RichText and MultiMesh plugins)Franklin Sobrinho2015-04-094-20/+19
| * | Merge pull request #1667 from TheHX/fix_multiline_stringsJuan Linietsky2015-04-181-1/+1
| |\ \
| | * | Now the script editor highlight all lines of a multiline stringFranklin Sobrinho2015-04-091-1/+1
| | |/
| * | Merge pull request #1691 from Faless/area_combine_2dJuan Linietsky2015-04-183-19/+27
| |\ \
| | * | Fix operator definition for AreaCMPFabio Alessandrelli2015-04-142-2/+2
| | * | Implement Area2D space_override_mode combineFabio Alessandrelli2015-04-142-18/+26
* | | | -try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky2015-04-1812-25/+14
|/ / /
* | | 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