Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Henry Conklin a28beb3048 Add support for numeric XML entities to XMLParser 4 gadi atpakaļ
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 gadi atpakaļ
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 gadi atpakaļ
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 gadi atpakaļ
  Rémi Verschelde 64a63e0861 Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 4 gadi atpakaļ
  Rémi Verschelde 3d15f04668 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 4 gadi atpakaļ
  Fabio Alessandrelli 77e3514315 [Net] Implement String::parse_url for parsing URLs. 4 gadi atpakaļ
  Daniel Kříž edcb95cede fix wrong encoding in uri_encode 4 gadi atpakaļ
  abaire b032067e42 Relaxes Node naming constraints in glTF documents to match the Editor. 4 gadi atpakaļ
  kleonc e900ca1f76 Make String::ends_with don't use String::rfind 4 gadi atpakaļ
  Aaron Franke 226528097e [3.2] Backport hex_to_int/bin_to_int zero check and C# changes 4 gadi atpakaļ
  Vedat Günel 39cf22a9c7 Fix String.ends_with() for empty string arguments 4 gadi atpakaļ
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 gadi atpakaļ
  Fredia Huya-Kouadio 94aa09a854 Fix the `String::get_base_dir()` logic to properly check for top level directories on Windows. 4 gadi atpakaļ
  Maganty Rushyendra a46fd28ae3 Fix natural sort comparison for strings with large numbers 5 gadi atpakaļ
  Serhat 09a8dd7b3b Fixed padding bug of sprintf function 5 gadi atpakaļ
  bruvzg 8dab067c01 Add missing NULL termination to the String::repeat function. 5 gadi atpakaļ
  Maganty Rushyendra 7670e1fc79 Fix errors in overflow checks for String conversion to int 5 gadi atpakaļ
  Rémi Verschelde 362193db6a String: Use ABS macro in padding code 5 gadi atpakaļ
  Maganty Rushyendra 6344b75453 Enable zero padding with float specifier for format strings 5 gadi atpakaļ
  dankan1890 7ccfbd61a4 Fixed String::humanize_size crash. 5 gadi atpakaļ
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 gadi atpakaļ
  Haoyu Qiu e7e095da3f Encodes property names properly in project.godot 5 gadi atpakaļ
  Yuri Roubinsky 8674655a45 Fix build warning in ustring.cpp on Windows/MSVC platform 5 gadi atpakaļ
  Catchawink b2a14042d5 Fixed issues with using a relative path in the export window. 5 gadi atpakaļ
  Rafał Mikrut ed1c4bc77d Removed unused variables, add some constants numbers 5 gadi atpakaļ
  Rafał Mikrut 99d8626f4a Fix some overflows and unitialized variables 5 gadi atpakaļ
  bruvzg 5d6ff7f2a2 Fix MinGW/clang/LLD/UCRT build. 6 gadi atpakaļ
  Jamie Pate bdb7adecfb Fix #24137 Different number of leading zeros on MINGW printf("%lg") 6 gadi atpakaļ
  Rafał Mikrut 9ddb3265e1 Fix some crashes, overflows and using variables without values 6 gadi atpakaļ