0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved Markdown generation in `make_md.py`: (#1200) More... 7 days ago
Setup CI to pull the class DB from the engine (#1198) More... 8 days ago
update Redot docs link More... 13 days ago
Bump Version 26.2-alpha.1 More... 27 days ago
Merge pull request #1185 from Redot-Engine/dev More... 27 days ago
Remove Singleton Pattern and fix crash in Skeleton3D Editor
Jon
More... 28 days ago
Bump version - 26.1-stable More... 28 days ago
Update PR template to target `master` branch instead of `dev` More... 28 days ago
Fixed addons being unable to read project settings #1180 PR #1142 fixes a remote code execution vulnerability by disallowing deserialization of objects by default. The PR correctly bypasses the security measure when loading project settings from `project.godot`, but some addons also store their configuration settings in there as well, and are not aware of this security feature and thus the call will generate an error. This commit adds a check to determine if we are trying to access a project file, and if so, to allow for deserialization of raw objects which is needed for reading project settings. More... 29 days ago
Fix off by 1 error with resizing More... 30 days ago
Cache StringNames & NodePaths (squash 2) More... about 1 month ago
Update Authors More... about 1 month ago
X11: Allow moving a fullscreen/maximized window to another screen/display (#1163)
AR
More... about 1 month ago
Updated the SignalSmith module to be much easier to work with. (#1164) More... about 1 month ago
GH-1151 Fix ScrollContainer max size being ignored (#1168)
Jon
More... about 1 month ago
Update Redot Donor Information More... about 1 month ago
Revert "EditorRun: Load `override.cfg` to get window configuration for embedded mode" More... about 1 month ago
Merge pull request #1158 from Arctis-Fireblight/dev More... about 1 month ago
Update release CI scripts More... about 1 month ago
Bump version More... about 1 month ago
Fix formatting after sync. More... about 1 month ago
Merge remote-tracking branch 'godot-upstream/4.5' into dev More... about 1 month ago
Add make-md.py More... about 1 month ago
Merge pull request #115034 from akien-mga/4.5-cherrypicks More... about 1 month ago
Fix Sprite3D modulate propagation on reparenting More... about 1 month ago
Windows: Add missing `extern "C"` for `hidsdi.h` on MinGW < 12.0.0 More... about 1 month ago
feat: Native Model Context Protocol (MCP) Server & Automation Suite (#1154) More... about 1 month ago
Remove link for consoles in EditorExportPlatform More... about 1 month ago
Split `EmbeddedProcess::reset` to allow stopping timers without full reset. More... about 1 month ago
Refactor automatic splash background color. (#1149) More... about 1 month ago