Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-10 | Memory leak and crash fixes | Rafał Mikrut | |
2019-11-02 | Merge pull request #33182 from MCrafterzz/scaleSnap | Rémi Verschelde | |
Added snapping for scaling in 2D editor | |||
2019-11-02 | Merge pull request #33256 from Chaosus/vs_fix_custom_nodes | Yuri Roubinsky | |
Sort custom vshader nodes+prevents them from divide to different folders | |||
2019-11-02 | Sort custom vshader nodes+prevents them from divide to different folders | Yuri Roubinsky | |
2019-11-02 | Added snapping for scaling in 2D editor | MCrafterzz | |
2019-11-01 | Merge pull request #33238 from qarmin/other_fixes | Rémi Verschelde | |
Fix some crashes, overflows and using variables without values | |||
2019-11-01 | Merge pull request #33246 from nekomatata/state-machine-rename-error | Rémi Verschelde | |
Fixed error when renaming a state in AnimationNodeStateMachine | |||
2019-11-01 | Fixed error when renaming a state in AnimationNodeStateMachine | PouleyKetchoupp | |
Fixes #33245 | |||
2019-11-01 | GDScript: validate instance before accessing it on error | George Marques | |
Make sure the instance is valid before trying to access the script in after an error happened. If the instance is not valid it's possible that the script is invalid as well. Fix #29623 | |||
2019-11-01 | Merge pull request #33175 from Chaosus/shader_fix_builtin_crashes | Rémi Verschelde | |
Prevents shader crash on GLES2 if unsupported built-in has been used | |||
2019-11-01 | Merge pull request #33239 from Omicron666/patch-1 | Rémi Verschelde | |
Fix: typo atleast -> at least | |||
2019-11-01 | Merge pull request #33233 from hilfazer/dollar-quoted-autocomplete | Rémi Verschelde | |
$ autocompletion keeps quotation | |||
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut | |
2019-11-01 | Fix: typo atleast -> at least | Omicron | |
Typo found in source string, reported by linux-man on weblate | |||
2019-11-01 | GDScript: Avoid editor crashes when there's cyclic inheritance | George Marques | |
Make sure the script is fully compiled before looking into the base. | |||
2019-11-01 | Merge pull request #32643 from mewin/add_global_class | George Marques | |
Check for cyclic inheritance when adding a global script class | |||
2019-11-01 | $ autocompletion keeps quotation | hilfazer | |
2019-11-01 | Merge pull request #33202 from nekomatata/text-edit-search-usability | Rémi Verschelde | |
Improved TextEdit search usability & documentation | |||
2019-11-01 | Merge pull request #33204 from akien-mga/prevent-crash-permission-issue | Rémi Verschelde | |
Prevent crash when we can't write to editor cache or config path | |||
2019-11-01 | Merge pull request #33209 from Jummit/soft-body-tutorial | Rémi Verschelde | |
Link SoftBody tutorial in docs | |||
2019-11-01 | Merge pull request #33210 from nekomatata/pool-array-empty | Rémi Verschelde | |
Added empty() function to pool array types | |||
2019-11-01 | Merge pull request #33211 from drentsoft/os_midi_documentation_branch | Rémi Verschelde | |
Added documentation for the OS class MIDI functions. | |||
2019-11-01 | Merge pull request #33216 from nekomatata/help-editor-codeblock | Rémi Verschelde | |
Code sections improvements in editor help | |||
2019-11-01 | Merge pull request #33229 from Jummit/document-force_update_transform | Rémi Verschelde | |
Document force_update_transform | |||
2019-11-01 | Merge pull request #33232 from kraghot/Fix-Batch-Rename | Rémi Verschelde | |
Fix Batch Rename not opening | |||
2019-11-01 | Fix Batch Rename not opening | Edi Cikovic | |
2019-11-01 | document force_update_transform | Jummit | |
2019-11-01 | link SoftBody tutorial in docs and add ray_pickable property | Jummit | |
2019-11-01 | Merge pull request #33227 from SneakyFish5/patch-1 | Rémi Verschelde | |
Add new file in libogg readme | |||
2019-11-01 | Merge pull request #33221 from drentsoft/area2d_tutorial_link | Rémi Verschelde | |
Added link to Area2D tutorial in documentation. | |||
2019-11-01 | Merge pull request #33219 from YeldhamDev/smarter_editor_dim | Rémi Verschelde | |
Make the editor dimming smarter | |||
2019-10-31 | Add new file in libogg readme | Jonathan Mannancheril | |
2019-10-31 | Added link to Area2D tutorial in documentation. | Derwent Ready (drentsoft) | |
2019-10-31 | Make the editor dimming smarter | Michael Alexsander | |
2019-10-31 | Code sections improvements in editor help | PouleyKetchoupp | |
- Removed extra new lines around code blocks - Different color for code and code blocks to make them more visible | |||
2019-10-31 | Added documentation for the OS class MIDI functions. | Derwent Ready (drentsoft) | |
2019-10-31 | Added empty() function to pool array types | PouleyKetchoupp | |
2019-10-31 | Merge pull request #33203 from aaronfranke/seperation-typo | Rémi Verschelde | |
Fix "seperate" typos | |||
2019-10-31 | Prevent crash when we can't write to editor cache or config path | Rémi Verschelde | |
This can happen if users somehow got wrong user permissions assigned to their Godot cache, config or data paths (e.g. `~/.config/godot`). The error messages should give them a hint as to what the issue may be. Fixes #33199. There may be other situations that still lead to a crash, we need to review all uses of `FileAccess::open` with `FileAccess::WRITE` mode to ensure that proper pointer validation is done. | |||
2019-10-31 | Fix "seperate" typos | Aaron Franke | |
2019-10-31 | Merge pull request #33201 from Xrayez/json-err-print | Rémi Verschelde | |
Provide and print error messages for JSON parsing | |||
2019-10-31 | Improved TextEdit search usability & documentation | PouleyKetchoupp | |
2019-10-31 | Provide and print error messages for JSON parsing | Andrii Doroshenko (Xrayez) | |
Core is not touched, only for binding and scripting. | |||
2019-10-31 | Merge pull request #33196 from conankzhang/fix-theme-typo | Rémi Verschelde | |
Fix a constant name typo for GridContainer when creating an editor theme. | |||
2019-10-31 | Merge pull request #33174 from hbina/fix_srgb_to_linear | Rémi Verschelde | |
Fixed uinitialized variable in srgb_to_linear table | |||
2019-10-31 | Fix a constant name typo for GridContainer when creating an editor theme. | conankzhang | |
2019-10-31 | Merge pull request #33195 from conankzhang/doc-project-settings | Rémi Verschelde | |
Add descriptions to set_initial_value and set_setting. | |||
2019-10-31 | Merge pull request #33194 from conankzhang/doc-theme | Rémi Verschelde | |
Add descriptions to clear and copy_theme. | |||
2019-10-31 | Merge pull request #33192 from SneakyFish5/update-libogg | Rémi Verschelde | |
Update libogg to upstream c8fca6b | |||
2019-10-31 | Merge pull request #33189 from Calinou/configure-snap-improve-primary-step | Rémi Verschelde | |
Improve the primary line setting display in the Configure Snap dialog |