Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-08 | Android: Add support for Traditional Chinese (HK) (#6061) | Skyfrit | |
2016-08-08 | Android: Add support for Traditional Chinese (TW) (#6061) | Skyfrit | |
2016-08-08 | Merge pull request #6050 from Hinsbart/remove_pm_file_import | Rémi Verschelde | |
Remove unused function in Project Manager. | |||
2016-08-08 | Merge pull request #6051 from neikeq/pr-imp-5882 | Rémi Verschelde | |
Project Manager: Fix and improve unhandled input | |||
2016-08-08 | Merge pull request #6049 from Hinsbart/sc-mapping | Rémi Verschelde | |
Fix steam controller gamepad mapping | |||
2016-08-08 | Merge pull request #6045 from bojidar-bg/extends-on-placeholders | Rémi Verschelde | |
Fix #5891 by not expecting the script instance to be a GDInstance | |||
2016-08-08 | -Show proper node name in subcall | Juan Linietsky | |
-Implemented Ctrl-F to focus script type search | |||
2016-08-08 | Added a simpler way to do sub-functions in both visual and gdscript with the ↵ | Juan Linietsky | |
subcall node. With this, visual script is almost done (missing registering custom nodes from addon). All this is probably pretty broken, too and needs a lot of testing. | |||
2016-08-07 | Added ability to create custom nodes from script. | Juan Linietsky | |
2016-08-07 | Automatically turn on process callbacks if relevant callbacks in node exists | Juan Linietsky | |
2016-08-07 | -Added yield nodes to visual script | Juan Linietsky | |
-Added input selection nodes to visual script -Added script create icon for those who miss it, will only appear when it can be used. | |||
2016-08-06 | Added yield() signal smart autocompletion. | Juan Linietsky | |
2016-08-06 | Added an easy API to yield to a specific time by doing: | Juan Linietsky | |
yield( get_tree().create_timer(5.0), "timeout" ) | |||
2016-08-06 | removed extra print | Juan Linietsky | |
2016-08-06 | Reverted printable null object, seems to cause bugs around and not sure why. | Juan Linietsky | |
Will have to check better, likely for 3.0 | |||
2016-08-06 | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | |
support, but VisualScript should be more or less done! | |||
2016-08-05 | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | |
profiler yet. | |||
2016-08-05 | Project Manager: Fix and improve unhandled input | Ignacio Etcheverry | |
2016-08-05 | Remove unused function in Project Manager. | Andreas Haas | |
This has been deprecated by #5993 | |||
2016-08-05 | Fix steam controller gamepad mapping | Andreas Haas | |
The left stick click was missing | |||
2016-08-05 | Fix #5891 by not expecting the script instance to be a GDInstance | Bojidar Marinov | |
It could be a placeholder instance as well | |||
2016-08-05 | Merge pull request #6043 from SaracenOne/texture_region_edit_fix | Rémi Verschelde | |
TextureRegionEditor snap_mode fix. | |||
2016-08-05 | Some additions to the OS documentation (#6037) | MSC | |
2016-08-04 | TextureRegionEditor snap_mode fix. | Saracen | |
2016-08-04 | Concluded base visual scripting! can edit but not run though. | Juan Linietsky | |
2016-08-03 | More work on visual scripting.. | Juan Linietsky | |
2016-08-03 | Merge pull request #6026 from Marqin/docs | Rémi Verschelde | |
[ci skip] update Raycast documentation | |||
2016-08-03 | [ci skip] update Raycast documentation | Hubert Jarosz | |
clarification that set_cast_to needs LOCAL point and get_collision_point gives GLOBAL point | |||
2016-08-03 | Bump version to 2.2-alpha | Rémi Verschelde | |
There are now new developments that will not be in 2.1-stable | |||
2016-08-03 | Merge pull request #6024 from Paulb23/missing_license_quotation_typo | Rémi Verschelde | |
Added missing license and fixed quotation typo | |||
2016-08-03 | Added missing license and quotation typo | Paulb23 | |
2016-08-03 | More progress on visual script editing | Juan Linietsky | |
2016-08-03 | Merge pull request #6021 from marcelofg55/master | Rémi Verschelde | |
Fix set_window_size not setting the correct size on OSX | |||
2016-08-03 | Fix translatable strings in VisualScript | Rémi Verschelde | |
2016-08-02 | Fix set_window_size not setting the correct size on OSX | marcelofg55 | |
2016-08-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-08-02 | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | |
2016-08-02 | Merge pull request #6009 from leezh/dynamicfont_tweaks | Rémi Verschelde | |
Added texture filtering and char spacing for DynamicFont | |||
2016-08-02 | DynamicFont caches now accounts for texture flags | Zher Huei Lee | |
CacheID added for future-proofing | |||
2016-08-02 | Added extra spacing support for DynamicFont | Zher Huei Lee | |
Side effect is that label min-size will now take into account kerning. | |||
2016-08-02 | Added texture mipmaps and filtering to DynamicFont | Zher Huei Lee | |
2016-08-01 | Merge pull request #5993 from profelis/PR-scan-dragged-folder-2 | Rémi Verschelde | |
Improved drad&drop files on project manager | |||
2016-08-01 | Auto import project folder, confirm scan multiple folders or non-project folder | Dima Granetchi | |
2016-08-01 | Merge pull request #5175 from Paulb23/scene_tree_dock_shortcuts | Rémi Verschelde | |
Added Scene tree dock shortcuts | |||
2016-08-01 | Added Scene tree dock shortcuts | Paulb23 | |
2016-08-01 | Merge pull request #5996 from hurikhan/editor_help_indentation | Rémi Verschelde | |
Fix help page title indentation | |||
2016-08-01 | Fix help page title indentation | Mario Schlack | |
2016-07-31 | Improve dialog title when scanning for projects | Rémi Verschelde | |
2016-07-31 | Merge pull request #5981 from profelis/PR-scan-dragged-folder | Rémi Verschelde | |
Drag open scan window if engine.cfg not found | |||
2016-07-31 | Merge pull request #5980 from profelis/PR-run-btn-availability | Rémi Verschelde | |
Run button availability check |