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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed "." and ".." from cFile:GetFolderContents(). (#3301)
Mattes D
2016-08-07
1
-0
/
+14
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-21
/
+21
*
Moved variables into scope, removed unused variables and fixed variables
Lukas Pioch
2015-12-17
1
-1
/
+1
*
Changed for-loop iterator in File.cpp to a reference type to reduce object copying and fix the clang build.
bibo38
2015-10-30
1
-1
/
+1
*
Extended and fixed the cFile API.
Mattes D
2015-09-26
1
-58
/
+148
*
Moved AString reading hack to cFile.
Mattes D
2015-07-31
1
-4
/
+25
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-5
/
+5
*
Finish fixing windows
tycho
2015-05-19
1
-2
/
+2
*
Properly fix cFile Warnings
tycho
2015-05-19
1
-7
/
+7
*
Fixed a lot of warnings
tycho
2015-05-19
1
-7
/
+19
*
cFile:ChangeFileExt now accepts extensions with leading dot, too.
Mattes D
2015-04-11
1
-2
/
+14
*
Added more cFile API functions.
Mattes D
2015-04-11
1
-2
/
+54
*
Added proper implementation of cFile::ChangeFileExt().
Mattes D
2015-04-10
1
-2
/
+17
*
Added cFile:ChangeFileExt() function.
Mattes D
2015-04-06
1
-0
/
+23
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-11
/
+11
*
OSSupport: Fixed UNICODE Windows builds.
Mattes D
2014-09-14
1
-7
/
+7
*
Removed an unneeded cast.
madmaxoft
2014-08-15
1
-1
/
+1
*
First Implementatation of new Loggin framework
Tycho
2014-08-10
1
-2
/
+3
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Fixed cFile compilation under MinGW.
madmaxoft
2014-06-30
1
-0
/
+3
*
Open files in shared mode on windows, so that other tools may read them.
madmaxoft
2014-05-02
1
-2
/
+2
*
Template Magic
Tycho
2014-04-28
1
-2
/
+2
*
Fixed mobs that don't naturally spawn.
archshift
2014-04-26
1
-5
/
+5
*
More cFile warning fixes.
madmaxoft
2014-04-01
1
-1
/
+1
*
Fixed clang warnings in cFile.
madmaxoft
2014-04-01
1
-10
/
+10
*
Fixed #491
Tiger Wang
2014-02-03
1
-2
/
+14
*
Added cFile::Flush().
madmaxoft
2014-01-25
1
-0
/
+9
*
Another VarArgs fix.
madmaxoft
2014-01-16
1
-4
/
+2
*
Using a 2nd argument instead of va_copy().
madmaxoft
2014-01-15
1
-2
/
+4
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-26
1
-4
/
+5
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-0
/
+76
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+375