summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-29record the number of space before a word.Gen
2015-04-29record the number of space before a words.Gen
2015-04-28Update label.hGen
2015-04-28Update label.cppGen
2015-04-28fixes in handling of DirAccess for resource path on Android, fixes #1447Juan Linietsky
2015-04-27-made normalmaps easier in 2D, fixes #1467Juan Linietsky
2015-04-27-added set_master_player binding, fixes #1477Juan Linietsky
2015-04-27-disabled thread model 2 for the time being, crashes on linux without ↵Juan Linietsky
reason, fixes #1482
2015-04-26made parser accept EOF after "pass", fixes #1488Juan Linietsky
2015-04-26fix quit bug on linux when using alt-f4, fixes #1677Juan Linietsky
2015-04-26-fixed bodyenter/bodyexit callback of physics bodies, fixes #1739Juan Linietsky
2015-04-26properly wake up bodies when a parameter changes, fixes #1740Juan Linietsky
2015-04-26fix crash on exit for popup, fixes #1676Juan Linietsky
2015-04-26fixes crash related to empty concavecollisionshape, fixes #1709Juan Linietsky
2015-04-26-Fixed shader commets, /* */ works well and crash is solved, fixes #1711Juan Linietsky
2015-04-26Fixed bug in array comparison, fixes #1712Juan Linietsky
2015-04-26missing file for bbcode demoJuan Linietsky
2015-04-25properly update emitting property when emit timeot is used, fixes #1716Juan Linietsky
2015-04-25-Resolved light clipping issue due to wrong global rect cache, fixes #1722Juan Linietsky
2015-04-24-Objects with BlendMode!=MIX do not get affected by CanvasModulate, fixes #1724Juan Linietsky
2015-04-24casting line into physics on negative space now works properly, fixes #1726Juan Linietsky
2015-04-24Ability to convert from nodes or other non resource with a get_rid() ↵Juan Linietsky
function to a rid
2015-04-24changed some shortcuts in text editor, maybe fixes #1732Juan Linietsky
2015-04-24Corrected rectangle intersection, fixes #1731Juan Linietsky
2015-04-24Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-24local changesJuan Linietsky
2015-04-23fix to collada import crashJuan Linietsky
2015-04-22Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-22Changed collada importer to properly handle ALL blend shape arrays, fixes ↵Juan Linietsky
problems with animated normals, uvs, etc.
2015-04-22disable apply modifiers by default in export flagJuan Linietsky
2015-04-22resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky
2015-04-21corrected project manager popup, fixes #1721Juan Linietsky
2015-04-21ability to get closest owner to point, for navigation and navigation2dJuan Linietsky
2015-04-21-Many fixes and demo for RichTexLabelJuan Linietsky
-Proper ability to edit BBCode in RTL.
2015-04-20-oops, duplicated text issue fix..Juan Linietsky
2015-04-20Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
-Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
2015-04-20Merge pull request #1718 from swenner/documentation_fixesJuan Linietsky
Documentation fixes
2015-04-20updated outdated or missing Plane class documentationSimon Wenner
2015-04-20fixed incorrect constructor descriptions in Matrix3Simon Wenner
2015-04-20fixed typos in the documentationSimon Wenner
2015-04-19-Rewritten KinematicBody2D::move to MUCH more efficient code.Juan Linietsky
-KinematicBody2D::move now properly recognizes collision exceptions and masks, fixes #1649 -Removed object type masking for KinematicBody2D -Added a test_motion() function to RigidBody2D, allowing simlar behavior to KinematicBody2D::move there.
2015-04-18-fix local and global usage for DirAccess, fixes #791Juan Linietsky
please test anyway..
2015-04-18-Fixed post-import script-reload buf, fixes #1683Juan Linietsky
2015-04-18-Throw error if setter and getter reference their member variable with self. ↵Juan Linietsky
, fixes #1685
2015-04-18disable undo properly after ctrl-i, fixes #1688Juan Linietsky
2015-04-18-fixed relative path saving to file, fixes #1694Juan Linietsky
2015-04-18Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, ↵Juan Linietsky
fixes #1703
2015-04-18Merge pull request #1662 from TheHX/fix_pluginsJuan Linietsky
Fix toolbar menu position(RichText and MultiMesh plugins)