aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-0619-43/+237
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | -fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky2015-06-017-17/+193
| |/ / / / /
| * | | / / work in progress, resource previewsJuan Linietsky2015-05-311-1/+0
| | |_|/ / | |/| | |
| * | | | ability to run 2D physics in a threadJuan Linietsky2015-05-261-2/+2
| * | | | improved animation editorJuan Linietsky2015-05-255-9/+11
| | |/ / | |/| |
| * | | fixes on sample importingJuan Linietsky2015-05-191-1/+11
| * | | more fixesJuan Linietsky2015-05-192-2/+9
| * | | fixed latin separation in label, broke it? for cjkJuan Linietsky2015-05-191-3/+7
| * | | more fixesJuan Linietsky2015-05-192-9/+3
| * | | fix a crash situation when starting a thread and other small fixesJuan Linietsky2015-05-181-0/+2
* | | | small fixesJuan Linietsky2015-06-011-1/+1
|/ / /
* / / -Rename unexisting by nonexistant, closes #1940Juan Linietsky2015-05-181-1/+1
|/ /
* | small description improvementJuan Linietsky2015-05-171-3/+3
* | added a built-in scene changer API, closes #1928Juan Linietsky2015-05-172-3/+88
|/
* -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843Juan Linietsky2015-05-124-0/+24
* -compatibility option for physicsbody layers, fixes #1842Juan Linietsky2015-05-102-0/+19
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-05-102-9/+74
|\
| * - Implemented support for fixed process on timer. Useful for cooldowns withou...Hearto Lazor2015-05-102-9/+74
* | -convert to subscene keeps signal connections, fixes #1863Juan Linietsky2015-05-102-0/+37
|/
* -fix clip+center alignment on Button, fixes #1865Juan Linietsky2015-05-091-0/+2
* -Added prints() function, fixes #1132, #1859Juan Linietsky2015-05-091-0/+10
* Merge pull request #1826 from eehrich/masterJuan Linietsky2015-05-075-12/+11
|\
| * clearified parenthesis of if constructehriche2015-05-061-1/+1
| * optional formal changesehriche2015-05-063-5/+4
| * added notes to resolve undefined behavior of calculations in tweeningehriche2015-05-061-6/+6
* | -removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky2015-05-061-1/+1
|/
* 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
| |\ \ \ \ | | |_|_|/ | |/| | |