jkibbels
  • Joined on 2024-10-28
jkibbels commented on pull request jkibbels/the_big_one#2 2025-01-27 03:23:04 +00:00
issue/finish-factions-and-banking

This is technically only a hair portion of this branch by the way - I force merged dev with this branch changes to get @walrus going on their own branch for faction beacon stuff. it's my repo so…

jkibbels created pull request jkibbels/the_big_one#2 2025-01-27 03:20:57 +00:00
issue/finish-factions-and-banking
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-27 03:19:55 +00:00
e164a489b2 [factions-banking] Final commit for this branch that has grown out of control. The other stuff will be added in their own respective branches
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-27 02:14:01 +00:00
cb91f722e9 [factions-banking] Improvements to the banking system. Produced a need-to-be-tested MVP of banking which is just wiring money and checking your balance. Still needs a ton of work
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-26 05:25:10 +00:00
2d926310cf [factions-banking] Added some of the commissioned art to the game to get ready to add the faction upgrades. Corrected faction block behavior to have to be unique & make it so only one can be placed. Probably some other things too
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-25 21:02:15 +00:00
4becbd8f45 [factions-banking] More adjustments. Chunk load block, bug fixing, faction stuff extension
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-25 01:00:46 +00:00
5911c7c775 [factions-banking] Added mixin to capture mob spawning. Other faction features too
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-20 22:38:58 +00:00
bf3b1f6ed2 [factions-banking] More updates
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-20 07:28:45 +00:00
a36ef1c8f1 [factions-banking] Balanced some of the beacon effects, notable bugs: Flight stays active when player leaves a faction. Need to update block entity to reset player on block break!
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-20 05:20:21 +00:00
0ed8838de0 [factions-banking] Fixed faction block to be correct faction on first place. Added faction tiers.
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-20 02:58:15 +00:00
fa5bc741ec [factions-banking] Added faction attachment to block. Still a bit buggy
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-20 01:19:36 +00:00
7d5fbca603 [factions-banking] Correct faction block GUI draw slot positions with new gui
jkibbels pushed to dev at jkibbels/the_big_one 2025-01-19 20:54:56 +00:00
c8e379e564 [factions-banking] Huge amount of unrelated fixes with null checks + a new faction skill in the works (beacon effect). Fixed bad listener code in flight code!
7efeb689cb [factions-banking] Fixed faction fly bugs
74722b465a [factions-banking] IMPLEMENT FIRST COMMISSIONED ART INTO GAMEgit br
6d14d47e0b [factions-banking] Flight tweaks to be MWAH before I go to bed
d274810ca4 [factions-banking] Refinement on last commit with entry + exit stuff. IT WORKS!
Compare 17 commits »
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-19 07:56:20 +00:00
c8e379e564 [factions-banking] Huge amount of unrelated fixes with null checks + a new faction skill in the works (beacon effect). Fixed bad listener code in flight code!
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-19 04:41:11 +00:00
7efeb689cb [factions-banking] Fixed faction fly bugs
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-18 20:01:12 +00:00
74722b465a [factions-banking] IMPLEMENT FIRST COMMISSIONED ART INTO GAMEgit br
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-18 09:38:38 +00:00
6d14d47e0b [factions-banking] Flight tweaks to be MWAH before I go to bed
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-18 08:29:31 +00:00
d274810ca4 [factions-banking] Refinement on last commit with entry + exit stuff. IT WORKS!
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-18 08:11:04 +00:00
bcbd481fcf [factions-banking] Initial somewhat-functional system for the faction block radius detection
jkibbels pushed to issue/finish-factions-and-banking at jkibbels/the_big_one 2025-01-15 03:56:42 +00:00
f22da92cab [factions-banking] VERY start of SQL stuff for the banking system. Tables are figured out locally; implementing logic for JBDC driver here