Rémi Verschelde
c250ee7a04
Merge pull request #3746 from sheepandshepherd/octree-aabb
...
Correct octree's AABB intersect test, fixes #3576 and #3253
2016-02-17 21:25:08 +01:00
Rémi Verschelde
9e4532d689
Implement support for [codeblock] tag in help
...
It allows to define a multiline space-indented code block that will be properly parsed by the reST converter for the online docs.
The in-editor help understand the [codeblock] tag as it supposedly understand [code] already (i.e. it just seems to discard it, though the code was supposed to switch it to a monospace font, but that's likely another issue.
2016-02-17 21:17:08 +01:00
Rémi Verschelde
5499755292
Drop polygon path finder demo
...
It is obsoleted by the easier NavigationPolygon API and the feature will likely be dropped in the future (see #3740 )
2016-02-17 21:14:59 +01:00
Ignacio Etcheverry
8c0accc4ba
Added option to restart custom scene
2016-02-17 20:54:19 +01:00
sheepandshepherd
c88c60d08e
Correct octree's AABB intersect test, fixes #3576 and #3253
2016-02-17 20:06:40 +01:00
Ignacio Etcheverry
d8f06085a2
Fix _quick_run method (Play custom scene)
2016-02-17 19:41:19 +01:00
Julian Murgia - StraToN
7b47153072
Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650
2016-02-17 19:26:22 +01:00
Rémi Verschelde
281236280e
Fix NavigationPolygon references in _bind_method
...
Also sync the doc accordingly
2016-02-17 18:46:31 +01:00
Rémi Verschelde
39f69cbfc3
Merge pull request #3741 from JoshuaGrams/master
...
doc: explain DampedSpringJoint2D parameters.
2016-02-17 16:31:30 +01:00
Josh Grams
a0cffd625b
doc: explain DampedSpringJoint2D parameters.
2016-02-17 10:25:55 -05:00
Rémi Verschelde
55008bba77
Merge pull request #3733 from mrezai/docker
...
Experimental Docker image for godot
2016-02-17 08:10:05 +01:00
mrezai
c5aab4e401
Experimental Docker image for godot
2016-02-17 10:12:40 +03:30
Rémi Verschelde
30a77bb177
Merge pull request #3735 from Hinsbart/fix_is_mapped
...
fix is_joy_mapped return value
2016-02-16 23:37:10 +01:00
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