Rémi Verschelde
|
188474df52
|
Merge pull request #3743 from StraToN/fix_ustring_camelcase2underscore
Fixed String::camelcase_to_underscore() so it works in all cases.
|
2016-02-17 21:27:37 +01:00 |
|
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 |
|
sheepandshepherd
|
c88c60d08e
|
Correct octree's AABB intersect test, fixes #3576 and #3253
|
2016-02-17 20:06:40 +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
|
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 |
|
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 |
|