aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* avoid crash on some cases of richtextlabel fill, but odd behavior persists, #...Juan Linietsky2015-05-051-1/+3
* Merge pull request #1814 from sanikoyes/Pr-Tween-fixJuan Linietsky2015-05-052-11/+226
|\
| * Spine: add feature to insert/remove interpolates while updatingsanikoyes2015-05-052-11/+226
* | fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky2015-05-051-0/+3
|/
* Merge pull request #1804 from ricpelo/ricpelo-patch-2Juan Linietsky2015-05-041-2/+2
|\
| * Wrong use of | instead of ||Ricardo Pérez2015-05-041-2/+2
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-05-041-1/+0
|\ \
| * | fix font import path on windows, closes #1675Juan Linietsky2015-05-041-1/+0
* | | -More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky2015-05-042-0/+3
|/ /
* | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), fi...Juan Linietsky2015-05-041-1/+1
* | -vec3 uniforms should now work, fixes #1773Juan Linietsky2015-05-041-1/+1
* | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-05-045-37/+62
|\ \
| * \ Merge pull request #1755 from dbsGen/masterJuan Linietsky2015-05-032-33/+58
| |\ \
| | * | Optimize the code.Gen2015-05-011-66/+31
| | * | fixed a autowrap bug when word is too length.Gen2015-04-301-6/+5
| | * | Update label.cppGen2015-04-301-1/+20
| | * | space is only skipped when autowrap.Gen2015-04-291-3/+2
| | * | record the number of space before a word.Gen2015-04-291-2/+2
| | * | record the number of space before a words.Gen2015-04-291-16/+26
| | * | Update label.hGen2015-04-281-1/+2
| | * | Update label.cppGen2015-04-281-5/+37
| * | | Merge pull request #1772 from Biliogadafr/TripleclickJuan Linietsky2015-05-031-1/+1
| |\ \ \
| | * | | Triple click doesn't select line if click was done on different lines. Fix #1727Biliogadafr2015-05-021-1/+1
| * | | | Merge pull request #1784 from NateWardawg/sa_fixesJuan Linietsky2015-05-032-3/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fixed some items caught in cppcheckNathan Warden2015-05-022-3/+3
* | | | | improved kinematic motion, improved demos for kinematic motionJuan Linietsky2015-05-033-5/+34
|/ / / /
* | | | -new collision layer & mask system for 2D, for more flexible collision maskingJuan Linietsky2015-05-036-9/+96
* | | | same fixes to 3D navmesh..Juan Linietsky2015-05-022-1/+16
* | | | 2D pathfinder fixes, should now always find the best path.Juan Linietsky2015-05-022-3/+37
|/ / /
* / / -Fixed android export options (screen sizes, orientation should work)Juan Linietsky2015-05-012-1/+16
|/ /
* | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742Juan Linietsky2015-05-011-2/+2
* | -fix timer behavior described, closes #1455Juan Linietsky2015-05-011-0/+2
* | -fix a bug in extra cull margin, closes #1760Juan Linietsky2015-05-011-0/+1
* | -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-015-13/+13
* | -some cleanupsJuan Linietsky2015-04-303-3/+9
* | bad lookup in grid container corrected, cells are properly aligned again. Fix...Juan Linietsky2015-04-281-14/+14
* | -fix forced texture repeat in Polygon2D, now depends on texture.Juan Linietsky2015-04-284-24/+11
|/
* -made normalmaps easier in 2D, fixes #1467Juan Linietsky2015-04-271-0/+2
* -added set_master_player binding, fixes #1477Juan Linietsky2015-04-271-0/+6
* -fixed bodyenter/bodyexit callback of physics bodies, fixes #1739Juan Linietsky2015-04-262-7/+20
* fix crash on exit for popup, fixes #1676Juan Linietsky2015-04-261-2/+4
* properly update emitting property when emit timeot is used, fixes #1716Juan Linietsky2015-04-251-0/+2
* disable apply modifiers by default in export flagJuan Linietsky2015-04-221-1/+1
* ability to get closest owner to point, for navigation and navigation2dJuan Linietsky2015-04-214-2/+93
* -Many fixes and demo for RichTexLabelJuan Linietsky2015-04-214-22/+211
* -oops, duplicated text issue fix..Juan Linietsky2015-04-201-0/+1
* -Changed Godot exit to be clean.Juan Linietsky2015-04-203-2/+3
* -Rewritten KinematicBody2D::move to MUCH more efficient code.Juan Linietsky2015-04-192-126/+38
* disable undo properly after ctrl-i, fixes #1688Juan Linietsky2015-04-181-2/+1
* -try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky2015-04-183-16/+5