summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-04Merge pull request #3585 from Hinsbart/hscrollRémi Verschelde
support horizontal mouse wheel
2016-02-04Merge pull request #3587 from akien-mga/pr-reserved-keyordsRémi Verschelde
Fix missing comma
2016-02-04Fix missing commaRémi Verschelde
2016-02-04Merge pull request #3582 from akien-mga/pr-reserved-keyordsGeorge Marques
Add preload and PI to GDScript reserved keywords
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-02-04Add preload and PI to GDScript reserved keywordsRémi Verschelde
I've noticed that gd_tokenizer also has keywords for `switch' and `do', but they seem not to be supported actually (only used in commented code for the shader language), so I don't add them.
2016-02-04Reorder reserved words by categoriesRémi Verschelde
They were previously kind of sorted with a mix between alphabetical and logical ordering, which made it hard to spot duplicates or missing words.
2016-02-04Merge pull request #3575 from Hinsbart/_net_wm_nameRémi Verschelde
x11: set _net_wm_name property
2016-02-04x11: set _net_wm_name propertyhondres
2016-02-03-Fix mouse coordinates not being affected by canvas transformJuan Linietsky
2016-02-03Merge pull request #3534 from Biliogadafr/pickable2dJuan Linietsky
Physics2D: Allow to use 'intersect_point' with not 'Pickable' objects
2016-02-03Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde
x11: use different strings for WM_CLASS depending on context
2016-02-03Merge pull request #3502 from trtstm/csvRémi Verschelde
Added delimiter to File.get_csv_line
2016-02-03Merge pull request #3538 from Hinsbart/tempRémi Verschelde
remove pc_joystick_map.h
2016-02-03Merge pull request #3558 from akien-mga/pr-regex-testRémi Verschelde
Fix return value of regexp string test
2016-02-02-make stream player and time restore state properly if removed, fixes #1949Juan Linietsky
2016-02-02Merge pull request #3560 from Hinsbart/axis_namespunto-
fix joystick axis names in project settings
2016-02-02-only save scripts if changed, takes less time to run projects and does not ↵Juan Linietsky
confuse you with changed dates.
2016-02-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-02-02-Add some offset to spinboxes in tree, so revert icon does not annoy much ↵Juan Linietsky
when pops up, fixes #3415
2016-02-03fix joystick axis names in project settingshondres
2016-02-02Merge pull request #3540 from adolson/more_js_mapspunto-
added more gamepad mappings
2016-02-02Merge pull request #3559 from Hinsbart/device_fixpunto-
x11: fix non-gamepad devices being detected as joysticks
2016-02-02x11: fix non-gamepad devices being detected as joystickshondres
2016-02-02-fix path clear in animation call param, closes #3448Juan Linietsky
2016-02-02-make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky
2016-02-02Fix return value of regexp string testRémi Verschelde
Closes #3556
2016-02-02Merge pull request #3555 from techtonik/patch-1Rémi Verschelde
test_string.cpp - show numbers of passed and total tests correctly
2016-02-02test_string.cpp - show numbers of passed and total tests correctly (fixes #3553)anatoly techtonik
2016-02-02-make autoloads keep order when toggling singleton, fixes #3482Juan Linietsky
2016-02-02-Made Joystick menus friendlier, show button index, more up to date names ↵Juan Linietsky
and axis names. Closes #3501
2016-02-02-Correctly flip BG texture if viewport is flipped, fixes #3507Juan Linietsky
2016-02-01-remove the !inside_tree error, fixes grab focus error, closes #3521Juan Linietsky
2016-02-01-Propertly detect mantissa floats in variantparser, fixes #3257Juan Linietsky
2016-02-01Make sure variant parser recognizes "nil" for compatibility with old ↵Juan Linietsky
engine.cfg style cofig. Closes #3531
2016-02-01Merge pull request #3532 from eska014/fix-globals-vectorsJuan Linietsky
Encode vectors in Globals
2016-02-01added more gamepad mappingsDana Olson
2016-02-01remove pc_joystick_map.hhondres
2016-02-01Merge pull request #3536 from Hinsbart/closeRémi Verschelde
close file descriptor if ioctls failed
2016-02-01close file descriptor if ioctls failedhondres
2016-02-01Merge pull request #3533 from Biliogadafr/FixColorArrayTscnRémi Verschelde
Parse ColorArrays correctly (tscn), fixes #3530
2016-02-01Merge pull request #3523 from vnen/fix-platformer-tileRémi Verschelde
Fix wall_deco tile position in Platformer demo
2016-02-01Merge pull request #3518 from Ovnuniarchos/3DSoundServerBadRegRémi Verschelde
Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.
2016-02-01store animation names in alphabetical order, fixes #3423Juan Linietsky
2016-02-01Physics2D: Allow to use 'intersect_point' with objects which is not 'pickable'Biliogadafr
2016-02-01Parse ColorArrays correctly (tscn)., fixes #3530Biliogadafr
2016-01-31thread renamingAriel Manzur
2016-01-31total pointersAriel Manzur
2016-01-31checking for file?Ariel Manzur
2016-02-01Encode vectors in Globalseska