James McDowell
|
e967294eb9
|
Add back in NPC conversation names
The names of the npc conversations were useful for context. Added them back in.
|
2021-05-26 19:41:27 +10:00 |
|
James McDowell
|
9128329d37
|
Swapped from list to set to prevent duplicates
Use a set instead, clone instead of adding directly to the list.
|
2021-05-20 19:16:22 +10:00 |
|
James McDowell
|
cff3d3df56
|
Added the ability to specify a custom rebirth npc id, which is automatically added to the list of scriptable npcs for overriding. Changed scriptable npcs to use config instead of a constants file, so that users can easily modify them without digging into the code and requiring a rebuild.
|
2021-05-16 14:46:38 +10:00 |
|
James McDowell
|
45ca7009c8
|
Updated to allow a generic rebirth npc id to be passed through and used for rebirthing if it's enabled.
|
2021-05-16 10:32:51 +10:00 |
|
P0nk
|
a5b42b8a43
|
cleanup: use primitive type instead of wrapper type
|
2021-04-08 17:49:22 +02:00 |
|
P0nk
|
202f2d8bc5
|
cleanup: use bulk operation instead of iteration
|
2021-04-08 17:49:21 +02:00 |
|
P0nk
|
3434c7334b
|
cleanup: remove redundant cast
|
2021-04-08 17:39:55 +02:00 |
|
P0nk
|
ebb3aa7ba3
|
cleanup: prefer List#sort over Collections#sort
|
2021-04-08 07:44:02 +02:00 |
|
P0nk
|
5730b3b42d
|
cleanup: use implicit generic type with diamond operator
|
2021-04-08 07:42:10 +02:00 |
|
P0nk
|
7ff8190977
|
cleanup: remove unnecessary boxing
|
2021-04-08 07:39:02 +02:00 |
|
P0nk
|
5c6f515d18
|
cleanup: use for-each loop where applicable
|
2021-04-08 07:36:38 +02:00 |
|
P0nk
|
0ff8a80ef2
|
cleanup: remove unnecessary semicolon
|
2021-04-08 07:34:56 +02:00 |
|
P0nk
|
dde52653e5
|
cleanup: remove unnecessary conversion to String
|
2021-04-08 07:30:12 +02:00 |
|
P0nk
|
5e3b346053
|
cleanup: use Java-style array declaration
|
2021-04-08 07:17:03 +02:00 |
|
P0nk
|
ed5a444753
|
cleanup: remove unnecessary unboxing
|
2021-04-07 23:52:58 +02:00 |
|
P0nk
|
6253169e35
|
cleanup: replace anonymous inner class with lambda
|
2021-04-07 23:45:28 +02:00 |
|
P0nk
|
b3c1259580
|
Use new logging for all startup messages
|
2021-04-07 18:40:47 +02:00 |
|
RubenD96
|
e8d2256683
|
Fix exploit for negative itemId's in PetExcludeItemsHandler
|
2021-04-07 17:26:55 +02:00 |
|
RubenD96
|
28707fa0f3
|
Fix exploit for invalid skill macro name length
|
2021-04-07 17:26:49 +02:00 |
|
P0nk
|
e13c313839
|
refactor: use try-with-resources for db operations in various handlers
|
2021-04-05 00:11:42 +02:00 |
|
P0nk
|
429f82e4fe
|
refactor: use try-with-resources for nx coupon db operations
|
2021-04-05 00:09:51 +02:00 |
|
P0nk
|
f1ff0cb55f
|
refactor: use try-with-resources for wedding ring db operations
|
2021-04-04 23:48:56 +02:00 |
|
P0nk
|
fc34d54cdd
|
refactor: use try-with-resources for buddy list db operations
|
2021-04-04 21:48:52 +02:00 |
|
P0nk
|
0c267f8eee
|
refactor: use try-with-resources for Duey db operations
|
2021-04-04 16:12:46 +02:00 |
|
P0nk
|
6639188c5a
|
refactor: use try-with-resources for BBS db operations
|
2021-04-04 14:40:15 +02:00 |
|
P0nk
|
08a0407417
|
Explicitly set scrolling mode where ResultSet is used for scrolling
|
2021-04-02 16:41:44 +02:00 |
|
P0nk
|
813643036b
|
Switch to Maven file structure
|
2021-03-30 21:56:34 +02:00 |
|