summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2021-07-22Make Object "meta" functions take StringName.Fabio Alessandrelli
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-22Implement textual ext/subresource IDs.reduz
2021-07-22Merge pull request #50319 from nekomatata/optimize-node-path-checkRémi Verschelde
2021-07-21Add min_axis and max_axis to Vector2iGilles Roudière
2021-07-21Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio
2021-07-20Adds ability to debug stringnamesreduz
2021-07-20Merge pull request #50655 from JFonS/sname_optRémi Verschelde
2021-07-20Editor StringName and Viewport optimizationsJoan Fons
2021-07-20Merge pull request #49882 from Faless/mp/4.x_rpc_gdFabio Alessandrelli
2021-07-20Sync controller mappings DB with SDL2 community repoRémi Verschelde
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-07-20Merge pull request #50518 from timothyqiu/locale-azRémi Verschelde
2021-07-20Merge pull request #50206 from groud/undoredo_increase_args_countRémi Verschelde
2021-07-18Optimize StringName usagereduz
2021-07-17[HTML5] Add 2 controllers to the godot database.Fabio Alessandrelli
2021-07-17Implement didSave notification and rename requestFrancois Belair
2021-07-16Merge pull request #46554 from likeich/is_server_quiet_failureFabio Alessandrelli
2021-07-16Merge pull request #47395 from sygi/shape_idx_collisionHugo Locurcio
2021-07-16Fix missing locale namesHaoyu Qiu
2021-07-15Add ability to set object instance binding on creationreduz
2021-07-15Fix equality operators in List's ConstIteratorJoan Fons
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-07-13Merge pull request #50056 from Blackiris/fix-in-operatorGeorge Marques
2021-07-13Merge pull request #50381 from reduz/implement-disable-classesRémi Verschelde
2021-07-13Merge pull request #50169 from pycbouh/theme-type-variationsRémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-07-13Merge pull request #50412 from timothyqiu/fastlz-decompressRémi Verschelde
2021-07-13Let thread func have optional parameterFaymoon
2021-07-13Fix decompression with FastLZ when buffer size is less than 16 bytesHaoyu Qiu
2021-07-13Merge pull request #49291 from NoFr1ends/fix-49262Rémi Verschelde
2021-07-13Merge pull request #50304 from timothyqiu/memfree-paramRémi Verschelde
2021-07-13Add type variations to ThemeYuri Sizov
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-07-12Change VSync mode project setting enum type from string to integerHendrik Brucker
2021-07-11[Net] Fix crash when receiving RPC on node without a script.Fabio Alessandrelli
2021-07-11Merge pull request #50362 from timothyqiu/http-eofRémi Verschelde
2021-07-11Fix unicode invalid skip error in AssetLibHaoyu Qiu
2021-07-11Handle Z_BUF_ERROR in decompress_dynamicHaoyu Qiu
2021-07-10Merge pull request #48622 from Geometror/reimplement-disableable-vsyncHugo Locurcio
2021-07-09Merge pull request #50290 from reduz/redo-instance-bindingsRémi Verschelde
2021-07-09Optimize NodePath update when renaming or deleting nodes in the editorPouleyKetchoupp
2021-07-09Fix memfree parameter nameHaoyu Qiu
2021-07-08Implement Range Iteratorsreduz
2021-07-08Redo how instance bindings workreduz
2021-07-06Unify material parameter updatereduz
2021-07-06Increase the number of arguments accepted by UndoRedo methodsGilles Roudière
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-07-06Added EditorInspectorPlugin to aid in editing InputEvents in resources and sh...Eric M
2021-07-05Fix Variant tags parsing.bruvzg