summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-08renamed function get_video_texutre to get_video_textureAdham Zahran
2016-02-07just a small typeAdham Zahran
2016-02-07fixing typos all over the placeAdham Zahran
2016-02-07description for Input.is_mouse_button_pressed()Adham Zahran
2016-02-07Fix badly formatted tags in XMLRémi Verschelde
Also add parsing of [code] tags in RST converter
2016-02-07Display better inheritance info in docJuan Linietsky
2016-02-07Merge pull request #3618 from akien-mga/pr-makerstRémi Verschelde
Small makerst improvements
2016-02-07Small makerst improvementsRémi Verschelde
2016-02-07Merge pull request #3617 from akien-mga/pr-rst-converterRémi Verschelde
Enhance XML to reST converter
2016-02-07Enhance xml to rst converterRémi Verschelde
Fixes a number of issues: - Headings underliners now have the correct length - Newline+Tabs in descriptions are replaced by two newlines to make a proper paragraph - [br] are replaced by two newlines, making a proper paragraph - Properly parse internal hyperlinks in constants description - Fix broken internal links due to missing newlines - Show method header even when it has no description, to have something to reference in hyperlinks
2016-02-07Sync classes ref with codeRémi Verschelde
2016-02-07Merge pull request #3615 from Hinsbart/joy_check_fixpunto-
x11: more verbose checking for joystick capabilities
2016-02-07Merge pull request #3607 from 29jm/patch-1Rémi Verschelde
Added get_cellv() method to TileMap
2016-02-06-Added RST generator for class referenceJuan Linietsky
2016-02-07x11: more verbose checking for joystick capabilitieshondres
2016-02-06Added get_cellv() method to TileMapJohan Manuel
2016-02-06Merge pull request #3603 from MarianoGnu/color_pickerRémi Verschelde
ColorPicker: Prevent regenerating hsv values every time. Fixes #3492
2016-02-06Stop ColorPicker's narcissism ( fixes #3592 )MarianoGNU
Also prevent alpha in guidelines.
2016-02-05ColorPicker: Prevent regenerating hsv values every time. Fixes #3492MarianoGNU
2016-02-06Merge pull request #3602 from neikeq/workaround_78Rémi Verschelde
Temporary disable plugin 'Load..' button
2016-02-06Temporary workaround for #78Ignacio Etcheverry
2016-02-05Merge pull request #3599 from neikeq/reload_empty_iconRémi Verschelde
Added missing ReloadEmpty editor icon
2016-02-05Added missing ReloadEmpty editor iconIgnacio Etcheverry
2016-02-04added option to link libstdc++ staticallyJuan Linietsky
2016-02-04Removed 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-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