Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix unused variable warnings | Hein-Pieter van Braam | |
The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-08 | Remove assignment and declarations in if statements | Hein-Pieter van Braam | |
After discussing with @reduz and @akien-mga it was decided that we do not allow assignments or declarations in if statements. This PR removes the instances of this I could find by automated means. | |||
2017-09-08 | Fix various assorted warnings | Hein-Pieter van Braam | |
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | |||
2017-09-08 | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | |
2017-09-07 | Added some missing icons | Daniel J. Ramirez | |
2017-09-07 | Restored auto snapping of controls to pixels, fixes #10847 and probably ↵ | Juan Linietsky | |
several more issues. Made it optional in the project settings but defaults to true. | |||
2017-09-07 | Modify inertia implementation for freelook and orbit | toger5 | |
- freelook now uses position based inertia (holding a key for a specific time always rults in the same distance traveled independent of inertia setting) - orbit inertia now is angle bases. (not transformation based) -> camera always takes the same path. - added setting for orbit inertia - added setting hints for freelook settings. | |||
2017-09-07 | Revert "Removed camera interpolation in orthogonal mode (I have no idea how ↵ | toger5 | |
to fix this due to how orthogonal works), closes #10718" This reverts commit 895140389a7306eafc9a36f51d892ece0001f223. | |||
2017-09-07 | Removed camera interpolation in orthogonal mode (I have no idea how to fix ↵ | Juan Linietsky | |
this due to how orthogonal works), closes #10718 | |||
2017-09-06 | Added an option to reset the bus volume to 0db | Marcelo Fernandez | |
2017-09-07 | Fit script editor grid with others | volzhs | |
2017-09-06 | -Fixed changes to default input actions not working, closes #10502 | Juan Linietsky | |
-Added Array.duplicate() method, needed to fix above | |||
2017-09-06 | Remove dead ButtonGroup code | Rémi Verschelde | |
2017-09-05 | Added a warning for when a PC compression is not found for the project, ↵ | Juan Linietsky | |
closes #10626 | |||
2017-09-05 | Renames _add_child_below_node() to add_child_below_node(). Closes #9988. | David Saltares | |
2017-09-05 | fixed log colors | toger5 | |
2017-09-04 | Merge pull request #10874 from Noshyaar/pr-action | Rémi Verschelde | |
ProjectSettings: enhance add action error, fix confirm dialog | |||
2017-09-04 | Merge pull request #10899 from toger5/theme_fixes_from_light | Rémi Verschelde | |
Theme fixes from light |