ffc7e9265e
Merge branch 'master' of https://github.com/Lautha1/UBFunkeysServer
2023-11-29 21:27:08 -06:00
2e505d17bc
Setup Logback to store logs in a file
2023-11-29 21:23:59 -06:00
b1bf227304
Update README.md
...
Added settings for OpenFK
2023-11-28 18:59:18 -06:00
76411db1c5
Added LICENSE
2023-11-22 18:37:53 -06:00
92df6b9153
Added Lako's Server Code Link
2023-11-22 18:30:16 -06:00
bb009f9376
Update README.md
2023-11-22 18:19:54 -06:00
65221452a0
Update README.md
2023-11-22 18:17:57 -06:00
01bf82fc7e
Updated Readme
2023-11-22 18:16:34 -06:00
fc11993630
Add scrubbed application.properties
2023-11-22 18:11:41 -06:00
aec7940611
Added README
2023-11-22 18:03:40 -06:00
68bac1455e
Added GetLevelInfo for the GalaxyServer
2023-11-22 17:18:28 -06:00
cf0d6c66d8
Completion of Ace/Mulch Game Maker Galaxy
...
- Sharing/Loading/Rating games works
- Challenge A Friend does NOT yet work
- Multiplayer game (Lucky plugin 5) code commented out until completion
of the rest of Galaxy work (challenge a friend)
2023-05-31 13:12:11 -05:00
7c09a41201
Start to implement plugin 5
...
- Adjusted other commands to use routing plugin
- Adjusted Level to use doubles and calculate the integer value using an
average
2022-08-27 22:36:59 -05:00
c430517f7b
Begin implementing Rainbow Shootout and refactor other classes
2022-08-24 14:15:59 -05:00
42a34230ec
Sort GetTop Levels and Make POS a level attribute
2022-08-24 08:00:39 -05:00
4aff8de517
Start of Level related items for Ace/Mulch games
2022-08-09 19:29:41 -05:00
1fc7a7cda4
Completion of Funkey Trunk
...
- Added items to Angus's Shop
2022-07-28 15:47:51 -05:00
9c735c7358
Added Cleaning Stations to the Funkey Trunk
2022-07-27 23:28:58 -05:00
2bf17634f2
Fixed NPE for Leaderboard loading
2022-07-27 14:26:28 -05:00
0c6b47098e
Implement Moods from the Funkey Trunk
2022-07-27 14:00:34 -05:00
69e02d1d04
Finish Jammers from Funkey Trunk
2022-07-27 12:26:53 -05:00
b22c0bcefd
Fix Persisting Familiars
2022-07-26 21:11:52 -05:00
28ceb6a90c
Modify GUA | Begin work on Mulch/Ace Games
2022-07-24 22:07:11 -05:00
2557b09ce1
Populate Trunk with Familiars and Purchasable
...
- Doesn't persist through loads yet. Need to modify gua still
2022-07-21 23:53:30 -05:00
81c995be48
Fix GetLeaderboardStats and get Trunk to open regularly
2022-07-20 23:22:51 -05:00
fe498c8fcc
Implement Already Logged In and Scheduled Offline Inactive Users
2022-07-20 22:20:31 -05:00
873b2f702a
Add GetLootBalance command
2022-07-19 22:46:36 -05:00
c0724a3e4e
Fixed Disconnecting Online Status
2022-07-19 18:58:18 -05:00
91bf75c040
Fixed many User Plugin issues
...
Remaining problems:
- Add Buddy
- GetLeaderboardStats (TEST)
2022-07-19 18:15:41 -05:00
777fcd8ffb
Fix Save/Loading Profiles
2022-07-19 17:24:07 -05:00
45de7b5baa
Implement GetLeaderboardStats
...
- Needs testing
2022-07-19 12:42:47 -05:00
0c624ac68a
Implement Send Priv Message and Delete Buddy
...
- Needs Testing
2022-07-19 12:01:48 -05:00
29398b62f0
Implement Add Buddy
...
- Needs testing
2022-07-19 11:05:56 -05:00
3914e08403
Implement Save/Load profile
...
- Need testing
2022-07-19 09:52:25 -05:00
811632b693
Save profile and save profile part
...
- Need testing
2022-07-19 09:17:01 -05:00
e40677bfdd
Fix u_cph | Modify ArkOneSender
...
- Needs testing to verify fixed and if Sender works
2022-07-19 07:55:33 -05:00
f1b11c0247
Fixed u_gbl and u_ccs | Store Users on Server in HashMap
...
- Need to fix u_cph
- Need to fix announcements to other users
2022-07-18 23:32:39 -05:00
ba5bd16b4f
Implement vsu
2022-07-18 14:08:57 -05:00
365425d9e0
Implement u_cph | Remove completed TODO statements
...
- Need testing
2022-07-18 13:59:16 -05:00
660fdc3182
Implement u_ccs and fix potential issue with ConnectionIds
...
- Needs Testing
2022-07-18 13:52:14 -05:00
2fe09b3116
Implemented u_gbl and Added ConnectionIds for each Connection
...
- Needs lots of testing
2022-07-18 13:39:49 -05:00
1dae89176d
Update the User entity to prep for Chat functions
2022-07-18 10:40:19 -05:00
a16f5ada34
Added FileService and Encrypt SecurityAnswer
2022-07-17 20:08:39 -05:00
1db3d51796
Added user registration and login | u_reg and a_lru
2022-07-13 21:21:40 -05:00
4d49a2755b
Validated that the save/load crib functions work
2022-07-12 21:58:15 -05:00
739b1eb4c8
Implement the Load Crib method
...
- Needs to be tested
- Need to see if different error codes can be returned for no crib found
with name vs error loading
2022-07-12 11:37:03 -05:00
65755294b0
Implement the Save Crib method
...
- Needs to be tested
- Need to see if different error codes can be returned for existing
cribs vs error saving
2022-07-12 09:56:41 -05:00
7a3723fc98
Created Service/Repository/Entity for Users and Cribs
...
- In preparation for the save/load crib on the Galaxy Server
- In preparation for the register user on the ArkOne Server
- Also added a PasswordEncoder for encrypting passwords when saved to
the DB
2022-07-12 08:48:16 -05:00
58b2c87cd8
Fixed Postcard Sending for Galaxy POST Requests
...
- Post Requests Work
- TCP Server connects
2022-07-08 22:00:23 -05:00
08acb3ddc0
Added JavaGrinko's TcpController Library
...
- Started implementing it into the ArkOneController class
- Needs testing to verify it can communicate with the game
2022-07-07 14:03:47 -05:00