summaryrefslogtreecommitdiffstats
path: root/modules/mono/class_db_api_json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use `JSON::stringify` where possibleMicky2022-10-111-2/+1
* Make enum/constant binds 64-bit.bruvzg2022-06-171-1/+1
* Add a new HashMap implementationreduz2022-05-121-27/+14
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-19/+19
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-1/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-191-0/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-281-2/+2
* Fix mono module build errors for release templatesIgnacio Etcheverry2019-07-201-0/+4
* Fix EditorNavigationMeshGenerator registered in Core APIIgnacio Etcheverry2019-07-091-0/+242