Commit Graph

100 Commits

Author SHA1 Message Date
MobiusDevelopment
98ce347b37 Addition of ThreadProvider class. 2022-10-18 22:11:24 +00:00
MobiusDevelopment
31d35e5c58 Addition of ThreadPool validate delay method. 2022-10-14 03:45:35 +00:00
MobiusDevelopment
97180dfefc Fixed potential Attackable NPE. 2022-10-01 10:24:04 +00:00
MobiusDevelopment
b55f7b669e Initialize KarmaProtectedItems configuration. 2022-08-04 05:56:37 +00:00
MobiusDevelopment
9d7d7f4db3 Changed addExpAndSp methods to synchronized. 2022-05-23 21:55:33 +00:00
MobiusDevelopment
00fa62eed8 Dropped Chronos. 2022-04-08 23:25:52 +00:00
MobiusDevelopment
278fb0e193 Make use of Set when checking for contained objects. 2022-02-26 08:51:56 +00:00
MobiusDevelopment
90e0adc645 Proper naming for Item ItemTemplate getter. 2022-02-03 23:09:47 +00:00
MobiusDevelopment
3e61211e14 Proper naming for various methods and variables. 2021-12-26 22:17:47 +00:00
MobiusDevelopment
2137ebbee3 Removal of Instance suffix from class names. 2021-11-17 05:26:36 +00:00
MobiusDevelopment
9c6f431961 Broadcast MoveToLocation when Playable tries to reach a Playable target.
Thanks to Trance.
2021-11-15 03:09:33 +00:00
MobiusDevelopment
8265c45d55 Include runnable class name to ThreadPool exception log. 2021-11-09 23:24:25 +00:00
MobiusDevelopment
830fbb1b61 Consistent naming for config reader variables. 2021-11-08 22:05:49 +00:00
MobiusDevelopment
a0ee3599f5 ThreadPool revert and path change. 2021-10-27 00:58:25 +00:00
MobiusDevelopment
47786d53d4 Dropped packet crypt listeners and related cleanup. 2021-10-21 23:15:04 +00:00
MobiusDevelopment
7612b7897a Handle non positive bound values. 2021-10-17 18:16:56 +00:00
MobiusDevelopment
03ee1d5ad6 Parameter sanity check to prevent possible illegal argument exceptions. 2021-10-15 23:42:11 +00:00
MobiusDevelopment
30b212ad79 Define minimum positive numbers close to zero. 2021-10-15 23:31:27 +00:00
MobiusDevelopment
fb44d85ace Removed obsolete double origin and bound check. 2021-10-15 21:49:49 +00:00
MobiusDevelopment
ccd7db72c4 Dropped new ThreadLocal in favor of ThreadLocalRandom. 2021-10-15 21:13:59 +00:00
MobiusDevelopment
cdbc38c32b Updated to Java 17. 2021-10-13 21:39:56 +00:00
MobiusDevelopment
38db997ea3 Fixed previous commit breaking GameServer variable naming. 2021-06-21 22:41:13 +00:00
MobiusDevelopment
03857d87ee Proper naming for GameTimeTaskManager in comments. 2021-06-21 22:35:10 +00:00
MobiusDevelopment
b129f85e5c Fixed access emulated by synthetic accessors. 2021-05-26 22:54:07 +00:00
MobiusDevelopment
4ec90902b6 Executables with support for console. 2021-05-03 22:51:51 +00:00
MobiusDevelopment
8d263dc0b4 Separated interface configuration. 2021-05-02 23:30:32 +00:00
MobiusDevelopment
8de4d585c3 Configuration for dark themed GUI. 2021-05-02 15:02:44 +00:00
MobiusDevelopment
6de03faace GameTimeController class is a task manager. 2021-05-01 23:18:27 +00:00
MobiusDevelopment
265b2cbfb6 Minor spelling typo correction. 2021-04-22 02:03:39 +00:00
MobiusDevelopment
c16a199407 Addition of the Chronos class. 2021-02-20 11:17:45 +00:00
MobiusDevelopment
6083099412 Backward compatibility changes for Java 8. 2021-01-08 23:40:59 +00:00
MobiusDevelopment
594bcbc7c4 System panel log for maximum connected count. 2020-12-19 22:34:23 +00:00
MobiusDevelopment
ae7a5eecf1 Prevent the extensive use of the lvl abbreviation. 2020-09-02 18:40:39 +00:00
MobiusDevelopment
4029f3e91f Removed final modifier from a few method parameters. 2020-07-24 04:30:42 +00:00
MobiusDevelopment
88570ccc47 IdManager rework. 2020-07-17 23:04:59 +00:00
MobiusDevelopment
61157a6d03 Used List instead of ArrayList for declarations. 2020-06-20 18:58:43 +00:00
MobiusDevelopment
c0261a2539 Proper name for SkillTable skill getter. 2020-06-16 23:02:33 +00:00
MobiusDevelopment
ab9e399e77 Properly named residence id getters. 2020-06-15 22:59:42 +00:00
MobiusDevelopment
803c97a2e5 Minor handler variables code format. 2020-05-14 21:58:02 +00:00
MobiusDevelopment
33bbf97afb Prohibit parameter assignments. 2020-05-10 03:29:34 +00:00
MobiusDevelopment
31ae41bb48 Message for drop item while casting prevention. 2020-05-06 15:16:42 +00:00
MobiusDevelopment
e1bccf5b39 Do not drop items when casting known skills to avoid exploits. 2020-05-06 13:13:11 +00:00
MobiusDevelopment
68ab3b0cd0 Use path separator for GUIs. 2020-04-11 09:13:42 +00:00
MobiusDevelopment
362fc6d6cb Moved again previous commit variables in World. 2020-04-01 11:56:04 +00:00
MobiusDevelopment
f2a7531d24 SystemPanel variables moved to GameServer to fix compiling issue. 2020-04-01 11:08:00 +00:00
MobiusDevelopment
38cb67fad2 Dropped player count manager. 2020-03-31 00:35:39 +00:00
MobiusDevelopment
18b3e6d3f2 Unified javadoc format and related cleanups. 2020-03-03 23:04:44 +00:00
MobiusDevelopment
6d8addc784 Removal of assorted empty lines. 2020-03-03 17:07:18 +00:00
MobiusDevelopment
ba799c053a Line delimiters to match project settings and code format. 2020-02-25 18:07:17 +00:00
MobiusDevelopment
845dea2551 Removed pointless assignments before packet send. 2020-01-30 23:02:45 +00:00