Commit Graph

684 Commits

Author SHA1 Message Date
Kiran Hart
ff11baf719
Fixed issue where leaving the server while entering an input would cause item to dupe on rejoin, also clear titles on join
Took 8 minutes
2022-12-13 17:19:02 -05:00
Kiran Hart
5e875e7081
closes #25
Took 44 seconds
2022-12-08 14:01:25 -05:00
Kiran Hart
e2309428f2
removed debug code for placeholder api chat replacement
Took 5 seconds
2022-12-08 13:26:29 -05:00
Kiran Hart
9eb5740fcd
removed debug code for placeholder api chat replacement
Took 37 seconds
2022-12-08 13:25:10 -05:00
Kiran Hart
8d2423320f
2.80.3
Took 19 seconds
2022-12-07 11:57:38 -05:00
Kiran Hart
553a290484
fix bug where when listing tax is enabled w/confirmation listing, if the player doesn't have enough money to complete listing it dupes the item.
Took 2 minutes
2022-12-07 11:57:10 -05:00
Kiran Hart
416003b410
closes #23 and #22
Took 5 minutes
2022-12-01 22:31:53 -05:00
Kiran Hart
203bb81482
2.80.1
Took 11 seconds
2022-11-30 12:49:06 -05:00
Kiran Hart
bfeec5a242
force close the bundle menu when not using listing confirmation (#22)
Took 1 minute
2022-11-30 12:48:55 -05:00
Kiran Hart
7a3ec41ca8
fix issue where glass is being taken out of bottom row still
Took 2 minutes
2022-11-30 12:43:23 -05:00
Kiran Hart
47ae641695
fix %value% variable not being replaced during not a valid number msg
Took 47 seconds
2022-11-25 14:58:09 -05:00
Kiran Hart
685f9d445b
starting price will be set to min start price or half the buy out if starting price inputed is more than buyout
Took 2 minutes
2022-11-25 14:54:34 -05:00
Kiran Hart
42ecdd682f
v2.80.0 (close #21)
Took 3 minutes
2022-11-25 14:46:20 -05:00
Kiran Hart
ce13b5b452
#21 fixed /ah sell -b bug where glass panes could be removed and they were given on close as well 2022-11-25 14:25:15 -05:00
Kiran Hart
6ecb9bb204
#21 ad option to go back from final sell menu (option to go back place item menu) 2022-11-25 14:17:21 -05:00
Kiran Hart
13652e485f
extract some bundle stuff into its own util class
Took 24 minutes
2022-11-25 14:16:56 -05:00
Kiran Hart
4990d28ae3
#21 added more descriptive input (action bar for time units) 2022-11-25 13:58:21 -05:00
Kiran Hart
14cd5351f3
#21 add cancel word to title inputs 2022-11-25 13:57:53 -05:00
Kiran Hart
6748cf3090
#21 add option to use %remaining_days/hours/minutes/seconds% within clock (listing time) lore in sell menus 2022-11-25 13:44:19 -05:00
Kiran Hart
a63067ce85
#21 add return to auction house button to select listing type menu 2022-11-25 13:27:16 -05:00
Kiran Hart
963dd188db
2.79.1
Took 10 seconds
2022-11-21 12:31:56 -05:00
Kiran Hart
7e41834d7d
fix bundles not saving all items (stopped using a hashset)
Took 25 seconds
2022-11-21 12:31:45 -05:00
Kiran Hart
7acef89912
add back legacy placeholder for money spent
Took 3 minutes
2022-11-21 12:30:50 -05:00
Kiran Hart
bfb4df41df
commit a41b9ca closes #18 and closes #16
Took 50 seconds
2022-11-18 18:13:19 -05:00
Kiran Hart
a41b9caba1
2.79.0 - Stable Build
Took 17 seconds
2022-11-18 18:10:51 -05:00
Kiran Hart
563493b946
remove unused settings from old sell gui/system
Took 2 minutes
2022-11-18 18:10:34 -05:00
Kiran Hart
1b22b3a225
project wide reformat/import cleanup
Took 21 seconds
2022-11-18 18:07:48 -05:00
Kiran Hart
667ea9e0ca
delete the selldev command
Took 44 seconds
2022-11-18 18:07:21 -05:00
Kiran Hart
356e850625
switch to title input for ranged deletion of transaction as well
Took 5 minutes
2022-11-18 18:05:41 -05:00
Kiran Hart
9af0b48e0c
use title prompts
Took 8 minutes
2022-11-18 17:56:54 -05:00
Kiran Hart
a57348c1bf
removed unused locale strings
Took 3 minutes
2022-11-18 17:45:31 -05:00
Kiran Hart
a1763f8a7f
remove old list auction method(s) from AuctionAPI, in favour of AuctionCreator
Took 13 minutes
2022-11-18 17:40:47 -05:00
Kiran Hart
d82ae6ae34
remove old sell gui, and implement new one where needed
Took 17 minutes
2022-11-18 17:18:00 -05:00
Kiran Hart
694e36f310
BIN item gui, the continue button now calls AuctionCreator#create (new way of creating listings)
Took 39 seconds
2022-11-18 16:47:28 -05:00
Kiran Hart
c8b55ba1d3
place item gui only returns the tick value instead of doing the currentMillis + 1000L * TICK calc
Took 35 seconds
2022-11-18 16:46:49 -05:00
Kiran Hart
7afb6b1da4
create AuctionCreator
Took 7 seconds
2022-11-18 16:46:07 -05:00
Kiran Hart
f4ae1dafeb
create listing result
Took 46 minutes
2022-11-18 16:45:57 -05:00
Kiran Hart
a09245d47b
binPrice, startingBid, bidIncrement, and listingTime variables made final. Finished adding all remaining buttons / logic
Took 38 seconds
2022-11-18 10:46:26 -05:00
Kiran Hart
05138dc6cc
fix player "crash" and leave, to use new listing item (give item back if they leave or crash), same with death
Took 45 seconds
2022-11-18 10:45:48 -05:00
Kiran Hart
46a8856245
make listing price and listing time final
Took 21 minutes
2022-11-18 10:44:58 -05:00
Kiran Hart
40275a4b1f
update copyright on all src files
Took 1 minute
2022-11-18 09:46:53 -05:00
Kiran Hart
c9b9ac9158
place item gui now opens the auction sale menu if listing type is auction
Took 12 minutes
2022-11-18 09:43:58 -05:00
Kiran Hart
cbe6d43664
add customization for filter click inputs, closes #17
Took 8 minutes
2022-11-16 20:27:18 -05:00
Kiran Hart
f3fa5bb396
adjust pom to use flight, despite not compiling on jitpack smh
Took 23 seconds
2022-11-16 20:14:58 -05:00
Kiran Hart
abdd4a5079
create dev command for v3, locked to my uuid
Took 12 seconds
2022-11-16 20:14:32 -05:00
Kiran Hart
2688fe764e
create v3 main class
Took 9 seconds
2022-11-16 20:14:20 -05:00
Kiran Hart
a318610352
extract code to determine if bundle is valid & to get all items into gatherSellableItems method
Took 40 seconds
2022-11-16 20:14:12 -05:00
Kiran Hart
d882d91b9e
fix listing type gui imports
Took 11 seconds
2022-11-16 20:13:28 -05:00
Kiran Hart
77cbec2f93
cre GUISellBin for bin items only
Took 19 seconds
2022-11-16 20:13:18 -05:00
Kiran Hart
bbe301b96b
add gui configurations for new sell gui (bin items)
Took 18 seconds
2022-11-16 20:12:56 -05:00