summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
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-27Improve/fix packed data APIPedro J. Estébanez
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-05add root_node as property of MultiplayerAPIJummit
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
2020-03-20i18n: Add support for translating the class referenceRémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-13Merge pull request #36599 from AndreaCatania/gen_rpc_data_exportRémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-03-08Add TCP poll function (not exposed).Fabio Alessandrelli
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-05ConfigFile: Improve error messages and complete docsRémi Verschelde
2020-03-04Merge pull request #36733 from qarmin/static_analyzer_fixesRémi Verschelde
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-03-02Fixes bugs found by Sonarcloud and Coverityqarmin
2020-02-28Merge pull request #36640 from reduz/resource-loader-refactorRémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky