summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-24added more Android gamepad mappingsDana Olson
2016-02-24Merge pull request #3812 from est31/masterRémi Verschelde
Fix typo in error
2016-02-24Fix typo in errorest31
2016-02-23Merge pull request #3771 from est31/fix_memallocRémi Verschelde
Fix allocation bug
2016-02-23Merge pull request #3809 from adolson/jsmaps2Rémi Verschelde
added a couple more Linux mappings, tweaked Ouya Linux mapping
2016-02-23added a couple more Linux mappings, tweaked Ouya Linux mappingDana Olson
2016-02-22bump to stable, congratulations everyonereduz
2016-02-22Merge pull request #3795 from eska014/fix-dep-resolver-windowsJuan Linietsky
Fix "missing dependency resolver" in Windows
2016-02-23Merge pull request #3804 from JoshuaGrams/class-docsRémi Verschelde
doc (NodePath): Rewrite description and all methods.
2016-02-22doc (NodePath): Rewrite description and all methods.Josh Grams
2016-02-22Update README.mdJuan Linietsky
2016-02-22Merge pull request #3799 from volzhs/rotation_resetRémi Verschelde
keep previous rotation when using rotate tool. fixes #3788.
2016-02-22keep previous rotation when using rotate tool. fixes #3788.volzhs
2016-02-22Merge pull request #3797 from volzhs/change-erase-to-removeRémi Verschelde
Change "erase" to "remove" in project manager. fixes #3796.
2016-02-22Change "erase" to "remove" in project manager. fixes #3796.volzhs
2016-02-22Fix pixelated steam capsulesRémi Verschelde
2016-02-21._sc_ file is now a ConfigFile for self contained modeAriel Manzur
can contain a pre-loaded list of projects to be added to editor_settings.xml
2016-02-21Fix missing dependency resolver in Windowseska
2016-02-21-fixed a crash when closing scene with animationplayer openJuan Linietsky
-removed item checked print, closes #3564
2016-02-21Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky
2016-02-21Add a script to sort demos alphabeticallyRémi Verschelde
By changing their timestamp, which Godot current relies on.
2016-02-21Merge pull request #3790 from JoshuaGrams/class-docsRémi Verschelde
docs: RigidBody2D._integrate_forces: Explain in more detail.
2016-02-20docs: RigidBody2D._integrate_forces: Explain in more detail.Josh Grams
2016-02-20-Fixed bug with event player crashing, closes #3687Juan Linietsky
2016-02-20Fix license markdown formattingRémi Verschelde
2016-02-20-Change link to new documentationJuan Linietsky
-fixed bug in tilemap collision debug
2016-02-20Merge pull request #3783 from StraToN/tabs_closebut_editor_settingRémi Verschelde
Added a setting in editor defining scene tabs close button policy. Fixes #3777
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-19Fix allocation bug if compiled with modern clang or gccest31
* 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-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