aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java_glue.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-24casting line into physics on negative space now works properly, fixes #1726Juan Linietsky1-3/+4
2015-04-24Ability to convert from nodes or other non resource with a get_rid() function...Juan Linietsky3-2/+12
2015-04-24changed some shortcuts in text editor, maybe fixes #1732Juan Linietsky1-3/+3
2015-04-24Corrected rectangle intersection, fixes #1731Juan Linietsky2-10/+10
2015-04-24local changesJuan Linietsky1-1/+1
2015-04-23fix to collada import crashJuan Linietsky1-0/+1
2015-04-22Changed collada importer to properly handle ALL blend shape arrays, fixes pro...Juan Linietsky1-14/+67
2015-04-22disable apply modifiers by default in export flagJuan Linietsky2-2/+2
2015-04-22resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky2-0/+5
2015-04-21corrected project manager popup, fixes #1721Juan Linietsky1-3/+3
2015-04-21ability to get closest owner to point, for navigation and navigation2dJuan Linietsky4-2/+93
2015-04-21-Many fixes and demo for RichTexLabelJuan Linietsky17-23/+307
2015-04-20-oops, duplicated text issue fix..Juan Linietsky1-0/+1
2015-04-20-Changed Godot exit to be clean.Juan Linietsky37-68/+263
2015-04-20updated outdated or missing Plane class documentationSimon Wenner1-5/+11
2015-04-20fixed incorrect constructor descriptions in Matrix3Simon Wenner1-2/+2
2015-04-20fixed typos in the documentationSimon Wenner1-2/+2
2015-04-19-Rewritten KinematicBody2D::move to MUCH more efficient code.Juan Linietsky11-127/+687
2015-04-18-fix local and global usage for DirAccess, fixes #791Juan Linietsky5-170/+87
2015-04-18-Fixed post-import script-reload buf, fixes #1683Juan Linietsky3-3/+14
2015-04-18-Throw error if setter and getter reference their member variable with self. ...Juan Linietsky1-0/+29
2015-04-18disable undo properly after ctrl-i, fixes #1688Juan Linietsky1-2/+1
2015-04-18-fixed relative path saving to file, fixes #1694Juan Linietsky3-5/+5
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky12-25/+14
2015-04-18Updated copyright year in all headersJuan Linietsky1109-3362/+3362
2015-04-18-fix vector rotation, fixes #1705Juan Linietsky1-17/+2
2015-04-18-renamed function to get object from instance idJuan Linietsky5-19/+38
2015-04-17-Added android immersive mode, fixes #303Juan Linietsky5-2/+59
2015-04-14Fix clipping when used in viewport or inside another viewport, fixes #1661Juan Linietsky2-12/+53
2015-04-14Fix operator definition for AreaCMPFabio Alessandrelli2-2/+2
2015-04-14Implement Area2D space_override_mode combineFabio Alessandrelli2-18/+26
2015-04-13-Changed the cubic interpolator, improves situation with PathFollow in #1659Juan Linietsky1-1/+18
2015-04-13-Fix issue of scene import script path being broken on reimport, fixes #1668Juan Linietsky1-1/+2
2015-04-12-Made sure that "free" function appears in documentation and code completion,...Juan Linietsky3-3/+6
2015-04-12scene switcher demo changed to reflect tutorial, fixes #1673Juan Linietsky1-9/+27
2015-04-12fixed broken lighting, closes #1671Juan Linietsky1-9/+10
2015-04-12fixed UV2 source in shader graph, closes #1633Juan Linietsky1-2/+2
2015-04-12-Fixed screen capture for viewports, added a screen capture demo, fixes #1529Juan Linietsky5-8/+47
2015-04-12-Changed bootsplash option to use a file, fixes #1539Juan Linietsky9-10/+51
2015-04-12improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky6-8/+60
2015-04-12Modified OSX11 to try alternative audio drivers if pulseaudio does not work o...Juan Linietsky1-1/+14
2015-04-12renamed scrts to scripts, fixes #1525Juan Linietsky3-0/+1
2015-04-09Now the script editor highlight all lines of a multiline stringFranklin Sobrinho1-1/+1
2015-04-09Fix toolbar menu position(RichText and MultiMesh plugins)Franklin Sobrinho4-20/+19
2015-04-09fixed navigation tile issue, fixes #1581Juan Linietsky1-9/+11
2015-04-09-function remove_and_delete_child removed. Just use child.free() or child.que...Juan Linietsky2-3/+4
2015-04-09-Fixes bug in ShaderGraph material, when uniform property is not used, fixes ...Juan Linietsky4-4/+10
2015-04-08Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho19-90/+90
2015-04-08-Better Collada now keeps mesh names properly from blender, makes the "overwr...Juan Linietsky2-11/+29
2015-04-08fixed re-import of scene when new nodes are added, fixes #1620Juan Linietsky2-5/+14