.. |
data
|
Convert to using conventional tags
|
2023-01-09 01:25:02 +01:00 |
magic
|
Fixed a weird edge case due to differing locales
|
2023-01-13 00:47:22 +00:00 |
Abilities.java
|
1.19.2 -> 1.19.3 (1.20) [part 2]
|
2022-12-18 23:12:49 +00:00 |
Ability.java
|
Fix server exception when earth ponies try to kick things. Fixes #63
|
2022-09-23 16:06:07 +02:00 |
AbilityDispatcher.java
|
Switch to using the simple networking apis provided by fabwork
|
2022-12-29 22:37:17 +01:00 |
AbilitySlot.java
|
Document each slot type
|
2022-09-26 21:07:14 +02:00 |
ActivationType.java
|
Send quick-time actions to the server so they can work properly
|
2021-12-31 16:17:41 +02:00 |
BatEeeeAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
BatPonyHangAbility.java
|
Add a method specifically for getting the wrapped entity and move away from using getMaster() for everything
|
2022-12-19 16:03:35 +01:00 |
CarryAbility.java
|
Fixed pegasi dropping the entity they were carrying upon a relog
|
2023-01-09 01:27:22 +01:00 |
ChangelingDisguiseAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
ChangelingFeedAbility.java
|
Fix some balancing issues for changling's love draining ability and add sound effects
|
2022-12-24 21:13:20 +01:00 |
EarthPonyGrowAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
EarthPonyKickAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
EarthPonyStompAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
PegasusCaptureStormAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
PegasusFlightToggleAbility.java
|
Add a method specifically for getting the wrapped entity and move away from using getMaster() for everything
|
2022-12-19 16:03:35 +01:00 |
PegasusRainboomAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
UnicornCastingAbility.java
|
Add an indicator to show which spell is is going to be used and allow switching between main and offhand spell by sneaking
|
2022-12-27 20:41:40 +01:00 |
UnicornDispellAbility.java
|
Replace getEntity() with asEntity() and getReferenceWorld() with asWorld()
|
2022-12-19 18:13:15 +01:00 |
UnicornGroupTeleportAbility.java
|
Unicorns now have the option to takes friends with them when they teleport (at an extra cost)
|
2021-02-13 19:59:12 +02:00 |
UnicornProjectileAbility.java
|
Add an indicator to show which spell is is going to be used and allow switching between main and offhand spell by sneaking
|
2022-12-27 20:41:40 +01:00 |
UnicornTeleportAbility.java
|
Further refactorings
|
2022-12-19 21:03:55 +01:00 |