| Commit message (Expand) | Author | Files | Lines |
2014-12-23 | Init Mojang API pointer | worktycho | 1 | -0/+1 |
2014-12-21 | Fixed crash on restart | Tiger Wang | 1 | -3/+12 |
2014-12-12 | Fixed print of milliseconds from chrono | Lukas Pioch | 1 | -1/+1 |
2014-12-09 | Fixed compiling. | Howaner | 1 | -1/+1 |
2014-12-09 | Changed DoWithPlayer to auto instead of using iterator. | Vincent | 1 | -2/+2 |
2014-12-08 | created callback in Root and changed CheckMultiLogin() to use the DoWithPlayer function at Root instead of World. | Vincent | 1 | -1/+8 |
2014-12-08 | Fixed compile errors | Vincent | 1 | -1/+1 |
2014-12-08 | Moved the check into a new function and just calls that function and a blank FindAndDoWithPlayer added. | Vincent | 1 | -0/+9 |
2014-12-04 | Fixed trailing whitespace. | Mattes D | 1 | -1/+1 |
2014-11-26 | cRoot: Fixed a memory leak with cRankManager. | Mattes D | 1 | -1/+1 |
2014-11-12 | Fixed trailing whitespace. | Mattes D | 1 | -1/+1 |
2014-11-05 | renamed FindAndDoWithUUID to DoWithPlayerByUUID, fixed style and comments, added description to APIDump | Lukas Pioch | 1 | -2/+2 |
2014-11-02 | Added FindAndDoWithUUID | Lukas Pioch | 1 | -0/+16 |
2014-10-24 | Suggestions | Tiger Wang | 1 | -1/+1 |
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 1 | -3/+2 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -22/+22 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -20/+20 |
2014-10-20 | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 1 | -9/+3 |
2014-10-19 | Migrated random generators to std::random | Tiger Wang | 1 | -16/+6 |
2014-10-19 | Use std::thread | Tiger Wang | 1 | -10/+20 |
2014-10-18 | Fixed failure for cRankManager to restart | Tiger Wang | 1 | -1/+2 |
2014-10-17 | cMojangAPI: Don't update data if server is in offline mode. | Mattes D | 1 | -2/+3 |
2014-09-27 | Dropped support for <1.7.x | Tiger Wang | 1 | -12/+0 |
2014-09-17 | Fixed minor style issues. | madmaxoft | 1 | -2/+2 |
2014-09-10 | Added abilty to set build info | Tycho | 1 | -0/+6 |
2014-09-08 | capitalisation error | worktycho | 1 | -1/+1 |
2014-09-08 | derp | worktycho | 1 | -1/+1 |
2014-09-08 | If server fails init, save any changed or generated settings. | worktycho | 1 | -0/+1 |
2014-08-29 | Added new console command with cleanup | Tiger Wang | 1 | -11/+3 |
2014-08-21 | Removed cGroup and cGroupManager. | Mattes D | 1 | -16/+0 |
2014-08-13 | RankMgr: Initial migration code. | madmaxoft | 1 | -0/+1 |
2014-08-12 | Renamed Loggers | Tycho | 1 | -7/+7 |
2014-08-10 | First Implementatation of new Loggin framework | Tycho | 1 | -8/+18 |
2014-07-30 | Added a cMojangAPI class for PlayerName -> UUID lookups, with cache. | madmaxoft | 1 | -0/+1 |
2014-07-27 | Add "Broadcasting" settings to world.ini | Howaner | 1 | -2/+2 |
2014-07-22 | Speed improvements, crash fixes, & self-suggestions | Tiger Wang | 1 | -2/+4 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -12/+12 |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -3/+3 |
2014-07-20 | Bug and crash fixes | Tiger Wang | 1 | -2/+7 |
2014-07-20 | main.cpp: field style fixes | archshift | 1 | -4/+4 |
2014-07-19 | main.cpp: Fixed warnings with g_TERMINATE_EVENT_RAISED and g_SERVER_TERMINATED | archshift | 1 | -2/+0 |
2014-07-17 | Fixed spaces around single-line comments. | madmaxoft | 1 | -3/+3 |
2014-07-17 | Fixed basic whitespace problems. | madmaxoft | 1 | -4/+4 |
2014-07-16 | Store properties as Json::Value | Tiger Wang | 1 | -1/+1 |
2014-07-14 | Player properties are now retrieved | Tiger Wang | 1 | -2/+2 |
2014-06-10 | Portal improvements and suggestions | Tiger Wang | 1 | -3/+3 |
2014-05-31 | Implemented end and nether portals | Tiger Wang | 1 | -8/+13 |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -8/+6 |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -8/+6 |
2014-04-13 | Added Yggdrasil Authentication System | daniel0916 | 1 | -2/+2 |
2014-03-29 | Fixed a minor ini key duplication bug | Tiger Wang | 1 | -0/+1 |
2014-03-12 | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 1 | -5/+5 |
2014-03-11 | Fixed more Format issues | Tycho | 1 | -5/+5 |
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 1 | -4/+2 |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 1 | -1/+0 |
2014-02-21 | Unicode :-( | Howaner | 1 | -1/+1 |
2014-02-21 | Add 'Group not found', when the Server load the users.ini and add auto generate from users.ini | Howaner | 1 | -1/+3 |
2014-02-15 | Removed the unnecessary LoopPlayersAndBroadcastChat() functions. | madmaxoft | 1 | -2/+2 |
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 1 | -1/+13 |
2014-02-07 | Improved chat messaging functions | Tiger Wang | 1 | -2/+2 |
2014-02-07 | WebAdmin is stopped properly on server shutdown / restart. | madmaxoft | 1 | -5/+2 |
2014-02-07 | Fixed wiki link in auto-generated settings.ini. | madmaxoft | 1 | -1/+2 |
2014-02-05 | Improvements: | STRWarrior | 1 | -0/+9 |
2014-01-28 | Fixed timing on *nix. | madmaxoft | 1 | -1/+1 |
2014-01-01 | Fixed GetPhysicalRAMUsage on Linux | andrew | 1 | -2/+2 |
2013-12-22 | Added many event catchers | Tiger Wang | 1 | -9/+25 |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -1/+1 |
2013-12-21 | Root is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 |
2013-12-20 | Fixed the rest of constructor reorders. | madmaxoft | 1 | -34/+38 |
2013-12-11 | HOOK_WORLD_STARTED now gets called when the CreateAndInitializeWorld function is used. | STRWarrior | 1 | -0/+1 |
2013-12-11 | Added a HOOK_WORLD_STARTED hook and a cRoot::CreateAndInitializeWorld function for plugins. | STRWarrior | 1 | -0/+18 |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 |
2013-12-07 | Console trims its commands before executing 'em | Tiger Wang | 1 | -3/+3 |
2013-11-30 | DeadlockDetect is configurable now. | madmaxoft | 1 | -4/+7 |
2013-11-27 | Fixed some of tiger's derpyness. | Alexander Harkness | 1 | -1/+1 |
2013-11-26 | Hopefully fixed last of the Linux compile errors | Tiger Wang | 1 | -1/+1 |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -1/+1 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-22 | Added cRoot:GetFurnaceFuelBurnTime() to Lua API. | madmaxoft | 1 | -0/+10 |
2013-11-15 | cRoot::SaveAllChunks() doesn't wait for the save (deadlocks). | madmaxoft | 1 | -1/+1 |
2013-11-10 | Fixed cRoot::FindAndDoWithPlayer(). | madmaxoft | 1 | -2/+2 |
2013-11-07 | Added hardcore client effect | Tiger Wang | 1 | -1/+4 |
2013-11-04 | Autogeneration of settings.ini and webadmin.ini | Tiger Wang | 1 | -3/+14 |
2013-10-27 | Authenticator doesn't save the ini file. | madmaxoft | 1 | -1/+2 |
2013-10-26 | Changed "cIniFile IniFile" to cIniFile & IniFile" | STRWarrior | 1 | -1/+1 |
2013-10-26 | Both the LoadWorlds() function and cAuthenticator now use the cIniFile object from the Root::Start() function. | STRWarrior | 1 | -5/+3 |
2013-10-25 | cIniFile doesn't store filename internally anymore. | madmaxoft | 1 | -4/+5 |
2013-10-18 | Fixed webadmin logging. | madmaxoft | 1 | -3/+0 |
2013-10-08 | Implemented the two memory-statistics functions in cRoot. | madmaxoft | 1 | -2/+112 |
2013-10-07 | Fixed startup timings on server restart. | madmaxoft | 1 | -4/+3 |
2013-10-05 | WebAdmin uses the new HTTP functionality. | madmaxoft | 1 | -9/+6 |
2013-09-30 | Removed unneeded statement | Tiger Wang | 1 | -2/+1 |
2013-09-29 | Improvements to startup timer | Tiger Wang | 1 | -15/+7 |
2013-09-28 | Minor startup streamlining | Tiger Wang | 1 | -23/+41 |
2013-09-27 | Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes. | madmaxoft | 1 | -1/+1 |
2013-09-24 | Implemented basic HTTP message header parsing. | madmaxoft | 1 | -4/+2 |
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -1/+1 |
2013-08-17 | Added cRoot:BroadcastChat() to the Lua API. | madmaxoft | 1 | -0/+12 |
2013-08-14 | Added simple deadlock detection code. | madmaxoft | 1 | -4/+13 |
2013-08-11 | Each world now ticks in a separate thread. | madmaxoft | 1 | -10/+5 |
2013-08-07 | Removed Squirrel. | madmaxoft | 1 | -8/+0 |
2013-08-05 | cIniFile now reads .example.ini if not requested not to. | madmaxoft | 1 | -12/+5 |
2013-07-24 | Server shuts down when the stdin is closed (linux Ctrl+D / win Ctrl+Z) | madmaxoft@gmail.com | 1 | -2/+11 |
2013-06-29 | Advanced RCON: Command output is sent to the RCON client. | madmaxoft@gmail.com | 1 | -30/+64 |
2013-04-27 | Fixed server stopping after #363 fix | madmaxoft@gmail.com | 1 | -10/+10 |
2013-04-27 | Fixed a deadlock | madmaxoft@gmail.com | 1 | -0/+23 |
2013-03-04 | Moved client socket accepting into a separate thread object, cListenThread | madmaxoft@gmail.com | 1 | -11/+10 |
2013-02-15 | Plugins can now bind console commands | madmaxoft@gmail.com | 1 | -8/+19 |
2013-02-05 | Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. | madmaxoft@gmail.com | 1 | -2/+3 |
2012-11-16 | Android: Made the initial pre-calculated spawn area smaller | faketruth | 1 | -6/+12 |
2012-11-16 | Fixed boolean comparison. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-11-11 | Settings.ini is read only once on server start | madmaxoft@gmail.com | 1 | -4/+5 |
2012-11-11 | PrimaryServerVersion is not force-saved into settings.ini. | madmaxoft@gmail.com | 1 | -3/+12 |
2012-11-10 | Made settings.ini default to settings.example.ini when it doesn't exist | faketruth | 1 | -1/+6 |
2012-10-31 | Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct version | madmaxoft@gmail.com | 1 | -1/+4 |
2012-10-06 | Completely removed the old (buggy) redstone simulator. | madmaxoft@gmail.com | 1 | -6/+1 |
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 1 | -2/+2 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -16/+13 |
2012-09-20 | Refactored windows. | madmaxoft@gmail.com | 1 | -2/+0 |
2012-08-23 | Added a RateCompareString function to StringUtils | faketruth | 1 | -0/+53 |
2012-08-22 | Chat history limit on the WebAdmin chat | faketruth | 1 | -33/+26 |
2012-08-19 | Android: Do not create an input thread for Android | faketruth | 1 | -4/+4 |
2012-08-18 | Chat packet handled in the new way; fixed missing packet sending for inventory slot. | madmaxoft@gmail.com | 1 | -9/+9 |
2012-08-16 | MCServer should run just fine on Android now :D | faketruth | 1 | -0/+4 |
2012-08-16 | Windows compilation fix after Android changes | madmaxoft@gmail.com | 1 | -5/+6 |
2012-08-15 | Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! | faketruth | 1 | -0/+2 |
2012-08-15 | Console command "chunkstats" now lists each world and also totals | madmaxoft@gmail.com | 1 | -0/+53 |
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -0/+13 |
2012-07-15 | World threads are stopped before the plugin mgr for clean exit (FS #228) | madmaxoft@gmail.com | 1 | -0/+14 |
2012-07-12 | Missed a file | lapayo94@gmail.com | 1 | -1/+1 |
2012-06-19 | Made ForEach API safer to use, now supports Destroy()-ing objects, too ( http://forum.mc-server.org/showthread.php?tid=434&pid=3513#pid3513 ) | madmaxoft@gmail.com | 1 | -2/+4 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -394/+394 |
2012-06-12 | Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether. | madmaxoft@gmail.com | 1 | -4/+0 |
2012-06-09 | More ini settings save their defaults | madmaxoft@gmail.com | 1 | -5/+7 |
2012-06-05 | New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld) | madmaxoft@gmail.com | 1 | -16/+33 |
2012-06-04 | Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon. | madmaxoft@gmail.com | 1 | -5/+9 |
2012-06-02 | Added Lua function cRoot:ForEachWorld(), removed the obsolete cRoot:GetWorld() method (both C++ and Lua) | madmaxoft@gmail.com | 1 | -9/+16 |
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -29/+3 |
2012-03-10 | Fixed a few obsoleted functions | madmaxoft@gmail.com | 1 | -0/+28 |
2012-03-09 | cClientHandles have a unique ID now to distinguish them | faketruth | 1 | -4/+4 |
2012-03-07 | Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380 | faketruth | 1 | -2/+2 |
2012-02-22 | Added a crude way of disabling redstone. It's necessary though, redstone is completely broken, crashes the server all the time | faketruth | 1 | -0/+42 |
2012-02-17 | Lots of logging added | madmaxoft@gmail.com | 1 | -4/+28 |
2012-02-15 | Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped. | faketruth | 1 | -0/+1 |
2012-02-08 | Added total chunk count to webadmin | madmaxoft@gmail.com | 1 | -0/+14 |
2012-02-08 | MTRand class is not created in each tick, therefore much improving tick-thread time (now uses ~5 % CPU instead of one full core) | madmaxoft@gmail.com | 1 | -1/+1 |
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 | -1/+67 |
2012-02-01 | Removed a few duplicate includes | madmaxoft@gmail.com | 1 | -5/+3 |
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 | -1/+3 |
2011-12-23 | Added thread names to cThread so when debugging in Visual Studio you actually know what thread you're looking at | faketruth | 1 | -1/+1 |
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 | -4/+78 |
2011-10-31 | Player data is saved and loaded as human readable JSON now. | faketruth | 1 | -0/+3 |
2011-10-26 | Fixed bug in cMakeDir where it would only create directories named "world" | faketruth | 1 | -31/+11 |
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+162 |