Commit Graph

3145 Commits

Author SHA1 Message Date
080b5e4f63 doc: add list of possible return values to OS.get_name() description 2016-02-13 15:24:01 +01:00
a415996f79 "Sync classes reference template with current code base" 2016-02-13 03:16:24 +01:00
657a46c434 Merge pull request #3691 from Hinsbart/fix_xinput_triggers
fix xinput triggers not resetting correctly
2016-02-12 16:35:33 +01:00
1fb9cc377f win: fix xinput triggers not resetting correctly 2016-02-12 15:06:50 +01:00
de6d6633ec Merge pull request #3680 from StraToN/regex_get_capture_start
Regex get capture start
2016-02-12 10:49:11 +01:00
aec721b61f Forgot to correct the ERR_FAIL_COND_V. 2016-02-12 07:50:35 +01:00
e380ea8fac Added RegEx::get_capture_start() method 2016-02-12 07:45:12 +01:00
334b3bc9b0 Merge pull request #3669 from Hinsbart/fix_joylabel
fix joystick related label text in project settings
2016-02-11 15:46:06 +01:00
0065be1bcd fix joystick related label text in project settings 2016-02-11 15:39:41 +01:00
e46ffe5c66 -fixed more issues resampling sounds 2016-02-11 11:29:29 -03:00
285c400288 Merge pull request #3658 from Hinsbart/doc_joyevent
doc: use correct identifiers for InputEventJoystick{Motion, Button}
2016-02-11 07:17:43 +01:00
db43e94175 -Made some icon data types smaller so they take up less space
-Fixed sample import plugin, makes samples sound strange in smp when limited hz
2016-02-11 00:01:35 -03:00
4321b543b5 Merge pull request #3660 from Hinsbart/fix_bb10
fix blackberry compilation
2016-02-10 23:00:12 -03:00
274f57feea fix platform bb10 compilation 2016-02-11 02:39:06 +01:00
6de2b9d864 doc: use correct identifier for InputEventJoystick{Motion, Button} 2016-02-10 23:37:25 +01:00
d0748b0f46 Merge pull request #3657 from Tegu/master
Fixed a couple of tooltips on the editor
2016-02-10 22:38:27 +01:00
8714e3b2e2 Fixed a couple of tooltips on the editor 2016-02-10 22:56:24 +02:00
83b03e1c68 export from command line 2016-02-10 03:41:48 -03:00
61f03c98c8 -Added missing functions to the doc, fixes #3583 2016-02-09 16:58:03 -03:00
595de75641 -Allow renaming root node of inherited scene 2016-02-09 16:30:50 -03:00
f51c26c025 Insert new key helper is back to 2D editor, missed it? 2016-02-09 16:09:58 -03:00
52326ac672 Update CONTRIBUTING.md 2016-02-09 12:48:20 -03:00
b6b33e8886 Merge pull request #3428 from Hinsbart/android-gamepad
support gamepad remapping on android
2016-02-08 20:09:02 -03:00
bbb31bd835 -bump version to rc1 2016-02-08 17:36:09 -03:00
34c022a0a2 -Cleaned up GraphEdit, also fixes #3568 2016-02-08 16:28:12 -03:00
a84dfbc46b Added contributing.md 2016-02-08 13:33:21 -03:00
92a3b9fb9f -Property apply limits to V/H Splits in main editor window. Fixes #3567 2016-02-08 13:01:54 -03:00
3cce2d6881 -Avoid crash in property editor due to newly out of focus but still valid property edition, fixes #3601 2016-02-08 11:59:44 -03:00
9109e41a20 Property handle rotated controls in 2D editor, fixes #3613 2016-02-08 11:29:32 -03:00
f5433dc60d Merge pull request #3627 from lordadamson/master
renamed function get_video_texutre to get_video_texture
2016-02-08 11:21:58 +01:00
6be6d02daf renamed function get_video_texutre to get_video_texture 2016-02-08 12:11:26 +02:00
84fbe2d4cb Merge pull request #3409 from akien-mga/pr-script-tab-colour
Make custom_bg fit the whole "selected" area in ItemLists
2016-02-08 07:39:40 +01:00
6546ee1d63 Merge pull request #3494 from blackwc/exclude_export
add feature to exclude files from export
2016-02-08 07:33:19 +01:00
c6971308e7 Merge pull request #3621 from francogarcia/pr-windows_documents_folder
Added constant to retrieve Windows' Documents path
2016-02-08 07:30:07 +01:00
9998927cfd Merge pull request #3625 from lordadamson/master
'radian' to 'radians' :D
2016-02-07 20:21:54 +01:00
485e772d37 just a small type 2016-02-07 21:17:13 +02:00
938772ac9f Merge pull request #3624 from lordadamson/master
fixing typos all over the place
2016-02-07 20:15:26 +01:00
8161392eb6 fixing typos all over the place 2016-02-07 21:10:52 +02:00
6faa1b9288 Merge pull request #3619 from lordadamson/master
description for Input.is_mouse_button_pressed()
2016-02-07 19:22:18 +01:00
68e2cd8caa Added constant to retrieve Windows' Documents path
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 15:54:25 -02:00
9d8b798d44 description for Input.is_mouse_button_pressed() 2016-02-07 19:48:23 +02:00
0f11b322b3 Improve parsing of [method ...] tags
Also improve some code display.
2016-02-07 18:30:18 +01:00
1af65aff44 Fix badly formatted tags in XML
Also add parsing of [code] tags in RST converter
2016-02-07 17:19:12 +01:00
b766e9c79b Display better inheritance info in doc 2016-02-07 13:05:16 -03:00
b03a6053fc Merge pull request #3618 from akien-mga/pr-makerst
Small makerst improvements
2016-02-07 15:59:09 +01:00
2fabb3e892 Small makerst improvements 2016-02-07 14:43:09 +01:00
48e38b634d Merge pull request #3617 from akien-mga/pr-rst-converter
Enhance XML to reST converter
2016-02-07 12:28:55 +01:00
47e5a5fd74 Enhance xml to rst converter
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 12:13:19 +01:00
c512dbfe5a Sync classes ref with code 2016-02-07 11:18:38 +01:00
63fc7ef798 Merge pull request #3615 from Hinsbart/joy_check_fix
x11: more verbose checking for joystick capabilities
2016-02-07 00:49:54 -03:00