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
/
VC2008
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-14
Slight cleanup - removed old code, some additional comments on dangerous functions
madmaxoft@gmail.com
1
-8
/
+0
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
6
-44
/
+118
2012-02-07
cSocketThreads initial commit. Not yet tested and not yet integrated
madmaxoft@gmail.com
1
-0
/
+12
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
-24
/
+24
2012-02-01
VC2008: removed an unneeded file from zlib project
madmaxoft@gmail.com
1
-4
/
+0
2012-02-01
new cIsThread object for thread encapsulation
madmaxoft@gmail.com
1
-4
/
+12
2012-02-01
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
1
-117
/
+125
2012-01-30
Initial cFile implementation (using stdio FILE) and test in cChunkMap
madmaxoft@gmail.com
1
-0
/
+8
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
3
-74
/
+293
2012-01-29
VC2008 compilation with new lua webplugin
madmaxoft@gmail.com
1
-0
/
+8
2012-01-29
ChunkGenerator: rewritten thread-locking using the new RAII CSLock class
madmaxoft@gmail.com
1
-0
/
+1
2012-01-27
Added a VC2010 configuration for Debug build with optimized Noise; made it the default in VC2008
madmaxoft@gmail.com
1
-0
/
+13
2012-01-27
Updated VC2008 project to include cPlugin_NewLua
madmaxoft@gmail.com
1
-0
/
+8
2012-01-27
MSVC 2008 Express compatibility: Added the projects, modified sources to compile. Tested on MSVC 2008 Express and MSVC 2010 Express
madmaxoft@gmail.com
6
-0
/
+2623