Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-22 | Fix pixelated steam capsules | Rémi Verschelde | |
2016-02-21 | ._sc_ file is now a ConfigFile for self contained mode | Ariel Manzur | |
can contain a pre-loaded list of projects to be added to editor_settings.xml | |||
2016-02-21 | -fixed a crash when closing scene with animationplayer open | Juan Linietsky | |
-removed item checked print, closes #3564 | |||
2016-02-21 | Add support for placeholders in tscn, which was missing. Closes #3652 | Juan Linietsky | |
2016-02-21 | Add a script to sort demos alphabetically | Rémi Verschelde | |
By changing their timestamp, which Godot current relies on. | |||
2016-02-21 | Merge pull request #3790 from JoshuaGrams/class-docs | Rémi Verschelde | |
docs: RigidBody2D._integrate_forces: Explain in more detail. | |||
2016-02-20 | docs: RigidBody2D._integrate_forces: Explain in more detail. | Josh Grams | |
2016-02-20 | -Fixed bug with event player crashing, closes #3687 | Juan Linietsky | |
2016-02-20 | Fix license markdown formatting | Rémi Verschelde | |
2016-02-20 | -Change link to new documentation | Juan Linietsky | |
-fixed bug in tilemap collision debug | |||
2016-02-20 | Merge pull request #3783 from StraToN/tabs_closebut_editor_setting | Rémi Verschelde | |
Added a setting in editor defining scene tabs close button policy. Fixes #3777 | |||
2016-02-20 | Added a setting in editor defining scene tabs close button policy. Fixes #3777 | Julian 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-20 | Merge pull request #3782 from AlexHolly/doc-http-header | Rémi Verschelde | |
update doc on HTTPClient headers case-sensitivity | |||
2016-02-20 | update doc on HTTPClient headers case-sensitivity | Alexander Holland | |
2016-02-19 | adds original http headers to response_headers | Ariel Manzur | |
2016-02-19 | adds original http header to response_headers | Ariel Manzur | |
2016-02-19 | Remove broken [image] usage in classref | Rémi Verschelde | |
2016-02-19 | better array alignment | Ariel Manzur | |
2016-02-19 | fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs ↵ | Ariel Manzur | |
testing | |||
2016-02-19 | Added "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-19 | Merge pull request #3770 from kurikaesu/Native-Video-Player-enhancements | punto- | |
Reject any native video player calls on iOS that point to files withi… | |||
2016-02-19 | Reject 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-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 |