Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-19 | Remove some extraneous newlines | Rémi Verschelde | |
2016-02-19 | Make issue template more eye-friendly | Rémi Verschelde | |
Notably by changing the h3 headings for bold text | |||
2016-02-18 | Update ISSUE_TEMPLATE | Juan Linietsky | |
2016-02-18 | Update ISSUE_TEMPLATE | Juan Linietsky | |
2016-02-18 | Create ISSUE_TEMPLATE | Juan Linietsky | |
added an ISSUE_TEMPLATE | |||
2016-02-18 | Merge pull request #3761 from neikeq/ehem_3747 | Rémi Verschelde | |
Keep 'Play custom scene' button unpressed when not running | |||
2016-02-18 | Keep 'Play custom scene' button unpressed when not running | Ignacio Etcheverry | |
2016-02-18 | Merge pull request #3760 from nunodonato/huefix | Rémi Verschelde | |
fix color when hue is set to 1 (fixes #3753) | |||
2016-02-18 | fix color when hue is set to 1 | Nuno Donato | |
2016-02-17 | Merge pull request #3754 from akien-mga/pr-subtract | Rémi Verschelde | |
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | |||
2016-02-17 | Merge pull request #3755 from akien-mga/pr-travis | Rémi Verschelde | |
Remove two redundant CI builds | |||
2016-02-17 | Remove two redundant CI builds | Rémi Verschelde | |
We only have 5 build nodes on Travis CI, and building every PR takes a huge time. | |||
2016-02-17 | Merge pull request #3749 from akien-mga/pr-codeblock | Rémi Verschelde | |
Implement support for [codeblock] tag in help | |||
2016-02-17 | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | |
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626. | |||
2016-02-17 | Merge pull request #3751 from akien-mga/pr-sceneanimationimporter | Rémi Verschelde | |
Remove unimplemented SceneAnimationImport plugin from menu | |||
2016-02-17 | Remove unimplemented SceneAnimationImport plugin from menu | Rémi Verschelde | |
The code structure is still available if someone wanted to implement it. Issue #3667 will be kept as a reminder for the added todo. | |||
2016-02-17 | Add a warning header to each rst file | Rémi Verschelde | |
To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST | |||
2016-02-17 | Merge pull request #3744 from neikeq/issue_3742 | Rémi Verschelde | |
Fix "Play custom scene" button and allow to restart | |||
2016-02-17 | Merge pull request #3748 from akien-mga/pr-navpoly | Rémi Verschelde | |
Fix NavigationPolygon doc + drop polygon path finder demo | |||
2016-02-17 | Merge pull request #3743 from StraToN/fix_ustring_camelcase2underscore | Rémi Verschelde | |
Fixed String::camelcase_to_underscore() so it works in all cases. | |||
2016-02-17 | Merge pull request #3746 from sheepandshepherd/octree-aabb | Rémi Verschelde | |
Correct octree's AABB intersect test, fixes #3576 and #3253 | |||
2016-02-17 | Implement support for [codeblock] tag in help | Rémi Verschelde | |
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 | Drop polygon path finder demo | Rémi Verschelde | |
It is obsoleted by the easier NavigationPolygon API and the feature will likely be dropped in the future (see #3740) | |||
2016-02-17 | Added option to restart custom scene | Ignacio Etcheverry | |
2016-02-17 | Correct octree's AABB intersect test, fixes #3576 and #3253 | sheepandshepherd | |
2016-02-17 | Fix _quick_run method (Play custom scene) | Ignacio Etcheverry | |
2016-02-17 | Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650 | Julian Murgia - StraToN | |
2016-02-17 | Fix NavigationPolygon references in _bind_method | Rémi Verschelde | |
Also sync the doc accordingly | |||
2016-02-17 | Merge pull request #3741 from JoshuaGrams/master | Rémi Verschelde | |
doc: explain DampedSpringJoint2D parameters. | |||
2016-02-17 | doc: explain DampedSpringJoint2D parameters. | Josh Grams | |
2016-02-17 | Merge pull request #3733 from mrezai/docker | Rémi Verschelde | |
Experimental Docker image for godot | |||
2016-02-17 | Experimental Docker image for godot | mrezai | |
2016-02-16 | Merge pull request #3735 from Hinsbart/fix_is_mapped | Rémi Verschelde | |
fix is_joy_mapped return value | |||
2016-02-16 | fix is_joy_mapped return value | hondres | |
2016-02-16 | Merge pull request #3728 from nunodonato/refixparticles | Rémi Verschelde | |
refix particles3d issue, bringing down the amount limit to 1024 | |||
2016-02-16 | refix particles3d issue, bringing down the amount limit to 1024 | Nuno Donato | |
2016-02-16 | Merge pull request #3689 from nunodonato/numpademulation | Rémi Verschelde | |
* Added numpad emulation in the 3d viewport (fixes #3612) | |||
2016-02-16 | Merge pull request #3688 from nunodonato/fixparticles | Rémi Verschelde | |
raised the max amount of particles to match the max number allowed … | |||
2016-02-16 | Merge pull request #3722 from Hinsbart/fix_action_pressed | Rémi Verschelde | |
fix joystick axis handling for Input.is_action_pressed() | |||
2016-02-16 | Merge pull request #3710 from AlexHolly/doc-directory | Rémi Verschelde | |
some doc for directory | |||
2016-02-16 | Merge pull request #3692 from neikeq/issue_3682 | Rémi Verschelde | |
Rename input actions by editing its item in the list | |||
2016-02-16 | Merge pull request #3641 from JoshuaGrams/master | Rémi Verschelde | |
AnimationPlayer frame SpinBox snaps to steps. | |||
2016-02-15 | Merge pull request #3725 from akien-mga/pr-is_cell_transposed | Rémi Verschelde | |
Bind TileMap::is_cell_transposed | |||
2016-02-15 | Bind method is_cell_transposed | Rémi Verschelde | |
2016-02-15 | Fix some broken method references | Rémi Verschelde | |
+ sync template with source | |||
2016-02-15 | fix joystick axis handling for Input.is_action_pressed() | hondres | |
2016-02-15 | Merge pull request #3715 from Hinsbart/libudev_include | Rémi Verschelde | |
X11: include libudev only on udev builds | |||
2016-02-15 | include libudev only on udev builds | hondres | |
2016-02-14 | adding xcode project template | Ariel Manzur | |
2016-02-14 | some doc for directory | Alexander Holland | |