index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
StringUtils.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-17
Initial BungeeCord support.
madmaxoft
1
-0
/
+5
2014-08-29
Fixed spaces.
Mattes D
1
-1
/
+1
2014-08-29
Hotfixed recipe.txt loading.
Hownaer
1
-2
/
+2
2014-08-28
More template keyword fixes.
Mattes D
1
-2
/
+2
2014-08-28
Fixed spaces after "template" keyword.
Mattes D
1
-1
/
+1
2014-08-13
Fixed comments
Tycho
1
-5
/
+5
2014-08-13
Added missing header
Tycho
1
-0
/
+1
2014-08-13
Fixed Integer pasing warnings in CraftingRecipies.cpp
Tycho
1
-0
/
+62
2014-08-10
First Implementatation of new Loggin framework
Tycho
1
-1
/
+0
2014-08-04
Refactored case-conversion functions.
madmaxoft
1
-2
/
+5
2014-08-03
Attempting a compilation fix for gcc / clang.
madmaxoft
1
-0
/
+3
2014-07-17
Fixed basic whitespace problems.
madmaxoft
1
-9
/
+1
2014-05-09
Fixed MSVC 64-bit build warnings.
Mattes D
1
-2
/
+2
2014-05-08
Fixed MSVC 64-bit build warnings.
Mattes D
1
-2
/
+2
2014-05-03
cCHunkBuffer that compiles with TestGlobals.h
Tycho
1
-0
/
+3
2014-04-04
Fixed CreateHexDump's signedness.
madmaxoft
1
-1
/
+1
2014-04-04
More Clang warning fixes in the protocols.
madmaxoft
1
-1
/
+1
2014-04-01
Exported the Base64 encoding and decoding functions to Lua API.
madmaxoft
1
-2
/
+2
2014-03-14
Fixed xofts issues
Tycho
1
-4
/
+4
2014-03-11
Fixed more Format issues
Tycho
1
-1
/
+1
2014-03-11
Added macros to follow format string checking through wrappers
Tycho
1
-3
/
+3
2014-03-10
Fixed Alignment issue in ByteBuffer
Tycho
1
-1
/
+1
2014-01-16
Another VarArgs fix.
madmaxoft
1
-6
/
+2
2014-01-15
Using a 2nd argument instead of va_copy().
madmaxoft
1
-2
/
+6
2014-01-07
Added Base64Encode().
madmaxoft
1
-0
/
+3
2014-01-02
Fixed unaligned memory access in FastNBT.
madmaxoft
1
-0
/
+9
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-22
Added cFile:GetFolderContents().
madmaxoft
1
-3
/
+0
2013-10-04
Added Basic auth support to cHTTPRequest.
madmaxoft
1
-0
/
+3
2013-10-04
Added StrToLower(), URLDecode() and ReplaceAllCharOccurrences().
madmaxoft
1
-0
/
+3
2013-09-28
Added URLDecode() and ReplaceAllCharOccurrences() to StringUtils.
madmaxoft
1
-0
/
+6
2013-07-07
Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages.
madmaxoft@gmail.com
1
-4
/
+7
2013-07-07
Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.
madmaxoft@gmail.com
1
-0
/
+3
2013-05-01
StringUtils: Fixed StringSplit to work with multiple delimiters
madmaxoft@gmail.com
1
-2
/
+2
2013-03-14
Added water and lava springs.
madmaxoft@gmail.com
1
-3
/
+3
2013-03-04
Moved client socket accepting into a separate thread object, cListenThread
madmaxoft@gmail.com
1
-0
/
+2
2012-11-15
Added a Printf() function that returns a new AString by value.
madmaxoft@gmail.com
1
-0
/
+3
2012-09-02
Added a CreateHexDump() function for easier raw data debugging
madmaxoft@gmail.com
1
-0
/
+2
2012-08-28
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
madmaxoft@gmail.com
1
-0
/
+3
2012-08-23
Added a RateCompareString function to StringUtils
faketruth
1
-0
/
+3
2012-08-17
Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )
madmaxoft@gmail.com
1
-0
/
+3
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-62
/
+62
2012-06-04
Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.
madmaxoft@gmail.com
1
-0
/
+3
2012-03-25
A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringList
madmaxoft@gmail.com
1
-0
/
+5
2012-02-18
Moved stdarg.h inclusion into Globals.h
madmaxoft@gmail.com
1
-4
/
+0
2012-02-03
MCServer should be running fast again on Linux!! YAAAY!!
faketruth
1
-0
/
+4
2012-02-01
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
1
-0
/
+3
2012-02-01
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
1
-0
/
+51