summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-20Added a setting in editor defining scene tabs close button policy. Fixes #3777Julian Murgia - StraToN
global/always_show_close_button_in_scene_tabs Default = OFF --> Close button only on active tab ON --> Close button on all tabs
2016-02-20Merge pull request #3782 from AlexHolly/doc-http-headerRémi Verschelde
update doc on HTTPClient headers case-sensitivity
2016-02-20update doc on HTTPClient headers case-sensitivityAlexander Holland
2016-02-19adds original http headers to response_headersAriel Manzur
2016-02-19adds original http header to response_headersAriel Manzur
2016-02-19Remove broken [image] usage in classrefRémi Verschelde
2016-02-19better array alignmentAriel Manzur
2016-02-19fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs ↵Ariel Manzur
testing
2016-02-19Added "self contained" mode for Steam installation and similar. Editor looks ↵Ariel Manzur
for a file ._sc_ in the directory where the executable is, if it's present, all the editor settings (including the export templates) are read from editor_data/ inside that directory
2016-02-19Merge pull request #3770 from kurikaesu/Native-Video-Player-enhancementspunto-
Reject any native video player calls on iOS that point to files withi…
2016-02-19Reject any native video player calls on iOS that point to files within .pck ↵Aren Villanueva
archives. Fix the paths for both res:// and user:// specified video files.
2016-02-19Remove some extraneous newlinesRémi Verschelde
2016-02-19Make issue template more eye-friendlyRémi Verschelde
Notably by changing the h3 headings for bold text
2016-02-18Update ISSUE_TEMPLATEJuan Linietsky
2016-02-18Update ISSUE_TEMPLATEJuan Linietsky
2016-02-18Create ISSUE_TEMPLATEJuan Linietsky
added an ISSUE_TEMPLATE
2016-02-18Merge pull request #3761 from neikeq/ehem_3747Rémi Verschelde
Keep 'Play custom scene' button unpressed when not running
2016-02-18Keep 'Play custom scene' button unpressed when not runningIgnacio Etcheverry
2016-02-18Merge pull request #3760 from nunodonato/huefixRémi Verschelde
fix color when hue is set to 1 (fixes #3753)
2016-02-18fix color when hue is set to 1Nuno Donato
2016-02-17Merge pull request #3754 from akien-mga/pr-subtractRémi Verschelde
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
2016-02-17Merge pull request #3755 from akien-mga/pr-travisRémi Verschelde
Remove two redundant CI builds
2016-02-17Remove two redundant CI buildsRémi Verschelde
We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
2016-02-17Merge pull request #3749 from akien-mga/pr-codeblockRémi Verschelde
Implement support for [codeblock] tag in help
2016-02-17Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRé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-17Merge pull request #3751 from akien-mga/pr-sceneanimationimporterRémi Verschelde
Remove unimplemented SceneAnimationImport plugin from menu
2016-02-17Remove unimplemented SceneAnimationImport plugin from menuRé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-17Add a warning header to each rst fileRémi Verschelde
To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST
2016-02-17Merge pull request #3744 from neikeq/issue_3742Rémi Verschelde
Fix "Play custom scene" button and allow to restart
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-17Implement support for [codeblock] tag in helpRé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-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-17Added option to restart custom sceneIgnacio Etcheverry
2016-02-17Correct octree's AABB intersect test, fixes #3576 and #3253sheepandshepherd
2016-02-17Fix _quick_run method (Play custom scene)Ignacio Etcheverry
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()