1783 Commits

Author SHA1 Message Date
Aaron Kimbre
48d32f2c77 more misc work 2025-04-11 09:12:45 -05:00
Aaron Kimbre
8364e60799 Merge branch 'main' into websockets 2025-04-02 09:06:48 -05:00
David Markowitz
bc0f3d9163
fix: mission states being incorrect after world load (#1750) 2025-04-02 08:59:21 -05:00
David Markowitz
20d5a9b6d8
fix: mail claiming item (#1758)
* Update build-and-test.yml

* Update build-and-test.yml

* Update build-and-test.yml

* Update build-and-test.yml

* Update build-and-test.yml

* Update build-and-test.yml

* specify up to 3.31

* fix: mail claiming item

tested that I can claim an item without an error
2025-04-02 08:56:01 -05:00
Aaron Kimbre
4f71baa701 it compiles again 2025-04-01 13:40:50 -05:00
jadebenn
c490d45fe0
feat: Packed asset bundle improvements (#1754)
* Removed some unneccessary indirection and added const-correctness

* improved packed asset bundle error messages

* rephrase the string_view initialization to satisfy microsoft

* change forward slashes to back slashes and let us never speak of this again

* make crc32b function static

* remove redundant 'static'

---------

Co-authored-by: jadebenn <9892985+jadebenn@users.noreply.github.com>
2025-03-29 14:46:18 -07:00
Aaron Kimbre
8b54c551cf Merge branch 'main' into websockets 2025-03-28 22:45:48 -05:00
jadebenn
aa49aaae76
invert sqlite lookup result to fix name in use lookup errors (#1755)
Co-authored-by: jadebenn <9892985+jadebenn@users.noreply.github.com>
2025-03-28 18:12:28 -07:00
David Markowitz
f78baee534
fix the wu man (#1743) 2025-03-28 17:04:35 -05:00
David Markowitz
347fc46f01
check pending names too (#1748) 2025-03-28 17:03:04 -05:00
David Markowitz
d104559cc4
fix: avery npc not having animations anymore (#1751)
* for avery

* remove label
2025-03-17 13:16:56 -05:00
Aaron Kimbre
9cb9f0bf0f Merge branch 'main' into websockets 2025-02-20 14:46:14 -06:00
Aaron Kimbre
5ad0b3e74a WIP 2025-02-20 14:44:54 -06:00
Aaron Kimbre
72d1b434ed Merge remote-tracking branch 'refs/remotes/origin/websockets' into websockets 2025-02-20 14:44:34 -06:00
Aaron Kimbrell
172bf4a664 tmp docs 2025-02-20 14:44:07 -06:00
Gie "Max" Vanommeslaeghe
b702843011
Merge pull request #1735 from DarkflameUniverse/mailv2
feat: Mail Re-write and packet/bitstream handler POC
2025-02-18 21:47:13 +01:00
Aaron Kimbre
0edcb5c68f Merge branch 'mailv2' into websockets 2025-02-15 22:37:51 -06:00
Aaron Kimbre
14d7dec6a8 toctou 2025-02-01 02:05:17 -06:00
Aaron Kimbre
6eaf0a153e explicit character ID usage 2025-02-01 01:56:57 -06:00
Aaron Kimbre
78e52904e5 address feedback 2025-02-01 01:51:46 -06:00
Aaron Kimbre
b388b03251 remove fwd decl 2025-02-01 01:21:17 -06:00
Aaron Kimbre
5941db25bd fix content type 2025-02-01 01:17:18 -06:00
Aaron Kimbre
394fcc050c don't do things if the web server isn't enabled 2025-01-31 23:02:14 -06:00
Aaron Kimbre
5839a888bb it works, now to clean up more 2025-01-31 20:22:42 -06:00
Aaron Kimbre
6978b56016 cleanup 2025-01-31 00:30:05 -06:00
Aaron Kimbre
aedc8a09fe Final framework, now just cleanup 2025-01-28 13:58:29 -06:00
Aaron Kimbre
ddd9ff273e it works again 2025-01-26 01:19:38 -06:00
Aaron Kimbre
848c930292 linker errors 2025-01-26 00:44:17 -06:00
David Markowitz
ae37641635
eliminate children (#1741) 2025-01-25 20:47:51 -06:00
Aaron Kimbrell
566791e647
chore: limit API to only listen on localhost (#1740) 2025-01-25 20:47:12 -06:00
Aaron Kimbre
eeb7b68a3b Merge branch 'main' into websockets 2025-01-21 14:07:02 -06:00
David Markowitz
306d959a83
fix: Release removes password generation for accounts (#1738)
* Release removes password generation

* Update MasterServer.cpp
v3.1.1
2025-01-20 13:00:50 -06:00
Aaron Kimbre
1b6c258901 VERY rough WIP 2025-01-20 05:10:03 -06:00
Aaron Kimbre
a07d54e513 all tested and working 2025-01-20 00:42:28 -06:00
David Markowitz
e4c2eecbc7
add msg handling (#1737) 2025-01-20 00:42:15 -06:00
Aaron Kimbre
b01b3cc38d WIP debugging 2025-01-19 19:07:55 -06:00
Aaron Kimbre
b7c579fb84 make it compile and cleanup 2025-01-19 16:31:54 -06:00
Aaron Kimbre
7b1d6948c3 Overaul, need to test 2025-01-19 00:25:20 -06:00
David Markowitz
1b3cdc6d9c
Use proper session flag checks (#1734) 2025-01-18 21:25:53 -06:00
David Markowitz
d860552776
ok sir (#1733) 2025-01-18 21:23:03 -06:00
Gie "Max" Vanommeslaeghe
b0d993de33
Merge pull request #1732 from DarkflameUniverse/quickbuild
fix: reduce networked traffic for QuickBuildComponent Serialization
v3.1.0
2025-01-17 22:38:38 +01:00
Gie "Max" Vanommeslaeghe
dc602a94eb
Merge pull request #1715 from DarkflameUniverse/webapiv2
feat: Chat Web API (now with no threading)
2025-01-17 22:38:15 +01:00
Aaron Kimbre
3faf9eea45 fix invalid players from showing up in api response 2025-01-15 15:50:30 -06:00
Aaron Kimbre
9542216650 comments and tweaks 2025-01-15 14:59:30 -06:00
Aaron Kimbre
5b8fe2cba0 refactor again 2025-01-15 13:48:49 -06:00
David Markowitz
f4b55915bc
fix: server runs now (#1730) 2025-01-14 13:21:58 -06:00
David Markowitz
a0913ff23d remove grandmas code 2025-01-14 02:18:46 -08:00
David Markowitz
b738504812 reduce traffic greatly 2025-01-14 02:09:54 -08:00
David Markowitz
c968dc9028
fix lego club teleport (#1731)
Tested that the lego club teleport and starbase 3001 teleports work now both before and after you visit nexus tower
2025-01-14 01:28:24 -06:00
David Markowitz
2209a4432f
Update AgSpiderBossMessage.cpp (#1729) 2025-01-14 01:14:24 -06:00