Age | Commit message (Expand) | Author |
2020-07-20 | Merge pull request #40161 from vnen/classdb-info-methods | Rémi Verschelde |
2020-07-20 | Merge pull request #40468 from asmaloney/spelling-code | Rémi Verschelde |
2020-07-20 | Fix Directory make_dir and make_dir_recursive | Nathan Franke |
2020-07-17 | Fix spelling of a var, a struct, and message output | Andy Maloney |
2020-07-15 | Docs: Ignore OS specific values (constants, project settings, properties). | bruvzg |
2020-07-14 | Merge pull request #40374 from Faless/udp/server_abstraction | Rémi Verschelde |
2020-07-14 | UDPServer handles PacketPeerUDP-client association | Fabio Alessandrelli |
2020-07-14 | PO loader: Fix unclosed files and error messages | Rémi Verschelde |
2020-07-14 | Merge pull request #38440 from Paulb23/syntax_highlighter_refactor | Rémi Verschelde |
2020-07-13 | Commit other files changed by file_format.sh | Aaron Franke |
2020-07-13 | Fix overriding compression related settings | Andrii Doroshenko (Xrayez) |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-11 | Add core types to ScriptLanguage | Paulb23 |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-10 | Merge pull request #40121 from Calinou/enable-file-logging | Rémi Verschelde |
2020-07-10 | Follow-Up Fix Directory Open | Nathan Franke |
2020-07-09 | Keep debug & verbose options after loading project from project manager | PouleyKetchoupp |
2020-07-08 | Enable file logging by default on desktops to help with troubleshooting | Hugo Locurcio |
2020-07-06 | Add sort and has methods to PackedArrays | Aaron Franke |
2020-07-07 | Merge pull request #40151 from nathanfranke/fix-directory-open-check | Rémi Verschelde |
2020-07-06 | Add methods in ClassDB to get property/method/constant/enum info | George Marques |
2020-07-06 | Fix Directory Open Check | Nathan Franke |
2020-07-06 | Add a map of autoloads to ProjectSettings | George Marques |
2020-07-05 | Merge pull request #40138 from neikeq/error-macros-use-bool-literals | Rémi Verschelde |
2020-07-05 | Fix 'modernize-use-bool-literals' clang-tidy warnings in error macros | Ignacio Etcheverry |
2020-07-04 | Fix natural sort comparison for strings with large numbers | Maganty Rushyendra |
2020-07-04 | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-07-03 | Image: Improve error messages for invalid creation size | Rémi Verschelde |
2020-07-02 | Merge pull request #40009 from mrushyendra/ustring_overflow_master | Rémi Verschelde |
2020-07-02 | Merge pull request #34028 from nekomatata/list-erase-not-found | Rémi Verschelde |
2020-07-02 | Fix overflow and underflow checks for string conversion to int | Maganty Rushyendra |
2020-07-01 | Merge pull request #33061 from madmiraal/nullpointerdereference | Rémi Verschelde |
2020-07-01 | Merge pull request #38713 from aaronfranke/string-64bit | Rémi Verschelde |
2020-07-01 | Call CRASH_COND_MSG if key not found in HashMap get function. | Marcel Admiraal |
2020-07-01 | Removed errors when List::erase() can't find the value | PouleyKetchoupp |
2020-06-30 | Move frame delaying functions from Main to OS. | Fabio Alessandrelli |
2020-06-30 | Merge pull request #39986 from reduz/app-inout-notification | Rémi Verschelde |
2020-06-30 | Merge pull request #38920 from paulherman/tga | Rémi Verschelde |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-29 | Added Custom Performance Monitor and feature to read intermediate values of M... | simpu |
2020-06-29 | Fix weekday calculation in get_datetime_from_unix_time for negative times | Maganty Rushyendra |
2020-06-26 | Addition of SDFGI for open world global illumination | Juan Linietsky |
2020-06-25 | Style: Fix copyright headers | Rémi Verschelde |
2020-06-24 | Merge pull request #39617 from mrushyendra/bilinear_interpolation | Rémi Verschelde |
2020-06-22 | Merge pull request #39755 from Faless/crypto/encryption_pr_4.0 | Rémi Verschelde |
2020-06-19 | Merge pull request #39053 from timoschwarzer/static-assert-variant-arg-max | Rémi Verschelde |
2020-06-19 | Ensure FileAccessBuffered structs are properly initialized | Andy Maloney |
2020-06-19 | Fix upscaling image with bilinear interpolation option specified | Maganty Rushyendra |
2020-06-18 | Implement RSA encryption/decryption. | Fabio Alessandrelli |