Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-18 | Reorganised the redstone simulator | Tiger Wang | 8 | -89/+4 | |
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved | |||||
2015-12-17 | Moved variables into scope, removed unused variables and fixed variables | Lukas Pioch | 1 | -1/+1 | |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 29 | -33/+52 | |
2015-11-24 | Add enum for Sound and Particle Effects | Dave Tucker | 3 | -10/+12 | |
Fixes #2603 Signed-off-by: Dave Tucker <dave@dtucker.co.uk> | |||||
2015-11-08 | Fix memory leak | worktycho | 1 | -1/+1 | |
Fixes CID 132249 | |||||
2015-11-03 | Implemented brewing | Lukas Pioch | 4 | -0/+449 | |
2015-10-26 | Update Loops required for JsonCPP | Lukas Pioch | 1 | -2/+2 | |
2015-09-17 | Added CircleCI for stylechecking. | Mattes D | 2 | -4/+24 | |
This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks | |||||
2015-09-02 | Fixes #2485 | Tiger Wang | 1 | -1/+0 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 9 | -60/+49 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2 | -4/+4 | |
2015-07-16 | Spawn baby mobs | hallucino | 1 | -1/+1 | |
2015-07-12 | Fixed DropSpenser sound #2333 | mmdk95 | 1 | -2/+2 | |
2015-07-07 | (Ender) Chests are obstructed by opaque blocks. | Nounours Heureux | 2 | -15/+13 | |
2015-06-17 | Fixes #2245 | Tiger Wang | 1 | -1/+1 | |
Whoops :/ | |||||
2015-06-15 | Fixed override | tycho | 1 | -1/+1 | |
This was causing a compile error in clang 3.6 | |||||
2015-06-10 | Reinstate "Chunk queue collapsing" | Tiger Wang | 1 | -0/+1 | |
This reinstates commit f36acb683594daff5af3971dcbe3c3a171628b78 and reverts commit adfbc42c021e1bcfcb355933c0fd784306ce0e18. | |||||
2015-06-07 | Revert "Chunk queue collapsing" | worktycho | 1 | -1/+0 | |
2015-06-06 | Comparators | Tiger Wang | 2 | -1/+19 | |
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 | |
Ad fix a load of warnings | |||||
2015-05-19 | Fixes lit furnace issue in #2051 | haotnn | 1 | -0/+1 | |
2015-05-11 | Improved hoppers | Tiger Wang | 2 | -27/+16 | |
* Fixes #1994 | |||||
2015-05-09 | More style checking. | Mattes D | 2 | -2/+2 | |
Spaces around some operators are checked. | |||||
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 | |
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255 | |||||
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 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
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 | |
Therefore improving cChunk's variable boundary checking. | |||||
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 | |
* Fixed progress bar on 1.8 * Fixed bugs * Improved code * Fixes #1068 * Fixes #1070 | |||||
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 | |
THis wil hopefully allow for unit testing | |||||
2014-09-06 | Added Y-wise asserts to signs. | Mattes D | 1 | -0/+1 | |
This should help detect #1313's second case. | |||||
2014-09-01 | Fixed style. | madmaxoft | 1 | -1/+2 | |
2014-08-31 | Changed null check to assert | worktycho | 1 | -5/+3 | |
Changed the null check to clarify that the function should not be called before the entity has been attached to a world. | |||||
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 | |
Fixes CID 70466 | |||||
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 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-07-15 | Fixed a DropSpenser AddFace bug | Tiger Wang | 1 | -1/+1 | |
2014-07-15 | Pass cItem by reference. | madmaxoft | 1 | -1/+1 | |
Fixes CID 66445. | |||||
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 | |
* Fixed hoppers pushing/pulling to/from (trapped)chests that do not form a double-chest with the chest type directly connected to said hopper; thank you, @madmaxoft | |||||
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 | |
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | |||||
2014-06-29 | Properly implemented enderchests | Tiger Wang | 2 | -93/+44 | |
2014-06-24 | Fixed crashes in HopperEntity. | Mattes D | 1 | -19/+58 | |
Some of the coords were off and some functions were assuming too much. Fixes the crash reported in http://forum.mc-server.org/showthread.php?tid=1497 | |||||
2014-06-22 | Chests don't open if obstructed | Tiger Wang | 1 | -0/+13 | |
* Fixes FS383 | |||||
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 | |
they weren't launched. | |||||
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 | |
Resused the initial one. | |||||
2014-06-03 | - Fixed a bug where I didn't return anything in the GetShootVector | JoannisO | 1 | -0/+2 | |
function. This was however passed as "working" by GCC. | |||||
2014-06-03 | - Fixed a bug where I used the FireCharge ITEM instead of the Projectile | JoannisO | 1 | -1/+1 | |
ENUM | |||||
2014-06-03 | - Cleaned up the code massively | JoannisO | 2 | -90/+31 | |
- Stopped using cChunk in the GetShootVector class. Parameter is now the Metadata of the block - Stopped using cChunk in the SpawnProjectileFromDispenser method now using coordinates and finding the chunk by itself. - Removed the matrix calculations from GetShootVector. | |||||
2014-06-03 | - Added doxy comments and exported to lua | Joannis | 2 | -22/+64 | |
- Manipulation of the ShootVector is not to be done by the function that wants to spawn a projectile. | |||||
2014-05-31 | - Changed the name of the ProjectileLookVector method. | JoannisO | 2 | -3/+3 | |
Note: I still think the new name is unclear. Any other suggestions are welcome. | |||||
2014-05-29 | - Prefixed all args with "a_" | JoannisO | 2 | -6/+10 | |
- Added braces around the cases. | |||||
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 | |
issue was appearantly solved with an earlier commit. | |||||
2014-05-28 | - Fixed an issue where dispensers would only shoot arrows (appearantly | JoannisO | 1 | -33/+24 | |
some commits didn't come through) - Cleaned up the code according to suggestions. | |||||
2014-05-28 | - Implemented vertical dispensing for projectiles. | Joannis | 2 | -16/+40 | |
- Fixed some terrible commit issues on my side. | |||||
2014-05-27 | - Fixed the ampersands and asterisks to fit the format. | Joannis | 2 | -8/+8 | |
- Fixed the method "SpawnProjectileFromDispenser" to use CamelCasing. | |||||
2014-05-26 | - Added support for more types of projectiles in the Dispenser | JoannisO | 2 | -38/+51 | |
- Improved the method of spawning projectiles in the world - Added another method for spawning the projectiles | |||||
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 | |
GetPyramidLevel returns 0 when no layers were found, 1 for one layer etc. Auto adjust the minY and/or maxY to 0 if the beacon is low. | |||||
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 | |
There is no handling for the GUI. It can now check how big the pyramid is under the beacon. | |||||
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 | |
* cBlockEntityWithItems now inherits from cBlockEntityWindowOwner | |||||
2014-02-11 | Fixed #190 | Tiger Wang | 1 | -2/+67 | |
+ Hoppers now collect pickups above them | |||||
2014-02-11 | Fixed #612 | Tiger Wang | 2 | -0/+16 | |
* Chests send contents updates to client | |||||
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 | |
* Writing NBT is now in Protocol, not BlockEntity files * Fixed a last output bug | |||||
2014-01-19 | Improved command blocks | Tiger Wang | 1 | -5/+37 | |
* Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity | |||||
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 | |
Also removed an unused inline header file (yuck). | |||||
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 | |
this patch fixes an issue with furnaces where they would ignore the time burnt in setBurnTimes this did not cause a problem as this function was only called with the same value as the one it was using for time burnt | |||||
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 | |
This fixes #422. | |||||
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -1/+1 | |
Ref.: #407 | |||||
2013-12-07 | Added basic ender chests | Tiger Wang | 3 | -10/+201 | |
Note that they just mirror chests now, so no per player inventory. | |||||
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 | |