| Commit message (Expand) | Author | Age | Files | Lines |
| * | -some cleanups | Juan Linietsky | 2015-04-30 | 4 | -4/+14 |
| * | bad lookup in grid container corrected, cells are properly aligned again. Fix... | Juan Linietsky | 2015-04-28 | 1 | -14/+14 |
| * | label properly adjusted to size when inserting key, fixes #1607 | Juan Linietsky | 2015-04-28 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-28 | 1 | -1/+1 |
| |\ |
|
| | * | Merge pull request #1750 from romulox-x/colorarray | Juan Linietsky | 2015-04-28 | 1 | -1/+1 |
| | |\ |
|
| | | * | fixed ColorArray constructor when taking array as parameter | romulox_x | 2015-04-27 | 1 | -1/+1 |
| * | | | -fix forced texture repeat in Polygon2D, now depends on texture. | Juan Linietsky | 2015-04-28 | 4 | -24/+11 |
| |/ / |
|
| * / | fixes in handling of DirAccess for resource path on Android, fixes #1447 | Juan Linietsky | 2015-04-28 | 4 | -33/+57 |
| |/ |
|
| * | -made normalmaps easier in 2D, fixes #1467 | Juan Linietsky | 2015-04-27 | 6 | -0/+26 |
| * | -added set_master_player binding, fixes #1477 | Juan Linietsky | 2015-04-27 | 1 | -0/+6 |
| * | -disabled thread model 2 for the time being, crashes on linux without reason,... | Juan Linietsky | 2015-04-27 | 1 | -0/+3 |
| * | made parser accept EOF after "pass", fixes #1488 | Juan Linietsky | 2015-04-26 | 1 | -1/+1 |
| * | fix quit bug on linux when using alt-f4, fixes #1677 | Juan Linietsky | 2015-04-26 | 1 | -1/+6 |
| * | -fixed bodyenter/bodyexit callback of physics bodies, fixes #1739 | Juan Linietsky | 2015-04-26 | 2 | -7/+20 |
| * | properly wake up bodies when a parameter changes, fixes #1740 | Juan Linietsky | 2015-04-26 | 6 | -2/+37 |
| * | fix crash on exit for popup, fixes #1676 | Juan Linietsky | 2015-04-26 | 1 | -2/+4 |
| * | fixes crash related to empty concavecollisionshape, fixes #1709 | Juan Linietsky | 2015-04-26 | 1 | -0/+13 |
| * | -Fixed shader commets, /* */ works well and crash is solved, fixes #1711 | Juan Linietsky | 2015-04-26 | 1 | -4/+8 |
| * | Fixed bug in array comparison, fixes #1712 | Juan Linietsky | 2015-04-26 | 1 | -1/+2 |
| * | missing file for bbcode demo | Juan Linietsky | 2015-04-26 | 1 | -0/+17 |
| * | properly update emitting property when emit timeot is used, fixes #1716 | Juan Linietsky | 2015-04-25 | 1 | -0/+2 |
| * | -Resolved light clipping issue due to wrong global rect cache, fixes #1722 | Juan Linietsky | 2015-04-25 | 1 | -0/+1 |
| * | -Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724 | Juan Linietsky | 2015-04-24 | 3 | -1/+1 |
| * | casting line into physics on negative space now works properly, fixes #1726 | Juan Linietsky | 2015-04-24 | 1 | -3/+4 |
| * | Ability to convert from nodes or other non resource with a get_rid() function... | Juan Linietsky | 2015-04-24 | 3 | -2/+12 |
| * | changed some shortcuts in text editor, maybe fixes #1732 | Juan Linietsky | 2015-04-24 | 1 | -3/+3 |
| * | Corrected rectangle intersection, fixes #1731 | Juan Linietsky | 2015-04-24 | 2 | -10/+10 |
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-24 | 1 | -0/+1 |
| |\ |
|
| | * | fix to collada import crash | Juan Linietsky | 2015-04-23 | 1 | -0/+1 |
| * | | local changes | Juan Linietsky | 2015-04-24 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-22 | 2 | -2/+2 |
| |\ |
|
| | * | disable apply modifiers by default in export flag | Juan Linietsky | 2015-04-22 | 2 | -2/+2 |
| * | | Changed collada importer to properly handle ALL blend shape arrays, fixes pro... | Juan Linietsky | 2015-04-22 | 1 | -14/+67 |
| |/ |
|
| * | resolved some cases wehre built-in doc is not properlt generated, fixes #1719 | Juan Linietsky | 2015-04-22 | 2 | -0/+5 |
| * | corrected project manager popup, fixes #1721 | Juan Linietsky | 2015-04-21 | 1 | -3/+3 |
| * | ability to get closest owner to point, for navigation and navigation2d | Juan Linietsky | 2015-04-21 | 4 | -2/+93 |
| * | -Many fixes and demo for RichTexLabel | Juan Linietsky | 2015-04-21 | 17 | -23/+307 |
| * | -oops, duplicated text issue fix.. | Juan Linietsky | 2015-04-20 | 1 | -0/+1 |
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-20 | 1 | -9/+15 |
| |\ |
|
| | * | Merge pull request #1718 from swenner/documentation_fixes | Juan Linietsky | 2015-04-20 | 1 | -9/+15 |
| | |\ |
|
| | | * | updated outdated or missing Plane class documentation | Simon Wenner | 2015-04-20 | 1 | -5/+11 |
| | | * | fixed incorrect constructor descriptions in Matrix3 | Simon Wenner | 2015-04-20 | 1 | -2/+2 |
| | | * | fixed typos in the documentation | Simon Wenner | 2015-04-20 | 1 | -2/+2 |
| | |/ |
|
| * / | -Changed Godot exit to be clean. | Juan Linietsky | 2015-04-20 | 37 | -68/+263 |
| |/ |
|
| * | -Rewritten KinematicBody2D::move to MUCH more efficient code. | Juan Linietsky | 2015-04-19 | 11 | -127/+687 |
| * | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky | 2015-04-18 | 5 | -170/+87 |
| * | -Fixed post-import script-reload buf, fixes #1683 | Juan Linietsky | 2015-04-18 | 3 | -3/+14 |
| * | -Throw error if setter and getter reference their member variable with self. ... | Juan Linietsky | 2015-04-18 | 1 | -0/+29 |
| * | disable undo properly after ctrl-i, fixes #1688 | Juan Linietsky | 2015-04-18 | 1 | -2/+1 |
| * | -fixed relative path saving to file, fixes #1694 | Juan Linietsky | 2015-04-18 | 3 | -5/+5 |