]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/log
BoundingBoxOutlineReloaded.git
5 years agoBump version to 1.0.6 1.0.6
Irtimaled [Sat, 9 Mar 2019 21:44:13 +0000 (13:44 -0800)]
Bump version to 1.0.6

5 years agoAdd proper server support that works
Irtimaled [Sat, 9 Mar 2019 06:37:31 +0000 (22:37 -0800)]
Add proper server support that works

5 years agoChange how keyboard events are handled
Irtimaled [Tue, 5 Mar 2019 06:12:26 +0000 (22:12 -0800)]
Change how keyboard events are handled

In Forge 1.13.2 there's no current keyboard press logic, and in 1.14 there's some weirdness with multiple dispatching of keyboard presses.
Additionally I want long press support to open the config menu.

5 years agoAdd GUI to configuration support
Irtimaled [Sun, 3 Mar 2019 07:59:32 +0000 (23:59 -0800)]
Add GUI to configuration support

5 years agoFix weirdness with the max Y value
Irtimaled [Tue, 5 Mar 2019 06:13:03 +0000 (22:13 -0800)]
Fix weirdness with the max Y value

5 years agoExtend village sphere rendering customization
Irtimaled [Sun, 3 Mar 2019 07:05:26 +0000 (23:05 -0800)]
Extend village sphere rendering customization

Now you can define how big the dots are and how many there are.

5 years agoGeneral tidy up of imports and file ends
Irtimaled [Sun, 3 Mar 2019 07:03:57 +0000 (23:03 -0800)]
General tidy up of imports and file ends

5 years agoExpose active to be toggled externally
Irtimaled [Sun, 3 Mar 2019 07:02:22 +0000 (23:02 -0800)]
Expose active to be toggled externally

5 years agoMigrate outerBoxOnly to a persistent setting
Irtimaled [Sun, 3 Mar 2019 07:01:22 +0000 (23:01 -0800)]
Migrate outerBoxOnly to a persistent setting

5 years agoMove setting categories
Irtimaled [Sun, 3 Mar 2019 06:59:56 +0000 (22:59 -0800)]
Move setting categories

Add logic to load from old category the first time around

5 years agoRework config ready for gui
Irtimaled [Sun, 3 Mar 2019 06:54:42 +0000 (22:54 -0800)]
Rework config ready for gui

5 years agoRemove unnecessary cache wrapper
Irtimaled [Sat, 2 Mar 2019 00:32:45 +0000 (16:32 -0800)]
Remove unnecessary cache wrapper

5 years agoSeparate chunk processing from caching
Irtimaled [Sat, 2 Mar 2019 00:17:55 +0000 (16:17 -0800)]
Separate chunk processing from caching

Also don't derive from cache

5 years agoGenerate spawn bounding boxes on world load
Irtimaled [Fri, 1 Mar 2019 22:51:54 +0000 (14:51 -0800)]
Generate spawn bounding boxes on world load

5 years agoImprove performance of village processing
Irtimaled [Fri, 1 Mar 2019 22:20:40 +0000 (14:20 -0800)]
Improve performance of village processing

No point running this on every tick when we can respond to changes in the village objects

5 years agoRestructure BoundingBox color and rendering logic
Irtimaled [Fri, 1 Mar 2019 22:04:04 +0000 (14:04 -0800)]
Restructure BoundingBox color and rendering logic

It was spread out all over the place - now not so much!

5 years agoTidy up code formatting
Irtimaled [Wed, 27 Feb 2019 22:28:26 +0000 (14:28 -0800)]
Tidy up code formatting

5 years agoAdd initial server support
Irtimaled [Wed, 27 Feb 2019 00:10:53 +0000 (16:10 -0800)]
Add initial server support

5 years agoHandle destruction of mob spawners
Irtimaled [Tue, 26 Feb 2019 23:26:08 +0000 (15:26 -0800)]
Handle destruction of mob spawners

