summaryrefslogtreecommitdiffstats
path: root/src/StringUtils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-27/+0
* Use more URL-Encoding when sending API requests.Alexander Harkness2021-08-231-0/+3
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-3/+3
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-2/+0
* Update submodulesTiger Wang2020-07-231-7/+7
* Update fmt to 6.2.0 (#4718)peterbell102020-05-051-7/+15
* StringUtils: Added note to StringsConcat about StringJoin.Mattes D2020-01-071-1/+2
* Ignore whitespace only lines in brewing and furnace recipes (#4332)peterbell102019-06-111-0/+3
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Smelting Gives Experience (#4094)Alex Sweet2018-04-111-0/+3
* Add the fmt library (#4065)peterbell102018-01-031-11/+13
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-0/+3
* Remove double includes part 2 (#3890)peterbell102017-08-031-3/+0
* PieceGenerator: Added rotation-aware vertical connectors.Mattes D2017-02-131-3/+3
* Refactored to put URL Encoding / Decoding in a single place. (#3491)Mattes D2016-12-251-2/+13
* Added PieceStructures generator.Mattes D2015-12-011-0/+37
* Improved types of utf 16 stringstycho2015-10-021-1/+1
* Unified the doxy-comment format.Mattes D2015-07-311-7/+7
* Fix FreeBSD/clang errors caused by -Werrorlinnemannr2015-05-301-0/+6
* Fixed a lot of warningstycho2015-05-191-2/+2
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-1/+1
* Fixes #493 and #490flx52015-03-111-0/+5
* StringUtils: Added string vector manipulation.Mattes D2015-01-271-1/+10
* Fixed warnings in StringUtils.Mattes D2015-01-211-20/+31
* Bug fixTiger Wang2014-09-271-2/+2
* Initial BungeeCord support.madmaxoft2014-09-171-0/+5
* Fixed spaces.Mattes D2014-08-291-1/+1
* Hotfixed recipe.txt loading.Hownaer2014-08-291-2/+2
* More template keyword fixes.Mattes D2014-08-281-2/+2
* Merge remote-tracking branch 'origin/master' into CraftingFixesMattes D2014-08-281-1/+0
|\
| * First Implementatation of new Loggin frameworkTycho2014-08-101-1/+0
* | Fixed spaces after "template" keyword.Mattes D2014-08-281-1/+1
* | Fixed commentsTycho2014-08-131-5/+5
* | Added missing headerTycho2014-08-131-0/+1
* | Fixed Integer pasing warnings in CraftingRecipies.cppTycho2014-08-131-0/+62
|/
* Refactored case-conversion functions.madmaxoft2014-08-041-2/+5
* Attempting a compilation fix for gcc / clang.madmaxoft2014-08-031-0/+3
* Fixed basic whitespace problems.madmaxoft2014-07-171-9/+1
* Merge branch 'master' into chunksparsing/structsTycho2014-05-101-2/+2
|\
| * Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-2/+2
* | cCHunkBuffer that compiles with TestGlobals.hTycho2014-05-031-0/+3
|/
* Fixed CreateHexDump's signedness.madmaxoft2014-04-041-1/+1
* More Clang warning fixes in the protocols.madmaxoft2014-04-041-1/+1
* Exported the Base64 encoding and decoding functions to Lua API.madmaxoft2014-04-011-2/+2
* Fixed xofts issuesTycho2014-03-141-4/+4
* Fixed more Format issuesTycho2014-03-111-1/+1
* Added macros to follow format string checking through wrappersTycho2014-03-111-3/+3
* Fixed Alignment issue in ByteBufferTycho2014-03-101-1/+1
* Another VarArgs fix.madmaxoft2014-01-161-6/+2
* Using a 2nd argument instead of va_copy().madmaxoft2014-01-151-2/+6
* Added Base64Encode().madmaxoft2014-01-071-0/+3
* Fixed unaligned memory access in FastNBT.madmaxoft2014-01-021-0/+9
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-3/+0
* Moved source to srcAlexander Harkness2013-11-241-0/+96