Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixxing Crash Exploits #69

Open
wants to merge 105 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
105 commits
Select commit Hold shift + click to select a range
05e1ef4
Fixed NPE when KommonCommand fails to parse the command
DSeeLP Apr 29, 2021
d38b3d6
Fixed maven build
DSeeLP Apr 29, 2021
6d84225
Fixed issue that only the root node could be executed.
DSeeLP Apr 29, 2021
daa447f
Added Tab-Completion
DSeeLP Apr 29, 2021
7a06038
Added boolean argument to KTestCommand
DSeeLP Apr 29, 2021
edfbafc
Fixed issue that the complete function always returned nothing
DSeeLP Apr 29, 2021
ffc7d70
Bumped KommonCommand version to 0.1.1
DSeeLP May 2, 2021
0465faf
Command completer now respects the checkAccess method
DSeeLP May 4, 2021
e9a3be4
Bumped Kotlin version to 1.5.0
DSeeLP May 6, 2021
b98a695
Bumped KommonCommand to version 0.2.2
DSeeLP May 13, 2021
653ab38
Merge branch 'command' into development
PXAV May 24, 2021
597ad46
Merge branch 'development' into development
PXAV May 24, 2021
b485ccd
Merge pull request #65 from DSeeLP/development
PXAV May 24, 2021
97b546f
Fix lowercase checks in CommandDispatcher
PXAV May 24, 2021
8fc62bf
Remove duplicated compiler plugin
PXAV May 24, 2021
a1c750b
Bump Kotlin version 1.5.0 again (deleted on merge by accident)
PXAV May 24, 2021
4d05af0
Remove redundant field from NpcToggleSneakEvent
PXAV May 25, 2021
fb70ee4
refactor: Rename NpcInteractAction to EntityInteractAction
PXAV May 25, 2021
211197b
refactor: Move EntityInteractAction to general event package
PXAV May 25, 2021
23b7d6f
Add ImageChar class representing chars for an image message
PXAV May 25, 2021
adc9011
Add ImageMessage class building chat messages from images
PXAV May 25, 2021
95dd0f9
Remove writeLog feature from Kelp logger
PXAV May 26, 2021
70e9182
Kelp loggers are now registered for each application on startup
PXAV May 26, 2021
2d4d69f
Adjust version implementation logger name in KelpPlugin
PXAV May 26, 2021
9f2df3d
Apply new logger syntax in code module
PXAV May 26, 2021
0245fb5
Debug mode config is now obeyed by KelpLogger
PXAV May 26, 2021
524b466
Remove LogLevel.java enum
PXAV May 26, 2021
2336efc
Use new logging system in v1.8 implementation
PXAV May 26, 2021
f00b903
Fix player constructor in entity type implementation
PXAV May 26, 2021
14e6164
Add documentation to KelpLogger
PXAV May 26, 2021
336dbf9
Add documentation to KelpPotionEffect
PXAV May 26, 2021
f087d76
Add documentation to PotionListener
PXAV May 26, 2021
a503e46
Add documentation to MinecraftPotion
PXAV May 26, 2021
a62df3a
ImageMessage now accepts RGB colors for 1.16+ servers
PXAV May 26, 2021
3104467
Merge image char values into DefaultFontSize enum
PXAV May 26, 2021
0f1b7dc
refactor: Rename DefaultFontSize.java to DefaultFont
PXAV May 26, 2021
f69c296
Color is now a subclass of java.awt.color and has more util methods f…
PXAV May 26, 2021
b383154
Apply builder design to ImageMessage
PXAV May 26, 2021
a152033
You can now insert components in an InteractiveMessage
PXAV May 27, 2021
c53ce36
Add method to get the text displayed by an InteractiveMessage
PXAV May 27, 2021
1494185
Remove logger artifacts from KelpPlayerRepository
PXAV May 27, 2021
07fc448
You can now also append text with interactive messages in an ImageMes…
PXAV May 27, 2021
c556bff
Add documentation to ImageMessage
PXAV May 27, 2021
9e1cb12
Add basic hologram class
PXAV May 30, 2021
75b9603
Add basic hologram components for text and items
PXAV May 30, 2021
1ba17b4
Add some more advanced hologram text components
PXAV May 30, 2021
d3976f9
You can now spawn holograms
PXAV May 30, 2021
a5dbfa4
Add method to modify the spacing between hologram lines
PXAV May 30, 2021
745ef71
Implement despawn mechanics in VersionedHologram
PXAV May 31, 2021
9b7273e
Holograms are now player-dependent as they are rendered client-side a…
PXAV May 31, 2021
9d0c57d
Add HologramRepository adding auto-spawn activities to Holograms
PXAV May 31, 2021
858c271
Add equals and hashCode to KelpHologram
PXAV May 31, 2021
72d8ef0
Add documentation to ReflectionUtil
PXAV May 31, 2021
ab32aac
Fix bug that clime could not be cast to MobileEntity
PXAV Jun 1, 2021
d8ef493
You can now enable/disable gravity for every entity with a small work…
PXAV Jun 1, 2021
b10bd43
Make contains() method of CuboidRegion a bit more efficient
PXAV Aug 3, 2021
3936407
Fix ParticleLineEffect by changing default particleDensity to 0.1
PXAV Aug 9, 2021
ca13045
You can now get an entity's bounding box/hitbox as a cuboid region
PXAV Aug 9, 2021
fa11f95
Add classes to visualize specific things with particles
PXAV Aug 9, 2021
8c9a1e8
The boundaries of a KelpRegion can now be visualized with particles
PXAV Aug 9, 2021
45dfe20
You can now get the entities inside a specific KelpChunk
PXAV Aug 9, 2021
b573752
Implement getEntities method of KelpChunk for 1.8 with reflection and…
PXAV Aug 9, 2021
9ce3f00
Make ParticleLineEffect cloneable
PXAV Aug 9, 2021
97db6b0
Add base credits to ImageMessage documentation
PXAV Aug 9, 2021
c3347e5
Remove ParticleEffectFactory.java as every effect now as an own stati…
PXAV Aug 9, 2021
0bb8d28
Add two 16x16 demo images to resources folder allowing to easily test…
PXAV Aug 9, 2021
2ec4c54
Add method to get the KelpWorld object of a KelpLocation
PXAV Aug 9, 2021
4980c00
Implement basic raycast mechanics
PXAV Aug 9, 2021
c626a41
Remove debug message 'is living entity' from VersionedEntityType
PXAV Aug 9, 2021
3077326
Fix entity type of SilverfishEntity
PXAV Aug 14, 2021
4f85d0d
Introduce custom Vector3 type offering a version-independent alternat…
PXAV Aug 14, 2021
2c73cbe
Remove CardinalDirection.java enum as it is redundant
PXAV Aug 14, 2021
b217f4b
Add method to get the bounding box of a KelpBlock
PXAV Aug 14, 2021
df77932
Add getPosition() and isOnLine() functions to Vector3
PXAV Aug 14, 2021
904badd
Rename length methods of Vector3 to magnitude
PXAV Aug 14, 2021
29c416e
Fix bug that contains(KelpLocation) method returned incorrect results
PXAV Aug 14, 2021
d01c53c
Implement ParticleVisualizable for Rays
PXAV Aug 15, 2021
78131c5
Add ray implementation scanning for entities
PXAV Aug 15, 2021
bb104e3
calling getType() on KelpPlayer now actually returns PLAYER
PXAV Aug 15, 2021
a0b52af
Add method to KelpWorld to check whether a chunk is loaded or not bef…
PXAV Aug 15, 2021
094436a
Make Rays generic for fluent builder design
PXAV Aug 15, 2021
9adb515
Replace type ignore lists with a list of predicates that have to be f…
PXAV Aug 15, 2021
89815c8
Add a method to set values of the parent class of an object to Reflec…
PXAV Aug 15, 2021
ac164dd
Add sameEntity() method to KelpEntity offering a replacement for an e…
PXAV Aug 15, 2021
57fc414
Fix bug that hitDistance of EntityRay was always equal to the distanc…
PXAV Aug 15, 2021
c6ba0cf
Add method to RaycastHit giving information about which ray (type) hi…
PXAV Aug 15, 2021
8cadff0
You can now configure the accuary of EntityRay checks
PXAV Aug 15, 2021
256a144
Do some optimization to GlobalPacketListener
PXAV Aug 15, 2021
5db2089
Small code cleanup of ParticleLineEffect
PXAV Aug 15, 2021
8dfc821
Add base class for AnimatedMessages
PXAV Aug 15, 2021
3a034bd
Add base class for block raycasting
PXAV Aug 15, 2021
5460bdc
Apply refactor changes of EntityInteractAction to NpcInteractEvent
PXAV Aug 15, 2021
2f615e2
Remove component system of hologram library
PXAV Aug 15, 2021
6b1ad52
Add base event classes for different hologram events
PXAV Aug 15, 2021
1f83589
HologramRepository is now using Kelp's concurrent multimaps
PXAV Aug 15, 2021
0ded6c1
KelpHologram is now using lines instead of components
PXAV Aug 15, 2021
3af5ae1
Add base interface for hologram lines
PXAV Aug 15, 2021
d952a50
Add text hologram line, which is able to display simple strings in a …
PXAV Aug 15, 2021
03e58d8
Add item hologram line displaying phantom items inside a hologram
PXAV Aug 15, 2021
992446b
Add dummy hologram line used for generating empty space between lines
PXAV Aug 15, 2021
de43d8d
Add incomplete changelog for hologram release
PXAV Aug 15, 2021
ab6a076
Implement new logger system in testing module
PXAV Aug 15, 2021
f4661d4
Fix bug when entering an out-of-range bossbar progress in correspondi…
PXAV Aug 15, 2021
cf1f5ed
Apply EntityInteractAction refactor to NpcSpawnCommand of testing module
PXAV Aug 15, 2021
3238a48
Implement new line-based hologram system for 1.8 servers
PXAV Aug 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add dummy hologram line used for generating empty space between lines
  • Loading branch information
PXAV committed Aug 15, 2021
commit 992446b9bcdcbf4572b5add1c9d647181b2e5db2
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package de.pxav.kelp.core.player.hologram.line;

public class EmptyHologramLine implements HologramLine<Void> {

public static EmptyHologramLine create() {
return new EmptyHologramLine();
}

@Override
public Void display() {
return null;
}

}