5 years agoSwitch to using EventBus instead of static class
Irtimaled [Tue, 26 Feb 2019 23:26:01 +0000 (15:26 -0800)]
Switch to using EventBus instead of static class

This will make some of the future things even more easy, such as forge support

5 years agoRemove unnecessary event handler
Irtimaled [Tue, 26 Feb 2019 23:25:49 +0000 (15:25 -0800)]
Remove unnecessary event handler

Will be replaced by something new and shiny in the future.

5 years agoSetup tweaker for 1.13
irtimaled [Mon, 14 Jan 2019 06:21:05 +0000 (22:21 -0800)]
Setup tweaker for 1.13

5 years agoBump version to 1.0.5 1.0.5
Irtimaled [Sun, 24 Feb 2019 08:35:09 +0000 (00:35 -0800)]
Bump version to 1.0.5

5 years agoAdd config ready for new 1.14 structure
Irtimaled [Sun, 24 Feb 2019 08:34:40 +0000 (00:34 -0800)]
Add config ready for new 1.14 structure

5 years agoAdd mob spawner bounding boxes
Irtimaled [Sun, 24 Feb 2019 07:39:08 +0000 (23:39 -0800)]
Add mob spawner bounding boxes

Includes boxes for the max spawn area, and lines for activation status.

5 years agoAdjust structure loading based on 1.13 changes
irtimaled [Wed, 6 Feb 2019 19:25:29 +0000 (11:25 -0800)]
Adjust structure loading based on 1.13 changes

5 years agoBump version to 1.0.4
irtimaled [Sun, 3 Feb 2019 07:49:23 +0000 (23:49 -0800)]
Bump version to 1.0.4

- Calculate which boxes to show using the players position and render distance instead of relying on the world.isAreaLoaded function which seems to play up on multiplayer servers
- Set config for Igloos & 1.13 structures
- Update README

5 years agoSet gradle project name and version
irtimaled [Wed, 6 Feb 2019 07:29:42 +0000 (23:29 -0800)]
Set gradle project name and version

5 years agoUpdate gitignore
irtimaled [Tue, 5 Feb 2019 21:58:11 +0000 (13:58 -0800)]
Update gitignore

5 years agoMove files ready for gradle builds
irtimaled [Tue, 5 Feb 2019 20:21:33 +0000 (12:21 -0800)]
Move files ready for gradle builds

6 years agoUpdate forge version 1.0.3
irtimaled [Sun, 28 Jan 2018 20:36:20 +0000 (12:36 -0800)]
Update forge version

6 years agoStop another potential ConcurrentModificationException
irtimaled [Sun, 28 Jan 2018 20:35:46 +0000 (12:35 -0800)]
Stop another potential ConcurrentModificationException

6 years agoDo village processing if there are any remote players connected
irtimaled [Sun, 28 Jan 2018 20:34:36 +0000 (12:34 -0800)]
Do village processing if there are any remote players connected

6 years agoOnly extract villages on client side if the active. 1.0.2
irtimaled [Sat, 27 Jan 2018 06:23:19 +0000 (22:23 -0800)]
Only extract villages on client side if the active.

Also put some code in to protect against ConcurrentModificationExceptions

6 years agoUpdate README.md
irtimaled [Sat, 30 Dec 2017 05:30:52 +0000 (21:30 -0800)]
Update README.md

6 years agoFix village colors changing on reload local game 1.0.1
irtimaled [Sat, 30 Dec 2017 05:04:13 +0000 (21:04 -0800)]
Fix village colors changing on reload local game

6 years agoFix forge version
irtimaled [Sat, 30 Dec 2017 04:04:50 +0000 (20:04 -0800)]
Fix forge version

6 years agoAdd litemod client side & dat loading mod code
irtimaled [Fri, 29 Dec 2017 04:37:39 +0000 (20:37 -0800)]
Add litemod client side & dat loading mod code

6 years agoExtract rendering logic
irtimaled [Thu, 28 Dec 2017 09:17:40 +0000 (01:17 -0800)]
Extract rendering logic

