aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur2016-02-272-5/+31
|
* fix transform localization event in mouse motionJuan Linietsky2016-02-271-2/+3
|
* First attempt at making a more useful EditorPlugin API. Still undocumented, ↵Juan Linietsky2016-02-2712-15/+167
| | | | but feedback welcome!
* Merge pull request #3830 from w84death/patch-1Rémi Verschelde2016-02-251-0/+1
|\ | | | | OUYA gamepad mappings fix
| * OUYA gamepad mappings fixKrzysztof Jankowski2016-02-251-0/+1
|/ | | Fix gamepad mappings for OUYA revision 4
* theora on server buildAriel Manzur2016-02-251-1/+0
|
* adds -pm and -project_manager command line options to start project managerAriel Manzur2016-02-252-4/+8
| | | | fixes bug where the user has an engine.cfg on the executable directory so it runs the game instead of opening the project manager
* Merge pull request #3824 from StraToN/fix-close-buttonRémi Verschelde2016-02-241-1/+1
|\ | | | | Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810
| * Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810Julian Murgia - StraToN2016-02-241-1/+1
|/
* Merge pull request #3819 from Hinsbart/fix_dpadpunto-2016-02-241-3/+1
|\ | | | | x11: fix joysticks not recognizing some buttons
| * x11: fix joysticks not recognizing some buttonshinsbart2016-02-241-3/+1
|/ | | | dpad on x360 pads with kernel < 4.3 is working now
* Merge pull request #3817 from wass3r/typo-fixesRémi Verschelde2016-02-241-16/+16
|\ | | | | applied some typo fixes. see godotengine/godot-docs#18
| * applied some typo fixes. see godotengine/godot-docs#18David2016-02-241-16/+16
|/
* Merge pull request #3816 from adolson/more_js_maps_2Rémi Verschelde2016-02-241-2/+5
|\ | | | | added more Android gamepad mappings
| * added more Android gamepad mappingsDana Olson2016-02-241-2/+5
|/
* Merge pull request #3812 from est31/masterRémi Verschelde2016-02-241-1/+1
|\ | | | | Fix typo in error
| * Fix typo in errorest312016-02-241-1/+1
| |
* | Merge pull request #3771 from est31/fix_memallocRémi Verschelde2016-02-233-14/+78
|\ \ | | | | | | Fix allocation bug
| * | Fix allocation bug if compiled with modern clang or gccest312016-02-193-14/+78
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | Merge pull request #3809 from adolson/jsmaps2Rémi Verschelde2016-02-231-2/+6
|\ \ \ | | | | | | | | added a couple more Linux mappings, tweaked Ouya Linux mapping
| * | | added a couple more Linux mappings, tweaked Ouya Linux mappingDana Olson2016-02-231-2/+6
|/ / /
* | | 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