Kiro
|
83d4bde0a2
When calling code has length of string, pass it to parse_utf8
|
8 months ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Ignacio Roldán Etcheverry
|
124fbf95f8
C#: Move marshaling logic and generated glue to C#
|
4 years ago |
bruvzg
|
0c5431644d
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
3 years ago |
iamjsk10
|
d3a839f4b1
Mono: Fix typo to `foreach` C# keyword
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Hugo Locurcio
|
ce97ddbcb1
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
|
3 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Hugo Locurcio
|
fc0bfbb33b
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
|
4 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 years ago |
Marcel Admiraal
|
da5d7db610
Rename File::get_len() get_length()
|
4 years ago |
Pedro J. Estébanez
|
469fa47e06
Make all file access 64-bit (uint64_t)
|
6 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Ignacio Etcheverry
|
2511c43972
Mono/C#: Fix several clang-tidy warnings and cleanup
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Hugo Locurcio
|
596d426151
Remove some C++11 polyfill defines that are no longer needed
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Ignacio Etcheverry
|
2b67924a0b
Mono/C#: Initial exporter support for AOT compilation
|
5 years ago |
Rémi Verschelde
|
dec10dd776
Merge pull request #32051 from qarmin/some_error_explanation
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Ignacio Etcheverry
|
3dcd7e54f4
Mono: Fix unable to create log file due to str_format bug
|
6 years ago |
Ignacio Etcheverry
|
c55ce204b3
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
|
6 years ago |
qarmin
|
9a77d748c0
Fixes minor issues found by static analyzer
|
6 years ago |
ShyRed
|
77ab9ba252
Fix generation of Mono Glue for Visual Studio 2017+
|
6 years ago |