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
/
File.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-29
Extended the cFile interface with Printf()
madmaxoft@gmail.com
1
-0
/
+14
2012-09-23
Source files cleanup: OSSupport-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-16
MCServer should run just fine on Android now :D
faketruth
1
-2
/
+2
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-271
/
+271
2012-04-23
Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers)
madmaxoft@gmail.com
1
-1
/
+19
2012-02-20
Using own ASSERT() that logs to file
faketruth
1
-10
/
+10
2012-02-13
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
madmaxoft@gmail.com
1
-1
/
+22
2012-02-01
sprintf() begone! Replaced with StringUtils' Printf()
madmaxoft@gmail.com
1
-3
/
+3
2012-02-01
Fixed a sigsegv on *nix (cFile double-closing files)
madmaxoft@gmail.com
1
-0
/
+1
2012-01-30
Replaced most FILE operations with a cFile object
madmaxoft@gmail.com
1
-0
/
+31
2012-01-30
Initial cFile implementation (using stdio FILE) and test in cChunkMap
madmaxoft@gmail.com
1
-0
/
+200