| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed file system dialog icons | Daniel J. Ramirez | 2017-09-12 | 2 | -23/+7 |
| | | |||||
| * | Fixed some inconsistent styles, plus some cleanup | Daniel J. Ramirez | 2017-09-12 | 5 | -31/+20 |
| | | |||||
| * | Improved VS node coloring | Daniel J. Ramirez | 2017-09-12 | 1 | -2/+6 |
| | | |||||
| * | Improved alternative size thumbnail generation | Daniel J. Ramirez | 2017-09-12 | 15 | -55/+138 |
| | | |||||
| * | Improved theme generation, and other fixes | Daniel J. Ramirez | 2017-09-12 | 5 | -164/+217 |
| | | |||||
| * | Merge pull request #11066 from SaracenOne/animation_external_resources | Hein-Pieter van Braam | 2017-09-12 | 2 | -8/+46 |
| |\ | | | | | Allow animations to be saved to external files during scene import. | ||||
| | * | Allow animations to be saved to external files during scene import. | SaracenOne | 2017-09-11 | 2 | -8/+46 |
| | | | |||||
| * | | Merge pull request #11047 from toger5/interpolation_chnage | Rémi Verschelde | 2017-09-12 | 3 | -51/+40 |
| |\ \ | | | | | | | Modify inertia implementation for freelook and orbit | ||||
| | * | | fix always updating +removed print +use EDITOR_DEF | toger5 | 2017-09-11 | 1 | -12/+10 |
| | | | | |||||
| | * | | Modify inertia implementation for freelook and orbit | toger5 | 2017-09-07 | 3 | -45/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| | * | | Revert "Removed camera interpolation in orthogonal mode (I have no idea how ↵ | toger5 | 2017-09-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | to fix this due to how orthogonal works), closes #10718" This reverts commit 895140389a7306eafc9a36f51d892ece0001f223. | ||||
| * | | | Merge pull request #11025 from volzhs/script-editor | Rémi Verschelde | 2017-09-12 | 2 | -0/+7 |
| |\ \ \ | | | | | | | | | Fit script editor grid with others | ||||
| | * | | | Fit script editor grid with others | volzhs | 2017-09-07 | 2 | -0/+7 |
| | | | | | |||||
| * | | | | Merge pull request #11020 from toger5/theme_animation_editor_colors | Rémi Verschelde | 2017-09-12 | 2 | -93/+100 |
| |\ \ \ \ | | | | | | | | | | | removed hardcoded color and added theme update for animation editor | ||||
| | * | | | | update icons for animation_player_plugin (top bar) | toger5 | 2017-09-09 | 1 | -56/+62 |
| | | | | | | |||||
| | * | | | | update for icons on theme change animation editor | toger5 | 2017-09-09 | 1 | -32/+28 |
| | | | | | | |||||
| | * | | | | removed hardcoded colors in animation editor | toger5 | 2017-09-09 | 1 | -5/+10 |
| | |/ / / | |||||
| * | | | | Merge pull request #11000 from Kibouo/iss10842 | Rémi Verschelde | 2017-09-12 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | Fixes the deletion of an export preset's name when deleting the preset above it. | ||||
| | * | | | | Fixed clearing of an export preset's name when deleting the one above it. | Mihaly Csonka | 2017-09-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | 2017-09-12 | 2 | -5/+31 |
| | | | | | | |||||
| * | | | | | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | 2017-09-12 | 10 | -41/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix unused variable warnings | ||||
| | * | | | | | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 10 | -41/+13 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | | | | | Merge pull request #11007 from saltares/issue-9988 | Rémi Verschelde | 2017-09-12 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | Renames _add_child_below_node() to add_child_below_node(). Fixes #9988. | ||||
| | * | | | | | Renames _add_child_below_node() to add_child_below_node(). Closes #9988. | David Saltares | 2017-09-05 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #11052 from djrm/pr_missing_icons | Rémi Verschelde | 2017-09-12 | 6 | -8/+34 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Added some missing icons | ||||
| | * | | | | | | Added some missing icons | Daniel J. Ramirez | 2017-09-07 | 6 | -8/+34 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #11026 from hpvb/fix-assign-in-if | Rémi Verschelde | 2017-09-12 | 3 | -25/+40 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove assignment and declarations in if statements | ||||
| | * | | | | | | | Remove assignment and declarations in if statements | Hein-Pieter van Braam | 2017-09-08 | 3 | -26/+40 |
| | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | | | Merge pull request #11058 from hpvb/fix-11043 | Rémi Verschelde | 2017-09-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Don't set editor_hint true for project manager | ||||
| | * | | | | | | | Don't set editor_hint true for project manager | Hein-Pieter van Braam | 2017-09-10 | 1 | -1/+1 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | | | | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | 2017-09-12 | 4 | -5/+5 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix various assorted warnings | ||||
| | * | | | | | | | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 4 | -6/+5 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | ||||
| * | | | | | | | Merge pull request #11032 from marcelofg55/master | Rémi Verschelde | 2017-09-12 | 2 | -1/+23 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added an option to reset the bus volume to 0db | ||||
| | * | | | | | | | Added an option to reset the bus volume to 0db | Marcelo Fernandez | 2017-09-06 | 2 | -1/+23 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | 2017-09-12 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix serveral recent new clang-format errors [ci skip] | ||||
| | * | | | | | | | | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | 2017-09-08 | 1 | -1/+0 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #11138 from NathanWarden/change_cancel_to_done | Poommetee Ketson | 2017-09-12 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog. | ||||
| | * | | | | | | | | Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog. | Nathan Warden | 2017-09-09 | 1 | -0/+1 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #11163 from marcelofg55/project_grayed | Poommetee Ketson | 2017-09-12 | 2 | -14/+31 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Not found projects are grayed instead of removed at the Project Manager | ||||
| | * | | | | | | | | Not found projects are grayed instead of removed at the Project Manager | Marcelo Fernandez | 2017-09-11 | 2 | -14/+31 |
| | |/ / / / / / / | |||||
| * / / / / / / / | Fix duplication of nodes resulting in shared metadata | Bojidar Marinov | 2017-09-11 | 1 | -1/+8 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Fixes #9547 | ||||
| * | | | | | / | Restored auto snapping of controls to pixels, fixes #10847 and probably ↵ | Juan Linietsky | 2017-09-07 | 1 | -0/+3 |
| | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | several more issues. Made it optional in the project settings but defaults to true. | ||||
| * | | | | | | Removed camera interpolation in orthogonal mode (I have no idea how to fix ↵ | Juan Linietsky | 2017-09-07 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | this due to how orthogonal works), closes #10718 | ||||
| * | | | / | -Fixed changes to default input actions not working, closes #10502 | Juan Linietsky | 2017-09-06 | 1 | -4/+4 |
| | |_|_|/ |/| | | | | | | | | | | | -Added Array.duplicate() method, needed to fix above | ||||
| * | | | | Remove dead ButtonGroup code | Rémi Verschelde | 2017-09-06 | 9 | -9/+0 |
| |/ / / | |||||
| * | | | Added a warning for when a PC compression is not found for the project, ↵ | Juan Linietsky | 2017-09-05 | 1 | -1/+8 |
| | | | | | | | | | | | | | closes #10626 | ||||
| * | | | fixed log colors | toger5 | 2017-09-05 | 2 | -4/+1 |
| | | | | |||||
| * | | | Merge pull request #10874 from Noshyaar/pr-action | Rémi Verschelde | 2017-09-04 | 2 | -18/+38 |
| |\ \ \ | | | | | | | | | ProjectSettings: enhance add action error, fix confirm dialog | ||||
| | * | | | ProjectSettings: enhance add action error, fix confirm dialog | Poommetee Ketson | 2017-09-04 | 2 | -18/+38 |
| | | | | | | | | | | | | | | | | | | | | | - Disable add action button if name is invalid - Fix dialog being ConfirmationDialog instead of AcceptDialog | ||||
| * | | | | Merge pull request #10899 from toger5/theme_fixes_from_light | Rémi Verschelde | 2017-09-04 | 3 | -14/+32 |
| |\ \ \ \ | | | | | | | | | | | Theme fixes from light | ||||