6 years agoExtract client side bounding box logic
irtimaled [Thu, 28 Dec 2017 08:47:54 +0000 (00:47 -0800)]
Extract client side bounding box logic

6 years agoExtract NBT file parsing logic
irtimaled [Thu, 28 Dec 2017 08:32:44 +0000 (00:32 -0800)]
Extract NBT file parsing logic

6 years agoProcess villages more frequently
irtimaled [Thu, 28 Dec 2017 08:28:19 +0000 (00:28 -0800)]
Process villages more frequently

6 years agoGeneral tidy up
irtimaled [Thu, 28 Dec 2017 08:00:53 +0000 (00:00 -0800)]
General tidy up

6 years agoIntroduce cache that can be shared more easily
irtimaled [Thu, 28 Dec 2017 07:52:51 +0000 (23:52 -0800)]
Introduce cache that can be shared more easily

6 years agoExtra PlayerData logic to static class
irtimaled [Thu, 28 Dec 2017 06:54:01 +0000 (22:54 -0800)]
Extra PlayerData logic to static class

6 years agoMake ConfigManager static
irtimaled [Thu, 28 Dec 2017 06:10:34 +0000 (22:10 -0800)]
Make ConfigManager static

6 years agoMove stuff about a bit
irtimaled [Thu, 28 Dec 2017 09:27:26 +0000 (01:27 -0800)]
Move stuff about a bit

6 years agoTidy up code a bit
irtimaled [Thu, 28 Dec 2017 05:28:26 +0000 (21:28 -0800)]
Tidy up code a bit

6 years agoSupport 1.12.1 1.0.0-beta19
irtimaled [Wed, 27 Sep 2017 21:15:25 +0000 (14:15 -0700)]
Support 1.12.1

6 years agoDon't crash vanilla clients
irtimaled [Fri, 21 Jul 2017 05:32:54 +0000 (22:32 -0700)]
Don't crash vanilla clients

6 years agoSupport forge clients without the mod 1.0.0-beta18
irtimaled [Thu, 20 Jul 2017 17:50:38 +0000 (10:50 -0700)]
Support forge clients without the mod

6 years agoUpdate for 1.12 1.0.0-beta17
irtimaled [Wed, 5 Jul 2017 00:56:19 +0000 (17:56 -0700)]
Update for 1.12

7 years agoFix weirdness with village center point and golem spawn area 1.0.0-beta16
irtimaled [Sat, 28 Jan 2017 11:29:18 +0000 (11:29 +0000)]
Fix weirdness with village center point and golem spawn area

7 years agoFix a couple Forge mapping changes 1.0.0-beta15
irtimaled [Tue, 10 Jan 2017 23:56:24 +0000 (23:56 +0000)]
Fix a couple Forge mapping changes

7 years agoPrep for beta 15 release
irtimaled [Tue, 10 Jan 2017 23:45:41 +0000 (23:45 +0000)]
Prep for beta 15 release

7 years agoFixes #24
irtimaled [Tue, 10 Jan 2017 23:23:49 +0000 (23:23 +0000)]
Fixes #24

Sometimes there won't be bounding boxes because it's an non-vanilla dimension

7 years agoTidy up how we get the client bounding boxes
irtimaled [Tue, 10 Jan 2017 23:18:27 +0000 (23:18 +0000)]
Tidy up how we get the client bounding boxes

7 years agoUpdate README.md
irtimaled [Wed, 14 Dec 2016 02:21:04 +0000 (02:21 +0000)]
Update README.md

7 years agoUpdate README.md
irtimaled [Wed, 14 Dec 2016 02:20:32 +0000 (02:20 +0000)]
Update README.md

7 years agoAdd support for 1.11 1.0.0-beta14
irtimaled [Wed, 14 Dec 2016 01:55:46 +0000 (01:55 +0000)]
Add support for 1.11

7 years agoFixes #23 1.0.0-beta13
irtimaled [Wed, 14 Dec 2016 01:41:57 +0000 (01:41 +0000)]
Fixes #23

