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
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-26
Added the _UNICODE flag on Windows
Tiger Wang
1
-8
/
+8
2015-09-25
Maked it compileable for clang-3.7
Lukas Pioch
1
-2
/
+2
2015-09-25
Compile.sh namechange to cuberite
Safwat Halaby
1
-6
/
+6
2015-09-25
Namechange to Cuberite
Mattes D
1
-6
/
+6
2015-09-19
Ignore Sigpipe
tycho
1
-0
/
+4
2015-09-15
Increase robustness of the logging subsystem
tycho
1
-0
/
+1
2015-08-20
Fixed and improved restarting
Tiger Wang
1
-33
/
+32
2015-08-10
Checked LeakFinder in MSVC2015, enabled support for it.
Mattes D
1
-3
/
+4
2015-06-05
Daemon support on Linux.
Anthony Birkett
1
-12
/
+34
2015-06-02
Added cmdline params for crashdump detailness.
Mattes D
1
-94
/
+77
2015-06-01
Use the new style command line parameters for Windows Service support.
Anthony Birkett
1
-10
/
+9
2015-05-20
Moved no buffering command line argument to tclap
tycho
1
-5
/
+8
2015-05-20
Move commlog arguments over to TCLAP
tycho
1
-25
/
+18
2015-05-18
Add support for setting ports through command line
tycho
1
-1
/
+12
2015-05-18
Fix max slots logic to only override if acctually present.
tycho
1
-4
/
+9
2015-05-16
Fix service Main
worktycho
1
-1
/
+1
2015-05-16
Move make_unique into a namespace to avoid ADL issues
tycho
1
-1
/
+1
2015-05-16
Initial implementation of IniFile overloading
tycho
1
-7
/
+35
2015-05-04
Print Build info as part of the crash information
worktycho
1
-0
/
+9
2015-04-06
Fixed MSVC warnings, improved comments.
Mattes D
1
-5
/
+5
2015-04-05
Fixed crash on exit introduced with Windows Service capability.
Mattes D
1
-7
/
+14
2015-04-01
Working as a Windows service. Starts and stops correctly.
Anthony Birkett
1
-33
/
+191
2015-03-18
Added cNetwork initialization to program start.
Mattes D
1
-0
/
+4
2015-01-27
Added network termination called at app exit.
Mattes D
1
-2
/
+9
2014-11-29
Removed unneeded include.
Mattes D
1
-1
/
+0
2014-11-29
Added a basic stacktracing for assert and signal failures.
Mattes D
1
-0
/
+6
2014-11-26
Windows: Fixed builds with LeakFinder enabled.
Mattes D
1
-1
/
+1
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-4
/
+4
2014-10-21
Windows close handlers handles more closes
Tiger Wang
1
-5
/
+2
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-4
/
+4
2014-10-20
Migrated cSleep and cTimer to std::chrono
Tiger Wang
1
-1
/
+4
2014-08-12
Renamed Loggers
Tycho
1
-1
/
+1
2014-08-10
First Implementatation of new Loggin framework
Tycho
1
-0
/
+2
2014-07-21
Normalized spaces after "catch".
madmaxoft
1
-2
/
+2
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-5
/
+5
2014-07-20
main.cpp: field style fixes
archshift
1
-7
/
+7
2014-07-19
main.cpp: Fixed warnings with g_TERMINATE_EVENT_RAISED and g_SERVER_TERMINATED
archshift
1
-4
/
+4
2014-07-17
Normalized comments.
madmaxoft
1
-2
/
+2
2014-07-17
Fixed spaces around single-line comments.
madmaxoft
1
-9
/
+9
2014-07-17
Fixed basic whitespace problems.
madmaxoft
1
-2
/
+2
2014-06-01
abort does not take a parameter.
worktycho
1
-2
/
+2
2014-06-01
Use abort in SIGSEGV and SIGABRT handlers
worktycho
1
-2
/
+2
2014-03-14
Fixed a few unneeded breaks
Tycho
1
-1
/
+0
2014-02-27
Added a "nooutbuf" cmdline param.
madmaxoft
1
-11
/
+16
2014-02-20
Disabled the leak finder.
madmaxoft
1
-1
/
+3
2014-01-27
SIGABRT exits with failure.
Tiger Wang
1
-0
/
+1
2014-01-26
Fixed client packet parsing.
madmaxoft
1
-3
/
+23
2014-01-26
Added SIGABRT to catchers list
Tiger Wang
1
-1
/
+6
2014-01-25
Comm logging is available in both Debug and Release modes.
madmaxoft
1
-4
/
+0
2014-01-24
Fixed *nix compilation for previous commit.
madmaxoft
1
-2
/
+2
2014-01-24
Added per-connection comm logging in debug mode.
madmaxoft
1
-1
/
+24
2014-01-17
Fixed SIGABRT_COMPAT on other architectures.
madmaxoft
1
-0
/
+2
2014-01-16
Changed newline character because of issues
Tiger Wang
1
-1
/
+10
2014-01-07
Graceful shutdown on SIGTERM
Tiger Wang
1
-0
/
+5
2013-12-24
Fixed comments in main.cpp and Player.cpp
Tiger Wang
1
-1
/
+1
2013-12-23
Added some comments in main.cpp
Tiger Wang
1
-1
/
+1
2013-12-22
Added many event catchers
Tiger Wang
1
-11
/
+53
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-08-07
Removed Squirrel.
madmaxoft
1
-4
/
+0
2013-05-25
Added base Code::Blocks project (WIP, still doesn't compile) and fixed some source errors with MinGW.
madmaxoft@gmail.com
1
-4
/
+4
2012-10-20
Use leakfinder in debug builds to dump all currently used memory via the "dumpmem" console command.
madmaxoft@gmail.com
1
-1
/
+0
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-15
Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!
faketruth
1
-1
/
+8
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-2
/
+2
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-10
/
+0
2012-07-08
Squirrel Plugins
lapayo94@gmail.com
1
-3
/
+4
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-204
/
+204
2012-03-09
Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 )
madmaxoft@gmail.com
1
-2
/
+2
2012-02-23
Added cmdline parameters "/cdg" and "/cdf" for crashdump flags "globals" and "full memory"
madmaxoft@gmail.com
1
-2
/
+17
2012-02-22
Restricted windows crash dump generating code to 32-bit platforms only due to inline assembly
madmaxoft@gmail.com
1
-5
/
+6
2012-02-21
Added code to produce dump files on Windows builds to aid with debugging server crashes
madmaxoft@gmail.com
1
-0
/
+85
2012-02-16
Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properly
madmaxoft@gmail.com
1
-1
/
+5
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
-10
/
+45
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
1
-7
/
+9
2011-11-08
It's a Squirrel!!
faketruth
1
-0
/
+12
2011-11-01
You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yet
faketruth
1
-0
/
+2
2011-10-22
Found something that calls a function when a segfault happens, might be useful.
faketruth
1
-4
/
+16
2011-10-21
Compiles for linux
faketruth
1
-2
/
+2
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+36