aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump to stable, congratulations everyone2.0-stablereduz2016-02-221-1/+1
|
* Merge pull request #3795 from eska014/fix-dep-resolver-windowsJuan Linietsky2016-02-222-0/+2
|\ | | | | Fix "missing dependency resolver" in Windows
| * Fix missing dependency resolver in Windowseska2016-02-212-0/+2
| |
* | Merge pull request #3804 from JoshuaGrams/class-docsRémi Verschelde2016-02-231-8/+11
|\ \ | | | | | | doc (NodePath): Rewrite description and all methods.
| * | doc (NodePath): Rewrite description and all methods.Josh Grams2016-02-221-8/+11
|/ /
* | Update README.mdJuan Linietsky2016-02-221-2/+4
| |
* | Merge pull request #3799 from volzhs/rotation_resetRémi Verschelde2016-02-221-1/+1
|\ \ | | | | | | keep previous rotation when using rotate tool. fixes #3788.
| * | keep previous rotation when using rotate tool. fixes #3788.volzhs2016-02-221-1/+1
|/ /
* | Merge pull request #3797 from volzhs/change-erase-to-removeRémi Verschelde2016-02-221-3/+3
|\ \ | | | | | | Change "erase" to "remove" in project manager. fixes #3796.
| * | Change "erase" to "remove" in project manager. fixes #3796.volzhs2016-02-221-3/+3
|/ /
* | Fix pixelated steam capsulesRémi Verschelde2016-02-226-0/+0
| |
* | ._sc_ file is now a ConfigFile for self contained modeAriel Manzur2016-02-2111-4/+1063
|/ | | | can contain a pre-loaded list of projects to be added to editor_settings.xml
* -fixed a crash when closing scene with animationplayer openJuan Linietsky2016-02-212-2/+6
| | | | -removed item checked print, closes #3564
* Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky2016-02-213-7/+64
|
* Add a script to sort demos alphabeticallyRémi Verschelde2016-02-211-0/+29
| | | | By changing their timestamp, which Godot current relies on.
* Merge pull request #3790 from JoshuaGrams/class-docsRémi Verschelde2016-02-211-2/+2
|\ | | | | docs: RigidBody2D._integrate_forces: Explain in more detail.
| * docs: RigidBody2D._integrate_forces: Explain in more detail.Josh Grams2016-02-201-2/+2
|/
* -Fixed bug with event player crashing, closes #3687Juan Linietsky2016-02-201-0/+2
|
* Fix license markdown formattingRémi Verschelde2016-02-201-24/+24
|
* -Change link to new documentationJuan Linietsky2016-02-203-1/+7
| | | | -fixed bug in tilemap collision debug
* Merge pull request #3783 from StraToN/tabs_closebut_editor_settingRémi Verschelde2016-02-201-1/+5
|\ | | | | Added a setting in editor defining scene tabs close button policy. Fixes #3777
| * Added a setting in editor defining scene tabs close button policy. Fixes #3777Julian Murgia - StraToN2016-02-201-1/+5
|/ | | | | | global/always_show_close_button_in_scene_tabs Default = OFF --> Close button only on active tab ON --> Close button on all tabs
* Merge pull request #3782 from AlexHolly/doc-http-headerRémi Verschelde2016-02-201-1/+7
|\ | | | | update doc on HTTPClient headers case-sensitivity
| * update doc on HTTPClient headers case-sensitivityAlexander Holland2016-02-201-1/+7
|/
* adds original http headers to response_headersAriel Manzur2016-02-191-4/+4
|
* adds original http header to response_headersAriel Manzur2016-02-191-1/+1
|
* Remove broken [image] usage in classrefRémi Verschelde2016-02-191-1/+1
|
* better array alignmentAriel Manzur2016-02-191-4/+4
|
* fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs ↵Ariel Manzur2016-02-192-5/+5
| | | | testing
* Added "self contained" mode for Steam installation and similar. Editor looks ↵Ariel Manzur2016-02-191-9/+19
| | | | 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
* Merge pull request #3770 from kurikaesu/Native-Video-Player-enhancementspunto-2016-02-197-65/+47
|\ | | | | Reject any native video player calls on iOS that point to files withi…
| * Reject any native video player calls on iOS that point to files within .pck ↵Aren Villanueva2016-02-197-65/+47
|/ | | | | | archives. Fix the paths for both res:// and user:// specified video files.
* Remove some extraneous newlinesRémi Verschelde2016-02-191-4/+0
|
* Make issue template more eye-friendlyRémi Verschelde2016-02-191-4/+11
| | | | Notably by changing the h3 headings for bold text
* Update ISSUE_TEMPLATEJuan Linietsky2016-02-181-4/+4
|
* Update ISSUE_TEMPLATEJuan Linietsky2016-02-181-1/+1
|
* Create ISSUE_TEMPLATEJuan Linietsky2016-02-181-0/+7
| | | added an ISSUE_TEMPLATE
* Merge pull request #3761 from neikeq/ehem_3747Rémi Verschelde2016-02-181-0/+1
|\ | | | | Keep 'Play custom scene' button unpressed when not running
| * Keep 'Play custom scene' button unpressed when not runningIgnacio Etcheverry2016-02-181-0/+1
|/
* Merge pull request #3760 from nunodonato/huefixRémi Verschelde2016-02-181-5/+7
|\ | | | | fix color when hue is set to 1 (fixes #3753)
| * fix color when hue is set to 1Nuno Donato2016-02-181-5/+7
|/
* Merge pull request #3754 from akien-mga/pr-subtractRémi Verschelde2016-02-179-9/+9
|\ | | | | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
| * Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-179-9/+9
| | | | | | | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
* | Merge pull request #3755 from akien-mga/pr-travisRémi Verschelde2016-02-171-0/+4
|\ \ | | | | | | Remove two redundant CI builds
| * | Remove two redundant CI buildsRémi Verschelde2016-02-171-0/+4
|/ / | | | | | | We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
* | Merge pull request #3749 from akien-mga/pr-codeblockRémi Verschelde2016-02-173-34/+80
|\ \ | |/ |/| Implement support for [codeblock] tag in help
| * Add a warning header to each rst fileRémi Verschelde2016-02-171-0/+4
| | | | | | | | To tell potential contributors that they should direct their work to the XML template and not the auto-generated reST
| * Implement support for [codeblock] tag in helpRémi Verschelde2016-02-173-34/+76
| | | | | | | | | | 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.
* | Merge pull request #3751 from akien-mga/pr-sceneanimationimporterRémi Verschelde2016-02-171-1/+2
|\ \ | | | | | | Remove unimplemented SceneAnimationImport plugin from menu
| * | Remove unimplemented SceneAnimationImport plugin from menuRémi Verschelde2016-02-171-1/+2
|/ / | | | | | | | | The code structure is still available if someone wanted to implement it. Issue #3667 will be kept as a reminder for the added todo.