index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mono
/
class_db_api_json.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-2
/
+2
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use `JSON::stringify` where possible
Micky
2022-10-11
1
-2
/
+1
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-1
/
+1
*
Add a new HashMap implementation
reduz
2022-05-12
1
-27
/
+14
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-3
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-6
/
+6
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-19
/
+19
*
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
1
-1
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-6
/
+6
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-05
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-6
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Fix ClassDB API portability with some android and editor classes
Ignacio Etcheverry
2020-01-19
1
-0
/
+7
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-28
1
-2
/
+2
*
Fix mono module build errors for release templates
Ignacio Etcheverry
2019-07-20
1
-0
/
+4
*
Fix EditorNavigationMeshGenerator registered in Core API
Ignacio Etcheverry
2019-07-09
1
-0
/
+242