Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-18 | Merge pull request #31423 from Calinou/improve-node-signal-group-tooltip | Rémi Verschelde | |
Improve the scene tree signals/groups tooltip | |||
2019-08-18 | Merge pull request #31440 from akien-mga/diraccesspack-dir_exists | Rémi Verschelde | |
DirAccessPack: Fix dir_exists and file_exists for res:// paths | |||
2019-08-17 | Merge pull request #31401 from aaronfranke/no-init-scripts | Rémi Verschelde | |
Allow plugins to not have an init script | |||
2019-08-17 | DirAccessPack: Fix dir_exists and file_exists for res:// paths | Rémi Verschelde | |
Both methods check against containers using relative paths as index, so the `res://` part needs to be stripped. Fixes #26009. | |||
2019-08-17 | Merge pull request #31435 from ↵ | Rémi Verschelde | |
godotengine/revert-31367-add_minmax_winsize_setting Revert "Add Min/Max Window Size Setting" | |||
2019-08-17 | Revert "Add Min/Max Window Size Setting" | Rémi Verschelde | |
2019-08-17 | Merge pull request #31431 from akien-mga/err_explain | Rémi Verschelde | |
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' | |||
2019-08-17 | Improve the scene tree signals/groups tooltip | Hugo Locurcio | |
The tooltip now displays the number of connections and groups that are assigned to the hovered node. | |||
2019-08-17 | Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' | Rémi Verschelde | |
The last remaining ERR_EXPLAIN call is in FreeType code and makes sense as is (conditionally defines the error message). There are a few ERR_EXPLAINC calls for C-strings where String is not included which can stay as is to avoid adding additional _MSGC macros just for that. Part of #31244. | |||
2019-08-17 | Merge pull request #31244 from Unholydeath/BB_ChangeErrorMacros | Rémi Verschelde | |
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | |||
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | |
Condensed some if and ERR statements. Added dots to end of error messages Couldn't figure out EXPLAINC. These files gave me trouble: core/error_macros.h, core/io/file_access_buffered_fa.h (where is it?), core/os/memory.cpp, drivers/png/png_driver_common.cpp, drivers/xaudio2/audio_driver_xaudio2.cpp (where is it?) | |||
2019-08-17 | Merge pull request #31424 from Calinou/improve-animation-editor-timeline | Rémi Verschelde | |
Improve timeline drawing in the animation editor | |||
2019-08-17 | Merge pull request #31422 from sparkart/attachscript_by_scripteditor | Rémi Verschelde | |
Adds Attaching Script via Script Editor | |||
2019-08-17 | Merge pull request #31399 from Calinou/box-selection-add-borders | Rémi Verschelde | |
Add an outline to box selection rectangles for better visibility | |||
2019-08-17 | Merge pull request #31398 from KoBeWi/1000_ways_to_make_scene | Rémi Verschelde | |
Allow to create scene from FileSystem dock | |||
2019-08-17 | Merge pull request #31396 from Calinou/low-processor-mode-editor-restart | Rémi Verschelde | |
Set the low processor mode sleep editor settings to require a restart | |||
2019-08-17 | Merge pull request #31367 from sparkart/add_minmax_winsize_setting | Rémi Verschelde | |
Add Min/Max Window Size Setting | |||
2019-08-17 | Improve timeline drawing in the animation editor | Hugo Locurcio | |
A small arrow-like icon is now drawn at the top of the timeline. The timeline is now also wider as to be more visible. | |||
2019-08-16 | Merge pull request #31309 from raphael10241024/fix_dof | Rémi Verschelde | |
DOF can effect transparent objects now, | |||
2019-08-16 | Adds Attaching Script via Script Editor | Emmanuel Barroga | |
Allows you to attach a script by dragging the name in the script list of the script editor to the node in the scene tree. | |||
2019-08-15 | Allow plugins to not have an init script | Aaron Franke | |
2019-08-15 | Add an outline to box selection rectangles for better visibility | Hugo Locurcio | |
This also refactors selection box color definitions to avoid repetition. | |||
2019-08-15 | Add Min/Max Window Size Setting | Emmanuel Barroga | |
Add project settings to easily set the minimum and maximum window size. | |||
2019-08-15 | Merge pull request #31392 from YeldhamDev/autocomplete_width_limit_fix | Rémi Verschelde | |
Fix autocompletion widget having its text leak outside | |||
2019-08-15 | Fix autocompletion widget having its text leak outside | Michael Alexsander Silva Dias | |
2019-08-15 | Allow to create scene from FileSystem dock | Tomasz Chabora | |
2019-08-15 | Set the low processor mode sleep editor settings to require a restart | Hugo Locurcio | |
These settings are only read when the editor starts. | |||
2019-08-15 | Merge pull request #31391 from Calinou/improve-particles-emission-editor-errors | Rémi Verschelde | |
Improve error reporting in the Particles emission point creation dialog | |||
2019-08-15 | Merge pull request #31387 from Daw11/assets-image-autoselect | Rémi Verschelde | |
Automatically select the first image of the assets page | |||
2019-08-15 | Merge pull request #31381 from sparkart/fix_projectmanager_buttons | Rémi Verschelde | |
Fixes ProjectManager Buttons Not Updating | |||
2019-08-15 | Improve error reporting in the Particles emission point creation dialog | Hugo Locurcio | |
- Display an error message if the selected node doesn't extend from Spatial - Display the selected node name in error messages to provide additional context when relevant - Clarify error messages - Use the standard editor warning dialog | |||
2019-08-15 | Merge pull request #31385 from Daw11/lanczos-upscaling | Rémi Verschelde | |
Fix image offset when upscaling with Lanczos | |||
2019-08-15 | Automatically select the first image of the assets page | Davide Busterna | |
2019-08-15 | Fix image offset when upscaling with Lanczos | Davide Busterna | |
2019-08-14 | Fixes ProjectManager Buttons Not Updating | Emmanuel Barroga | |
Fixes buttons in ProjectManager not updating to disabled after deleting projects. | |||
2019-08-15 | Merge pull request #31321 from julianaito/master | Rémi Verschelde | |
Add __atomic_* operators support for atomic operations | |||
2019-08-15 | Merge pull request #31376 from zzwx-forks/master | Rémi Verschelde | |
Documentation note that Node::add_child() fails if child already has a parent | |||
2019-08-15 | Merge pull request #31375 from Calinou/add-auto-editor-font-hinting | Rémi Verschelde | |
Add an "Auto" editor font hinting setting to match OS font rendering | |||
2019-08-15 | Merge pull request #31379 from YeldhamDev/code_search_matches_fix | Rémi Verschelde | |
Fix matches result in the code search not appearing when the quantity is 0 | |||
2019-08-14 | Fix matches result in the code search not appearing when the quantity is 0 | Michael Alexsander Silva Dias | |
2019-08-14 | Documentation note that Node::add_child() fails if child already has a parent | zzwx | |
2019-08-14 | Add an "Auto" editor font hinting setting to match OS font rendering | Hugo Locurcio | |
The "Auto" setting picks the font hinting setting that best matches the operating system's font rendering settings. This font hinting setting is now the default. | |||
2019-08-14 | Replace legacy __sync atomic operations with newer __atomic ones | Charlène | |
2019-08-14 | Merge pull request #31263 from Chaosus/vs_plugin | Rémi Verschelde | |
Plugin support for visual shaders | |||
2019-08-14 | Plugin support for visual shaders | Yuri Roubinski | |
2019-08-14 | Merge pull request #31360 from nekomatata/fix-error-parallax-mirroring | Rémi Verschelde | |
Fixed error in ParallaxLayer when set_mirroring is called before entering the tree | |||
2019-08-14 | Merge pull request #31266 from ↵ | Rémi Verschelde | |
IAmActuallyCthulhu/pr/remove-redundant-author-comments Remove redundant author doc comments | |||
2019-08-14 | Merge pull request #31373 from KoBeWi/project_manager_alzheimer | Rémi Verschelde | |
Fix Project Manager not remembering sorting option | |||
2019-08-14 | Fixed error in ParallaxLayer when set_mirroring is called before entering ↵ | PouleyKetchoupp | |
the tree Fixes #31300 | |||
2019-08-14 | Fix Project Manager not remembering sorting option | Tomasz Chabora | |