This website requires JavaScript.
Explore
Help
Register
Sign In
EpicKnarvik97
/
Stargate
Watch
2
Star
0
Fork
0
You've already forked Stargate
Code
Issues
7
Pull Requests
Projects
1
Releases
27
Wiki
Activity
Stargate
/
src
/
main
/
java
/
net
/
knarcraft
/
stargate
/
portal
History
EpicKnarvik97
496b5d9779
Moves sign drawing to a helper class to reduce the complexity of the portal class
2021-02-24 18:12:26 +01:00
..
Gate.java
Adds missing comments to Gate and changes the matches function from n^2 to n execution time
2021-02-22 20:25:07 +01:00
GateHandler.java
Moves the EconomyHandler to utility and adds some encapsulation for three of its variables
2021-02-22 20:26:10 +01:00
GateLayout.java
Moves the EconomyHandler to utility and adds some encapsulation for three of its variables
2021-02-22 20:26:10 +01:00
Portal.java
Moves sign drawing to a helper class to reduce the complexity of the portal class
2021-02-24 18:12:26 +01:00
PortalHandler.java
Fixes boats sometimes not detecting the portal before the player detects the portal
2021-02-23 19:43:49 +01:00
PortalOption.java
Splits Gate into Gate, GateLayout and GateHandler, and creates a new portal package with portal related classes
2021-02-22 17:01:47 +01:00