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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed the LeakFinder for Windows. (#3777)
Mattes D
2017-06-19
1
-30
/
+0
*
Add command line argument for disabling the logfile
worktycho
2017-06-03
1
-0
/
+5
*
Add support for alternate config file locations (#3578)
Gareth Nelson
2017-02-22
1
-0
/
+8
*
Use CMake's Android generators to crosscompile
Tiger Wang
2016-12-12
1
-4
/
+14
*
Fixed port command line argument. (#3287)
Alexander Harkness
2016-07-30
1
-5
/
+1
*
Revert "Issue3136"
LogicParrot
2016-04-14
1
-2
/
+6
*
Fixed port override code.
Alexander Harkness
2016-04-12
1
-6
/
+2
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-7
/
+7
*
Fix running as a service.
Anthony Birkett
2016-01-21
1
-0
/
+3
*
Fixed Clang warnings.
Mattes D
2016-01-06
1
-14
/
+25
*
Added the _UNICODE flag on Windows
Tiger Wang
2015-09-26
1
-8
/
+8
*
Maked it compileable for clang-3.7
Lukas Pioch
2015-09-25
1
-2
/
+2
*
Namechange to Cuberite
Mattes D
2015-09-25
1
-6
/
+6
*
Ignore Sigpipe
tycho
2015-09-19
1
-0
/
+4
*
Increase robustness of the logging subsystem
tycho
2015-09-15
1
-0
/
+1
*
Fixed and improved restarting
Tiger Wang
2015-08-20
1
-33
/
+32
*
Checked LeakFinder in MSVC2015, enabled support for it.
Mattes D
2015-08-10
1
-3
/
+4
*
Daemon support on Linux.
Anthony Birkett
2015-06-05
1
-12
/
+34
*
Added cmdline params for crashdump detailness.
Mattes D
2015-06-02
1
-94
/
+77
*
Use the new style command line parameters for Windows Service support.
Anthony Birkett
2015-06-01
1
-10
/
+9
*
Moved no buffering command line argument to tclap
tycho
2015-05-20
1
-5
/
+8
*
Move commlog arguments over to TCLAP
tycho
2015-05-20
1
-25
/
+18
*
Add support for setting ports through command line
tycho
2015-05-18
1
-1
/
+12
*
Fix max slots logic to only override if acctually present.
tycho
2015-05-18
1
-4
/
+9
*
Fix service Main
worktycho
2015-05-16
1
-1
/
+1
*
Move make_unique into a namespace to avoid ADL issues
tycho
2015-05-16
1
-1
/
+1
*
Initial implementation of IniFile overloading
tycho
2015-05-16
1
-7
/
+35
*
Print Build info as part of the crash information
worktycho
2015-05-04
1
-0
/
+9
*
Fixed MSVC warnings, improved comments.
Mattes D
2015-04-06
1
-5
/
+5
*
Fixed crash on exit introduced with Windows Service capability.
Mattes D
2015-04-05
1
-7
/
+14
*
Working as a Windows service. Starts and stops correctly.
Anthony Birkett
2015-04-01
1
-33
/
+191
*
Added cNetwork initialization to program start.
Mattes D
2015-03-18
1
-0
/
+4
*
Added network termination called at app exit.
Mattes D
2015-01-27
1
-2
/
+9
*
Merged branch 'origin/master' into c++11.
Mattes D
2014-12-04
1
-1
/
+6
|
\
|
*
Removed unneeded include.
Mattes D
2014-11-29
1
-1
/
+0
|
*
Added a basic stacktracing for assert and signal failures.
Mattes D
2014-11-29
1
-0
/
+6
|
*
Windows: Fixed builds with LeakFinder enabled.
Mattes D
2014-11-26
1
-1
/
+1
|
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-4
/
+4
*
|
Windows close handlers handles more closes
Tiger Wang
2014-10-21
1
-5
/
+2
*
|
En masse NULL -> nullptr replace
Tiger Wang
2014-10-20
1
-4
/
+4
*
|
Migrated cSleep and cTimer to std::chrono
Tiger Wang
2014-10-20
1
-1
/
+4
|
/
*
Renamed Loggers
Tycho
2014-08-12
1
-1
/
+1
*
First Implementatation of new Loggin framework
Tycho
2014-08-10
1
-0
/
+2
*
Normalized spaces after "catch".
madmaxoft
2014-07-21
1
-2
/
+2
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-5
/
+5
*
main.cpp: field style fixes
archshift
2014-07-20
1
-7
/
+7
*
main.cpp: Fixed warnings with g_TERMINATE_EVENT_RAISED and g_SERVER_TERMINATED
archshift
2014-07-19
1
-4
/
+4
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Fixed spaces around single-line comments.
madmaxoft
2014-07-17
1
-9
/
+9
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-2
/
+2
*
abort does not take a parameter.
worktycho
2014-06-01
1
-2
/
+2
*
Use abort in SIGSEGV and SIGABRT handlers
worktycho
2014-06-01
1
-2
/
+2
*
Fixed a few unneeded breaks
Tycho
2014-03-14
1
-1
/
+0
*
Added a "nooutbuf" cmdline param.
madmaxoft
2014-02-27
1
-11
/
+16
*
Disabled the leak finder.
madmaxoft
2014-02-20
1
-1
/
+3
*
SIGABRT exits with failure.
Tiger Wang
2014-01-27
1
-0
/
+1
*
Fixed client packet parsing.
madmaxoft
2014-01-26
1
-3
/
+23
*
Added SIGABRT to catchers list
Tiger Wang
2014-01-26
1
-1
/
+6
*
Comm logging is available in both Debug and Release modes.
madmaxoft
2014-01-25
1
-4
/
+0
*
Fixed *nix compilation for previous commit.
madmaxoft
2014-01-24
1
-2
/
+2
*
Added per-connection comm logging in debug mode.
madmaxoft
2014-01-24
1
-1
/
+24
*
Fixed SIGABRT_COMPAT on other architectures.
madmaxoft
2014-01-17
1
-0
/
+2
*
Changed newline character because of issues
Tiger Wang
2014-01-16
1
-1
/
+10
*
Graceful shutdown on SIGTERM
Tiger Wang
2014-01-07
1
-0
/
+5
*
Fixed comments in main.cpp and Player.cpp
Tiger Wang
2013-12-24
1
-1
/
+1
*
Added some comments in main.cpp
Tiger Wang
2013-12-23
1
-1
/
+1
*
Added many event catchers
Tiger Wang
2013-12-22
1
-11
/
+53
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+197