summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-08Merge pull request #3428 from Hinsbart/android-gamepadpunto-
support gamepad remapping on android
2016-02-08-bump version to rc1Juan Linietsky
2016-02-08-Cleaned up GraphEdit, also fixes #3568Juan Linietsky
2016-02-08Added contributing.mdJuan Linietsky
2016-02-08-Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky
2016-02-08-Avoid crash in property editor due to newly out of focus but still valid ↵Juan Linietsky
property edition, fixes #3601
2016-02-08Property handle rotated controls in 2D editor, fixes #3613Juan Linietsky
2016-02-08Merge pull request #3627 from lordadamson/masterRémi Verschelde
renamed function get_video_texutre to get_video_texture
2016-02-08renamed function get_video_texutre to get_video_textureAdham Zahran
2016-02-08Merge pull request #3409 from akien-mga/pr-script-tab-colourRémi Verschelde
Make custom_bg fit the whole "selected" area in ItemLists
2016-02-08Merge pull request #3494 from blackwc/exclude_exportRémi Verschelde
add feature to exclude files from export
2016-02-08Merge pull request #3621 from francogarcia/pr-windows_documents_folderRémi Verschelde
Added constant to retrieve Windows' Documents path
2016-02-07Merge pull request #3625 from lordadamson/masterRémi Verschelde
'radian' to 'radians' :D
2016-02-07just a small typeAdham Zahran
2016-02-07Merge pull request #3624 from lordadamson/masterRémi Verschelde
fixing typos all over the place
2016-02-07fixing typos all over the placeAdham Zahran
2016-02-07Merge pull request #3619 from lordadamson/masterRémi Verschelde
description for Input.is_mouse_button_pressed()
2016-02-07Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia
According to MSDN's documentation (https://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx), CSIDL_PERSONAL represents the default path to Windows Document's folder: "Previous to Version 6.0. The file system directory used to physically store a user's common repository of documents. A typical path is C:\Documents and Settings\username\My Documents. This should be distinguished from the virtual My Documents folder in the namespace. To access that virtual folder, use SHGetFolderLocation, which returns the ITEMIDLIST for the virtual location, or refer to the technique described in Managing the File System."
2016-02-07description for Input.is_mouse_button_pressed()Adham Zahran
2016-02-07Improve parsing of [method ...] tagsRémi Verschelde
Also improve some code display.
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-04add feature to exclude files from exportblackwc