aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java/src/com (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-07TextEdit/LineEdit: Handle numpad arrows if NumLock is disabledIgnacio Etcheverry2-16/+59
2016-01-07added ':' support to VariantParser, given it' s used by export.cfgJuan Linietsky1-0/+3
2016-01-07-fix bugs related to parsing config files with new variantparser, closes #324...Juan Linietsky3-1/+45
2016-01-06Better fix for visual studio project generation.Peace Sells1-1/+1
2016-01-06Make joydev build using udev and evdev opt-out but blocking (linux)Rémi Verschelde1-11/+18
2016-01-06You can create an inherited scene based on an already opened scene.Nounours Heureux1-4/+6
2016-01-06Fix .tscn format not loading signal bindsFranklin Sobrinho1-4/+4
2016-01-06Fix config file parser bug that cause showing project name as "Unnamed Project"mrezai1-0/+1
2016-01-06visual representation for joystick demohondres6-5/+130
2016-01-05fix x11 crash on exithondres1-3/+3
2016-01-05Fix is_node_being_edited() when not building toolsRémi Verschelde1-0/+4
2016-01-05-completely rewritten filesystem dock and internal editor filesystem manageme...Juan Linietsky36-464/+639
2016-01-05Fix uint compile errormrezai1-1/+1
2016-01-05Fix typoRémi Verschelde1-1/+1
2016-01-05define XUSER_MAX_COUNT if not presenthondres1-0/+3
2016-01-04-make signals throw an error when target method is not found, fixes #2036Juan Linietsky7-126/+140
2016-01-04Fix KP5 toggle perspective shortcut, fixes #2035Juan Linietsky1-1/+4
2016-01-04restored this configJuan Linietsky1-1/+0
2016-01-04-Fix crash at exit due to unnecesary check in command queue, fixes #2034Juan Linietsky3-5/+6
2016-01-03Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky2-1/+3
2016-01-03change android install location to automatic, closes #1997Juan Linietsky1-1/+1
2016-01-03properly specify metadata in KB functionJuan Linietsky1-1/+1
2016-01-03physics state properly returns contact metadata, closes #1979Juan Linietsky4-2/+28
2016-01-03small usability improvement, change everything related to resolution and scal...Juan Linietsky1-2/+13
2016-01-03Fixed the decimals function, it can't be perfect but it should be good enough...Juan Linietsky1-2/+8
2016-01-03having active items is pointless in input mapJuan Linietsky3-4/+16
2016-01-03-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky24-3236/+3985
2016-01-03Change Import > Sub-Scene to Import > Node from sceneNounours Heureux1-1/+1
2016-01-03forgot to bind NOTIFICATION_INSTANCED, closes #2261Juan Linietsky1-0/+2
2016-01-03Disable renaming AnimatedSprite framesIgnacio Etcheverry1-1/+0
2016-01-03Show the texture name after the frame number in the SpriteFrames editorNounours Heureux1-1/+1
2016-01-03send axis events only once per frame on linuxhondres2-1/+13
2016-01-03Fix delay on audio stream pauseSaracen2-2/+2
2016-01-02make it impossible to shrink framebuffer < 0, fixes #2066Juan Linietsky1-0/+2
2016-01-02Added var2bytes and bytes2var to convet any variable to bytes and back. Close...Juan Linietsky4-3/+75
2016-01-02-Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky3-3/+1
2016-01-02-Ability to roll-back script-exported properties to their default value on th...Juan Linietsky7-49/+160
2016-01-02PI is now a built-in constant, fixes #2134Juan Linietsky3-1/+11
2016-01-02Properly clear/restore current camera when switching scenes. Fixes #2137Juan Linietsky4-73/+56
2016-01-02Ability to use opacity on distance field textures, fixes #2148Juan Linietsky1-1/+1
2016-01-02Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky3-1/+5
2016-01-02fixed uninitialized tool mode in path 2d editorJuan Linietsky1-0/+1
2016-01-02fixed string operator[], which was broken. Closes #2202Juan Linietsky1-2/+2
2016-01-02Support BMFont in font editor plugin, closes #2204Juan Linietsky1-0/+22
2016-01-02-properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky2-17/+12
2016-01-02skip the first integration in physics bodies, fixes #2213Juan Linietsky4-2/+12
2016-01-02-Restore mouse on X11 when debugger break happens, closes #2232Juan Linietsky2-4/+11
2016-01-02added a finished signal to StreamPlayer, closes #2249Juan Linietsky1-0/+3
2016-01-02Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...Juan Linietsky2-2/+2
2016-01-02-New reparent option "keep global transform" on reparent dialog. It is enable...Juan Linietsky4-9/+52