aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3249 from Hinsbart/x11_crashRémi Verschelde2016-01-051-3/+3
|\
| * fix x11 crash on exithondres2016-01-051-3/+3
|/
* Merge pull request #3246 from godotengine/fix-notools-buildRémi Verschelde2016-01-051-0/+4
|\
| * Fix is_node_being_edited() when not building toolsRémi Verschelde2016-01-051-0/+4
|/
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-01-053-2/+5
|\
| * Merge pull request #3241 from mrezai/fix-jpeg-3228Juan Linietsky2016-01-051-1/+1
| |\
| | * Fix uint compile errormrezai2016-01-051-1/+1
| |/
| * Merge pull request #3239 from godotengine/bce-typoRémi Verschelde2016-01-051-1/+1
| |\
| | * Fix typoRémi Verschelde2016-01-051-1/+1
| |/
| * Merge pull request #3236 from Hinsbart/xinput_define_punto-2016-01-041-0/+3
| |\
| | * define XUSER_MAX_COUNT if not presenthondres2016-01-051-0/+3
| |/
* / -completely rewritten filesystem dock and internal editor filesystem manageme...Juan Linietsky2016-01-0536-464/+639
|/
* -make signals throw an error when target method is not found, fixes #2036Juan Linietsky2016-01-047-126/+140
* Fix KP5 toggle perspective shortcut, fixes #2035Juan Linietsky2016-01-041-1/+4
* restored this configJuan Linietsky2016-01-041-1/+0
* -Fix crash at exit due to unnecesary check in command queue, fixes #2034Juan Linietsky2016-01-043-5/+6
* Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky2016-01-032-1/+3
* change android install location to automatic, closes #1997Juan Linietsky2016-01-031-1/+1
* properly specify metadata in KB functionJuan Linietsky2016-01-031-1/+1
* physics state properly returns contact metadata, closes #1979Juan Linietsky2016-01-034-2/+28
* small usability improvement, change everything related to resolution and scal...Juan Linietsky2016-01-031-2/+13
* Fixed the decimals function, it can't be perfect but it should be good enough...Juan Linietsky2016-01-031-2/+8
* having active items is pointless in input mapJuan Linietsky2016-01-033-4/+16
* -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky2016-01-0324-3236/+3985
* forgot to bind NOTIFICATION_INSTANCED, closes #2261Juan Linietsky2016-01-031-0/+2
* Merge pull request #3210 from Hinsbart/x11_axis_fixpunto-2016-01-022-1/+13
|\
| * send axis events only once per frame on linuxhondres2016-01-032-1/+13
|/
* make it impossible to shrink framebuffer < 0, fixes #2066Juan Linietsky2016-01-021-0/+2
* Added var2bytes and bytes2var to convet any variable to bytes and back. Close...Juan Linietsky2016-01-024-3/+75
* -Fix global transform cache not being cleared in 2D nodes, fixes many editor ...Juan Linietsky2016-01-023-3/+1
* -Ability to roll-back script-exported properties to their default value on th...Juan Linietsky2016-01-027-49/+160
* PI is now a built-in constant, fixes #2134Juan Linietsky2016-01-023-1/+11
* Properly clear/restore current camera when switching scenes. Fixes #2137Juan Linietsky2016-01-024-73/+56
* Ability to use opacity on distance field textures, fixes #2148Juan Linietsky2016-01-021-1/+1
* Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky2016-01-023-1/+5
* fixed uninitialized tool mode in path 2d editorJuan Linietsky2016-01-021-0/+1
* fixed string operator[], which was broken. Closes #2202Juan Linietsky2016-01-021-2/+2
* Support BMFont in font editor plugin, closes #2204Juan Linietsky2016-01-021-0/+22
* -properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky2016-01-022-17/+12
* skip the first integration in physics bodies, fixes #2213Juan Linietsky2016-01-024-2/+12
* -Restore mouse on X11 when debugger break happens, closes #2232Juan Linietsky2016-01-022-4/+11
* added a finished signal to StreamPlayer, closes #2249Juan Linietsky2016-01-021-0/+3
* Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #...Juan Linietsky2016-01-022-2/+2
* -New reparent option "keep global transform" on reparent dialog. It is enable...Juan Linietsky2016-01-024-9/+52
* -Fix TouchScreenButton to work with stretch and viewport canvas transform, cl...Juan Linietsky2016-01-022-4/+4
* Properly hide assign/clear dialog, closes #2295Juan Linietsky2016-01-021-0/+3
* proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky2016-01-026-9/+92
* remove the invalid id error when freeing a 3D joint, fixes #2383Juan Linietsky2016-01-021-1/+1
* Merge pull request #3193 from Hinsbart/trigger-as-axispunto-2016-01-021-0/+3
|\
| * bind trigger constantshondres2016-01-021-0/+3