| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings | Ariel Manzur | 2016-02-27 | 2 | -5/+31 |
| | | |||||
| * | fix transform localization event in mouse motion | Juan Linietsky | 2016-02-27 | 1 | -2/+3 |
| | | |||||
| * | First attempt at making a more useful EditorPlugin API. Still undocumented, ↵ | Juan Linietsky | 2016-02-27 | 12 | -15/+167 |
| | | | | | but feedback welcome! | ||||
| * | Merge pull request #3830 from w84death/patch-1 | Rémi Verschelde | 2016-02-25 | 1 | -0/+1 |
| |\ | | | | | OUYA gamepad mappings fix | ||||
| | * | OUYA gamepad mappings fix | Krzysztof Jankowski | 2016-02-25 | 1 | -0/+1 |
| |/ | | | Fix gamepad mappings for OUYA revision 4 | ||||
| * | theora on server build | Ariel Manzur | 2016-02-25 | 1 | -1/+0 |
| | | |||||
| * | adds -pm and -project_manager command line options to start project manager | Ariel Manzur | 2016-02-25 | 2 | -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-button | Rémi Verschelde | 2016-02-24 | 1 | -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 #3810 | Julian Murgia - StraToN | 2016-02-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3819 from Hinsbart/fix_dpad | punto- | 2016-02-24 | 1 | -3/+1 |
| |\ | | | | | x11: fix joysticks not recognizing some buttons | ||||
| | * | x11: fix joysticks not recognizing some buttons | hinsbart | 2016-02-24 | 1 | -3/+1 |
| |/ | | | | dpad on x360 pads with kernel < 4.3 is working now | ||||
| * | Merge pull request #3817 from wass3r/typo-fixes | Rémi Verschelde | 2016-02-24 | 1 | -16/+16 |
| |\ | | | | | applied some typo fixes. see godotengine/godot-docs#18 | ||||
| | * | applied some typo fixes. see godotengine/godot-docs#18 | David | 2016-02-24 | 1 | -16/+16 |
| |/ | |||||
| * | Merge pull request #3816 from adolson/more_js_maps_2 | Rémi Verschelde | 2016-02-24 | 1 | -2/+5 |
| |\ | | | | | added more Android gamepad mappings | ||||
| | * | added more Android gamepad mappings | Dana Olson | 2016-02-24 | 1 | -2/+5 |
| |/ | |||||
| * | Merge pull request #3812 from est31/master | Rémi Verschelde | 2016-02-24 | 1 | -1/+1 |
| |\ | | | | | Fix typo in error | ||||
| | * | Fix typo in error | est31 | 2016-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3771 from est31/fix_memalloc | Rémi Verschelde | 2016-02-23 | 3 | -14/+78 |
| |\ \ | | | | | | | Fix allocation bug | ||||
| | * | | Fix allocation bug if compiled with modern clang or gcc | est31 | 2016-02-19 | 3 | -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/jsmaps2 | Rémi Verschelde | 2016-02-23 | 1 | -2/+6 |
| |\ \ \ | | | | | | | | | added a couple more Linux mappings, tweaked Ouya Linux mapping | ||||
| | * | | | added a couple more Linux mappings, tweaked Ouya Linux mapping | Dana Olson | 2016-02-23 | 1 | -2/+6 |
| |/ / / | |||||
| * | | | bump to stable, congratulations everyone2.0-stable | reduz | 2016-02-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #3795 from eska014/fix-dep-resolver-windows | Juan Linietsky | 2016-02-22 | 2 | -0/+2 |
| |\ \ \ | | | | | | | | | Fix "missing dependency resolver" in Windows | ||||
| | * | | | Fix missing dependency resolver in Windows | eska | 2016-02-21 | 2 | -0/+2 |
| | | | | | |||||
| * | | | | Merge pull request #3804 from JoshuaGrams/class-docs | Rémi Verschelde | 2016-02-23 | 1 | -8/+11 |
| |\ \ \ \ | | | | | | | | | | | doc (NodePath): Rewrite description and all methods. | ||||
| | * | | | | doc (NodePath): Rewrite description and all methods. | Josh Grams | 2016-02-22 | 1 | -8/+11 |
| |/ / / / | |||||
| * | | | | Update README.md | Juan Linietsky | 2016-02-22 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Merge pull request #3799 from volzhs/rotation_reset | Rémi Verschelde | 2016-02-22 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | keep previous rotation when using rotate tool. fixes #3788. | ||||
| | * | | | | keep previous rotation when using rotate tool. fixes #3788. | volzhs | 2016-02-22 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #3797 from volzhs/change-erase-to-remove | Rémi Verschelde | 2016-02-22 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | Change "erase" to "remove" in project manager. fixes #3796. | ||||
| | * | | | | Change "erase" to "remove" in project manager. fixes #3796. | volzhs | 2016-02-22 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | Fix pixelated steam capsules | Rémi Verschelde | 2016-02-22 | 6 | -0/+0 |
| | | | | | |||||
| * | | | | ._sc_ file is now a ConfigFile for self contained mode | Ariel Manzur | 2016-02-21 | 11 | -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 open | Juan Linietsky | 2016-02-21 | 2 | -2/+6 |
| | | | | | | | | | | | | | -removed item checked print, closes #3564 | ||||
| * | | | Add support for placeholders in tscn, which was missing. Closes #3652 | Juan Linietsky | 2016-02-21 | 3 | -7/+64 |
| | | | | |||||
| * | | | Add a script to sort demos alphabetically | Rémi Verschelde | 2016-02-21 | 1 | -0/+29 |
| | | | | | | | | | | | | | By changing their timestamp, which Godot current relies on. | ||||
| * | | | Merge pull request #3790 from JoshuaGrams/class-docs | Rémi Verschelde | 2016-02-21 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | docs: RigidBody2D._integrate_forces: Explain in more detail. | ||||
| | * | | | docs: RigidBody2D._integrate_forces: Explain in more detail. | Josh Grams | 2016-02-20 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | -Fixed bug with event player crashing, closes #3687 | Juan Linietsky | 2016-02-20 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix license markdown formatting | Rémi Verschelde | 2016-02-20 | 1 | -24/+24 |
| | | | | |||||
| * | | | -Change link to new documentation | Juan Linietsky | 2016-02-20 | 3 | -1/+7 |
| | | | | | | | | | | | | | -fixed bug in tilemap collision debug | ||||
| * | | | Merge pull request #3783 from StraToN/tabs_closebut_editor_setting | Rémi Verschelde | 2016-02-20 | 1 | -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 #3777 | Julian Murgia - StraToN | 2016-02-20 | 1 | -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-header | Rémi Verschelde | 2016-02-20 | 1 | -1/+7 |
| |\ \ \ | | | | | | | | | update doc on HTTPClient headers case-sensitivity | ||||
| | * | | | update doc on HTTPClient headers case-sensitivity | Alexander Holland | 2016-02-20 | 1 | -1/+7 |
| |/ / / | |||||
| * | | | adds original http headers to response_headers | Ariel Manzur | 2016-02-19 | 1 | -4/+4 |
| | | | | |||||
| * | | | adds original http header to response_headers | Ariel Manzur | 2016-02-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove broken [image] usage in classref | Rémi Verschelde | 2016-02-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | better array alignment | Ariel Manzur | 2016-02-19 | 1 | -4/+4 |
| | | | | |||||
| * | | | fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs ↵ | Ariel Manzur | 2016-02-19 | 2 | -5/+5 |
| | | | | | | | | | | | | | testing | ||||