Also fix when no structures loaded on the server the client can't render anything

7 years agoAdd 1.10.2 into documentation
irtimaled [Sat, 27 Aug 2016 21:20:39 +0000 (22:20 +0100)]
Add 1.10.2 into documentation

7 years agoUpdate patches for 1.10
irtimaled [Sat, 27 Aug 2016 20:45:24 +0000 (21:45 +0100)]
Update patches for 1.10

7 years agoInitial 1.10 Forge Support
irtimaled [Sat, 27 Aug 2016 19:34:17 +0000 (20:34 +0100)]
Initial 1.10 Forge Support

7 years agoPrep for Forge mod update
irtimaled [Sat, 27 Aug 2016 19:31:51 +0000 (20:31 +0100)]
Prep for Forge mod update

7 years agoAdd initial 1.10 vanilla support 1.0.0-beta12
irtimaled [Wed, 24 Aug 2016 18:31:51 +0000 (19:31 +0100)]
Add initial 1.10 vanilla support

8 years agoMerge pull request #19 from Pinaz9/patch-1
irtimaled [Wed, 27 Apr 2016 13:12:30 +0000 (14:12 +0100)]
Merge pull request #19 from Pinaz9/patch-1

1.8.9 Compatibility Fix

8 years ago1.8.9 Compatibility Fix
Patrick Shannon [Wed, 27 Jan 2016 20:39:19 +0000 (15:39 -0500)]
1.8.9 Compatibility Fix

These changes might fix the issue that a lot of mods are having, where they inherit acceptedMinecraftVersion instead of setting it manually, and something goes wrong. Minecraft Errors and says that <mod> wants Minecraft [1.8,1.8]

As far as I can tell, the round bracket at the end is important, but I might not be.

I shall be testing this.

9 years agoUpdate version number 1.0.0-beta11
Irtimaled [Tue, 7 Apr 2015 14:50:18 +0000 (15:50 +0100)]
Update version number

9 years agoImprove performance of drawing - no need to start drawing again
Irtimaled [Tue, 7 Apr 2015 14:47:02 +0000 (15:47 +0100)]
Improve performance of drawing - no need to start drawing again

9 years agoSupport host|host,port|host/port to find local dat files
Irtimaled [Tue, 7 Apr 2015 14:45:05 +0000 (15:45 +0100)]
Support host|host,port|host/port to find local dat files

9 years agoAdd patches for 1.7.10 1.0.0-beta10
Irtimaled [Mon, 23 Feb 2015 16:50:43 +0000 (16:50 +0000)]
Add patches for 1.7.10

Using custom mappings for mcp908

9 years agoUpdate readme and version
Irtimaled [Mon, 23 Feb 2015 15:42:51 +0000 (15:42 +0000)]
Update readme and version

9 years agoFixes #14
Irtimaled [Mon, 23 Feb 2015 15:40:41 +0000 (15:40 +0000)]
Fixes #14

Removed matching based on doors since this causes more problems that it fixes!

9 years agoDraw village door lines
Irtimaled [Mon, 23 Feb 2015 15:39:53 +0000 (15:39 +0000)]
Draw village door lines

Requested by taz4hvn

9 years agoFixes #13
Irtimaled [Mon, 23 Feb 2015 14:02:06 +0000 (14:02 +0000)]
Fixes #13

Sorry about that!

9 years agoSend door BlockPos with village info
Irtimaled [Mon, 23 Feb 2015 14:00:42 +0000 (14:00 +0000)]
Send door BlockPos with village info

9 years agoSimplify location of private fields
Irtimaled [Mon, 23 Feb 2015 13:28:12 +0000 (13:28 +0000)]
Simplify location of private fields

9 years agoUpdate config defaults
Irtimaled [Mon, 23 Feb 2015 13:28:33 +0000 (13:28 +0000)]
Update config defaults

