summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* SPIGOT-762: Update damage taken stats on damagemd_52015-04-09-10/+14
|
* SPIGOT-763: Directly changing to location in PlayerMoveEvent does not update ↵md_52015-04-09-36/+37
| | | | location.
* Implement World.getNearbyEntitiesNathan Wolf2015-04-07-0/+16
|
* Expand the isFinite checks to yaw and pitchThinkofdeath2015-04-03-37/+41
|
* Don't allow liquids to flow into unloaded chunksThinkofdeath2015-04-01-7/+13
|
* Implement BlockStateMeta which allows creating and editting 1.8's blockEntityTagThinkofdeath2015-03-24-131/+528
|
* SPIGOT-720: Fix NPE in TileEntity.getOwnerThinkofdeath2015-03-22-3/+4
|
* Implement BlockExplodeEventThinkofdeath2015-03-22-15/+31
|
* SPIGOT-725: Always return captured tile entitiesThinkofdeath2015-03-22-3/+3
|
* Fix thread safety issues in EntitySliceThinkofdeath2015-03-22-0/+38
|
* SPIGOT-729: Revert the entity slice moveThinkofdeath2015-03-22-45/+24
|
* Fire PlayerTeleport event on portal travelThinkofdeath2015-03-21-33/+38
|
* Update the rename markersThinkofdeath2015-03-19-23/+23
|
* SPIGOT-716: Fix regenerating chunksThinkofdeath2015-03-17-0/+4
|
* Move the entity slice loadingThinkofdeath2015-03-16-8/+8
|
* SPIGOT-711: Correctly init captured tile entitiesThinkofdeath2015-03-16-16/+18
|
* SPIGOT-291: Change from scoreboard per a world to scorebard per a serverThinkofdeath2015-03-16-28/+48
|
* Replace gitdescribe with scriptusThinkofdeath2015-03-16-11/+7
|
* Reformat pom.xmlThinkofdeath2015-03-16-305/+305
| | | | Nobody likes 2 space indents
* Capture tile entities and only place them in the event succeedsThinkofdeath2015-03-16-52/+110
|
* SPIGOT-705: Fix possible CMEThinkofdeath2015-03-15-19/+39
|
* Fix possible tick list syncing issueThinkofdeath2015-03-15-17/+35
|
* SPIGOT-323: Enchanting tables can no longer be force opened. (reverted from ↵md_52015-03-13-9/+0
| | | | commit bbe75338c18624e66efd56b599d82eb476e5b76c)
* SPIGOT-323: Enchanting tables can no longer be force opened.md_52015-03-13-0/+9
|
* SPIGOT-693: Fix misplaced comment.md_52015-03-13-3/+3
|
* SPIGOT-370: Remove LOCKED_CHESTThinkofdeath2015-03-11-1/+0
| | | | It doesn't exist anymore and has been deprecated for a year
* Fix getActivePotionEffects ignoring the particles flagThinkofdeath2015-03-11-1/+1
|
* SPIGOT-678: Fix the particles flag being ignored in PotionMetaThinkofdeath2015-03-11-1/+4
|
* Don't run tasks when the server is stoppingThinkofdeath2015-03-11-2/+11
|
* SPIGOT-677: Add populators slightly later to make sure everything is initializedThinkofdeath2015-03-11-65/+71
|
* SPIGOT-665: Fix ghost blocks when cancelling piston eventsThinkofdeath2015-03-09-5/+12
|
* Only double switch if the dimension is the sameThinkofdeath2015-03-08-15/+17
|
* Readd the double dimension switchThinkofdeath2015-03-08-14/+15
|
* SPIGOT-626: Add populators early to prevent chunks being missedThinkofdeath2015-03-08-70/+69
|
* SPIGOT-657: Set armor stand noclip flag in correct place.md_52015-03-08-13/+12
|
* s/R1/R2 - deprecation-mappings.atmd_52015-03-08-25/+25
|
* SPIGOT-644: Attempt to fix a long standing issue by limiting the range of ↵Thinkofdeath2015-03-08-11/+25
| | | | getEntities
* SPIGOT-654: Use the server player list instead of the world for boss ↵Thinkofdeath2015-03-07-6/+6
| | | | spawn/death sounds
* Add a unit test for map colorsThinkofdeath2015-03-07-0/+62
|
* Fix a null pointer issue with multiworldThinkofdeath2015-03-07-3/+3
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-5466/+5028
|
* SPIGOT-602: Kick players with non-finite locationsmd_52015-02-26-3/+3
|
* SPIGOT-591: Optimize EntitySlice.iteratorThinkofdeath2015-02-20-0/+42
| | | | | Previously if the key 'this.c' was missing a new hashmap was created, this caused thousands to be created each tick
* SPIGOT-447: Fix dismount causing a quick remountmd_52015-02-20-2/+11
|
* Make tab complete spam check more lenient.md_52015-02-20-3/+3
|
* Remove the double dimension switch as the issue seems fixed, if it breaks ↵Thinkofdeath2015-02-18-15/+14
| | | | something blame SupaHam
* SPIGOT-586: Fix a mistake in CraftMetaItemThinkofdeath2015-02-18-1/+1
|
* Two more cases for BlockFireThinkofdeath2015-02-17-2/+19
|
* Fix a missed case in BlockFireThinkofdeath2015-02-17-2/+11
|
* Fix hashcode / equals / formatting.md_52015-02-15-17/+19
|