| Commit message (Expand) | Author | Files | Lines |
2015-06-07 | Revert "Chunk queue collapsing" | worktycho | 1 | -1/+0 |
2015-06-05 | Rewrote ChunkSending queue for significantly improved performance | tycho | 1 | -0/+1 |
2015-06-03 | Fixes multiple furnace issues, including from loading world storage | HaoTNN | 2 | -14/+37 |
2015-05-28 | Fix comments | tycho | 2 | -6/+9 |
2015-05-24 | Made -Weverything an error. | tycho | 3 | -9/+19 |
2015-05-23 | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 2 | -2/+2 |
2015-05-19 | Make -Werror disabling file only | tycho | 2 | -2/+7 |
2015-05-19 | Fixes lit furnace issue in #2051 | haotnn | 1 | -0/+1 |
2015-05-11 | Improved hoppers | Tiger Wang | 2 | -27/+16 |
2015-05-09 | More style checking. | Mattes D | 2 | -2/+2 |
2015-03-21 | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 3 | -14/+28 |
2015-03-20 | Correct world height validations. | Tommy Santerre | 1 | -2/+2 |
2015-03-19 | Removed unwanted base classes from Lua API. | Mattes D | 1 | -0/+2 |
2015-03-10 | Moved window code into cpp files | Howaner | 1 | -1/+1 |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 13 | -13/+13 |
2014-12-17 | NULL -> nullptr | Tiger Wang | 1 | -2/+2 |
2014-12-13 | Own classes for all windows. | Howaner | 6 | -3/+6 |
2014-12-01 | MobSpawner fixes. | Howaner | 3 | -3/+10 |
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 3 | -57/+12 |
2014-11-27 | BlockEntities: Removed the extra semicolon. | Mattes D | 16 | -24/+25 |
2014-11-18 | Finished mob spawner implementation. | Howaner | 13 | -121/+10 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 16 | -54/+64 |
2014-10-21 | Fixed trailing whitespace. | Mattes D | 2 | -2/+2 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 16 | -44/+44 |
2014-10-19 | cLuaState: cBlockEntity descendants are pushed with proper class type. | Mattes D | 16 | -25/+62 |
2014-10-18 | Furnaces now update their block entity type | Tiger Wang | 1 | -2/+4 |
2014-10-18 | Simpler code. | Alexander Harkness | 1 | -3/+2 |
2014-10-16 | Nullptr? | Alexander Harkness | 1 | -2/+2 |
2014-10-16 | Fixed a number of stylistic issues. | Alexander Harkness | 1 | -7/+7 |
2014-10-12 | fix std:min call, include algorithm and compare same type | Steven Riehl | 1 | -2/+2 |
2014-10-12 | refactor an if block to std::min | Steven Riehl | 1 | -4/+1 |
2014-10-12 | convert old style casts to fix warnings | Steven Riehl | 8 | -105/+74 |
2014-10-03 | Improved furnaces | Tiger Wang | 2 | -142/+109 |
2014-09-30 | Removed WSSCompact | Tiger Wang | 24 | -437/+0 |
2014-09-28 | Compilation fix | Tiger Wang | 1 | -2/+2 |
2014-09-27 | Suggestions | Tiger Wang | 3 | -9/+8 |
2014-09-27 | Fixed compile errors. | Howaner | 2 | -42/+42 |
2014-09-26 | Removed more unessicary includes | Tycho | 22 | -35/+12 |
2014-09-25 | Fixed dispender direction bug | Howaner | 1 | -1/+1 |
2014-09-23 | A few compiler warning fixes | Chris Darnell | 1 | -1/+1 |
2014-09-19 | Implemented mob spawner. | Howaner | 3 | -43/+323 |
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -1/+1 |
2014-09-17 | Created MobSpawnerEntity class. | Howaner | 4 | -1/+165 |
2014-09-13 | Implemented Chest Minecarts | Tiger Wang | 7 | -7/+2 |
2014-09-11 | Possibly decoupled IncrementalRedstoneSimulator from the rest of the server | Tycho | 2 | -4/+5 |
2014-09-06 | Added Y-wise asserts to signs. | Mattes D | 1 | -0/+1 |
2014-09-01 | Fixed style. | madmaxoft | 1 | -1/+2 |
2014-08-31 | Changed null check to assert | worktycho | 1 | -5/+3 |
2014-08-31 | Rewrited furnace.txt loading. | Howaner | 1 | -1/+1 |
2014-08-30 | Fixed style. | madmaxoft | 1 | -2/+3 |
2014-08-29 | Improved command block security | Tiger Wang | 1 | -6/+19 |
2014-08-10 | Fixed potential null dereference | Tycho | 1 | -5/+5 |
2014-08-06 | Fixed style issues | Tycho | 2 | -2/+5 |
2014-08-06 | Fixed multiple inhertance being output by tolua | Tycho | 2 | -6/+10 |
2014-08-05 | Removed dependecy of redstone simulator on NoteBlock | Tycho | 2 | -1/+13 |
2014-08-05 | Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity Directly | Tycho | 2 | -3/+13 |
2014-08-02 | Fixed a bug who can used from hacked clients. | Howaner | 1 | -0/+2 |
2014-07-31 | Use "default:" in switch. | Howaner | 1 | -3/+6 |
2014-07-31 | Renamed "select..." methods to "set..." and better IsValidEffect() function. | Howaner | 2 | -51/+15 |
2014-07-31 | Updated documentation. | Howaner | 1 | -3/+3 |
2014-07-31 | Renamed functions and added beacon json saving. | Howaner | 2 | -46/+44 |
2014-07-30 | Added window update. | Howaner | 1 | -0/+23 |
2014-07-30 | Added beacon load/save. | Howaner | 1 | -0/+3 |
2014-07-30 | Changed return type from GetPrimaryPotion() and GetSecondaryPotion() | Howaner | 1 | -2/+2 |
2014-07-30 | Exported the beacon. | Howaner | 2 | -17/+27 |
2014-07-30 | Added beacon. | Howaner | 3 | -32/+337 |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 3 | -4/+4 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 8 | -12/+12 |
2014-07-19 | Code style: Fixed braces on separate lines. | madmaxoft | 3 | -3/+6 |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 |
2014-07-19 | BlockEntities/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+35 |
2014-07-18 | Fixed spaces before commas. | madmaxoft | 1 | -2/+2 |
2014-07-17 | Basic style fixes. | madmaxoft | 10 | -11/+11 |
2014-07-17 | Normalized comments. | madmaxoft | 4 | -10/+10 |
2014-07-15 | Fixed a DropSpenser AddFace bug | Tiger Wang | 1 | -1/+1 |
2014-07-15 | Pass cItem by reference. | madmaxoft | 1 | -1/+1 |
2014-07-13 | Fixed Issue with Comparing agast the wrong chest, potentially causing crashes. | worktycho | 1 | -7/+7 |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 1 | -1/+1 |
2014-07-12 | cHopperEntity: Simplified chest conditions. | madmaxoft | 1 | -10/+4 |
2014-07-12 | cChestEntity: Renamed a member to avoid confusion. | madmaxoft | 2 | -8/+9 |
2014-07-12 | Fixed alignment. | madmaxoft | 1 | -2/+3 |
2014-07-12 | Suggestions and bug fix | Tiger Wang | 2 | -10/+18 |
2014-07-11 | Suggestions | Tiger Wang | 1 | -4/+4 |
2014-07-08 | Made things consistent | Tiger Wang | 1 | -4/+5 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 4 | -13/+36 |
2014-06-29 | Properly implemented enderchests | Tiger Wang | 2 | -93/+44 |
2014-06-24 | Fixed crashes in HopperEntity. | Mattes D | 1 | -19/+58 |
2014-06-22 | Chests don't open if obstructed | Tiger Wang | 1 | -0/+13 |
2014-06-11 | DispenserEntity code cleanup after PR merge. | madmaxoft | 2 | -30/+30 |
2014-06-05 | - Fixed a lot of alignment | JoannisO | 1 | -7/+7 |
2014-06-04 | - Removed the code that removed fireworks from a dispenser even thought | JoannisO | 1 | -3/+0 |
2014-06-04 | - Fixed variable names in a function. | JoannisO | 1 | -2/+2 |
2014-06-04 | - Fixed a lot of astethics | JoannisO | 2 | -14/+17 |
2014-06-03 | - Fixed an issue where there were 2 "DispChunk"-s in the same function. | JoannisO | 1 | -16/+5 |
2014-06-03 | - Fixed a bug where I didn't return anything in the GetShootVector | JoannisO | 1 | -0/+2 |
2014-06-03 | - Fixed a bug where I used the FireCharge ITEM instead of the Projectile | JoannisO | 1 | -1/+1 |
2014-06-03 | - Cleaned up the code massively | JoannisO | 2 | -90/+31 |
2014-06-03 | - Added doxy comments and exported to lua | Joannis | 2 | -22/+64 |
2014-05-31 | - Changed the name of the ProjectileLookVector method. | JoannisO | 2 | -3/+3 |
2014-05-29 | - Prefixed all args with "a_" | JoannisO | 2 | -6/+10 |
2014-05-28 | Code improvements | Howaner | 1 | -5/+2 |
2014-05-28 | Fix skull bugs. | Howaner | 1 | -0/+5 |
2014-05-28 | - Removed breaks. I thought it wouldn't compile without them but the | JoannisO | 1 | -2/+0 |
2014-05-28 | - Fixed an issue where dispensers would only shoot arrows (appearantly | JoannisO | 1 | -33/+24 |
2014-05-28 | - Implemented vertical dispensing for projectiles. | Joannis | 2 | -16/+40 |
2014-05-27 | - Fixed the ampersands and asterisks to fit the format. | Joannis | 2 | -8/+8 |
2014-05-26 | - Added support for more types of projectiles in the Dispenser | JoannisO | 2 | -38/+51 |
2014-05-26 | Added Arrow- and FireCharge-Dispensing to DispenserEntity. | JoannisO | 2 | -27/+95 |
2014-04-27 | Added static const, initialized fields. | archshift | 2 | -1/+4 |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 |
2014-04-19 | Fixed Flint and Steel, reverted Minecart change, renamed a parameter name | jfhumann | 1 | -5/+5 |
2014-04-19 | Fixed formatting, made function static. | madmaxoft | 2 | -13/+18 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 3 | -8/+13 |
2014-04-12 | Some tweaks | STRWarrior | 1 | -5/+17 |
2014-04-12 | Removed debug message. | STRWarrior | 1 | -1/+0 |
2014-04-12 | Simplefied GetPyramidLevel | STRWarrior | 1 | -10/+3 |
2014-04-12 | Implemented the skeleton code for the beacon. | STRWarrior | 3 | -0/+153 |
2014-04-03 | Fixed a few MSVC type warnings. | Mattes D | 1 | -1/+1 |
2014-03-16 | Fixed double to float conversions. | madmaxoft | 1 | -1/+1 |
2014-03-14 | Add fireball interact | Howaner | 1 | -0/+6 |
2014-03-08 | Change TNT Fuse to ticks | Howaner | 1 | -1/+1 |
2014-03-07 | Add Flower Pots | Howaner | 3 | -0/+210 |
2014-02-28 | Documented the changes in cJukeboxEntity. | madmaxoft | 1 | -2/+3 |
2014-02-24 | Fixed compilation in MSVC (forward class definitions). | madmaxoft | 2 | -0/+2 |
2014-02-24 | BlockEntities is warnings free | Tycho | 6 | -3/+11 |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 5 | -189/+189 |
2014-02-23 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -7/+7 |
2014-02-23 | Add Heads completely | Howaner | 3 | -5/+3 |
2014-02-23 | Add Skulls/Heads | Howaner | 3 | -0/+191 |
2014-02-21 | Better Jukebox API | Howaner | 2 | -16/+48 |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 5 | -189/+189 |
2014-02-19 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -7/+7 |
2014-02-18 | Add Heads completely | Howaner | 3 | -5/+3 |
2014-02-17 | Add Skulls/Heads | Howaner | 3 | -0/+191 |
2014-02-15 | Fixed typographical error | Tiger Wang | 1 | -2/+1 |
2014-02-15 | Removed debug messages again | Tiger Wang | 1 | -6/+0 |
2014-02-13 | Added proper debug messages | Tiger Wang | 1 | -3/+8 |
2014-02-13 | Fancy stuff with constant references | Tiger Wang | 1 | -2/+2 |
2014-02-12 | Added more missing GetClassStatic()s | Tiger Wang | 2 | -0/+4 |
2014-02-12 | Removed some unneeded BroadcastWholeWindow()s | Tiger Wang | 4 | -23/+2 |
2014-02-12 | Changed inheritance a bit | Tiger Wang | 7 | -33/+47 |
2014-02-11 | Fixed #190 | Tiger Wang | 1 | -2/+67 |
2014-02-11 | Fixed #612 | Tiger Wang | 2 | -0/+16 |
2014-01-23 | Minor style improvements for the merged PR. | Mattes D | 1 | -4/+4 |
2014-01-23 | Command block fixes 2 | andrew | 1 | -6/+20 |
2014-01-19 | Removed unneeded paramters | Tiger Wang | 1 | -1/+1 |
2014-01-19 | Changed SendBlockEntity format slightly | Tiger Wang | 1 | -24/+2 |
2014-01-19 | Improved command blocks | Tiger Wang | 1 | -5/+37 |
2014-01-18 | Fixed compiler error. | STRWarrior | 1 | -3/+3 |
2014-01-18 | Command block fixes | andrew | 2 | -38/+5 |
2014-01-18 | Parse the MC|AdvCdm plugin message | andrew | 1 | -0/+2 |
2014-01-18 | Command blocks: Execute() | andrew | 1 | -5/+27 |
2014-01-18 | Command block (de)serialization | andrew | 2 | -3/+42 |
2014-01-18 | Basic command block implementation | andrew | 3 | -11/+271 |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 2 | -4/+4 |
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 2 | -5/+4 |
2013-12-30 | Fixed compilation in VC2008. | madmaxoft | 1 | -2/+1 |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 5 | -4/+9 |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2 | -2/+8 |
2013-12-21 | Chunk is now warnings clean | Tycho Bickerstaff | 3 | -3/+3 |
2013-12-21 | fixed hidden bug with furnaces ignoring time burnt | Tycho Bickerstaff | 1 | -1/+1 |
2013-12-21 | ChunkSender is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2 | -4/+4 |
2013-12-19 | added blocks and blockentities | Tycho Bickerstaff | 1 | -0/+11 |
2013-12-16 | Fixed multiple inheritance in ToLua++. | madmaxoft | 5 | -20/+20 |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 |
2013-12-07 | Added basic ender chests | Tiger Wang | 3 | -10/+201 |
2013-12-06 | Fixed pickups spawning for BlockEntities | Tiger Wang | 1 | -1/+1 |
2013-11-28 | Moved json includes to where they are really needed. | madmaxoft | 1 | -0/+1 |
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 5 | -5/+5 |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 5 | -5/+5 |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 5 | -5/+5 |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 5 | -5/+5 |
2013-11-24 | Moved source to src | Alexander Harkness | 21 | -0/+3033 |