Commit graph

3434 commits

Author SHA1 Message Date
volzhs 6adad5e611 Change "erase" to "remove" in project manager. fixes #3796. 2016-02-22 16:56:33 +09:00
Rémi Verschelde 04bdc9b00a Fix pixelated steam capsules 2016-02-22 01:07:27 +01:00
Ariel Manzur 9c939d389e ._sc_ file is now a ConfigFile for self contained mode
can contain a pre-loaded list of projects to be added to editor_settings.xml
2016-02-21 20:17:08 -03:00
eska 104e008b56 Fix missing dependency resolver in Windows 2016-02-21 22:51:19 +01:00
Juan Linietsky 499308e482 -fixed a crash when closing scene with animationplayer open
-removed item checked print, closes #3564
2016-02-21 11:52:11 -03:00
Juan Linietsky b91b89cf60 Add support for placeholders in tscn, which was missing. Closes #3652 2016-02-21 11:18:31 -03:00
Rémi Verschelde d27b83d4bd Add a script to sort demos alphabetically
By changing their timestamp, which Godot current relies on.
2016-02-21 12:16:36 +01:00
Rémi Verschelde 0d6daec11f Merge pull request #3790 from JoshuaGrams/class-docs
docs: RigidBody2D._integrate_forces: Explain in more detail.
2016-02-21 10:29:49 +01:00
Josh Grams 47a2213580 docs: RigidBody2D._integrate_forces: Explain in more detail. 2016-02-20 21:18:24 -05:00
Juan Linietsky c04a9ff751 -Fixed bug with event player crashing, closes #3687 2016-02-20 21:00:08 -03:00
Rémi Verschelde 1d04d55ac0 Fix license markdown formatting 2016-02-20 15:57:38 +01:00
Juan Linietsky 70cdfa681a -Change link to new documentation
-fixed bug in tilemap collision debug
2016-02-20 10:02:14 -03:00
Rémi Verschelde c795ceca20 Merge pull request #3783 from StraToN/tabs_closebut_editor_setting
Added a setting in editor defining scene tabs close button policy. Fixes #3777
2016-02-20 10:19:17 +01:00
Julian Murgia - StraToN 7191de4670 Added a setting in editor defining scene tabs close button policy. Fixes #3777
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 02:45:04 +01:00
Rémi Verschelde 11c241abd7 Merge pull request #3782 from AlexHolly/doc-http-header
update doc on HTTPClient headers case-sensitivity
2016-02-20 01:27:38 +01:00
Alexander Holland d809987827 update doc on HTTPClient headers case-sensitivity 2016-02-20 00:37:43 +01:00
Ariel Manzur cc7cca55b0 adds original http headers to response_headers 2016-02-19 17:13:29 -03:00
Ariel Manzur 5e36ae3bb6 adds original http header to response_headers 2016-02-19 17:13:29 -03:00
Rémi Verschelde 0dce4f7eb2 Remove broken [image] usage in classref 2016-02-19 18:39:16 +01:00
Ariel Manzur 3ac0267daa better array alignment 2016-02-19 07:01:57 -03:00
Ariel Manzur 0846ab6a5f fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs testing 2016-02-19 05:40:24 -03:00
Ariel Manzur c0e7155591 Added "self contained" mode for Steam installation and similar. Editor looks 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 04:43:35 -03:00
est31 fb1e52f4d8 Fix allocation bug if compiled with modern clang or gcc
* Add overflow checked intrinsic abstractions that check on overflow.
* Use them for memory allocation code.
* Use size_t type for memory allocation code to support full platform dependent width.

Fixes #3756.
2016-02-19 07:58:42 +01:00
punto- 336f69b214 Merge pull request #3770 from kurikaesu/Native-Video-Player-enhancements
Reject any native video player calls on iOS that point to files withi…
2016-02-19 02:32:41 -03:00
Aren Villanueva 7b25641813 Reject any native video player calls on iOS that point to files within .pck archives.
Fix the paths for both res:// and user:// specified video files.
2016-02-19 16:05:49 +11:00
Rémi Verschelde 6a25a647b7 Remove some extraneous newlines 2016-02-19 00:03:49 +01:00
Rémi Verschelde 81476e7405 Make issue template more eye-friendly
Notably by changing the h3 headings for bold text
2016-02-19 00:01:57 +01:00
Juan Linietsky 8777ea7fe4 Update ISSUE_TEMPLATE 2016-02-18 19:47:44 -03:00
Juan Linietsky c738a58f2e Update ISSUE_TEMPLATE 2016-02-18 19:46:32 -03:00
Juan Linietsky 93b857bf88 Create ISSUE_TEMPLATE
added an ISSUE_TEMPLATE
2016-02-18 19:44:56 -03:00
Rémi Verschelde f88d7a0df7 Merge pull request #3761 from neikeq/ehem_3747
Keep 'Play custom scene' button unpressed when not running
2016-02-18 13:22:15 +01:00
Ignacio Etcheverry 9c1bde4e4b Keep 'Play custom scene' button unpressed when not running 2016-02-18 13:16:31 +01:00
Rémi Verschelde 784b22a8fc Merge pull request #3760 from nunodonato/huefix
fix color when hue is set to 1 (fixes #3753)
2016-02-18 12:01:43 +01:00
Nuno Donato b51c720c80 fix color when hue is set to 1 2016-02-18 10:34:45 +00:00
Rémi Verschelde 16b0cf8bcb Merge pull request #3754 from akien-mga/pr-subtract
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
2016-02-17 23:33:13 +01:00
Rémi Verschelde 66d6dd3a26 Merge pull request #3755 from akien-mga/pr-travis
Remove two redundant CI builds
2016-02-17 23:24:02 +01:00
Rémi Verschelde 25e1dc4b7f Remove two redundant CI builds
We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
2016-02-17 23:23:21 +01:00
Rémi Verschelde 77fd9b1c57 Merge pull request #3749 from akien-mga/pr-codeblock
Implement support for [codeblock] tag in help
2016-02-17 23:04:42 +01:00
Rémi Verschelde 130f8fa193 Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
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 23:01:27 +01:00
Rémi Verschelde f0971ccf5f Merge pull request #3751 from akien-mga/pr-sceneanimationimporter
Remove unimplemented SceneAnimationImport plugin from menu
2016-02-17 22:28:10 +01:00
Rémi Verschelde 01cf698de7 Remove unimplemented SceneAnimationImport plugin from menu
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 22:26:26 +01:00
Rémi Verschelde e5389288dd Add a warning header to each rst file
To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST
2016-02-17 22:02:55 +01:00
Rémi Verschelde b28fc0a3d8 Merge pull request #3744 from neikeq/issue_3742
Fix "Play custom scene" button and allow to restart
2016-02-17 21:33:18 +01:00
Rémi Verschelde c94669f5b5 Merge pull request #3748 from akien-mga/pr-navpoly
Fix NavigationPolygon doc + drop polygon path finder demo
2016-02-17 21:30:14 +01:00
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
Rémi Verschelde 9e4532d689 Implement support for [codeblock] tag in help
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 21:17:08 +01:00
Rémi Verschelde 5499755292 Drop polygon path finder demo
It is obsoleted by the easier NavigationPolygon API and the feature will likely be dropped in the future (see #3740)
2016-02-17 21:14:59 +01:00
Ignacio Etcheverry 8c0accc4ba Added option to restart custom scene 2016-02-17 20:54:19 +01:00
sheepandshepherd c88c60d08e Correct octree's AABB intersect test, fixes #3576 and #3253 2016-02-17 20:06:40 +01:00