Commit Graph

598 Commits

Author SHA1 Message Date
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
Kiran Hart
b965aaf3e9
add titles for buy now, starting bid, increment, and time (to be used in new listing gui)
Took 35 seconds
2022-11-16 20:12:36 -05:00
Kiran Hart
735086e9fa
adjust extended interface name (trackable)
Took 10 seconds
2022-11-16 20:11:59 -05:00
Kiran Hart
a9a6bae6a4
adjust extended interface name (trackable)
Took 20 seconds
2022-11-16 20:11:48 -05:00
Kiran Hart
bfad62c254
create separate class for premium placeholders
Took 21 seconds
2022-11-16 20:11:27 -05:00
Kiran Hart
7e2694ab0c
implement flightcore's title input manually in the mean time
Took 25 seconds
2022-11-16 20:11:01 -05:00
Kiran Hart
5792ec99f3
extend storeable in bid interface
Took 24 seconds
2022-11-16 20:10:36 -05:00
Kiran Hart
6509bb5585
rename EditTrackable.java to trackable
Took 1 hour 13 minutes
2022-11-16 20:09:15 -05:00
Kiran Hart
b814e6bc05
fix syntax/type errors
Took 8 minutes
2022-10-29 16:38:47 -04:00
Kiran Hart
479d512736
Merge pull request #19 from RandomHashTags/minor-performance-improvements
minor performance improvements
2022-10-29 10:07:54 -04:00
RandomHashTags
cd87b9baa9 minor performance improvements 2022-10-29 06:58:26 -05:00
Kiran Hart
a48ff310b7
idek what I changed here ngl
Took 34 seconds
2022-10-28 15:12:12 -04:00
Kiran Hart
871e2ab8b5
code reformat & import cleanup
Took 28 seconds
2022-10-28 15:11:36 -04:00
Kiran Hart
e3a76b1700
remove status command from the main class, and add dev sell command
Took 31 seconds
2022-10-28 15:11:00 -04:00
Kiran Hart
2ba9f358e6
GUISellPlaceItem, add close logic for un-claimed items
Took 19 seconds
2022-10-28 15:10:29 -04:00
Kiran Hart
be5d7ef4a6
GUISellListingType listingtype callback used in placeitem gui
Took 40 minutes
2022-10-28 15:10:00 -04:00
Kiran Hart
ca6fc9cb89
Create GUISellListingType
Took 15 seconds
2022-10-27 22:35:59 -04:00
Kiran Hart
fc71110421
yeet old status command out of existence
Took 17 minutes
2022-10-27 22:35:41 -04:00
Kiran Hart
47841410ce
delete old statistic gui
Took 8 seconds
2022-10-27 22:08:35 -04:00
Kiran Hart
4e460c485a
include feather for development, will remove old core eventually
Took 13 minutes
2022-10-27 22:08:15 -04:00
Kiran Hart
c632f30f65
create api interface and implementing class
Took 17 seconds
2022-10-19 23:34:50 -04:00
Kiran Hart
0516612ec0
create child auction - BinAuctionItem
Took 15 seconds
2022-10-19 23:34:33 -04:00
Kiran Hart
02dbde25b1
implement Auction as AuctionItem
Took 10 seconds
2022-10-19 23:34:19 -04:00
Kiran Hart
8009551157
create navigable for enumerations
Took 12 seconds
2022-10-19 23:34:07 -04:00
Kiran Hart
eae0ed83e6
StatisticType
Took 8 seconds
2022-10-19 23:33:55 -04:00
Kiran Hart
8b1f4c3701
add statistic interface methods
Took 13 seconds
2022-10-19 23:33:46 -04:00
Kiran Hart
7090be8b19
add biddable and bid interface methods
Took 14 seconds
2022-10-19 23:33:29 -04:00
Kiran Hart
36b68c8f0f
fill in auction interface with base methods
Took 16 minutes
2022-10-19 23:33:12 -04:00
Kiran Hart
cf29a7eedb
switch to async garbage delete method, not sure why sync version was being used
Took 50 seconds
2022-10-19 22:29:51 -04:00
Kiran Hart
a11c4914ca
2.78.0
Took 15 seconds
2022-10-18 20:16:59 -04:00
Kiran Hart
d3f3af0b20
fix bug where switching prices in sell menu will cause item to disappear
Took 12 minutes
2022-10-18 20:16:42 -04:00
Kiran Hart
73596a49c4
project wide refactor(import cleanup & code format), close #14 (see previous commit)
Took 1 minute
2022-10-18 19:08:35 -04:00
Kiran Hart
d4a4cd5f5d
remove DATABASE_USE_SSL in favour of new custom connection param option, which lets you adjust connection string values
Took 5 minutes
2022-10-18 19:07:02 -04:00
Kiran Hart
6108855ce5
Merge pull request #13 from blockgamecode/feat/table_prefix
add setting to change mysql table prefix
2022-10-18 18:54:19 -04:00
Unoqwy
ea84518b39
add setting to change mysql table prefix 2022-10-18 23:46:59 +02:00
Kiran Hart
3311ecfbe9
2.77.0
Took 28 seconds
2022-10-18 14:45:57 -04:00
Kiran Hart
1c2b39fc41
additional filter check, if the currently selected filter is now disabled, update their filter to ALL
Took 2 minutes
2022-10-18 14:35:31 -04:00