Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-13 | Merge pull request #11081 from djrm/pr_better_3d_grid | Rémi Verschelde | |
Better looking spatial editor grid | |||
2017-09-13 | Merge pull request #11063 from toger5/svg_generation_optimization | Rémi Verschelde | |
optimized color conversion for svg generation | |||
2017-09-13 | Merge pull request #7908 from SaracenOne/recast | Rémi Verschelde | |
In-editor navmesh generation. | |||
2017-09-13 | Merge pull request #10826 from tuga3d/toggle-comment-behavior | Rémi Verschelde | |
Smarter toggle comment block. fixes #10720 | |||
2017-09-13 | Merge pull request #11061 from marcelofg55/dump_backtrace | Hein-Pieter van Braam | |
Add a segfault handler to dump the backtrace on Windows, Linux and OS X | |||
2017-09-13 | Merge pull request #11207 from toger5/fixed_margin_for_theme | Hein-Pieter van Braam | |
fixed margin beeing squared | |||
2017-09-13 | Merge pull request #11210 from toger5/fix_little_border_for_vieport | Gilles Roudiere | |
fixed border on the right of viewport | |||
2017-09-13 | fixed border on the right of viewport | toger5 | |
2017-09-13 | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez | |
2017-09-13 | Style: Apply clang-format to @reduz's changes | Rémi Verschelde | |
[ci skip] | |||
2017-09-12 | When method or property has no description, a link asks you to create it | Juan Linietsky | |
2017-09-12 | fixed margin beeing squared | toger5 | |
2017-09-12 | optimized color conversion for svg generation | toger5 | |
2017-09-12 | DocData: Drop unused brief description for properties | Rémi Verschelde | |
2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | |
possible to save module files in module directories and the build system will recognize them. | |||
2017-09-12 | Merge pull request #11204 from djrm/pr_fix_fs_icons | Rémi Verschelde | |
Fixed file system dialog icons [ci skip] | |||
2017-09-12 | Fixed file system dialog icons | Daniel J. Ramirez | |
2017-09-12 | Merge pull request #10568 from marcelofg55/surround_fixes | Hein-Pieter van Braam | |
Fixed issues with surround sound on audio server | |||
2017-09-12 | Fixed some inconsistent styles, plus some cleanup | Daniel J. Ramirez | |
2017-09-12 | Improved VS node coloring | Daniel J. Ramirez | |
2017-09-12 | Improved alternative size thumbnail generation | Daniel J. Ramirez | |
2017-09-12 | Improved theme generation, and other fixes | Daniel J. Ramirez | |
2017-09-12 | Fixed issues with surround sound on audio server | Marcelo Fernandez | |
2017-09-12 | Merge pull request #11066 from SaracenOne/animation_external_resources | Hein-Pieter van Braam | |
Allow animations to be saved to external files during scene import. | |||
2017-09-12 | Merge pull request #11047 from toger5/interpolation_chnage | Rémi Verschelde | |
Modify inertia implementation for freelook and orbit | |||
2017-09-12 | Merge pull request #11025 from volzhs/script-editor | Rémi Verschelde | |
Fit script editor grid with others | |||
2017-09-12 | Merge pull request #11020 from toger5/theme_animation_editor_colors | Rémi Verschelde | |
removed hardcoded color and added theme update for animation editor | |||
2017-09-12 | Merge pull request #11000 from Kibouo/iss10842 | Rémi Verschelde | |
Fixes the deletion of an export preset's name when deleting the preset above it. | |||
2017-09-12 | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | |
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | |
Fix unused variable warnings | |||
2017-09-12 | Merge pull request #11007 from saltares/issue-9988 | Rémi Verschelde | |
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988. | |||
2017-09-12 | Merge pull request #11052 from djrm/pr_missing_icons | Rémi Verschelde | |
Added some missing icons | |||
2017-09-12 | Merge pull request #11026 from hpvb/fix-assign-in-if | Rémi Verschelde | |
Remove assignment and declarations in if statements | |||
2017-09-12 | Merge pull request #11058 from hpvb/fix-11043 | Rémi Verschelde | |
Don't set editor_hint true for project manager | |||
2017-09-12 | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | |
Fix various assorted warnings | |||
2017-09-12 | Merge pull request #11032 from marcelofg55/master | Rémi Verschelde | |
Added an option to reset the bus volume to 0db | |||
2017-09-12 | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | |
Fix serveral recent new clang-format errors [ci skip] | |||
2017-09-12 | Fixed clearing of an export preset's name when deleting the one above it. | Mihaly Csonka | |
Deleting an export preset cleared the name of the item below it. This was caused by ProjectExportDialog::_edit_preset(-1) which sets the deleted preset's data to empty values. This on its turn called ProjectExportDialog::_name_changed() which operates on the new current preset (the one under the deleted item). Fixes issue #10842 | |||
2017-09-12 | Merge pull request #11138 from NathanWarden/change_cancel_to_done | Poommetee Ketson | |
Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog. | |||
2017-09-12 | Merge pull request #11163 from marcelofg55/project_grayed | Poommetee Ketson | |
Not found projects are grayed instead of removed at the Project Manager | |||
2017-09-11 | fix always updating +removed print +use EDITOR_DEF | toger5 | |
2017-09-11 | Fix duplication of nodes resulting in shared metadata | Bojidar Marinov | |
Fixes #9547 | |||
2017-09-11 | Allow animations to be saved to external files during scene import. | SaracenOne | |
2017-09-11 | Not found projects are grayed instead of removed at the Project Manager | Marcelo Fernandez | |
2017-09-10 | Don't set editor_hint true for project manager | Hein-Pieter van Braam | |
Due to this setting several callbacks get initialized but never used. For instance void discoverer_callback(). This callback only initializes the GDNativeSingletonDiscover *discoverer when called. This doesn't happen in project manager and this in turn causes a call to memdelete(NULL) which is invalid. This also seems to speed up startup a little. This fixes #11043 and fixes #10992 | |||
2017-09-09 | Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog. | Nathan Warden | |
2017-09-09 | update icons for animation_player_plugin (top bar) | toger5 | |
2017-09-09 | update for icons on theme change animation editor | toger5 | |
2017-09-09 | removed hardcoded colors in animation editor | toger5 | |
2017-09-08 | Better looking spatial editor grid | Daniel J. Ramirez | |