summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-05Fix uint compile errormrezai
2016-01-05Merge pull request #3239 from godotengine/bce-typoRémi Verschelde
Fix typo
2016-01-05Fix typoRémi Verschelde
2016-01-04Merge pull request #3236 from Hinsbart/xinput_define_punto-
define XUSER_MAX_COUNT if not present
2016-01-05define XUSER_MAX_COUNT if not presenthondres
2016-01-04-make signals throw an error when target method is not found, fixes #2036Juan Linietsky
-removed 4 arguments limit for emit_signal() from script -remvoed 4 arguments limit for call_deferred() from script
2016-01-04Fix KP5 toggle perspective shortcut, fixes #2035Juan Linietsky
2016-01-04restored this configJuan Linietsky
2016-01-04-Fix crash at exit due to unnecesary check in command queue, fixes #2034Juan Linietsky
-Fix memory corruption due to using wrong singleton in multithreaded physics, fixes #2760
2016-01-03Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky
2016-01-03change android install location to automatic, closes #1997Juan Linietsky
2016-01-03properly specify metadata in KB functionJuan Linietsky
2016-01-03physics state properly returns contact metadata, closes #1979Juan Linietsky
2016-01-03small usability improvement, change everything related to resolution and ↵Juan Linietsky
scaling together in the project settings, closes #1974
2016-01-03Fixed the decimals function, it can't be perfect but it should be good ↵Juan Linietsky
enough. Closes #1955
2016-01-03having active items is pointless in input mapJuan Linietsky
2016-01-03-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
2016-01-03forgot to bind NOTIFICATION_INSTANCED, closes #2261Juan Linietsky
2016-01-02Merge pull request #3210 from Hinsbart/x11_axis_fixpunto-
send axis events only once per frame on linux
2016-01-03send axis events only once per frame on linuxhondres
2016-01-02make it impossible to shrink framebuffer < 0, fixes #2066Juan Linietsky
2016-01-02Added var2bytes and bytes2var to convet any variable to bytes and back. ↵Juan Linietsky
Closes #2075
2016-01-02-Fix global transform cache not being cleared in 2D nodes, fixes many editor ↵Juan Linietsky
bugs, closes #2115
2016-01-02-Ability to roll-back script-exported properties to their default value on ↵Juan Linietsky
the script, closes #2128
2016-01-02PI is now a built-in constant, fixes #2134Juan Linietsky
2016-01-02Properly clear/restore current camera when switching scenes. Fixes #2137Juan Linietsky
2016-01-02Ability to use opacity on distance field textures, fixes #2148Juan Linietsky
2016-01-02Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky
2016-01-02fixed uninitialized tool mode in path 2d editorJuan Linietsky
2016-01-02fixed string operator[], which was broken. Closes #2202Juan Linietsky
2016-01-02Support BMFont in font editor plugin, closes #2204Juan Linietsky
2016-01-02-properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky
-also fix a small crash in export detection with scripts that include themselves
2016-01-02skip the first integration in physics bodies, fixes #2213Juan Linietsky
2016-01-02-Restore mouse on X11 when debugger break happens, closes #2232Juan Linietsky
2016-01-02added a finished signal to StreamPlayer, closes #2249Juan Linietsky
2016-01-02Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes ↵Juan Linietsky
#2278
2016-01-02-New reparent option "keep global transform" on reparent dialog. It is ↵Juan Linietsky
enabled by default. Closes #2284
2016-01-02-Fix TouchScreenButton to work with stretch and viewport canvas transform, ↵Juan Linietsky
closes #2286
2016-01-02Properly hide assign/clear dialog, closes #2295Juan Linietsky
2016-01-02proper joy axis support as actions, can be configured and inquired, fixes #2317Juan Linietsky
2016-01-02remove the invalid id error when freeing a 3D joint, fixes #2383Juan Linietsky
2016-01-02Merge pull request #3193 from Hinsbart/trigger-as-axispunto-
Forgot to add JOY_ANALOG bindings
2016-01-02Merge pull request #3192 from Hinsbart/trigger-as-axispunto-
Analog values for gamepad triggers, using axes 6 & 7.
2016-01-02bind trigger constantshondres
2016-01-02make num_buttons local, no need to keep in joystick structhondres
2016-01-02Analog values for gamepad triggers, using axes 6 & 7hondres
2016-01-01Merge pull request #3189 from neikeq/cfg_getval_defaultRémi Verschelde
Added default value param to ConfigFile.get_value()
2016-01-01Added default value param to ConfigFile.get_value()Ignacio Etcheverry
2016-01-01properly removing unprocessed objects from physics islands fixes one way ↵Juan Linietsky
platforms for rigidbodies, closes #2345
2016-01-01Merge pull request #3184 from vnen/update-copyright-2016Juan Linietsky
Update copyright to 2016 in headers