9 years agoUpdate README.md
irtimaled [Sun, 22 Feb 2015 23:17:32 +0000 (23:17 +0000)]
Update README.md

9 years agoUp version number 1.0.0-beta9
Irtimaled [Sun, 22 Feb 2015 19:25:27 +0000 (19:25 +0000)]
Up version number

9 years agoIDEA Cleanup
Irtimaled [Sun, 22 Feb 2015 19:25:12 +0000 (19:25 +0000)]
IDEA Cleanup

9 years agoFixes #6
Irtimaled [Sun, 22 Feb 2015 19:16:57 +0000 (19:16 +0000)]
Fixes #6

Uses persistent hashcode of villages to get the right color.  If the village is 'new' it'll fallback to checking for the village by it's doors!

9 years agoFixes #10
Irtimaled [Sun, 22 Feb 2015 12:05:30 +0000 (12:05 +0000)]
Fixes #10

Also tweeked the expansion so adjoining slime chunks don't overlap too much!

9 years agoFixes #12
Irtimaled [Sun, 22 Feb 2015 12:02:50 +0000 (12:02 +0000)]
Fixes #12

Not sure how this happened!

9 years agoFixes #11
Irtimaled [Sun, 22 Feb 2015 00:52:32 +0000 (00:52 +0000)]
Fixes #11

This is pretty straightforward to stop the filling of spawn and world chunks but leave slime chunks filled as per config

9 years agoFix #7
Irtimaled [Sat, 21 Feb 2015 13:59:00 +0000 (13:59 +0000)]
Fix #7

Use the correct blend func

9 years agoFix #9
Irtimaled [Sat, 21 Feb 2015 13:57:42 +0000 (13:57 +0000)]
Fix #9

Only apply blending to the fill and make the lines thinner

9 years agoAdd patches for vanilla
Irtimaled [Fri, 20 Feb 2015 10:58:05 +0000 (10:58 +0000)]
Add patches for vanilla

9 years agoUpdate README.md
irtimaled [Fri, 20 Feb 2015 10:00:50 +0000 (10:00 +0000)]
Update README.md

9 years agoPrepare to allow JAR editting mod 1.0.0-beta8
Irtimaled [Thu, 19 Feb 2015 21:18:29 +0000 (21:18 +0000)]
Prepare to allow JAR editting mod

9 years agoFix #4
Irtimaled [Fri, 6 Feb 2015 15:12:15 +0000 (15:12 +0000)]
Fix #4

Weird covariance issue between java 7 & 8 - I don't use anything funky from java 8 so this change fixes the java 7 issue.

9 years agoUpdate version
Irtimaled [Thu, 5 Feb 2015 21:46:12 +0000 (21:46 +0000)]
Update version

9 years agoTidy up code
Irtimaled [Thu, 5 Feb 2015 21:44:26 +0000 (21:44 +0000)]
Tidy up code

9 years agoFix #3
Irtimaled [Thu, 5 Feb 2015 21:39:02 +0000 (21:39 +0000)]
Fix #3

Not 100% on the values here!

9 years agoAdd support to draw lazy spawn chunks
Irtimaled [Thu, 5 Feb 2015 21:34:40 +0000 (21:34 +0000)]
Add support to draw lazy spawn chunks

9 years agoUpdate version 1.0.0-beta6
Irtimaled [Thu, 5 Feb 2015 10:56:28 +0000 (10:56 +0000)]
Update version

9 years agoFix #2
Irtimaled [Thu, 5 Feb 2015 10:56:15 +0000 (10:56 +0000)]
Fix #2

Need to add additional language support?

9 years agoFix #1
Irtimaled [Thu, 5 Feb 2015 10:47:39 +0000 (10:47 +0000)]
Fix #1

Need to use the value sent from the server/loaded from level.dat as this won't change. Also cached the world spawn and spawn chunk bounding boxes as these don't change!

9 years agoUpdate README.md
irtimaled [Thu, 5 Feb 2015 00:38:20 +0000 (00:38 +0000)]
Update README.md