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
/
source
/
OSSupport
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a basic RCON protocol
madmaxoft@gmail.com
2013-06-27
2
-13
/
+19
*
Socket: Removed the absurd function returning localhost addr, now using INADDR_LOOPBACK
madmaxoft@gmail.com
2013-06-15
2
-17
/
+2
*
Added base Code::Blocks project (WIP, still doesn't compile) and fixed some source errors with MinGW.
madmaxoft@gmail.com
2013-05-25
1
-11
/
+26
*
File: Added file rename and deletion functions
madmaxoft@gmail.com
2013-05-01
2
-0
/
+24
*
ListenThread: Fixed socket-querying, might have crashed some linux versions.
madmaxoft@gmail.com
2013-04-01
1
-1
/
+1
*
ListenThread now reports the protocol used (IPv4 - IPv6) in its error messages
madmaxoft@gmail.com
2013-03-29
1
-8
/
+8
*
Fixed a problem in Linux handling of ListenThread.
madmaxoft@gmail.com
2013-03-23
1
-1
/
+4
*
Added water and lava springs.
madmaxoft@gmail.com
2013-03-14
1
-3
/
+3
*
Made ListenThread an OSSupport part, as it's generic enough
madmaxoft@gmail.com
2013-03-05
2
-0
/
+304
*
IPv6: Windows XP doesn't have the inet_pton() function, resorting to custom-formatting the address
madmaxoft@gmail.com
2013-03-05
1
-3
/
+17
*
IPv6 support: fixed IP string getting on accept()
madmaxoft
2013-03-05
3
-16
/
+22
*
Fixed logic in socketthreads connecting
madmaxoft@gmail.com
2013-03-05
1
-2
/
+2
*
IPv6 support + removed cTCPLink from Lua API
madmaxoft@gmail.com
2013-03-05
5
-207
/
+88
*
Moved client socket accepting into a separate thread object, cListenThread
madmaxoft@gmail.com
2013-03-04
1
-2
/
+5
*
Starting an IPv6 support / cSocket rewrite
madmaxoft@gmail.com
2013-03-04
3
-10
/
+34
*
AnvilStats: Added ChunkExtract mode of operation, splitting Anvil files into individual chunks.
madmaxoft@gmail.com
2013-02-25
3
-5
/
+6
*
cBlockArea can now be saved as a .schematic file.
madmaxoft@gmail.com
2013-02-07
2
-2
/
+31
*
Added a cGZipFile class for reading GZipped files.
madmaxoft@gmail.com
2013-02-07
4
-13
/
+133
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
2
-24
/
+24
*
Fixed cCriticalSection's debugging functions
madmaxoft@gmail.com
2012-12-14
2
-5
/
+10
*
SocketThreads fixes for crashes reported in FS #272
madmaxoft@gmail.com
2012-11-22
3
-11
/
+15
*
More valgrind fixes
madmaxoft@gmail.com
2012-11-15
1
-2
/
+1
*
Critical sections aren't heap-allocated in linux anymore.
madmaxoft@gmail.com
2012-10-26
2
-31
/
+27
*
SocketThread: clients aren't double-removed anymore.
madmaxoft@gmail.com
2012-09-29
2
-22
/
+0
*
Extended the cFile interface with Printf()
madmaxoft@gmail.com
2012-09-29
2
-0
/
+16
*
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
2012-09-25
3
-69
/
+62
*
Source files cleanup: OSSupport-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
2012-09-23
26
-0
/
+3062