Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-01 | Replaced cpp14::make_unique<> with std::make_unique<>. | Mattes D | 1 | -3/+3 | |
2020-05-15 | Enable some more clang-tidy linter checks (#4738) | peterbell10 | 1 | -2/+2 | |
* Avoid inefficient AString -> c_str() -> AString round trip * Avoid redundant string init expressions * Avoid unnecessary return, continue, etc. * Add .clang-format to help with clang-tidy fix-its * Avoid unnecessary passing by value * Avoid unnecessary local copying * Avoid copying in range-for loops * Avoid over-complicated boolean expressions * Some violations missed by my local clang-tidy * Allow unnecessary continue statements * Add brackets * Another expression missed locally * Move BindingsProcessor call into clang-tidy.sh and add space * Fix pushd not found error * Different grouping of CheckBlockInteractionRate | |||||
2020-05-07 | Remove old Android leftovers (#4722) | Mat | 1 | -1/+1 | |
2020-04-19 | Added check for item damage (#4681) | Lukas Pioch | 1 | -2/+1 | |
* Added check for item damage Co-authored-by: Mattes D <github@xoft.cz> | |||||
2019-06-11 | Ignore whitespace only lines in brewing and furnace recipes (#4332) | peterbell10 | 1 | -8/+6 | |
2018-04-11 | Smelting Gives Experience (#4094) | Alex Sweet | 1 | -4/+14 | |
* Smelting Exp Smelting now gives experience * Furnace.txt update Exp rewards are entered in furnace.txt, Reward calculation is now done is the furnaceentity class * furnace.txt update Changed alignment tabs to spaces Included documentation of exp in recipe * Updated StringToFloat changed strtod to strtof * Explicit Float to Int * Reworked Smelting Rewards * No C casts -Adds new function to the api -Sets reward counter to 0 in furnace constructor * Style and exp lock removed -Fixed style mistakes accoring to PR notes -XP isn't locked to a single player anymore * No Smelter API -Removed SetLastSmelter and GetLastSmelter -Fixed comments -Fixed log reward amounts | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -3/+3 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2017-12-21 | Fixed Clang 5.0 compile errors (#4085) | bibo38 | 1 | -1/+1 | |
* Fixed Clang 5.0 compile errors * Fixed wrong comment * Only disable warnings in Clang 5 or higher * Added a CMake condition for the Clang 5 no-zero-as-null-pointer-constant warning * Now using the use_nullptr branch of the Cuberite specific SQLiteCpp fork | |||||
2017-08-24 | Minor changes (#3909) | mathiascode | 1 | -1/+1 | |
2016-12-12 | Use CMake's Android generators to crosscompile | Tiger Wang | 1 | -1/+5 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -2/+2 | |
2015-07-12 | Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functions | bibo38 | 1 | -3/+3 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -3/+3 | |
2014-12-17 | C++11 and function rename. | Howaner | 1 | -2/+1 | |
2014-12-13 | Implemented vanilla-like shift click. | Howaner | 1 | -0/+17 | |
This fixes many visual bugs. | |||||
2014-11-27 | Replaced auto_ptr with unique_ptr. | Mattes D | 1 | -3/+3 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -4/+4 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -4/+4 | |
2014-08-31 | Use std::auto_ptr | Howaner | 1 | -6/+6 | |
2014-08-31 | Fixed compile warnings. | Howaner | 1 | -3/+3 | |
2014-08-31 | Rewrited furnace.txt loading. | Howaner | 1 | -131/+110 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Fixed spaces around single-line comments. | madmaxoft | 1 | -4/+4 | |
There should be at least two spaces in front and one space after //-style comments. | |||||
2014-06-26 | FurnaceRecipe parsing: Fixed whitespace removing. | Mattes D | 1 | -1/+1 | |
2014-06-26 | Fixed misformed trimming. | Mattes D | 1 | -1/+1 | |
2014-06-26 | FurnaceRecipe: Moved the parsing into separate functions for clarity. | Mattes D | 1 | -60/+60 | |
2014-06-26 | FurnaceRecipe parser: Made the parser more forgiving. | Mattes D | 1 | -2/+2 | |
Errors don't cause a stop in the parsing, but rather just skip the offending line. | |||||
2014-06-26 | FurnaceRecipe parser: Added an else branch, changed to a switch. | Mattes D | 1 | -45/+69 | |
2014-06-23 | Parenthesised comparison | Tiger Wang | 1 | -1/+1 | |
2014-06-22 | Suggestions | Tiger Wang | 1 | -6/+7 | |
2014-06-22 | Fixed compile errors | worktycho | 1 | -2/+2 | |
2014-06-22 | Suggestions | Tiger Wang | 1 | -36/+26 | |
2014-06-21 | Removed debugging code | Tiger Wang | 1 | -1/+0 | |
2014-06-21 | Rewrote furnace recipe parser | Tiger Wang | 1 | -93/+159 | |
* Fixes #110 | |||||
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+4 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -1/+0 | |
2014-03-12 | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 1 | -1/+1 | |
2014-03-11 | Fixed a load of format string errors | Tycho | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-28 | Minor startup streamlining | Tiger Wang | 1 | -2/+2 | |
* LOGD'd unneeded debugging messages, streamlining startup + Added a basic timer for how long in seconds it took to start up + Added two checks for plural (plugin/s, second/s) | |||||
2013-06-16 | Rewritten furnaces | madmaxoft@gmail.com | 1 | -25/+39 | |
Furnaces now smelt the correct number of items. Furnaces store their contents in a cItemGrid. Furnace window is updated with correct items and progressbars. Furnace recipes now use ticks instead of milliseconds. Furnaces save and load their state completely, not missing a smelt operation. Hoppers take items out of furnaces. Dropped the cSlotAreaDropSpenser class, replaced it with generic cSlotAreaItemGrid git-svn-id: http://mc-server.googlecode.com/svn/trunk@1601 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -240/+240 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
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 | -2/+27 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@549 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
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 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+214 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |