Commit Graph

  • b929d12902 Implement Croc Pot item combining Gent 2020-09-15 20:30:01 -0400
  • 9f78735caa fixed socket reference bug CPunch 2020-09-17 22:44:37 -0500
  • 31ef03610d temp fix and small refactor CPunch 2020-09-17 21:41:09 -0500
  • 22e3e9e4de fixed 'player clone' bug CPunch 2020-09-17 18:03:23 -0500
  • f4db0830ba huge refactoring, chunking added CPunch 2020-09-17 17:45:43 -0500
  • 5e5e73d4bc set BuddyWarpCooldown to 60s on PCLoad kamilprzyb 2020-09-17 23:28:44 +0200
  • 12f080d9d2 removed MapNum from PCLoad, as client doesn't even read it kamilprzyb 2020-09-17 23:27:36 +0200
  • db38c53689 added a sanity check in itemMoveHandler kamilprzyb 2020-09-17 23:23:33 +0200
  • a72cfc909c
    Merge pull request #2 from dongresource/nanopowers JadeShrineMaiden 2020-09-17 22:22:04 +0100
  • c73cef9120 removed sending PCStyle2 on Player Enter kamilprzyb 2020-09-17 23:00:46 +0200
  • 6116ac222d Fixed compilation with gcc. dongresource 2020-09-17 22:54:28 +0200
  • 001564a257 Hotfix to stop crashing the server. dongresource 2020-09-17 21:22:31 +0200
  • e2dc7a9479 Fix vehicle item type override Gent 2020-09-16 16:17:57 -0400
  • 576a6aa43c removed accidentaly added include kamilprzyb 2020-09-17 10:48:29 +0200
  • a1efbcf983 removed blob parsing functions that ended up being unused kamilprzyb 2020-09-17 10:40:18 +0200
  • afc7768577 adjusted saving active missions kamilprzyb 2020-09-17 10:38:18 +0200
  • e79f179628 Mobs respawn now. dongresource 2020-09-17 01:43:48 +0200
  • 4d02668add fixed mission quit: - fixed wrong json name, causing qitems not deleting properly - quitting mission now resets npc kill count kamilprzyb 2020-09-16 23:41:25 +0200
  • 027b783571 Visual studio doesn't use -ldl. dongresource 2020-09-16 23:13:06 +0200
  • e03da83ff3 Rearranged the codebase a little. dongresource 2020-09-16 21:46:15 +0200
  • 5efc8ac089 Switched getTime() to std::chrono on all platforms. dongresource 2020-09-16 20:14:00 +0200
  • efda6673b5 Print server version when starting up. dongresource 2020-09-16 20:12:12 +0200
  • f7571607ba Only send live checks when the connection has been silent for a while. dongresource 2020-09-16 17:45:53 +0200
  • 0e19603eab fixed dbsaveinterval being in [login] instead of [shard] kamilprzyb 2020-09-16 16:27:26 +0200
  • 97b13458ff INFO DB message now shows how many accounts and player characters are in the database kamilprzyb 2020-09-16 11:17:24 +0200
  • c41cf036ef implemented saving warplocationflag, skywaylocationflag and currentmissionid in database kamilprzyb 2020-09-16 11:00:53 +0200
  • b2da864032 removed unneccesary include kamilprzyb 2020-09-15 23:23:40 +0200
  • f467617c2f saving active missions works kamilprzyb 2020-09-15 23:17:37 +0200
  • 6745e0bf70 Cleanup. dongresource 2020-09-15 22:08:39 +0200
  • 1a92d0c99c Done refactoring active powers. dongresource 2020-09-15 21:47:31 +0200
  • 9f6903440c [WIP] Generic Debuff and Heal. dongresource 2020-09-15 19:47:01 +0200
  • 76fa7b154b added sanity check for missionId kamilprzyb 2020-09-15 18:36:48 +0200
  • ced837a528 Quest items are stored in inventory table instead of blob kamilprzyb 2020-09-15 18:31:33 +0200
  • 5bfa277f14 [WIP] Use active power struct in dispatch table. dongresource 2020-09-15 18:01:34 +0200
  • fab8c24117 [WIP] Active Powers, pre-generic dongresource 2020-09-15 16:46:52 +0200
  • 501d153894
    Update README.md CakeLancelot 2020-09-15 06:02:39 -0500
  • 6e1a4e2ea7 WIP saving quest items and active tasks kamilprzyb 2020-09-15 00:45:55 +0200
  • b35f1a48c0 added functions for parsing int16->blob and vice versa kamilprzyb 2020-09-15 00:16:31 +0200
  • 293cd5d32f added functions for parsing int32->blob and vice versa kamilprzyb 2020-09-15 00:13:02 +0200
  • 4e32663cab moved parsing blob->int64 to a separate function kamilprzyb 2020-09-15 00:03:13 +0200
  • deebc2f51a moved int64->blob parsing to a separate function kamilprzyb 2020-09-14 23:43:39 +0200
  • b6cce78016 implemented saving mentor kamilprzyb 2020-09-14 23:19:14 +0200
  • 10dc5721c0 implemented saving BatteryN and BatteryW kamilprzyb 2020-09-14 23:01:57 +0200
  • 4d21410980 Merge PR #87 dongresource 2020-09-14 18:42:03 +0200
  • 148d90f4f1 "Boosts and potions!" Gent 2020-09-14 10:27:52 -0400
  • 474e25cdd3 Header changes + battery tweaks Gent 2020-09-14 12:16:29 -0400
  • 9aa98fcb1d Bug fixes + polishing Gent 2020-09-14 11:42:49 -0400
  • e82878b1de Merge branch 'experimental' into nanoskills JadeShrineMaiden 2020-09-14 16:09:07 +0100
  • 9a5e19bd7c "Boosts and potions!" Gent 2020-09-14 10:27:52 -0400
  • a976fef2b4 Implement vendor stack logic Gent 2020-09-14 01:52:15 -0400
  • da8c833587 Implement buyback Gent 2020-09-14 01:27:20 -0400
  • c91022030c Load item tables + price implementation Gent 2020-09-14 00:25:14 -0400
  • f55cc8f36d Load vendor tables Gent 2020-09-13 18:54:47 -0400
  • 9cc5f3e4d5 Cleaned up comment formatting. dongresource 2020-09-14 16:03:30 +0200
  • 131997f34f Cleaned up all whitespace issues. dongresource 2020-09-14 15:53:48 +0200
  • ed86bc9160 Assorted cleanups and fixes. dongresource 2020-09-14 15:20:55 +0200
  • 38d5998a6e Sanity checks for creating and deleting characters. darkredtitan 2020-09-13 22:29:30 +0200
  • c7189a5cef added saving missions kamilprzyb 2020-09-13 20:45:51 +0200
  • de15e2004b added bank functionality, refactored itemMoveHandler kamilprzyb 2020-09-09 22:42:55 +0200
  • 480cca82fa Make name checking case insensitive. darkredtitan 2020-09-09 14:36:35 +0200
  • 3d83f93167 added periodic DB saves, fixed some settings kamilprzyb 2020-09-09 00:23:45 +0200
  • 1d9a7139a8 deleteing player deletes inventory and nanos, minor tweaks to settings kamilprzyb 2020-09-08 22:41:02 +0200
  • 2fd7a8c6fc Implemented saving inventory and nanos kamilprzyb 2020-09-07 02:16:44 +0200
  • fc57cae37d added saving character when a connection with shard is killed kamilprzyb 2020-09-03 00:22:00 +0200
  • 601b35f43f fixed equipped items not showing properly on character selecion screen kamilprzyb 2020-09-13 23:15:32 +0200
  • e90b059153 fixed deletecharacter() kamilprzyb 2020-09-13 22:54:38 +0200
  • 69380c4431
    Merge pull request #12 from darkredtitan/patch-12 kamilprzyb 2020-09-13 22:30:57 +0200
  • ea84cdf8b2
    Merge pull request #11 from darkredtitan/patch-6 kamilprzyb 2020-09-13 22:30:46 +0200
  • 87d798a109
    Sanity checks for creating and deleting characters. darkredtitan 2020-09-13 22:29:30 +0200
  • 3cfec7aab3
    Implement transportation framework + full S.C.A.M.P.E.R. functionality (#86) Gent Semaj 2020-09-13 16:26:16 -0400
  • e11e879be0 Minor tweaks. dongresource 2020-09-13 22:20:58 +0200
  • ddc58af7b7
    Add sanity check for deleting characters. darkredtitan 2020-09-13 22:05:38 +0200
  • 3f2624501e added casting mission ID kamilprzyb 2020-09-13 21:44:36 +0200
  • 4de7762daf small fixes kamilprzyb 2020-09-13 21:32:06 +0200
  • cd8263db88 merge with main kamilprzyb 2020-09-13 20:49:47 +0200
  • 3d4586e320 added saving missions kamilprzyb 2020-09-13 20:45:51 +0200
  • 88b3331118 Merge branch 'master' of https://github.com/kamilprzyb/OpenFusion kamilprzyb 2020-09-13 20:44:13 +0200
  • cb18a76965 synced with main, added saving completed quests kamilprzyb 2020-09-13 20:43:45 +0200
  • 061ae21438 Finalize S.C.A.M.P.E.R. functionality Gent 2020-09-13 13:31:31 -0400
  • 91476e8519 Prepare to add transport warp functionality Gent 2020-09-13 00:12:17 -0400
  • 67c1f3d79b Add transportation registration Gent 2020-09-12 23:50:16 -0400
  • 29e53117e7
    Merge pull request #72 from FinnHornhoover/msys-mingw-compile-fix CakeLancelot 2020-09-13 07:35:32 -0500
  • 2962dd02bb
    Sanity check for new level of player (fix typos) darkredtitan 2020-09-13 00:37:17 +0200
  • 7c9221b0e9
    Sanity check for new level of player darkredtitan 2020-09-13 00:35:30 +0200
  • 3e34cf7e1a
    Sanity check for new level of player darkredtitan 2020-09-13 00:28:06 +0200
  • c1ac2250a0 Minor changes. dongresource 2020-09-12 22:43:04 +0200
  • a4716b0164
    Merge pull request #82 from gsemaj/nanos dongresource 2020-09-12 22:10:49 +0200
  • 91f512d740 added version checking for GCC FinnHornhoover 2020-09-12 22:27:03 +0300
  • 4880e4af12 Revamp revival code Gent 2020-09-12 14:21:36 -0400
  • b39967baf6 Merge remote-tracking branch 'upstream/master' Zenpock 2020-09-12 11:19:50 -0500
  • fe370df534
    Merge pull request #81 from gsemaj/auth dongresource 2020-09-12 18:03:26 +0200
  • 2b1a028b3d Validate cookie data Gent 2020-09-12 11:41:31 -0400
  • be99714495 Possible fix for the login error bug. dongresource 2020-09-12 17:09:11 +0200
  • 4c06163b51 Properly validate vendor logic. dongresource 2020-09-12 16:10:53 +0200
  • 0c97969757
    Merge pull request #80 from gsemaj/vendor2 dongresource 2020-09-12 16:01:23 +0200
  • 4e7352da66 Add sell functionality to vendors Gent 2020-09-11 22:04:23 -0400
  • 5747c24479 [bugfix] Don't set iType on empty item slots. dongresource 2020-09-12 02:25:45 +0200
  • 579aa9d31d Save pointer to Player struct in CNSocket. dongresource 2020-09-12 01:22:58 +0200
  • 3865249387 Vendors, set nano skill command + serverside command issues fixed (#74) Ariii 2020-09-09 03:15:25 +0200
  • dc9c79be14
    Merge branch 'master' into master dongresource 2020-09-11 22:09:47 +0200