update 33.6.3 #33

Merged
OrdisPrime merged 18 commits from main into main 2023-08-05 13:48:56 -07:00

18 Commits

Author SHA1 Message Date
00899d7e2e
Merge branch 'AngeloTadeucci:main' into main 2023-08-05 22:48:15 +02:00
bb8a8c5e2a update 33.6.3 2023-08-05 22:46:07 +02:00
e86ac26334 remove unused 2023-07-27 22:14:28 +02:00
305b43a781 fix transform method calls
Transform has changed in a recent mongoose update and as dependabot updated mongoose the calls were broken.
returnedObject is now a Record<String, any> which is the same as an any object.
2023-07-27 22:12:32 +02:00
a1ffcd29e4
Merge branch 'AngeloTadeucci:main' into main 2023-07-27 21:34:49 +02:00
71b3e42718
Merge branch 'AngeloTadeucci:main' into main 2023-07-11 18:07:36 +02:00
ee0ffea5ab update to 33.5.6 2023-07-11 18:03:40 +02:00
a0be6b0368 fix ignoring static/data files, except .bin 2023-06-14 16:23:12 +02:00
839a382301
Merge branch 'AngeloTadeucci:main' into main 2023-06-14 03:33:08 +02:00
6dd190b6eb prettier 2023-06-14 02:08:42 +02:00
5403e4a26e
Merge branch 'main' into main 2023-06-14 02:05:55 +02:00
f8601e3bd3 something 2023-06-14 02:00:21 +02:00
41c00b4779 Merge branch 'main' of https://github.com/OrdisPrime/wf-emulator 2023-06-14 01:41:36 +02:00
9c436699f9 Basic purchasing + custom purchasing API
Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
    "type": "Weapon",
    "internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
    "accountId": "6488fd2e7bec200069ca4242"
}
2023-06-14 01:41:24 +02:00
d6ebcfc4f0
Merge branch 'AngeloTadeucci:main' into main 2023-06-05 00:18:25 +02:00
0c146d85d4 fix some ship things 2023-06-05 00:13:21 +02:00
6ebf5c0007
Merge branch 'AngeloTadeucci:main' into main 2023-06-04 22:19:31 +02:00
f1151b1b0c fix main. 2023-06-04 04:46:43 +02:00