Commit Graph

  • de99522340 added removing buffs on player exit kamilprzyb 2020-10-22 11:39:11 +0200
  • c7006b46ed EggBuffs now stores debuff timestamp instead of remaining time kamilprzyb 2020-10-22 11:28:18 +0200
  • 45ed99ae35 implemented player debuff kamilprzyb 2020-10-22 11:09:50 +0200
  • f2ff4c7f4d added basic player buffs implementation kamilprzyb 2020-10-22 10:23:12 +0200
  • 6fdf91205f Restructuring, Cleaning up and Bugfixes Jade 2020-11-12 00:59:52 +0000
  • 2744ed64e3 Fix a bug where the server would crash if Drain killed a mob. dongresource 2020-11-11 23:35:00 +0100
  • 90754665a0 Refactor buddy request-by-name Gent 2020-11-11 09:06:41 -0500
  • 4454faffc3 Add garbage collection for non-existent players Gent 2020-11-10 18:16:06 -0500
  • 34f2aef248 Fix seg fault in buddy data for deleted player Gent 2020-11-10 18:00:34 -0500
  • 0bc4b92af4 fixed not taking egg buff flag into consideration in mob manager Kamil 2020-11-09 12:30:50 +0100
  • 2e2520d91b added a check for eggs in inactive chunks Kamil 2020-11-09 11:22:46 +0100
  • c9bacf3b66 moved egg summoning to a custom ChatManager command Kamil 2020-11-09 11:04:30 +0100
  • d60768bf2e Polished reading egg json data Kamil 2020-11-09 10:34:11 +0100
  • 0715c4e9a2 temp chunk issue fix Kamil 2020-11-09 10:08:53 +0100
  • c0a6c16c19 removed unneccesary include Kamil 2020-11-08 10:08:22 +0100
  • b46c27c7f0 added a chunk sanity check Kamil 2020-11-08 10:03:22 +0100
  • 50b6008f21 set up gruntwork Kamil 2020-11-08 09:42:49 +0100
  • c2fea8d9ef fixed goo damage not taking all flags into account Kamil 2020-10-25 22:59:50 +0100
  • 0814e72071 made particles for picking up eggs work, made damage and heal eggs work Kamil 2020-10-25 22:57:03 +0100
  • 62e8644a59 added a condition to not send mob/egg _ENTER packet when it's HP is 0 Kamil 2020-10-24 22:57:50 +0200
  • fa84a9f709 implemented basic eggs functionality Kamil 2020-10-24 21:48:55 +0200
  • c0b006c9c5 added removing buffs on player exit kamilprzyb 2020-10-22 11:39:11 +0200
  • 4a6cd96d00 EggBuffs now stores debuff timestamp instead of remaining time kamilprzyb 2020-10-22 11:28:18 +0200
  • 90f56cc28d implemented player debuff kamilprzyb 2020-10-22 11:09:50 +0200
  • 43842ee9e8 added basic player buffs implementation kamilprzyb 2020-10-22 10:23:12 +0200
  • 121c65d7ea Fix not being able to attach weapons to emails Gent 2020-11-09 21:29:28 -0500
  • 2f20d40ee2 Refactored Nano Powers Jade 2020-11-08 00:26:44 +0000
  • f53de8d521 Explicitly update buddy records in DB Gent 2020-11-09 05:01:51 -0500
  • 8a68958ed4 Fix players being able to become buddies twice Gent 2020-11-09 04:41:20 -0500
  • f7b08b289e Rebased Kamil 2020-11-09 09:10:58 +0100
  • f5a1fc237c removed unneccesary include Kamil 2020-11-08 10:08:22 +0100
  • b7fc7a283b added a chunk sanity check Kamil 2020-11-08 10:03:22 +0100
  • a0315e5a03 set up gruntwork Kamil 2020-11-08 09:42:49 +0100
  • bc3d4e5501 fixed goo damage not taking all flags into account Kamil 2020-10-25 22:59:50 +0100
  • 5d194ea951 made particles for picking up eggs work, made damage and heal eggs work Kamil 2020-10-25 22:57:03 +0100
  • 7b127d49c0 added a condition to not send mob/egg _ENTER packet when it's HP is 0 Kamil 2020-10-24 22:57:50 +0200
  • ea1bdae115 implemented basic eggs functionality Kamil 2020-10-24 21:48:55 +0200
  • 8560ac33aa added removing buffs on player exit kamilprzyb 2020-10-22 11:39:11 +0200
  • b3d3250662 EggBuffs now stores debuff timestamp instead of remaining time kamilprzyb 2020-10-22 11:28:18 +0200
  • 649b2d8202 implemented player debuff kamilprzyb 2020-10-22 11:09:50 +0200
  • bf64fcf276 added basic player buffs implementation kamilprzyb 2020-10-22 10:23:12 +0200
  • f0ded0886c Update tdata ref CakeLancelot 2020-11-08 15:54:58 -0600
  • d7a8d2d453 Sanitize email subject + body Gent 2020-11-08 15:37:17 -0500
  • 5293573116
    Allow period and numbers in firstname/lastname regex check (#144) darkredtitan 2020-11-08 22:34:02 +0200
  • d505b09e98 Email bugfixes Gent 2020-11-08 14:51:20 -0500
  • 8f90fdaac4 Integrate email handlers with DB Gent 2020-11-06 21:10:41 -0500
  • 3a55a9b66f Add email structs and functions to DB Gent 2020-11-06 20:50:17 -0500
  • 36e9370ff4 Add email packet handlers w/ sample data Gent 2020-11-05 00:40:45 -0500
  • 3f5a9c8811 Fix buddy list not syncing properly Gent 2020-11-08 13:58:44 -0500
  • 30de5c1734 Sanitize buddy chat strings Gent 2020-11-08 13:31:10 -0500
  • c7591c6ce2 Implement buddy warp Gent 2020-11-08 12:54:05 -0500
  • 7be79010fc Buddy DB integration Gent 2020-11-08 12:42:27 -0500
  • f55d7a8e0a removed unneccesary include Kamil 2020-11-08 10:08:22 +0100
  • b0674183f9 added a chunk sanity check Kamil 2020-11-08 10:03:22 +0100
  • 9573d64a99 set up gruntwork Kamil 2020-11-08 09:42:49 +0100
  • 803f1a246a Buddy code cleanup Gent 2020-11-07 23:11:56 -0500
  • 262dca7dd6 Buddy rework, adjustments, and fixes SengokuNadeko 2020-10-27 11:28:37 -0400
  • 26460c0167 Add battery caps for combat rewards & commands Gent 2020-11-07 21:51:16 -0500
  • eaaed8095f Initial tabledata implementation Jade 2020-11-07 23:22:48 +0000
  • 7c8c56a890 Allow numbers in names Titan 2020-11-04 18:29:21 +0200
  • 53b93de465 Allow dot characters in names (except at the beginning of a name) Titan 2020-11-04 13:11:32 +0200
  • 7eefe99f96 Fix special character . in name regex check Titan 2020-10-29 00:03:15 +0200
  • 83c378c9c2 Added /notify and /players admin commands Jade 2020-10-31 17:12:13 +0000
  • a1145aced4 Chat strings are now sanitized. dongresource 2020-10-31 21:31:25 +0100
  • 1a405034af
    Merge pull request #143 from JadeShrineMaiden/bugfixes dongresource 2020-10-31 19:21:50 +0100
  • d21f727e9d Moved Debuff handling to Combat + Bugfixes Jade 2020-10-28 21:05:01 +0000
  • 7b4fab8c6b
    Update client/server bundle link in README CakeLancelot 2020-10-29 23:49:25 -0500
  • 88fc8caa57
    Code cleanup SengokuNadeko 2020-10-27 11:28:37 -0400
  • ed54f84ab7
    A few reworks and adjustments SengokuNadeko 2020-10-27 11:06:52 -0400
  • 2af33da4e8 Suppress unordered_map leak in doDebuff Gent S 2020-10-26 23:07:49 -0400
  • 67b3342ab9
    Code cleanup and bug fixes SengokuNadeko 2020-10-26 18:54:08 -0400
  • f3b9ecd791 Add missing sanity checks to quitTask and useItem Gent S 2020-10-25 18:33:02 -0400
  • 609d3cdb99 Remove redundant instance deletion Gent S 2020-10-25 18:14:35 -0400
  • 726a38aedf fixed goo damage not taking all flags into account Kamil 2020-10-25 22:59:50 +0100
  • 5d438ab364 made particles for picking up eggs work, made damage and heal eggs work Kamil 2020-10-25 22:57:03 +0100
  • d840b0bbd0 Update tdata ref 1.2.1 CakeLancelot 2020-10-25 13:14:08 -0500
  • 4da178d16c
    Remove mention of random characters from README CakeLancelot 2020-10-24 23:57:17 -0500
  • 0d65fc2653 Update tdata submodule CakeLancelot 2020-10-24 18:33:45 -0500
  • 6d97aaa1d0 Make nano skill change consume FM & power items Titan 2020-10-24 22:28:35 +0200
  • 4ab686bc46 Fix abused unordered map Gent 2020-10-24 18:24:39 -0400
  • 7f2f757c5d added a condition to not send mob/egg _ENTER packet when it's HP is 0 Kamil 2020-10-24 22:57:50 +0200
  • 95218f5ba9 Check that required power item is within inventory bounds Titan 2020-10-24 22:28:35 +0200
  • 6c0463979d Properly update fusion matter in response packet Titan 2020-10-24 21:21:42 +0200
  • 57ecde09f1 Stop function execution after sending packet if it wasn't a nano station Titan 2020-10-24 21:17:15 +0200
  • c443fea59e Use true and false instead of 1 and 0 to improve readability Titan 2020-10-24 21:09:30 +0200
  • 06d57107b2 Fix for Make Titan 2020-10-22 11:09:32 +0200
  • 8eacf48771 Refine Sanity Checks Titan 2020-10-22 11:06:27 +0200
  • 56f55daada sanity check Titan 2020-10-21 23:04:05 +0200
  • 1ce9d69714 don't consume anything when using GM command /nano Titan 2020-10-21 22:26:58 +0200
  • b6ffc72def fix consuming items Titan 2020-10-21 22:19:25 +0200
  • 1ecea5ae97 added missing action Titan 2020-10-21 22:00:35 +0200
  • 0d02ec43e1 fix consuming items Titan 2020-10-21 21:45:09 +0200
  • ba8edc8aae switch to while instead of for and add fix for mingw Titan 2020-10-21 21:33:19 +0200
  • b6b2e006dd make nano skill changine consume fusion matter and power items Titan 2020-10-21 20:42:56 +0200
  • 5cf7a1b8f0 implemented basic eggs functionality Kamil 2020-10-24 21:48:55 +0200
  • 2302c28ac5
    Merge pull request #141 from CakeLancelot/orm-update CakeLancelot 2020-10-24 14:31:57 -0500
  • c8497a4856
    Implement two more mission types + tweaks & fixes Jade 2020-10-21 06:24:51 +0100
  • 177c5f0f17
    Nano Drain, Debuffs are timed Jade 2020-10-17 18:26:09 +0100
  • 2782706355
    Group warping & mob movement smoothing Jade 2020-10-17 05:58:51 +0100
  • a969988b5c Update sqlite_orm to 1.6 CakeLancelot 2020-10-24 09:47:46 -0500