Commit graph

3325 commits

Author SHA1 Message Date
hondres 9134ec942e fix is_joy_mapped return value 2016-02-16 23:23:06 +01:00
Rémi Verschelde 4df8b7b02f Merge pull request #3728 from nunodonato/refixparticles
refix particles3d issue, bringing down the amount limit to 1024
2016-02-16 10:03:34 +01:00
Nuno Donato 2d1de83434 refix particles3d issue, bringing down the amount limit to 1024 2016-02-16 08:56:31 +00:00
Rémi Verschelde 7496fd4788 Merge pull request #3689 from nunodonato/numpademulation
* Added numpad emulation in the 3d viewport (fixes #3612)
2016-02-16 07:50:51 +01:00
Rémi Verschelde 658153a088 Merge pull request #3688 from nunodonato/fixparticles
raised the max amount of particles to match the max number allowed …
2016-02-16 07:49:36 +01:00
Rémi Verschelde a63ebda21f Merge pull request #3722 from Hinsbart/fix_action_pressed
fix joystick axis handling for Input.is_action_pressed()
2016-02-16 07:48:17 +01:00
Rémi Verschelde 747c1709aa Merge pull request #3710 from AlexHolly/doc-directory
some doc for directory
2016-02-16 07:47:44 +01:00
Rémi Verschelde 99bc7877f9 Merge pull request #3692 from neikeq/issue_3682
Rename input actions by editing its item in the list
2016-02-16 07:43:38 +01:00
Rémi Verschelde 080dfa14a0 Merge pull request #3641 from JoshuaGrams/master
AnimationPlayer frame SpinBox snaps to steps.
2016-02-16 07:41:59 +01:00
Rémi Verschelde 866208c9da Merge pull request #3725 from akien-mga/pr-is_cell_transposed
Bind TileMap::is_cell_transposed
2016-02-15 23:34:07 +01:00
Rémi Verschelde 5439937899 Bind method is_cell_transposed 2016-02-15 23:30:52 +01:00
Rémi Verschelde 76ff31b3ff Fix some broken method references
+ sync template with source
2016-02-15 23:22:55 +01:00
hondres 04f7c32847 fix joystick axis handling for Input.is_action_pressed() 2016-02-15 22:26:20 +01:00
Rémi Verschelde 3cf16adf3c Merge pull request #3715 from Hinsbart/libudev_include
X11: include libudev only on udev builds
2016-02-15 18:56:38 +01:00
hondres 3065187300 include libudev only on udev builds 2016-02-15 15:09:48 +01:00
Ariel Manzur ad405ade17 adding xcode project template 2016-02-14 18:18:47 -03:00
Alexander Holland e65838f2d0 some doc for directory 2016-02-14 20:31:55 +01:00
punto- 1448593b77 Merge pull request #3708 from Hinsbart/optional_udev
x11: make dependancy on libudev optional
2016-02-14 14:18:51 -03:00
hondres b350ece864 x11: make dependancy on libudev optional 2016-02-14 15:13:11 +01:00
punto- 3946354700 Merge pull request #3705 from Hinsbart/ps4_trigger
x11: analog triggers for ps4 gamepad
2016-02-13 21:34:06 -03:00
hondres 8e359963b6 x11: analog triggers for ps4 gamepad 2016-02-14 00:03:53 +01:00
hondres 080b5e4f63 doc: add list of possible return values to OS.get_name() description 2016-02-13 15:24:01 +01:00
Rémi Verschelde 391a882218 Merge pull request #3699 from Hinsbart/doc_os_getname
Doc: add list of possible return values to OS.get_name() description
2016-02-13 14:32:50 +01:00
Rémi Verschelde 7371df3209 Merge pull request #3684 from godotengine/pr-contributing
Enhance instructions for contributors
2016-02-13 13:37:36 +01:00
Rémi Verschelde 209316d02b Merge pull request #3695 from AlexHolly/doc-http-client
Doc HTTPClient.get_response_headers_as_dictionary()
2016-02-13 13:37:07 +01:00
Ignacio Etcheverry 5d68149d7d Rename input actions by editing its item in the list 2016-02-13 13:18:40 +01:00
hondres a415996f79 "Sync classes reference template with current code base" 2016-02-13 03:16:24 +01:00
Alexander Holland 260380be45 Doc HTTPClient.get_response_headers_as_dictionary() 2016-02-12 22:39:23 +01:00
Rémi Verschelde 657a46c434 Merge pull request #3691 from Hinsbart/fix_xinput_triggers
fix xinput triggers not resetting correctly
2016-02-12 16:35:33 +01:00
Hondres 1fb9cc377f win: fix xinput triggers not resetting correctly 2016-02-12 15:06:50 +01:00
Rémi Verschelde c7ca6f31f7 Enhance instructions for contributors 2016-02-12 14:12:04 +01:00
Nuno 67a839c791 * Added numpad emulation (fixes #3612) 2016-02-12 11:51:25 +00:00
Nuno Donato b3fadd66c8 * raised the max amount of particles to match the max number allowed in the inspector (prevents crash) 2016-02-12 11:45:26 +00:00
Rémi Verschelde de6d6633ec Merge pull request #3680 from StraToN/regex_get_capture_start
Regex get capture start
2016-02-12 10:49:11 +01:00
Julian Murgia - StraToN aec721b61f Forgot to correct the ERR_FAIL_COND_V. 2016-02-12 07:50:35 +01:00
Julian Murgia - StraToN e380ea8fac Added RegEx::get_capture_start() method 2016-02-12 07:45:12 +01:00
Rémi Verschelde 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
hondres 0065be1bcd fix joystick related label text in project settings 2016-02-11 15:39:41 +01:00
Juan Linietsky e46ffe5c66 -fixed more issues resampling sounds 2016-02-11 11:29:29 -03:00
Rémi Verschelde 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
Juan Linietsky 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
punto- 4321b543b5 Merge pull request #3660 from Hinsbart/fix_bb10
fix blackberry compilation
2016-02-10 23:00:12 -03:00
hondres 274f57feea fix platform bb10 compilation 2016-02-11 02:39:06 +01:00
hondres 6de2b9d864 doc: use correct identifier for InputEventJoystick{Motion, Button} 2016-02-10 23:37:25 +01:00
Rémi Verschelde d0748b0f46 Merge pull request #3657 from Tegu/master
Fixed a couple of tooltips on the editor
2016-02-10 22:38:27 +01:00
Tegu 8714e3b2e2 Fixed a couple of tooltips on the editor 2016-02-10 22:56:24 +02:00
Ariel Manzur 83b03e1c68 export from command line 2016-02-10 03:41:48 -03:00
Josh Grams 5317ca4c62 AnimationPlayer frame SpinBox snaps to steps. 2016-02-09 15:02:57 -05:00
Juan Linietsky 61f03c98c8 -Added missing functions to the doc, fixes #3583 2016-02-09 16:58:03 -03:00
Juan Linietsky 595de75641 -Allow renaming root node of inherited scene 2016-02-09 16:30:50 -03:00