summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-07-22issue-40396 - Added missing error strings to JSON parsing when array or objec...Adam Bates
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-21Update core documentation to match recent C# changesAaron Franke
2020-07-20Merge pull request #40161 from vnen/classdb-info-methodsRémi Verschelde
2020-07-20Merge pull request #40468 from asmaloney/spelling-codeRémi Verschelde
2020-07-20Fix Directory make_dir and make_dir_recursiveNathan Franke
2020-07-17Fix spelling of a var, a struct, and message outputAndy Maloney
2020-07-14Merge pull request #40374 from Faless/udp/server_abstractionRémi Verschelde
2020-07-14UDPServer handles PacketPeerUDP-client associationFabio Alessandrelli
2020-07-14PO loader: Fix unclosed files and error messagesRémi Verschelde
2020-07-14Merge pull request #38440 from Paulb23/syntax_highlighter_refactorRémi Verschelde
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-13Fix overriding compression related settingsAndrii Doroshenko (Xrayez)
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Add core types to ScriptLanguagePaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-07-10Merge pull request #40121 from Calinou/enable-file-loggingRémi Verschelde
2020-07-10Follow-Up Fix Directory OpenNathan Franke
2020-07-09Keep debug & verbose options after loading project from project managerPouleyKetchoupp
2020-07-08Enable file logging by default on desktops to help with troubleshootingHugo Locurcio
2020-07-06Add sort and has methods to PackedArraysAaron Franke
2020-07-07Merge pull request #40151 from nathanfranke/fix-directory-open-checkRémi Verschelde
2020-07-06Add methods in ClassDB to get property/method/constant/enum infoGeorge Marques
2020-07-06Fix Directory Open CheckNathan Franke
2020-07-06Add a map of autoloads to ProjectSettingsGeorge Marques
2020-07-05Merge pull request #40138 from neikeq/error-macros-use-bool-literalsRémi Verschelde
2020-07-05Fix 'modernize-use-bool-literals' clang-tidy warnings in error macrosIgnacio Etcheverry
2020-07-04Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-03Image: Improve error messages for invalid creation sizeRémi Verschelde
2020-07-02Merge pull request #40009 from mrushyendra/ustring_overflow_masterRémi Verschelde
2020-07-02Merge pull request #34028 from nekomatata/list-erase-not-foundRémi Verschelde
2020-07-02Fix overflow and underflow checks for string conversion to intMaganty Rushyendra
2020-07-01Merge pull request #33061 from madmiraal/nullpointerdereferenceRémi Verschelde
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-07-01Call CRASH_COND_MSG if key not found in HashMap get function.Marcel Admiraal
2020-07-01Removed errors when List::erase() can't find the valuePouleyKetchoupp
2020-06-30Move frame delaying functions from Main to OS.Fabio Alessandrelli
2020-06-30Merge pull request #39986 from reduz/app-inout-notificationRémi Verschelde
2020-06-30Merge pull request #38920 from paulherman/tgaRémi Verschelde
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
2020-06-29Fix weekday calculation in get_datetime_from_unix_time for negative timesMaganty Rushyendra
2020-06-26Addition of SDFGI for open world global illuminationJuan Linietsky
2020-06-25Style: Fix copyright headersRémi Verschelde
2020-06-24Merge pull request #39617 from mrushyendra/bilinear_interpolationRémi Verschelde
2020-06-22Merge pull request #39755 from Faless/crypto/encryption_pr_4.0Rémi Verschelde
2020-06-19Merge pull request #39053 from timoschwarzer/static-assert-variant-arg-maxRémi Verschelde
2020-06-19Ensure FileAccessBuffered structs are properly initializedAndy Maloney