Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-02 | Re-Implement GPU particles on master. | Juan Linietsky | |
-No new features yet -Unlike godot 3.x, sorting happens using GPU | |||
2020-09-02 | Merge pull request #41708 from madmiraal/fix-python-syntax | Rémi Verschelde | |
Merge python EnvironmentError, IOError and WindowsError into OSError. | |||
2020-09-02 | Merge python EnvironmentError, IOError and WindowsError into OSError. | Marcel Admiraal | |
2020-09-02 | Merge pull request #41190 from Xrayez/main-loop-type-class | Rémi Verschelde | |
Accept global classes for `MainLoop` type in project settings | |||
2020-09-02 | Merge pull request #41355 from Xrayez/port-gdscript-tests | Rémi Verschelde | |
Port GDScript test/debugging tools | |||
2020-09-02 | Merge pull request #41697 from EricEzaM/bug/editor-inspector-refresh-fix | Rémi Verschelde | |
Fix editor inspector refresh not working | |||
2020-09-02 | Fix editor inspector refresh not working | Eric M | |
2020-09-02 | Register GDScript test tools as test commands to run via command-line | Andrii Doroshenko (Xrayez) | |
2020-09-02 | Move GDScript tests to respective folder under modules | Andrii Doroshenko (Xrayez) | |
2020-09-01 | Merge pull request #40408 from Calinou/doc-font-missing-character | Rémi Verschelde | |
Document missing character behavior when drawing text with fonts | |||
2020-09-01 | Merge pull request #41338 from vnen/gdscript-compiler-abstraction | George Marques | |
Add GDScript code generation abstraction | |||
2020-09-01 | Merge pull request #41668 from clayjohn/GLOW-HQ | Rémi Verschelde | |
Add high quality glow mode | |||
2020-09-01 | Merge pull request #41659 from umarcor/doc/FileDialog/warning-sandbox | Rémi Verschelde | |
doc/FileDialog: warn about access limitations in sandboxed apps | |||
2020-09-01 | Fix invalid CSV in SDL2 controller mappings DB | Rémi Verschelde | |
Follow-up to a61cae14696732fca214902161f40450dec2f9cd. | |||
2020-09-01 | Merge pull request #41681 from SecretPanda420/patch-1 | Rémi Verschelde | |
Remove GitHub actions badge. | |||
2020-09-01 | Merge pull request #41679 from Calinou/doc-projectsettings-name-user-data | Rémi Verschelde | |
Document how renaming the project affects the user data path | |||
2020-09-01 | Merge pull request #41678 from JFonS/fix_sdf_jumpflood | Rémi Verschelde | |
Fix typo in SDF jumpflood shader | |||
2020-09-01 | Merge pull request #41669 from strank/hardcoded-op-max | Rémi Verschelde | |
Fix hard-coded OP_MAX in variant_op.cpp | |||
2020-09-01 | Merge pull request #41641 from skyace65/TextEdit | Rémi Verschelde | |
Document scroll horizontal and scroll vertical in text edit | |||
2020-09-01 | Merge pull request #37022 from aaronfranke/editor-plugin-iter-back | Rémi Verschelde | |
Iterate backwards over EditorPlugin's list of plugins in get_editor etc | |||
2020-09-01 | Merge pull request #41677 from Calinou/doc-rigidbody-sleeping | Rémi Verschelde | |
Document RigidBodies in character mode never sleeping automatically | |||
2020-09-01 | Merge pull request #40269 from Calinou/doc-animatedsprite2d-normal-specular | Rémi Verschelde | |
Document support for normal and specular maps in AnimatedSprite2D | |||
2020-09-01 | Remove GitHub actions badge. | Secret Panda | |
`Godot` workflow is long removed in `master`, and is only found in the `3.2-android-app-bundle` branch currently. As of now Github actions has no way to show `passing` if all checks are passed but only to show the badge of each workflow individually. We can make a feature request later on but for now, we should remove the `Godot CI` badge as it reflects completely something else. | |||
2020-09-01 | Add GDScript disassembler | George Marques | |
2020-09-01 | Change GDScript compiler to use codegen abstraction | George Marques | |
2020-09-01 | Add GDScript code generation interface | George Marques | |
Implement the abstraction by targeting the current VM. | |||
2020-09-01 | Document how renaming the project affects the user data path | Hugo Locurcio | |
2020-09-01 | Document RigidBodies in character mode never sleeping automatically | Hugo Locurcio | |
See #7996. | |||
2020-09-01 | doc/FileDialog: warn about access limitations in sandboxed apps | umarcor | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2020-09-01 | Document scroll horizontal and scroll vertical in text edit | skyace65 | |
2020-09-01 | Merge pull request #41674 from vnen/gdscript-2-fixes | Rémi Verschelde | |
GDScript bugfixing | |||
2020-09-01 | Fix typo in SDF jumpflood shader | JFonS | |
2020-09-01 | Document missing character behavior when drawing text with fonts | Hugo Locurcio | |
See #40405. | |||
2020-09-01 | GDScript: Don't mark function parameters as constant | George Marques | |
They can be reassigned as if it were a local variable. | |||
2020-09-01 | GDScript: Properly set class inheritance for global classes | George Marques | |
2020-09-01 | GDScript: Check for missing exponent when parsing numbers | George Marques | |
Also forbid multiple underscores in a row as numeric separator. | |||
2020-09-01 | GDScript: Fix analysis of singleton dependencies | George Marques | |
Sometimes a singleton might depend on another before they are fully compiled so we can't rely on globals in this case. | |||
2020-09-01 | GDScript: Allow "extends" to be used inside inner class | George Marques | |
2020-09-01 | GDScript: Allow "self" to be used in class level | George Marques | |
2020-09-01 | GDScript: Don't try to parse constant scripts that aren't valid | George Marques | |
Since it's likely that they won't parse correctly. | |||
2020-09-01 | Revert "Updated LineEdit to address #41278" | Rémi Verschelde | |
This reverts commit 71febfd6e2f6187fcc106ce715124cf173bfa0b8. | |||
2020-09-01 | Merge pull request #41505 from SekoiaTree/neg-get-child | Rémi Verschelde | |
Made get_child support negative indexes | |||
2020-09-01 | Merge pull request #41640 from EricEzaM/PR/popup-menu-rework-scroll-container | Rémi Verschelde | |
PopupMenu rework and enhancements. | |||
2020-09-01 | Made get_child support negative indexes, with documentation | SekoiaTree | |
2020-09-01 | Merge pull request #37240 from aaronfranke/pm-min-size | Rémi Verschelde | |
Change the "remove missing" button to disabled rather than hidden | |||
2020-09-01 | Merge pull request #40868 from aaronfranke/color-html-rgba | Rémi Verschelde | |
Change Color HTML conversion from ARGB to RGBA | |||
2020-09-01 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@d148c6ce4987e0cf58da8100c675eb5db8e43dfe. | |||
2020-09-01 | PopupMenu rework and enhancements | EricEzaM | |
Many scrolling behaviour improvements and the ability to limit popup size. | |||
2020-09-01 | Fix hard-coded OP_MAX in variant_op.cpp | strank | |
2020-09-01 | Merge pull request #41662 from YeldhamDev/scriptdiag_invalid_path_enter | Rémi Verschelde | |
Fix being able to create invalid scripts by pressing enter inside "Path" |