summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-10Fixes HTTPClient::poll crash after connection is self-assignedHaoyu Qiu
2020-10-05Improve format version mismatch error in binary loaderRémi Verschelde
2020-09-28Rename the ".import" folder to ".godot/imported"Aaron Franke
2020-09-19Fix crash when opening a ZIP data packHugo Locurcio
2020-09-07Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde
2020-09-07Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03Ensure header guards enclose entire header.Marcel Admiraal
2020-09-03Merge pull request #41460 from Calinou/improve-resource-load-fail-messageRémi Verschelde
2020-09-03Merge pull request #40400 from Arivval/load-resourcepack-with-offsetRémi Verschelde
2020-09-02added load resource pack with offset featureYilin Ma
2020-09-02HTTPRequest now accepts gzipAdam Brown
2020-08-31[funexpected] clear missed remaps on deinitialization, fixes godotengine/godo...Yakov Borevich
2020-08-22Improve the resource loading error message to mention the need to importHugo Locurcio
2020-08-19Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ
2020-08-19Added plurals and context support to TranslationSkyJJ
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-22issue-40396 - Added missing error strings to JSON parsing when array or objec...Adam Bates
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy 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-10Add override keywords.Marcel Admiraal
2020-07-08Enable file logging by default on desktops to help with troubleshootingHugo Locurcio
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-19Ensure FileAccessBuffered structs are properly initializedAndy Maloney
2020-06-06Fix editor crash when mbedtls is disabled.Fabio Alessandrelli
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-05-03Remove some C++11 polyfill defines that are no longer neededHugo Locurcio
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-20Revert "Made possible to specify where to dump the contents when loading a "....Rémi Verschelde
2020-04-16Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-03-21Fix potential divisions by 0 reported by MSVCRémi Verschelde
2020-03-20i18n: Fix parsing of multiple escapes before quotesThakee Nathees