Rémi Verschelde
|
1b65550ec7
clang-format: Various fixes to comments alignment from `clang-format` 13
|
3 年之前 |
Yuri Sizov
|
b02c61ddb1
Ignore OS specific values (constants, project settings, properties)
|
4 年之前 |
Rémi Verschelde
|
81da3b8ba4
Use translated docs in PropertySelector
|
5 年之前 |
Rémi Verschelde
|
9729432ec0
i18n: Add support for translating the class reference
|
5 年之前 |
Hugo Locurcio
|
59eafe4cd3
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
|
4 年之前 |
Theraot
|
d03f7c0598
[3.x] Fix get_base_dir windows top level directory logic
|
4 年之前 |
Jonas Bernemann
|
3b5ee6a38a
String::format leave passed values untouched
|
4 年之前 |
Philip Whitfield
|
606331fdcb
fix url parsing with port numbers
|
4 年之前 |
Henry Conklin
|
a28beb3048
Add support for numeric XML entities to XMLParser
|
4 年之前 |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 年之前 |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 年之前 |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 年之前 |
Rémi Verschelde
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 年之前 |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 年之前 |
Fabio Alessandrelli
|
77e3514315
[Net] Implement String::parse_url for parsing URLs.
|
4 年之前 |
Daniel Kříž
|
edcb95cede
fix wrong encoding in uri_encode
|
4 年之前 |
abaire
|
b032067e42
Relaxes Node naming constraints in glTF documents to match the Editor.
|
4 年之前 |
kleonc
|
e900ca1f76
Make String::ends_with don't use String::rfind
|
4 年之前 |
Aaron Franke
|
226528097e
[3.2] Backport hex_to_int/bin_to_int zero check and C# changes
|
4 年之前 |
Vedat Günel
|
39cf22a9c7
Fix String.ends_with() for empty string arguments
|
4 年之前 |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 年之前 |
Fredia Huya-Kouadio
|
94aa09a854
Fix the `String::get_base_dir()` logic to properly check for top level directories on Windows.
|
4 年之前 |
Maganty Rushyendra
|
a46fd28ae3
Fix natural sort comparison for strings with large numbers
|
5 年之前 |
Serhat
|
09a8dd7b3b
Fixed padding bug of sprintf function
|
5 年之前 |
bruvzg
|
8dab067c01
Add missing NULL termination to the String::repeat function.
|
5 年之前 |
Maganty Rushyendra
|
7670e1fc79
Fix errors in overflow checks for String conversion to int
|
5 年之前 |
Rémi Verschelde
|
362193db6a
String: Use ABS macro in padding code
|
5 年之前 |
Maganty Rushyendra
|
6344b75453
Enable zero padding with float specifier for format strings
|
5 年之前 |
dankan1890
|
7ccfbd61a4
Fixed String::humanize_size crash.
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |