Commit Graph

2392 Commits

Author SHA1 Message Date
github-actions
a4ef130923 Format code [skip actions] 2023-05-23 23:38:49 +00:00
KingRainbow44
c0ad1bf75b
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-23 19:35:51 -04:00
KingRainbow44
f1baaf5869
Add dumper for world areas 2023-05-23 19:35:05 -04:00
Nazrin
1d884dd05e
Don't overdefine variables in extended classes (#2163) 2023-05-23 07:47:15 -07:00
github-actions
6cf9e03ead Format code [skip actions] 2023-05-22 08:26:39 +00:00
KingRainbow44
9f393916e8
Add world areas to the textmap cache 2023-05-22 04:23:57 -04:00
Nazrin
a48bc24aae
Remove manual autofinish for main quests. (#2162) 2023-05-22 03:58:47 -04:00
github-actions
4ca172bf42 Format code [skip actions] 2023-05-22 07:47:38 +00:00
KingRainbow44
1de1f42abc
Fix event invokes 2023-05-22 03:44:04 -04:00
KingRainbow44
4c0ce8e20e
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-22 03:15:18 -04:00
KingRainbow44
acf56fc432
Optimize event calls 2023-05-22 03:15:05 -04:00
KingRainbow44
d8ad10e22d
Add PlayerEnterAreaEvent 2023-05-22 02:57:59 -04:00
KingRainbow44
ec55b2ec22
Run spotlessApply on definitions 2023-05-21 22:46:14 -04:00
KingRainbow44
a190536149
Remove deprecated fields from GetShopRsp 2023-05-21 22:45:47 -04:00
KingRainbow44
49483dd607
Make more fields in excels accessible 2023-05-21 21:32:48 -04:00
KingRainbow44
f66408fd3c
Add documentation about WorldAreaConfigData 2023-05-20 23:13:19 -04:00
KingRainbow44
0cad9a90c0
Enable debug mode for plugin loggers if enabled for the primary logger 2023-05-20 23:13:01 -04:00
github-actions
e05a29ecf1 Format code [skip actions] 2023-05-21 02:02:00 +00:00
KingRainbow44
b88b3717c3
Add initial startup message
this is so the server appears like its preparing to start
2023-05-20 21:08:59 -04:00
KingRainbow44
43ab558735
Add EntityCreationEvent 2023-05-20 21:08:35 -04:00
KingRainbow44
1515d62aa6
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-20 21:05:54 -04:00
KingRainbow44
80dabd08d3
Disable SNI for the HTTPS server 2023-05-20 17:23:11 -04:00
Tesutarin
3c84d22dc4
Bring back period lol (#2160) 2023-05-20 11:50:59 -04:00
github-actions
6d845e1cc6 Format code [skip actions] 2023-05-20 15:45:17 +00:00
Nazrin
4e8726d29e
Partially fix Chasing Shadows (#2159)
* Partially fix Chasing Shadows

* Go ahead and move it before the return before Magix tells me to.
2023-05-20 11:42:26 -04:00
github-actions
9b83ea9072 Format code [skip actions] 2023-05-20 08:05:42 +00:00
Nazrin
9eddd87095
fix NPC talk triggering main quest in 46101 (#2158)
Make it so that only talks where the param matches the talkId are checked.
2023-05-20 04:03:00 -04:00
github-actions
bbd201c90e Format code [skip actions] 2023-05-20 07:47:53 +00:00
github-actions
44d467b5d6 Lint Code [skip actions] 2023-05-20 07:45:52 +00:00
KingRainbow44
d5de603d76
Fix changing target UID when talking to the server 2023-05-20 03:03:13 -04:00
KingRainbow44
cad6e90c90
Revert Multi-threaded resource loading 2023-05-20 02:55:33 -04:00
KingRainbow44
1a6fa43367
Clean up .utils 2023-05-20 02:25:49 -04:00
KingRainbow44
51c5cb5c62
Add defaults to Position 2023-05-19 19:52:55 -04:00
KingRainbow44
858c512f22
Add PlayerChatEvent 2023-05-19 19:49:29 -04:00
KingRainbow44
a2400541b5
Remove legacy documentation from PlayerMoveEvent 2023-05-19 19:38:06 -04:00
KingRainbow44
d89517f58e
Add PlayerEnterDungeonEvent 2023-05-19 19:37:53 -04:00
KingRainbow44
c5c2db96f8
Add static methods to register an event handler 2023-05-19 19:32:32 -04:00
KingRainbow44
8210fe6485
Add methods to get players from the server 2023-05-19 19:32:20 -04:00
KingRainbow44
8b9ca5ec7e
Add PlayerOpenChestEvent 2023-05-19 19:32:07 -04:00
KingRainbow44
bda963adca
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-19 19:26:01 -04:00
Nazrin
27e8d1fc93
Fix being unable to attack (#2157) 2023-05-20 00:27:13 +02:00
KingRainbow44
648fd68851
Re-add BeginCameraSceneLookNotify 2023-05-18 22:30:10 -04:00
KingRainbow44
68b269d7c0
Merge remote-tracking branch 'origin/unstable' into unstable 2023-05-18 22:28:41 -04:00
KingRainbow44
f6326d6e4b
Remove banned packets
client modifications already perform the job of blocking malicious packets from being executed, no point in having this if self-windy is wanted
2023-05-18 22:28:37 -04:00
KingRainbow44
5605163607
Add/fix colors
also fix tailwind
2023-05-18 22:20:38 -04:00
KingRainbow44
d9d7bff8f3
Add quests page (basic impl.) 2023-05-18 22:20:13 -04:00
KingRainbow44
900d7fa200
Add quest widgets 2023-05-18 22:19:45 -04:00
github-actions
33ba227982 Format code [skip actions] 2023-05-18 07:59:07 +00:00
KingRainbow44
b6b9d3d744
Multi-threaded resource loading 2023-05-18 03:56:38 -04:00
KingRainbow44
48959d54c5
More player property documentation 2023-05-18 03:15:52 -04:00