summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-17Merge pull request #3748 from akien-mga/pr-navpolyRémi Verschelde
Fix NavigationPolygon doc + drop polygon path finder demo
2016-02-17Merge pull request #3743 from StraToN/fix_ustring_camelcase2underscoreRémi Verschelde
Fixed String::camelcase_to_underscore() so it works in all cases.
2016-02-17Merge pull request #3746 from sheepandshepherd/octree-aabbRémi Verschelde
Correct octree's AABB intersect test, fixes #3576 and #3253
2016-02-17Drop polygon path finder demoRémi Verschelde
It is obsoleted by the easier NavigationPolygon API and the feature will likely be dropped in the future (see #3740)
2016-02-17Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd
2016-02-17Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650Julian Murgia - StraToN
2016-02-17Fix NavigationPolygon references in _bind_methodRémi Verschelde
Also sync the doc accordingly
2016-02-17Merge pull request #3741 from JoshuaGrams/masterRémi Verschelde
doc: explain DampedSpringJoint2D parameters.
2016-02-17doc: explain DampedSpringJoint2D parameters.Josh Grams
2016-02-17Merge pull request #3733 from mrezai/dockerRémi Verschelde
Experimental Docker image for godot
2016-02-17Experimental Docker image for godotmrezai
2016-02-16Merge pull request #3735 from Hinsbart/fix_is_mappedRémi Verschelde
fix is_joy_mapped return value
2016-02-16fix is_joy_mapped return valuehondres
2016-02-16Merge pull request #3728 from nunodonato/refixparticlesRémi Verschelde
refix particles3d issue, bringing down the amount limit to 1024
2016-02-16refix particles3d issue, bringing down the amount limit to 1024Nuno Donato
2016-02-16Merge pull request #3689 from nunodonato/numpademulationRémi Verschelde
* Added numpad emulation in the 3d viewport (fixes #3612)
2016-02-16Merge pull request #3688 from nunodonato/fixparticlesRémi Verschelde
raised the max amount of particles to match the max number allowed …
2016-02-16Merge pull request #3722 from Hinsbart/fix_action_pressedRémi Verschelde
fix joystick axis handling for Input.is_action_pressed()
2016-02-16Merge pull request #3710 from AlexHolly/doc-directoryRémi Verschelde
some doc for directory
2016-02-16Merge pull request #3692 from neikeq/issue_3682Rémi Verschelde
Rename input actions by editing its item in the list
2016-02-16Merge pull request #3641 from JoshuaGrams/masterRémi Verschelde
AnimationPlayer frame SpinBox snaps to steps.
2016-02-15Merge pull request #3725 from akien-mga/pr-is_cell_transposedRémi Verschelde
Bind TileMap::is_cell_transposed
2016-02-15Bind method is_cell_transposedRémi Verschelde
2016-02-15Fix some broken method referencesRémi Verschelde
+ sync template with source
2016-02-15fix joystick axis handling for Input.is_action_pressed()hondres
2016-02-15Merge pull request #3715 from Hinsbart/libudev_includeRémi Verschelde
X11: include libudev only on udev builds
2016-02-15include libudev only on udev buildshondres
2016-02-14adding xcode project templateAriel Manzur
2016-02-14some doc for directoryAlexander Holland
2016-02-14Merge pull request #3708 from Hinsbart/optional_udevpunto-
x11: make dependancy on libudev optional
2016-02-14x11: make dependancy on libudev optionalhondres
2016-02-13Merge pull request #3705 from Hinsbart/ps4_triggerpunto-
x11: analog triggers for ps4 gamepad
2016-02-14x11: analog triggers for ps4 gamepadhondres
2016-02-13doc: add list of possible return values to OS.get_name() descriptionhondres
2016-02-13Merge pull request #3699 from Hinsbart/doc_os_getnameRémi Verschelde
Doc: add list of possible return values to OS.get_name() description
2016-02-13Merge pull request #3684 from godotengine/pr-contributingRémi Verschelde
Enhance instructions for contributors
2016-02-13Merge pull request #3695 from AlexHolly/doc-http-clientRémi Verschelde
Doc HTTPClient.get_response_headers_as_dictionary()
2016-02-13Rename input actions by editing its item in the listIgnacio Etcheverry
2016-02-13"Sync classes reference template with current code base"hondres
2016-02-12Doc HTTPClient.get_response_headers_as_dictionary()Alexander Holland
2016-02-12Merge pull request #3691 from Hinsbart/fix_xinput_triggersRémi Verschelde
fix xinput triggers not resetting correctly
2016-02-12win: fix xinput triggers not resetting correctlyHondres
2016-02-12Enhance instructions for contributorsRémi Verschelde
2016-02-12* Added numpad emulation (fixes #3612)Nuno
2016-02-12* raised the max amount of particles to match the max number allowed in the ↵Nuno Donato
inspector (prevents crash)
2016-02-12Merge pull request #3680 from StraToN/regex_get_capture_startRémi Verschelde
Regex get capture start
2016-02-12Forgot to correct the ERR_FAIL_COND_V.Julian Murgia - StraToN
2016-02-12Added RegEx::get_capture_start() methodJulian Murgia - StraToN
2016-02-11Merge pull request #3669 from Hinsbart/fix_joylabelRémi Verschelde
fix joystick related label text in project settings
2016-02-11fix joystick related label text in project settingshondres