Commit Graph

  • a8d1bae4ac fix fuse error in "Battle Skills" tutorial Robert Paciorek 2023-10-02 19:44:49 +00:00
  • ac281ca4ad fix mission completed check in "one of tasks is needed to be completed" case Robert Paciorek 2023-10-02 18:28:23 +00:00
  • 0a61aceb78 fix incorrectly locked items in old versions Robert Paciorek 2023-10-01 09:10:40 +00:00
  • 230012b7b0 removal of the email uniqueness requirement Robert Paciorek 2023-10-01 08:49:49 +00:00
  • 307899519f fix "Hatch your egg" issue in "Dragon care" quest Robert Paciorek 2023-10-01 08:43:36 +00:00
  • 2e9c8f22da fix intenal error on fuse and reroll Robert Paciorek 2023-09-26 21:53:52 +00:00
  • 2fa842c822 fix battle items identification and adding Robert Paciorek 2023-09-26 20:31:40 +00:00
  • b677239bbf add info about store, add "Maze of Hair" to store Robert Paciorek 2023-09-20 00:36:32 +00:00
  • 44ea10ed71
    support for SoD old tutorial and for Magic And Mythies (#17) rpaciorek 2023-09-18 17:22:45 +00:00
  • c7b3a74390 use ItemService for store and itemId in store.xml Robert Paciorek 2023-09-12 19:57:44 +00:00
  • 79cb75c478 add Dragon Rider's stuff to DT rewards Robert Paciorek 2023-09-17 11:11:11 +00:00
  • 9071d0bf37 fix some race conditions Robert Paciorek 2023-09-16 18:05:39 +00:00
  • 1d08f92498 remove breoken blueprints from dtrewards Robert Paciorek 2023-09-13 23:35:25 +00:00
  • 0824a7ab97 Update RegistrationController.cs: Discriminate between a duplicate email and a duplicate username; Return appropriate MembershipUserStatus J-128 2023-09-14 21:49:47 -05:00
  • f4de1f495f Revert "temporarily disable mmo to fix loading issues" Spirtix 2023-09-01 16:00:14 +02:00
  • 95008797b1 initial mmo work Spirtix 2023-08-03 19:09:30 +02:00
  • e88a5db3bf more friendly response for profile not found Robert Paciorek 2023-09-13 08:42:36 +00:00
  • 31a985334d fix: missing rewards for Friendship2023Story02 Robert Paciorek 2023-09-10 10:54:16 +00:00
  • 31cf0915d3 add AchievementPointType = 11 (Trophies) Robert Paciorek 2023-09-10 10:43:36 +00:00
  • 0c41722d14 fix: Chimeragon Racing Saddle stays in the shop... Robert Paciorek 2023-09-10 09:29:14 +00:00
  • 70a28f4d1b bugfix: fuse item from inventory blueprint Robert Paciorek 2023-09-09 09:58:58 +00:00
  • c6ad11b5d7 support for random quantity box prize Robert Paciorek 2023-09-08 21:08:27 +00:00
  • e57e5ad44b add int overflow protection for achievement values Robert Paciorek 2023-09-05 11:36:53 +00:00
  • 9b1609c6ad repeatable mission support Robert Paciorek 2023-09-05 11:10:11 +00:00
  • ed8cba8159 bugfixes: removing item in SetCommonInventory, ... Robert Paciorek 2023-09-04 21:05:57 +00:00
  • 883fbd2181 add missing RedeemRequest Robert Paciorek 2023-09-04 18:55:48 +00:00
  • 5dbd28e83c support for mystery boxes and bundles Robert Paciorek 2023-09-04 18:42:34 +00:00
  • 656f39398f bugfix: not saved achievement rewards Robert Paciorek 2023-09-04 16:48:08 +00:00
  • 645d1f30ad bugfix: reward DT with correct gender items Robert Paciorek 2023-09-04 09:48:28 +00:00
  • 82d31853ea stable mission rewards Robert Paciorek 2023-09-03 22:04:18 +00:00
  • 45a105af2e add Chimeragon snoggletog skin to the store Spirtix 2023-09-03 19:52:29 +02:00
  • 9508af4199 fix Cogs/Incredible Machines achievement rewards Robert Paciorek 2023-09-03 12:20:13 +00:00
  • a5cda2b906 add blueprints to DT rewards Robert Paciorek 2023-09-03 11:52:34 +00:00
  • d9e3315d41 bugfixes for mmo info from API server Robert Paciorek 2023-09-03 11:07:46 +00:00
  • 391be35a7a fix vikings profile and vist farm on MMO Robert Paciorek 2023-09-02 16:50:24 +00:00
  • d122786778 fix error in ProcessRewardedItems on empty request Robert Paciorek 2023-09-02 15:39:02 +00:00
  • c6290b3ba7 update gitignore Spirtix 2023-09-03 12:08:25 +02:00
  • efb2958124 remove InventoryService from AchievementStore Spirtix 2023-09-03 12:07:07 +02:00
  • 9949fb5e7d split AchievementService into scoped and singleton Robert Paciorek 2023-09-02 10:09:56 +00:00
  • d95a117ef0 use RS_DATA/Content/ in items definition Robert Paciorek 2023-09-02 08:37:40 +00:00
  • 626764adb6 add log request on exception Robert Paciorek 2023-09-01 11:18:15 +00:00
  • 4544c6a3d1 fix crash on reward from DT without player dragon Robert Paciorek 2023-09-01 10:15:48 +00:00
  • a1f1ee0e29 bugfix: get/set user pairs from viking apiToken Robert Paciorek 2023-09-01 01:06:50 +00:00
  • b5e76d1846 DT reward bugfix + GetUserCurrency function Robert Paciorek 2023-09-01 00:44:19 +00:00
  • c039337430 use VikingSession for DT items API Robert Paciorek 2023-08-31 22:16:39 +00:00
  • 51c490aad9 unification KeyValuePair KeyValuePairByUserID API (and use VikingSession interface for its) Robert Paciorek 2023-08-31 22:06:53 +00:00
  • e3314ae1f1
    Viking session via ActionFilter (#29) rpaciorek 2023-08-31 19:01:55 +00:00
  • 81e5718e05
    foreign keys for table PairData + DragonId column + DB schema improvements (#30) rpaciorek 2023-08-31 18:46:03 +00:00
  • 7bee6c620a
    dragons tactics (battle) backpack (#26) rpaciorek 2023-08-31 18:42:03 +00:00
  • abe674ccf8 add missing endpoint to proxy Spirtix 2023-08-28 08:43:52 +02:00
  • d0eacb75b6
    Achievement race condition fix (#28) rpaciorek 2023-08-28 06:35:05 +00:00
  • e564a44b13 name suggestion bugfix Spirtix 2023-08-27 22:02:57 +02:00
  • 665089d5ef
    support AchievementTask and AchievementID rewards (#25) rpaciorek 2023-08-23 20:07:08 +00:00
  • dd9dfa4873 support for farm on old clients Robert Paciorek 2023-08-20 00:21:44 +00:00
  • 2f89f37c93 send membership for old clients Robert Paciorek 2023-08-19 12:52:17 +00:00
  • ada1fd5338 support for importer Robert Paciorek 2023-08-19 07:59:34 +00:00
  • 99fe6cca02
    Implement name suggestions (#24) J. D 2023-08-23 14:56:02 -05:00
  • d7e62ffbc3 add missing DeleteProfileStatus Robert Paciorek 2023-08-19 19:00:44 +00:00
  • d5fb8ce5f1
    viking and user deletion (#19) rpaciorek 2023-08-19 17:16:08 +00:00
  • c3bb769934
    ContentController.cs: Handle CommonInventoryRequests in CreatePet (#20) J. D 2023-08-18 15:47:37 -05:00
  • 17303d9256 unlock all viking slots (placeholder) Robert Paciorek 2023-08-15 17:17:48 +00:00
  • 5d62a068ac temporarily disable mmo to fix loading issues Spirtix 2023-08-15 22:38:52 +02:00
  • 5e6eba3af3 fix null growth state when hatching some dragons Spirtix 2023-08-15 14:59:47 +02:00
  • fb582b4c24 fix error and missing xp on dragon ageup Robert Paciorek 2023-08-14 23:35:59 +00:00
  • 2a0b62552e inject AchievementService to MissionService Spirtix 2023-08-14 19:29:33 +02:00
  • 406ebe20c2
    initial support for XP points (#16) rpaciorek 2023-08-14 16:34:14 +00:00
  • fbc9b8a201
    Farm expansions (#13) rpaciorek 2023-08-14 13:03:00 +00:00
  • 0ef87a61ff
    basic support for 1.13.0 client (#15) rpaciorek 2023-08-14 12:36:33 +00:00
  • 725f8e22c1 update readme Spirtix 2023-08-14 14:32:16 +02:00
  • 6f8bbd149b add Toothless Alpha skin to shop Robert Paciorek 2023-08-13 15:58:07 +00:00
  • 9b52f1fdd4 increase CashCurrency and GameCurrency Robert Paciorek 2023-08-10 16:10:37 +00:00
  • 947b2cb4a3 fix Bewilderbeast Alpha Rally Robert Paciorek 2023-08-09 18:36:47 +00:00
  • 794b8487f1 fix flight club Robert Paciorek 2023-08-09 17:50:31 +00:00
  • 724a052e17 fix server error caused by blueprints Spirtix 2023-08-05 20:17:50 +02:00
  • 648238613e fix internal server error when ImageData is empty Spirtix 2023-08-05 19:48:25 +02:00
  • 2a76705c33 fix null item corrupting profiles Spirtix 2023-07-31 13:18:53 +02:00
  • d7f3ad81bd fix item rewards not being saved Spirtix 2023-07-30 15:57:44 +02:00
  • cdb92243b9 update readme Spirtix 2023-07-27 22:02:22 +02:00
  • 9c3c374741 unify timestamps Spirtix 2023-07-27 19:06:19 +02:00
  • c0f7959e82 postgres fix Spirtix 2023-07-27 17:13:07 +02:00
  • c42462eff5 retain session creation date Spirtix 2023-07-27 16:04:50 +02:00
  • bb9ffa717b update readme Spirtix 2023-07-26 23:02:28 +02:00
  • 4c2dd92969
    initial support for older clients, tested with 2.9 (#11) rpaciorek 2023-07-25 21:25:37 +00:00
  • 207e56602f stub SetAchievementByEntityIDs Spirtix 2023-07-25 20:10:07 +02:00
  • 258b1ddce1 fix farm consumables Spirtix 2023-07-25 17:03:18 +02:00
  • ffd7fd9a20 fix farms issues spoof levels Spirtix 2023-07-24 22:02:34 +02:00
  • a96a256c11
    Redirect official server requests (#8) J. D 2023-07-21 09:15:17 -05:00
  • ad889d3d7a update missions thanks to @rpaciorek and @SkySwimmer Spirtix 2023-07-21 00:42:36 +02:00
  • f71fbe3559 initial farm implementation Spirtix 2023-07-20 22:11:42 +02:00
  • 1c01eb25f5 hideouts Spirtix 2023-07-12 22:07:24 +02:00
  • 8416b47fa8 fix lab missions completion Spirtix 2023-07-11 18:04:13 +02:00
  • 379b731f61 fix premature completion of missions Spirtix 2023-07-10 20:10:51 +02:00
  • 4b2abbfb1e fix image slots when hatching multiple dragons Spirtix 2023-07-10 17:50:30 +02:00
  • caadb0c097 fix mission completion Spirtix 2023-07-09 18:55:52 +02:00
  • c3615bc7ce fix mission acceptance Spirtix 2023-07-09 17:10:05 +02:00
  • e48858fd01 implement GetAnnouncementsByUser Spirtix 2023-07-09 11:21:19 +02:00
  • 258f3a9fc5 update readme Spirtix 2023-07-08 22:19:28 +02:00
  • d55efcb074 PurchaseItems V1 Spirtix 2023-07-08 21:56:50 +02:00
  • 72ddaf6bb7 fix dragon image slot numbers Spirtix 2023-07-07 22:52:17 +02:00
  • f821a0b1cb stub achievements to progress in missions Spirtix 2023-07-07 22:23:24 +02:00