Commit Graph

1533 Commits

Author SHA1 Message Date
MobiusDevelopment 2b5c29815e Evenly distributed tasks among scheduled threadpools. 2019-05-17 01:49:37 +00:00
MobiusDevelopment 71568c1a02 Canceled tasks should be immediately removed from the work queue at time of cancellation. 2019-05-17 00:20:38 +00:00
MobiusDevelopment 77e5379d97 Probable getBlock array index out of bounds NPE fix. 2019-05-16 23:44:03 +00:00
MobiusDevelopment d048eb9816 Fixed probable class cast exception when clanhall is not siegeable.
Contributed by Sahar.
2019-05-16 22:58:24 +00:00
MobiusDevelopment 1677a641d1 Send UI requests on both entering and ingame states. 2019-05-15 17:31:16 +00:00
MobiusDevelopment 574fbd3927 Player subclass list is always initialized. 2019-05-14 21:16:20 +00:00
MobiusDevelopment bedb7061c2 New overrides for easier item manipulation. 2019-05-12 14:45:16 +00:00
MobiusDevelopment 97a8caa81e TeleportToTarget effect start when target is in LoS. 2019-05-12 04:05:19 +00:00
MobiusDevelopment e67cc82d91 Small improvement to scripts loading.
Contributed by Sahar.
2019-05-03 23:01:36 +00:00
MobiusDevelopment 5a8406381d Region size is never reached while iterating. 2019-04-27 12:15:08 +00:00
MobiusDevelopment 9eb9188b70 Continue with database adjustments. 2019-04-27 09:29:45 +00:00
MobiusDevelopment 98732afde5 SQL connection timeout set to 10 minutes and idle and max lifetime to 20 minutes. 2019-04-27 09:14:53 +00:00
MobiusDevelopment 223da2f310 Addition of configurations for fake death target. 2019-04-27 08:58:16 +00:00
MobiusDevelopment 1014855f61 Updated geodata files. 2019-04-27 07:11:06 +00:00
MobiusDevelopment c227d00aec Use generation number to distinguish rotated logs. 2019-04-25 05:05:48 +00:00
MobiusDevelopment ff3cb1c9a2 Fixed village master dialog paths for clan. 2019-04-21 21:44:52 +00:00
MobiusDevelopment 6f9f19c40b Organized imports. 2019-04-17 03:10:18 +00:00
MobiusDevelopment 3b73e5fc2b Use upper case for all instance storing variables. 2019-04-17 02:12:20 +00:00
MobiusDevelopment 57adcfc3d8 Various message grammar corrections. 2019-04-17 01:58:16 +00:00
MobiusDevelopment 1fd53af3b4 Removed unnecessary colons. 2019-04-16 11:48:14 +00:00
MobiusDevelopment 60856fe5ce Fixed probable GameServerThread NPE. 2019-04-15 20:15:27 +00:00
MobiusDevelopment 93f0838228 Use ENTERING ConnectionState checks when possible. 2019-04-15 18:22:39 +00:00
MobiusDevelopment 3c9a54d8c9 Path changes to match new domain. 2019-04-15 05:07:14 +00:00
MobiusDevelopment 8b77a39aaf Removed java classpath configuration. 2019-04-12 18:16:50 +00:00
MobiusDevelopment 988fc150ac Java scripting engine simplifications. 2019-04-12 17:49:14 +00:00
MobiusDevelopment 4ba7bc7721 Minor Link bypass improvements. 2019-04-12 06:57:00 +00:00
MobiusDevelopment 32519d3bc5 Renamed Alliance and Clan scripts. 2019-04-11 17:15:59 +00:00
MobiusDevelopment 167b4557d7 Changed Link bypass to work on with specific links. 2019-04-10 15:50:11 +00:00
MobiusDevelopment 6eadc7344e Commented unnecessary log at RequestMagicSkillUse. 2019-04-08 22:41:43 +00:00
MobiusDevelopment 117572ff57 Fixed HTML loading issue.
Author: Zoey76
Source: https://bitbucket.org/l2jserver/l2j-server-game/commits/3479827c557e98eb660901338fbfea453eddf0ca
2019-04-08 15:48:31 +00:00
MobiusDevelopment bc61b48a56 Always use static modifier when adding values to static lists and maps. 2019-04-08 10:30:59 +00:00
MobiusDevelopment dfbe514e8e Removed invalid Dark Elf Village respawn points.
Contributed by champzix1.
2019-04-07 02:49:45 +00:00
MobiusDevelopment a9c8fa33c8 Skilltree updates. 2019-04-07 02:10:07 +00:00
MobiusDevelopment fc6c31df53 Addition of ThreadsForLoading configuration. 2019-04-05 18:30:14 +00:00
MobiusDevelopment becd4d5b61 Prohibit ZoneManager replacing class zone key. 2019-04-05 15:07:56 +00:00
MobiusDevelopment db26087118 Minor code format for previous commit. 2019-04-05 06:10:28 +00:00
MobiusDevelopment c1d471dca8 Proper total geodata file size information. 2019-04-05 06:00:11 +00:00
MobiusDevelopment 67cc5e1e45 Avoid probable concurrency issues. 2019-04-05 04:53:07 +00:00
MobiusDevelopment eed915b9dc Dropped IGameXmlReader.
ScriptEngineManager class cleanup.
Use of ThreadPool to decrease startup time.
2019-04-05 04:14:32 +00:00
MobiusDevelopment 23e3c14278 Fix for admin set level.
Contributed by NightBR.
2019-04-03 21:24:46 +00:00
MobiusDevelopment c905853551 Admin commands should be available only to GM characters. 2019-04-01 14:57:25 +00:00
MobiusDevelopment 36457c0bec ThreadPool class improvements. 2019-03-31 17:46:01 +00:00
MobiusDevelopment 80bac1e544 Organized imports. 2019-03-30 20:30:35 +00:00
MobiusDevelopment 439dff1703 Unsummon siege weapons when exiting siege zone. 2019-03-28 13:56:58 +00:00
MobiusDevelopment 1bf6e18fc5 Simplified EffectList class name. 2019-03-28 12:50:26 +00:00
MobiusDevelopment d78a0489d1 Prefix removals and code cleanup. 2019-03-28 05:32:39 +00:00
MobiusDevelopment 6388ea0504 AdminLevel setlevel improvements.
Contributed by NightBR.
2019-03-22 10:54:44 +00:00
MobiusDevelopment 3b9cb63ca2 GeoEngine infinite loop precautions and cleanup. 2019-03-21 23:38:52 +00:00
MobiusDevelopment ad9a9006cf Prevent thinking in non active regions. 2019-03-21 12:49:10 +00:00
MobiusDevelopment 391ea39fd4 Changed clan_wars SQL table primary key. 2019-03-19 16:52:30 +00:00