Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-13 | "Sync classes reference template with current code base" | hondres | |
2016-02-12 | Merge pull request #3691 from Hinsbart/fix_xinput_triggers | Rémi Verschelde | |
fix xinput triggers not resetting correctly | |||
2016-02-12 | win: fix xinput triggers not resetting correctly | Hondres | |
2016-02-12 | Merge pull request #3680 from StraToN/regex_get_capture_start | Rémi Verschelde | |
Regex get capture start | |||
2016-02-12 | Forgot to correct the ERR_FAIL_COND_V. | Julian Murgia - StraToN | |
2016-02-12 | Added RegEx::get_capture_start() method | Julian Murgia - StraToN | |
2016-02-11 | Merge pull request #3669 from Hinsbart/fix_joylabel | Rémi Verschelde | |
fix joystick related label text in project settings | |||
2016-02-11 | fix joystick related label text in project settings | hondres | |
2016-02-11 | -fixed more issues resampling sounds | Juan Linietsky | |
2016-02-11 | Merge pull request #3658 from Hinsbart/doc_joyevent | Rémi Verschelde | |
doc: use correct identifiers for InputEventJoystick{Motion, Button} | |||
2016-02-11 | -Made some icon data types smaller so they take up less space | Juan Linietsky | |
-Fixed sample import plugin, makes samples sound strange in smp when limited hz | |||
2016-02-10 | Merge pull request #3660 from Hinsbart/fix_bb10 | punto- | |
fix blackberry compilation | |||
2016-02-11 | fix platform bb10 compilation | hondres | |
2016-02-10 | doc: use correct identifier for InputEventJoystick{Motion, Button} | hondres | |
2016-02-10 | Merge pull request #3657 from Tegu/master | Rémi Verschelde | |
Fixed a couple of tooltips on the editor | |||
2016-02-10 | Fixed a couple of tooltips on the editor | Tegu | |
2016-02-10 | export from command line | Ariel Manzur | |
2016-02-09 | -Added missing functions to the doc, fixes #3583 | Juan Linietsky | |
2016-02-09 | -Allow renaming root node of inherited scene | Juan Linietsky | |
2016-02-09 | Insert new key helper is back to 2D editor, missed it? | Juan Linietsky | |
2016-02-09 | Update CONTRIBUTING.md | Juan Linietsky | |
2016-02-08 | Merge pull request #3428 from Hinsbart/android-gamepad | punto- | |
support gamepad remapping on android | |||
2016-02-08 | -bump version to rc1 | Juan Linietsky | |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | |
2016-02-08 | Added contributing.md | Juan Linietsky | |
2016-02-08 | -Property apply limits to V/H Splits in main editor window. Fixes #3567 | Juan 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-08 | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky | |
2016-02-08 | Merge pull request #3627 from lordadamson/master | Rémi Verschelde | |
renamed function get_video_texutre to get_video_texture | |||
2016-02-08 | renamed function get_video_texutre to get_video_texture | Adham Zahran | |
2016-02-08 | Merge pull request #3409 from akien-mga/pr-script-tab-colour | Rémi Verschelde | |
Make custom_bg fit the whole "selected" area in ItemLists | |||
2016-02-08 | Merge pull request #3494 from blackwc/exclude_export | Rémi Verschelde | |
add feature to exclude files from export | |||
2016-02-08 | Merge pull request #3621 from francogarcia/pr-windows_documents_folder | Rémi Verschelde | |
Added constant to retrieve Windows' Documents path | |||
2016-02-07 | Merge pull request #3625 from lordadamson/master | Rémi Verschelde | |
'radian' to 'radians' :D | |||
2016-02-07 | just a small type | Adham Zahran | |
2016-02-07 | Merge pull request #3624 from lordadamson/master | Rémi Verschelde | |
fixing typos all over the place | |||
2016-02-07 | fixing typos all over the place | Adham Zahran | |
2016-02-07 | Merge pull request #3619 from lordadamson/master | Rémi Verschelde | |
description for Input.is_mouse_button_pressed() | |||
2016-02-07 | Added constant to retrieve Windows' Documents path | Franco 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-07 | description for Input.is_mouse_button_pressed() | Adham Zahran | |
2016-02-07 | Improve parsing of [method ...] tags | Rémi Verschelde | |
Also improve some code display. | |||
2016-02-07 | Fix badly formatted tags in XML | Rémi Verschelde | |
Also add parsing of [code] tags in RST converter | |||
2016-02-07 | Display better inheritance info in doc | Juan Linietsky | |
2016-02-07 | Merge pull request #3618 from akien-mga/pr-makerst | Rémi Verschelde | |
Small makerst improvements | |||
2016-02-07 | Small makerst improvements | Rémi Verschelde | |
2016-02-07 | Merge pull request #3617 from akien-mga/pr-rst-converter | Rémi Verschelde | |
Enhance XML to reST converter | |||
2016-02-07 | Enhance xml to rst converter | Ré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-07 | Sync classes ref with code | Rémi Verschelde | |
2016-02-07 | Merge pull request #3615 from Hinsbart/joy_check_fix | punto- | |
x11: more verbose checking for joystick capabilities | |||
2016-02-07 | Merge pull request #3607 from 29jm/patch-1 | Rémi Verschelde | |
Added get_cellv() method to TileMap |