]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/log
BoundingBoxOutlineReloaded.git
9 years agoUpdate README.md
irtimaled [Wed, 4 Feb 2015 23:13:49 +0000 (23:13 +0000)]
Update README.md

9 years agoUpdate readme & version data 1.0.0-beta5
Irtimaled [Wed, 4 Feb 2015 21:37:29 +0000 (21:37 +0000)]
Update readme & version data

9 years agoLoad dat files from config folder
Irtimaled [Wed, 4 Feb 2015 20:14:10 +0000 (20:14 +0000)]
Load dat files from config folder

This will allow you to copy down the small dat files from your vanilla server, drop them in the folder and when you log in to the vanilla server it'll load all the structures.

It tries to do villages but this only works with villages that were loaded when the files were copied (like in spawn chunks)

9 years agoMove smarts about
Irtimaled [Wed, 4 Feb 2015 20:07:45 +0000 (20:07 +0000)]
Move smarts about

To reduce duplicate code the villages need to understand how to calculate the iron golem spawn stuff and about random colors.  Structure types should know about which color to use too

9 years agoSpawnX and SpawnZ are not reliable
Irtimaled [Wed, 4 Feb 2015 20:03:38 +0000 (20:03 +0000)]
SpawnX and SpawnZ are not reliable

On the client these fields can change randomly so are not reliable - instead we send to the client from the server during initialize

9 years agoBuild slime & spawn building to client
Irtimaled [Wed, 4 Feb 2015 14:05:55 +0000 (14:05 +0000)]
Build slime & spawn building to client

This is done by sending the seed from the server to the client.

It will enable future smartness!

9 years agoUpdate README.md 1.0.0-beta4
irtimaled [Tue, 3 Feb 2015 01:58:32 +0000 (01:58 +0000)]
Update README.md

9 years agoAdd spawn & spawn chunk bounding boxes
Irtimaled [Tue, 3 Feb 2015 01:47:10 +0000 (01:47 +0000)]
Add spawn & spawn chunk bounding boxes

Added a message when a village moved (doors added/removed) or if spawn point changes

9 years agoUpdate README.md 1.0.0-beta3
irtimaled [Sun, 1 Feb 2015 00:45:01 +0000 (00:45 +0000)]
Update README.md

9 years agoHandle events when player logs in an out
Irtimaled [Sun, 1 Feb 2015 00:37:33 +0000 (00:37 +0000)]
Handle events when player logs in an out

9 years agoUpdate version
Irtimaled [Sat, 31 Jan 2015 20:12:17 +0000 (20:12 +0000)]
Update version

9 years agoInclude forum URL in mcmod info file
Irtimaled [Sat, 31 Jan 2015 20:07:25 +0000 (20:07 +0000)]
Include forum URL in mcmod info file

9 years agoAdd support for LAN games
Irtimaled [Sat, 31 Jan 2015 20:06:52 +0000 (20:06 +0000)]
Add support for LAN games

9 years agoUpdate README.md
irtimaled [Sat, 31 Jan 2015 18:06:23 +0000 (18:06 +0000)]
Update README.md

9 years agoUpdate version 1.0.0-beta2
Irtimaled [Sat, 31 Jan 2015 17:21:14 +0000 (17:21 +0000)]
Update version

9 years agoRework sphere drawing logic
Irtimaled [Sat, 31 Jan 2015 17:15:17 +0000 (17:15 +0000)]
Rework sphere drawing logic

9 years agoRestructure code
Irtimaled [Sat, 31 Jan 2015 16:31:43 +0000 (16:31 +0000)]
Restructure code

9 years agoInitial commit
Irtimaled [Sat, 31 Jan 2015 13:07:07 +0000 (13:07 +0000)]
Initial commit