Commit Graph

41 Commits

Author SHA1 Message Date
FlorianMichael 971ad3241a Merge branch 'refs/heads/main' into update/1.20.5
# Conflicts:
#	.github/workflows/build.yml
#	gradle.properties
#	src/main/resources/assets/viafabricplus/lang/zh_tw.json
2024-04-25 20:43:00 +02:00
FlorianMichael ce3349952c
Update GH workflow 2024-04-19 04:45:52 +02:00
RaphiMC 1a6937a398
Fix GH action 2024-04-17 23:15:13 +02:00
RaphiMC 09401ff837
Updated FUNDING.yml 2024-03-05 18:28:42 +01:00
FlorianMichael 4b8d89a4b6
[ci skip] Create FUNDING.yml 2024-03-05 13:30:23 +01:00
FlorianMichael e9b060fc3c
Added button for making feature requests 2024-02-21 23:23:08 +01:00
FlorianMichael fe50697f8e
[ci skip] Added feature_request.yml 2024-02-21 23:21:38 +01:00
FlorianMichael 67a52bd1e2
[ci skip] Rewrite bug_report.yml 2024-02-21 22:59:42 +01:00
FlorianMichael a3a70a2ac4
Ask people to provide a crash log in bug_report.yml 2024-02-21 14:50:58 +01:00
Kichura 279fe5c617
Update CI, fabric and other dependencies. (#353) 2024-02-15 01:13:47 +01:00
Kichura 83311bfc63
Update CI and fabric. 2024-01-20 23:18:23 +01:00
FlorianMichael ddec37d8c8
Only create one shutdown hook for save files 2023-11-27 20:38:21 +01:00
FlorianMichael 3cd08a8ae0
Moved documentation related resources into documentation folder
Renamed some classes I missed in the previous refactor
Fixed introduced bugs in third-party screens
Improved screen code and draw main title in classic login screens
2023-11-26 12:58:59 +01:00
FlorianMichael a50dc89f2f
Recoded and improved even more ™️
- Added former contributor to author list as well
- Cleanup block changes from RaphiMC's last commit
- Fixed some block related issues
- Conditionally load IP-Next compat mixin
- Made all Mixins abstract and methods private

This commit is the initial commit to clean up some fundamental issues of VFP since its release:
- Actually start with having a package structure to group mixins
- Don't over-engineer debug/information system but keep it simple as it's only debugging
- Renamed definition package to fixes to address its purpose
- Start with creating proper packages for fixes
- Start with documenting the source code tree so new contributors understand what we're doing
2023-11-25 22:30:16 +01:00
FlorianMichael 56021e93d5
Updated project url in bug_report.yml 2023-10-19 23:24:51 +02:00
Kichura 253e0f7c2f
Gradle 8.3 and other dependency updates. (#259)
* Gradle 8.3 and other dependency updates.

* Update Classic4J to 1.2.1.

* Revert "Update Classic4J to 1.2.1".

This dependency has failed the CI building test and therefore will be reverted, Also the dependency has changed internal classes and therefore will not work with VFP at this time.

* Revert 3 dependencies as requested.

ViaVersion and Netty updates cause ViaBedrock + ViaLegacy to break and Reflect 1.3.0-SNAPSHOT is marked as not ready.
2023-10-02 01:03:39 +02:00
FlorianMichael 1115414092
Updated MinecraftAuth (fixes https://github.com/ViaVersion/ViaFabricPlus/issues/228 and https://github.com/ViaVersion/ViaFabricPlus/issues/227) 2023-08-24 17:45:20 +02:00
FlorianMichael 023708dd3c
Started with adding javadoc to the API 2023-08-04 23:49:11 +02:00
Kichura c43379ae78
Update Gradle, Update dependencies. (#210)
* Update Gradle, Update dependencies.

* The mod doesn't require a newer Fabric API version

---------

Co-authored-by: EnZaXD <60033407+FlorianMichael@users.noreply.github.com>
2023-08-03 20:13:22 +02:00
Kichura 3004a56a9d
Include friendly names for all jobs in CI, Update wrapper JAR. (#138)
* Include friendly names for all jobs in CI.

* Ensure wrapper jar is synced to 8.1.1.
2023-06-18 14:39:26 +02:00
FlorianMichael 7546c8812f
Updated to 1.20-rc1 2023-06-01 16:13:57 +02:00
FlorianMichael a82475d4b8 updated Developer API usage 2023-05-28 20:04:38 +02:00
FlorianMichael 654ce9672f Don't overwrite sendMovementPackets 2023-05-13 15:56:37 +02:00
FlorianMichael 184d8ea694 refactor project 2023-05-07 20:08:33 +02:00
FlorianMichael ecddd21132 Removed ClassicProtocolCommands, Implemented ViaVersion commands 2023-04-30 21:34:54 +02:00
FlorianMichael aeacbdc4b8 fixed small typo in DEVELOPER_API.md 2023-04-23 19:38:57 +02:00
FlorianMichael 4c50233a51 updated USAGE document 2023-04-20 00:33:51 +02:00
FlorianMichael 34c3a77e48 added ViaLoadingBaseBuilderCallback 2023-04-20 00:23:49 +02:00
FlorianMichael 5bbfbb2a54 only ask for the installed mods 2023-03-30 03:02:02 +02:00
FlorianMichael d0daa6673c move File to folder 2023-03-30 02:56:38 +02:00
FlorianMichael 382b6e5ce0 added Issue template 2023-03-30 02:55:49 +02:00
FlorianMichael 0e44fbfb4b Updated Via* 2023-03-22 15:23:57 +01:00
FlorianMichael 08056c3ee8 moved USAGE to own file 2023-03-22 15:00:00 +01:00
FlorianMichael adba608f5a updated README 2023-03-22 13:33:42 +01:00
FlorianMichael 503902e0fb update README 2023-03-21 20:58:45 +01:00
FlorianMichael e854710eee changed Protocol selection footer 2023-03-17 22:05:30 +01:00
FlorianMichael 34572e0896 updated README and cleaned up code 2023-03-17 21:31:55 +01:00
FlorianMichael f3fe5239dc updated README 2023-03-15 15:24:01 +01:00
FlorianMichael e344d1165a added Herobrine 2023-03-09 15:02:14 +01:00
FlorianMichael 42ad790415 simplify workflows 2023-03-03 17:19:12 +01:00
FlorianMichael 80a51ebed2 added build workflow 2023-03-03 16:52:45 +01:00