Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-12 | better support for broken collada, fixes #2959 | Juan Linietsky | |
2015-12-12 | added rotation and scale support to gui controls | Juan Linietsky | |
2015-12-12 | -added windowed mode with -w, fixes #3020 | Juan Linietsky | |
-changed default windowed resolution to 1280x720 | |||
2015-12-12 | ability to set occluder mask in tilemap, fixes #3025 | Juan Linietsky | |
2015-12-12 | fix broken merge | Juan Linietsky | |
2015-12-12 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-12 | Merge pull request #3043 from TheHX/pr-script-debugger | Rémi Verschelde | |
Script debugger remains visible when using Debug->Show Debugger | |||
2015-12-12 | -added option to keep debugger open, fixes #3031 | Juan Linietsky | |
2015-12-12 | Script debugger remains visible when using Debug->Show Debugger | Franklin Sobrinho | |
2015-12-12 | added proper functions to ColorRamp, fixes #3034 | Juan Linietsky | |
2015-12-12 | -make smoothing respect camera limits, fixes #3037 | Juan Linietsky | |
2015-12-12 | make popup emit index when id is not defined | Juan Linietsky | |
2015-12-12 | add pop_back/pop_front/push_back/push_front to array, to make it according ↵ | Juan Linietsky | |
to doc, fixes #3040 | |||
2015-12-12 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-12 | -collision debug is shown above all else, fixes #2985 | Juan Linietsky | |
2015-12-11 | Merge pull request #590 from marynate/PR-fix-ios-release-event | punto- | |
Fixed ios release event not been dispatched when app entering background | |||
2015-12-11 | Merge pull request #3039 from TheHX/pr-in-operator | Rémi Verschelde | |
Fix "in" operator, make it use evaluate() instead of operator== | |||
2015-12-11 | Fix "in" operator, make it use evaluate() instead of operator== | Franklin Sobrinho | |
2015-12-11 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-11 | -remove (can be added back in editor settings) icons from property editor | Juan Linietsky | |
-remove ".." from file dialog when opening res://, fixes #2994 | |||
2015-12-11 | remove editor driver split | Juan Linietsky | |
fixes #3001 | |||
2015-12-11 | Merge pull request #3038 from TheHX/pr-script-signal | Rémi Verschelde | |
Fix error message when using is_connected with a script signal | |||
2015-12-11 | Fix error message when using is_connected with a script signal | Franklin Sobrinho | |
2015-12-10 | added fallbacks proprty to fonts | Juan Linietsky | |
2015-12-10 | Merge pull request #2306 from dbsGen/patch-1 | Rémi Verschelde | |
Fixed the mouse position for control when it is in a canvas_layer. | |||
2015-12-10 | Merge pull request #3019 from neikeq/spinbox_timer | Rémi Verschelde | |
Spinbox update range on mouse held | |||
2015-12-10 | Spinbox: increase/decrease with mouse held | neikeq | |
2015-12-10 | Merge pull request #2883 from TheHX/mesh_editor_plugin | Rémi Verschelde | |
Add StaticBody collision generation for all selected MeshInstance nodes | |||
2015-12-10 | Merge pull request #3029 from neikeq/textedit_select_imp | Rémi Verschelde | |
TextEdit: Scroll while selecting with mouse idle | |||
2015-12-09 | TextEdit: Scroll while selecting with mouse idle | neikeq | |
2015-12-09 | Merge pull request #3028 from TheHX/pr-tscn-format | Rémi Verschelde | |
Fix tscn format not being recongnized by EditorFileSystem | |||
2015-12-09 | Fix tscn format not being recongnized by EditorFileSystem | Franklin Sobrinho | |
2015-12-09 | Merge pull request #3027 from TheHX/pr-project-manager-font | Rémi Verschelde | |
Fix project manager not picking up custom font | |||
2015-12-09 | Merge pull request #3026 from est31/fix_win_build | Rémi Verschelde | |
Fix windows build | |||
2015-12-09 | Fix project manager not picking custom font | Franklin Sobrinho | |
2015-12-09 | Fix windows build | est31 | |
2015-12-09 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-09 | -ability to change scripts in external editor and still have properties ↵ | Juan Linietsky | |
reloaded in godot UI, fixes #3003 | |||
2015-12-09 | Merge pull request #2853 from akien-mga/pr-demos-code-formatting | Rémi Verschelde | |
Improve demos code formatting and update to 2.0 | |||
2015-12-09 | Use get_current_scene() instead of hack | Rémi Verschelde | |
2015-12-09 | Move polygon_path_finder demo to demos/3d since it uses 3D nodes | Rémi Verschelde | |
Also took the opportunity to "touch" each demo's engine.cfg in reverse alphabetical order to get the listed in natural order in the project manager. | |||
2015-12-09 | Remove systematic "Init(i)alization here" from _ready() | Rémi Verschelde | |
2015-12-09 | Improve code formatting | Rémi Verschelde | |
The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - spaces around weak operators (+, -), no spaces around strong operators (*, /) - spaces around comparison operators and compound assignment operators - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines - comment sentences start with an upper-case letter | |||
2015-12-09 | Update 2D demos scenes for 2.0 format | Rémi Verschelde | |
2015-12-09 | Use upper-cased first letter at the start of comment sentences | Rémi Verschelde | |
2015-12-09 | Improve code formatting and update to 2.0 | Rémi Verschelde | |
The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - space around weak operators (+, -), no space around strong operators (*, /) - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos. | |||
2015-12-09 | Merge pull request #2986 from TheHX/pr-shader-editor | Rémi Verschelde | |
Fix shader editor focus when switching tabs | |||
2015-12-08 | Merge pull request #3022 from romulox-x/aes256 | Juan Linietsky | |
Updated aes256 implementation | |||
2015-12-08 | updated aes256 implementation to newer version from upstream. Also uses ↵ | romulox_x | |
faster lookup table implemetation. | |||
2015-12-08 | changed a bit to use system() | Juan Linietsky | |