Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-06 | Merge pull request #3602 from neikeq/workaround_78 | Rémi Verschelde | |
Temporary disable plugin 'Load..' button | |||
2016-02-06 | Temporary workaround for #78 | Ignacio Etcheverry | |
2016-02-05 | Merge pull request #3599 from neikeq/reload_empty_icon | Rémi Verschelde | |
Added missing ReloadEmpty editor icon | |||
2016-02-05 | Added missing ReloadEmpty editor icon | Ignacio Etcheverry | |
2016-02-04 | added option to link libstdc++ statically | Juan Linietsky | |
2016-02-04 | Removed PE-bliss, win32 binares so far remain without icon, had many issues ↵ | Juan Linietsky | |
with it: -corrupted 32 binaries without reason -does not support upx binaries -forces dependency o libstdc++ | |||
2016-02-04 | -removed buggy flags, makes mingw+32 bits+optimized work again, | Juan Linietsky | |
2016-02-04 | Merge pull request #3585 from Hinsbart/hscroll | Rémi Verschelde | |
support horizontal mouse wheel | |||
2016-02-04 | Merge pull request #3587 from akien-mga/pr-reserved-keyords | Rémi Verschelde | |
Fix missing comma | |||
2016-02-04 | Fix missing comma | Rémi Verschelde | |
2016-02-04 | Merge pull request #3582 from akien-mga/pr-reserved-keyords | George Marques | |
Add preload and PI to GDScript reserved keywords | |||
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres | |
2016-02-04 | Add preload and PI to GDScript reserved keywords | Ré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-04 | Reorder reserved words by categories | Ré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-04 | Merge pull request #3575 from Hinsbart/_net_wm_name | Rémi Verschelde | |
x11: set _net_wm_name property | |||
2016-02-04 | x11: set _net_wm_name property | hondres | |
2016-02-03 | -Fix mouse coordinates not being affected by canvas transform | Juan Linietsky | |
2016-02-03 | Merge pull request #3534 from Biliogadafr/pickable2d | Juan Linietsky | |
Physics2D: Allow to use 'intersect_point' with not 'Pickable' objects | |||
2016-02-03 | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde | |
x11: use different strings for WM_CLASS depending on context | |||
2016-02-03 | Merge pull request #3502 from trtstm/csv | Rémi Verschelde | |
Added delimiter to File.get_csv_line | |||
2016-02-03 | Merge pull request #3538 from Hinsbart/temp | Rémi Verschelde | |
remove pc_joystick_map.h | |||
2016-02-03 | Merge pull request #3558 from akien-mga/pr-regex-test | Rémi Verschelde | |
Fix return value of regexp string test | |||
2016-02-02 | -make stream player and time restore state properly if removed, fixes #1949 | Juan Linietsky | |
2016-02-02 | Merge pull request #3560 from Hinsbart/axis_names | punto- | |
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-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan 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-03 | fix joystick axis names in project settings | hondres | |
2016-02-02 | Merge pull request #3540 from adolson/more_js_maps | punto- | |
added more gamepad mappings | |||
2016-02-02 | Merge pull request #3559 from Hinsbart/device_fix | punto- | |
x11: fix non-gamepad devices being detected as joysticks | |||
2016-02-02 | x11: fix non-gamepad devices being detected as joysticks | hondres | |
2016-02-02 | -fix path clear in animation call param, closes #3448 | Juan Linietsky | |
2016-02-02 | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky | |
2016-02-02 | Fix return value of regexp string test | Rémi Verschelde | |
Closes #3556 | |||
2016-02-02 | Merge pull request #3555 from techtonik/patch-1 | Rémi Verschelde | |
test_string.cpp - show numbers of passed and total tests correctly | |||
2016-02-02 | test_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 #3482 | Juan 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 #3507 | Juan Linietsky | |
2016-02-01 | -remove the !inside_tree error, fixes grab focus error, closes #3521 | Juan Linietsky | |
2016-02-01 | -Propertly detect mantissa floats in variantparser, fixes #3257 | Juan Linietsky | |
2016-02-01 | Make sure variant parser recognizes "nil" for compatibility with old ↵ | Juan Linietsky | |
engine.cfg style cofig. Closes #3531 | |||
2016-02-01 | Merge pull request #3532 from eska014/fix-globals-vectors | Juan Linietsky | |
Encode vectors in Globals | |||
2016-02-01 | added more gamepad mappings | Dana Olson | |
2016-02-01 | remove pc_joystick_map.h | hondres | |
2016-02-01 | Merge pull request #3536 from Hinsbart/close | Rémi Verschelde | |
close file descriptor if ioctls failed | |||
2016-02-01 | close file descriptor if ioctls failed | hondres | |
2016-02-01 | Merge pull request #3533 from Biliogadafr/FixColorArrayTscn | Rémi Verschelde | |
Parse ColorArrays correctly (tscn), fixes #3530 | |||
2016-02-01 | Merge pull request #3523 from vnen/fix-platformer-tile | Rémi Verschelde | |
Fix wall_deco tile position in Platformer demo | |||
2016-02-01 | Merge pull request #3518 from Ovnuniarchos/3DSoundServerBadReg | Rémi Verschelde | |
Variables SpatialSoundServer and SS pointed to SpatialSound2DServer. |