OrdisPrime
  • Joined on 2025-02-01
OrdisPrime commented on pull request OpenWF/SpaceNinjaServer#1176 2025-03-14 06:14:08 -07:00
chore: fix various eslint issues

I left the function there as a reminder to do that

OrdisPrime commented on pull request OpenWF/SpaceNinjaServer#1176 2025-03-14 06:13:18 -07:00
chore: fix various eslint issues

hydration is ONLY needed when you want to use a mongoose document's functions. So, all get requests should generally only use .lean() versions, so mongoose doesn't hydrate them (which takes lots…

OrdisPrime commented on pull request OpenWF/SpaceNinjaServer#1176 2025-03-14 06:08:07 -07:00
chore: fix various eslint issues

only because this function is currently not used, does not mean it has to be deleted.

OrdisPrime deleted branch clan-members from OpenWF/SpaceNinjaServer 2025-03-10 16:40:42 -07:00
OrdisPrime pushed to main at OpenWF/SpaceNinjaServer 2025-03-10 16:40:41 -07:00
fae6615df4 feat: clan members (#1143)
OrdisPrime closed issue OpenWF/SpaceNinjaServer#1110 2025-03-10 16:40:41 -07:00
Clan Members
OrdisPrime merged pull request OpenWF/SpaceNinjaServer#1143 2025-03-10 16:40:41 -07:00
feat: clan members
OrdisPrime commented on issue OpenWF/SpaceNinjaServer#1124 2025-03-10 16:31:17 -07:00
Archwing Quests

can you send a server log for completing the last mission? (there are log files in logs/) make sure to remove any sensitive data such as if you were to use a real email address. Or only upload…

OrdisPrime commented on issue OpenWF/SpaceNinjaServer#1126 2025-03-10 16:28:27 -07:00
Second Dream does not end correctly

I suspect that once the email is correctly sent, that the trigger to finish the quest will complete. It will call a final updateQuest.php and then the end screen will show.

You could try…

OrdisPrime deleted branch no-cheats from OpenWF/SpaceNinjaServer 2025-03-10 16:22:41 -07:00
OrdisPrime pushed to main at OpenWF/SpaceNinjaServer 2025-03-10 16:22:40 -07:00
00f6a8bd6d chore: disable cheats by default (#1139)
OrdisPrime merged pull request OpenWF/SpaceNinjaServer#1139 2025-03-10 16:22:39 -07:00
chore: disable cheats by default
OrdisPrime deleted branch mission-update-completes-quest from OpenWF/SpaceNinjaServer 2025-03-10 16:22:03 -07:00
OrdisPrime pushed to main at OpenWF/SpaceNinjaServer 2025-03-10 16:22:03 -07:00
b553097fe4 fix: handle quest completion via missionInventoryUpdate (#1140)
OrdisPrime merged pull request OpenWF/SpaceNinjaServer#1140 2025-03-10 16:22:02 -07:00
fix: handle quest completion via missionInventoryUpdate
OrdisPrime deleted branch improve-addMissionInventoryUpdates from OpenWF/SpaceNinjaServer 2025-03-08 06:29:07 -08:00
OrdisPrime pushed to main at OpenWF/SpaceNinjaServer 2025-03-08 06:29:07 -08:00
92d53e1c00 chore: improve addMissionInventoryUpdates (#1121)
OrdisPrime merged pull request OpenWF/SpaceNinjaServer#1121 2025-03-08 06:29:06 -08:00
chore: improve addMissionInventoryUpdates
OrdisPrime closed issue OpenWF/SpaceNinjaServer#1119 2025-03-08 06:29:06 -08:00
correct behavior for failing a mission