summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-05Fix dragging spinner without controlRafał Mikrut
2019-11-02Merge pull request #33182 from MCrafterzz/scaleSnapRémi Verschelde
Added snapping for scaling in 2D editor
2019-11-02Merge pull request #33256 from Chaosus/vs_fix_custom_nodesYuri Roubinsky
Sort custom vshader nodes+prevents them from divide to different folders
2019-11-02Sort custom vshader nodes+prevents them from divide to different foldersYuri Roubinsky
2019-11-02Added snapping for scaling in 2D editorMCrafterzz
2019-11-01Merge pull request #33238 from qarmin/other_fixesRémi Verschelde
Fix some crashes, overflows and using variables without values
2019-11-01Merge pull request #33246 from nekomatata/state-machine-rename-errorRémi Verschelde
Fixed error when renaming a state in AnimationNodeStateMachine
2019-11-01Fixed error when renaming a state in AnimationNodeStateMachinePouleyKetchoupp
Fixes #33245
2019-11-01GDScript: validate instance before accessing it on errorGeorge 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-01Merge pull request #33175 from Chaosus/shader_fix_builtin_crashesRémi Verschelde
Prevents shader crash on GLES2 if unsupported built-in has been used
2019-11-01Merge pull request #33239 from Omicron666/patch-1Rémi Verschelde
Fix: typo atleast -> at least
2019-11-01Merge pull request #33233 from hilfazer/dollar-quoted-autocompleteRémi Verschelde
$ autocompletion keeps quotation
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-11-01Fix: typo atleast -> at leastOmicron
Typo found in source string, reported by linux-man on weblate
2019-11-01GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques
Make sure the script is fully compiled before looking into the base.
2019-11-01Merge pull request #32643 from mewin/add_global_classGeorge Marques
Check for cyclic inheritance when adding a global script class
2019-11-01$ autocompletion keeps quotationhilfazer
2019-11-01Merge pull request #33202 from nekomatata/text-edit-search-usabilityRémi Verschelde
Improved TextEdit search usability & documentation
2019-11-01Merge pull request #33204 from akien-mga/prevent-crash-permission-issueRémi Verschelde
Prevent crash when we can't write to editor cache or config path
2019-11-01Merge pull request #33209 from Jummit/soft-body-tutorialRémi Verschelde
Link SoftBody tutorial in docs
2019-11-01Merge pull request #33210 from nekomatata/pool-array-emptyRémi Verschelde
Added empty() function to pool array types
2019-11-01Merge pull request #33211 from drentsoft/os_midi_documentation_branchRémi Verschelde
Added documentation for the OS class MIDI functions.
2019-11-01Merge pull request #33216 from nekomatata/help-editor-codeblockRémi Verschelde
Code sections improvements in editor help
2019-11-01Merge pull request #33229 from Jummit/document-force_update_transformRémi Verschelde
Document force_update_transform
2019-11-01Merge pull request #33232 from kraghot/Fix-Batch-RenameRémi Verschelde
Fix Batch Rename not opening
2019-11-01Fix Batch Rename not openingEdi Cikovic
2019-11-01document force_update_transformJummit
2019-11-01link SoftBody tutorial in docs and add ray_pickable propertyJummit
2019-11-01Merge pull request #33227 from SneakyFish5/patch-1Rémi Verschelde
Add new file in libogg readme
2019-11-01Merge pull request #33221 from drentsoft/area2d_tutorial_linkRémi Verschelde
Added link to Area2D tutorial in documentation.
2019-11-01Merge pull request #33219 from YeldhamDev/smarter_editor_dimRémi Verschelde
Make the editor dimming smarter
2019-10-31Add new file in libogg readmeJonathan Mannancheril
2019-10-31Added link to Area2D tutorial in documentation.Derwent Ready (drentsoft)
2019-10-31Make the editor dimming smarterMichael Alexsander
2019-10-31Code sections improvements in editor helpPouleyKetchoupp
- Removed extra new lines around code blocks - Different color for code and code blocks to make them more visible
2019-10-31Added documentation for the OS class MIDI functions.Derwent Ready (drentsoft)
2019-10-31Added empty() function to pool array typesPouleyKetchoupp
2019-10-31Merge pull request #33203 from aaronfranke/seperation-typoRémi Verschelde
Fix "seperate" typos
2019-10-31Prevent crash when we can't write to editor cache or config pathRé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-31Fix "seperate" typosAaron Franke
2019-10-31Merge pull request #33201 from Xrayez/json-err-printRémi Verschelde
Provide and print error messages for JSON parsing
2019-10-31Improved TextEdit search usability & documentationPouleyKetchoupp
2019-10-31Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)
Core is not touched, only for binding and scripting.
2019-10-31Merge pull request #33196 from conankzhang/fix-theme-typoRémi Verschelde
Fix a constant name typo for GridContainer when creating an editor theme.
2019-10-31Merge pull request #33174 from hbina/fix_srgb_to_linearRémi Verschelde
Fixed uinitialized variable in srgb_to_linear table
2019-10-31Fix a constant name typo for GridContainer when creating an editor theme.conankzhang
2019-10-31Merge pull request #33195 from conankzhang/doc-project-settingsRémi Verschelde
Add descriptions to set_initial_value and set_setting.
2019-10-31Merge pull request #33194 from conankzhang/doc-themeRémi Verschelde
Add descriptions to clear and copy_theme.
2019-10-31Merge pull request #33192 from SneakyFish5/update-liboggRémi Verschelde
Update libogg to upstream c8fca6b
2019-10-31Merge pull request #33189 from Calinou/configure-snap-improve-primary-stepRémi Verschelde
Improve the primary line setting display in the Configure Snap dialog