summaryrefslogtreecommitdiffstats
path: root/src/Root.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Authentication flow: move construction, slim down classes (#5312)Tiger Wang2021-10-021-3/+0
* Adds playerlist header and footer broadcasting (1.8-1.13)dImrich2021-02-061-0/+3
* Warnings improvementsTiger Wang2020-12-181-5/+5
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-5/+5
* Remove unused Temporary namespaceTiger Wang2020-09-251-3/+2
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-1/+1
* Synchronously save chunks on server shutdown (#4900)Alexander Harkness2020-09-211-0/+3
* Streamline startup sequenceTiger Wang2020-09-051-31/+24
* Remove ProtocolPalettesTiger Wang2020-07-191-16/+0
* cWorld * -> cWorld (#4771)Tiger Wang2020-07-141-12/+6
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-5/+3
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* Added temporary block type mapping for 1.13+ protocols.Mattes D2020-01-071-0/+11
* Root: Load the UpgradeBlockTypePalette on startup.Mattes D2020-01-071-0/+7
* Register vanilla blocks in BlockTypeRegistry.Mattes D2019-08-051-0/+7
* Broadcast playerlist removal in every world (#4201)mathiascode2018-04-021-1/+4
* cWorld: Move Initialization from Start to the constructor.peterbell102017-10-211-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-7/+8
* Made world data paths adjustable, and added API to temporarily disable saving chunks to disk. (#3912)Lane Kolbly2017-09-071-0/+3
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-9/+8
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-8/+9
* Add cUUID class (#3871)peterbell102017-08-251-2/+3
* Remove double includes part 2 (#3890)peterbell102017-08-031-2/+0
* Removed unused forward declarations (#3888)Lukas Pioch2017-08-031-1/+0
* Add support for alternate config file locations (#3578)Gareth Nelson2017-02-221-0/+2
* DeadlockDetect now lists some tracked CS's stats.Mattes D2017-01-181-2/+3
* Tab completion across worlds (#3270)Alexander Harkness2016-07-211-0/+4
* Renamed HTTPServer folder to HTTP.Mattes D2016-03-011-1/+1
* remove cWorld::createAndInitializeWorldLogicParrot2016-02-081-11/+2
* Prevent server from starting if there's bad world linkageLogicParrot2016-02-051-0/+4
* Fix pre - #2815 default world linkage configsSafwat Halaby2015-12-251-1/+1
* Nether and End in settings.ini by default, and created at startupSafwat Halaby2015-12-251-1/+1
* Implemented brewingLukas Pioch2015-11-031-0/+3
* Fixed and improved restartingTiger Wang2015-08-201-5/+5
* Unified the doxy-comment format.Mattes D2015-07-311-20/+20
* Work on NetherPortalScanner. Setup portal scanner to reset PortalCooldown. Changed where player is spawned. Added a_InitSpawn flag to CreateAndInitializeWorld.Lane Kolbly2015-06-131-1/+1
* SelfTests are registered and executed after logging framework init.Mattes D2015-06-111-1/+7
* Fix for the way connecting clients receive player lists and broadcast chatb33duck2015-05-291-0/+6
* Added method to get the uptime of the server in seconds. Implements #1650.Lukas Pioch2015-05-261-32/+37
* Initial implementation of IniFile overloadingtycho2015-05-161-2/+3
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-1/+1
* Fixed crash on exit introduced with Windows Service capability.Mattes D2015-04-051-4/+1
* Working as a Windows service. Starts and stops correctly.Anthony Birkett2015-04-011-0/+4
* Fixed crash on restartTiger Wang2014-12-211-2/+2
* Merge pull request #1623 from p-mcgowan/issue_1253Mattes D2014-12-101-1/+4
|\
| * Changed CheckMultiLogin() to not have main body wrapped in an if statement.Vincent2014-12-081-0/+1
| * Fixed compile errorsVincent2014-12-081-1/+1
| * Moved the check into a new function and just calls that function and a blank FindAndDoWithPlayer added.Vincent2014-12-081-1/+3
* | Merged branch 'origin/master' into c++11.Mattes D2014-12-041-2/+4
|\|
| * cRoot: Fixed a memory leak with cRankManager.Mattes D2014-11-261-2/+4
* | Merge remote-tracking branch 'origin/master' into c++11Tiger Wang2014-11-231-0/+3
|\|
| * Fixed trailing whitespace.Mattes D2014-11-121-1/+1
| * renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDumpLukas Pioch2014-11-051-2/+2
| * Simplified FindAndDoWithUUID, formatted lineLukas Pioch2014-11-021-1/+1
| * Added FindAndDoWithUUIDLukas Pioch2014-11-021-0/+3
* | SuggestionsTiger Wang2014-10-241-0/+1
* | Migrated random generators to std::randomTiger Wang2014-10-191-1/+1
* | Merge branch 'master' of https://github.com/mc-server/MCServerTiger Wang2014-10-191-2/+2
|\|
| * Fixed failure for cRankManager to restartTiger Wang2014-10-181-2/+2
* | Use std::threadTiger Wang2014-10-191-3/+3
|/
* cRoot: Removed useless variable from Lua API.madmaxoft2014-10-011-2/+3
* Unified cRoot broadcast chat documentation.madmaxoft2014-10-011-5/+5
* Dropped support for <1.7.xTiger Wang2014-09-271-6/+0
* Merge remote-tracking branch 'origin/master' into RanksMattes D2014-08-221-2/+0
|\
| * First Implementatation of new Loggin frameworkTycho2014-08-101-2/+0
* | Removed cGroup and cGroupManager.Mattes D2014-08-211-6/+0
* | Exported cRankManager to LuaAPI.madmaxoft2014-08-081-0/+3
|/
* cMojangAPI: Added UUID-to-Name lookup.madmaxoft2014-08-031-1/+1
* Merged branch 'master' into NameToUUID.madmaxoft2014-07-311-2/+11
|\
| * Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-0/+2
| |\
| * | Bug and crash fixesTiger Wang2014-07-201-2/+11
| * | Merge branch 'master' into portalsTiger Wang2014-07-181-13/+22
| |\ \
| * | | Portal improvements and suggestionsTiger Wang2014-06-101-1/+1
* | | | Exported cMojangAPI to Lua.madmaxoft2014-07-301-1/+1
* | | | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache.madmaxoft2014-07-301-0/+3
| |_|/ |/| |
* | | main.cpp: field style fixesarchshift2014-07-201-1/+1
* | | main.cpp: Fixed warnings with g_TERMINATE_EVENT_RAISED and g_SERVER_TERMINATEDarchshift2014-07-191-0/+2
| |/ |/|
* | Fixed basic whitespace problems.madmaxoft2014-07-171-12/+16
* | Store properties as Json::ValueTiger Wang2014-07-161-1/+6
* | Player properties are now retrievedTiger Wang2014-07-141-1/+1
|/
* Added Yggdrasil Authentication Systemdaniel09162014-04-131-2/+2
* Removed the unnecessary LoopPlayersAndBroadcastChat() functions.madmaxoft2014-02-151-11/+9
* Implemented cCompositeChat.madmaxoft2014-02-151-2/+4
* Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-091-0/+3
|\
| * Improvements:STRWarrior2014-02-051-0/+3
* | Improved chat messaging functionsTiger Wang2014-02-071-9/+10
* | Added more chat functionsTiger Wang2014-02-061-1/+3
* | Added more SendMessageXXX() functionsTiger Wang2014-02-041-3/+11
|/
* Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins.STRWarrior2013-12-111-0/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-1/+5
* Moved source to srcAlexander Harkness2013-11-241-0/+186