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
/
OSSupport
/
File.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-14
OSSupport: Fixed UNICODE Windows builds.
Mattes D
1
-7
/
+7
2014-08-15
Removed an unneeded cast.
madmaxoft
1
-1
/
+1
2014-08-10
First Implementatation of new Loggin framework
Tycho
1
-2
/
+3
2014-07-17
Normalized comments.
madmaxoft
1
-2
/
+2
2014-06-30
Fixed cFile compilation under MinGW.
madmaxoft
1
-0
/
+3
2014-05-02
Open files in shared mode on windows, so that other tools may read them.
madmaxoft
1
-2
/
+2
2014-04-28
Template Magic
Tycho
1
-2
/
+2
2014-04-26
Fixed mobs that don't naturally spawn.
archshift
1
-5
/
+5
2014-04-01
More cFile warning fixes.
madmaxoft
1
-1
/
+1
2014-04-01
Fixed clang warnings in cFile.
madmaxoft
1
-10
/
+10
2014-02-03
Fixed #491
Tiger Wang
1
-2
/
+14
2014-01-25
Added cFile::Flush().
madmaxoft
1
-0
/
+9
2014-01-16
Another VarArgs fix.
madmaxoft
1
-4
/
+2
2014-01-15
Using a 2nd argument instead of va_copy().
madmaxoft
1
-2
/
+4
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-23
Added cFile:ReadWholeFile() to Lua API.
madmaxoft
1
-0
/
+16
2013-11-22
Added cFile:GetFolderContents().
madmaxoft
1
-0
/
+60
2013-10-09
Fixed cFile::CopyFile Linux compilation.
madmaxoft
1
-7
/
+3
2013-10-09
Moved cMakeDir::MakeDir to cFile::CreateFolder.
madmaxoft
1
-8
/
+21
2013-10-09
Added static cFile functions to Lua API.
madmaxoft
1
-4
/
+53
2013-09-21
Fixed cFile:IsFolder() and plugin-loading.
madmaxoft
1
-1
/
+2
2013-09-18
Proper folder / file distinction in plugin loading.
madmaxoft
1
-0
/
+14
2013-05-01
File: Added file rename and deletion functions
madmaxoft@gmail.com
1
-0
/
+18
2013-02-25
AnvilStats: Added ChunkExtract mode of operation, splitting Anvil files into individual chunks.
madmaxoft@gmail.com
1
-2
/
+1
2013-02-07
Added a cGZipFile class for reading GZipped files.
madmaxoft@gmail.com
1
-2
/
+2
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