1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-09 12:17:45 +00:00
Commit graph

1384 commits

Author SHA1 Message Date
Lucy
f56a0a38e8 Implement ItemManipulationAction
Used for actions with a delay time but no cast
2023-02-10 18:17:04 +01:00
Lucy
dac6c63414 Fix dyeing and implement removeItem method 2023-02-10 04:54:50 +01:00
Lucy
1e3fe5e9c2 Fix UpdateInventorySlot to use right opcode 2023-02-10 04:37:40 +01:00
Lucy
de31ef68ca Fix splitItem 2023-02-10 04:37:27 +01:00
Mordred
6a9f5b683f Fixed an issue with a missing lookup table update. Removed unneeded functions. 2023-02-09 17:58:25 +01:00
Mordred
9d647e2bde failing nullptr check should abort the function. 2023-02-09 12:55:45 +01:00
Mordred
07f0bd31bd Big refactoring of Freecompany code in preparation of further progress. 2023-02-09 12:19:10 +01:00
Mordred
81b4f8ac72 Fix linux build, properly display fc petition page based on member hierarchy. 2023-02-09 07:55:18 +01:00
Mordred
9c4eddce4a Sign petition work, member gets added to db, but not much else yet. 2023-02-08 23:27:12 +01:00
Mordred
ded211a6b5 getPlayerFreeCompany now returning the real result 2023-02-08 15:43:11 +01:00
Mordred
38b92fafa9 Create and load member lists of fcs. 2023-02-08 15:22:33 +01:00
Mordred
7af6846395 Fc is being loaded and sent to the master character. Member lists not maintained yet. 2023-02-07 14:13:47 +01:00
Mordred
8d46426599 Added functions for queueing packets for entire an entire ls or fc. 2023-02-07 09:26:41 +01:00
Mordred
75a66ac532 fixed a few typos in freecompanyMgr enum 2023-02-07 07:25:38 +01:00
Mordred
6a36433235 Another batch of FC boilerplate 2023-02-06 15:49:47 +01:00
Mordred
a36f53e5de Renamed the new sendEventNotice to sendNotice 2023-02-06 07:01:32 +01:00
Mordred
0df9fca281 Beginnings of FC. FC can be created in petition mode. 2023-02-05 22:46:46 +01:00
Mordred
6e9d47b6a3 Added dynamic event notice function which takes a vector for its params. Supports up to 32 params. Can be omitted. 2023-02-05 21:30:02 +01:00
Adam
198969b80f
Merge pull request #870 from hkAlice/3.3
[3.x] add wiki_parser;
2023-02-05 13:57:36 +11:00
Alice Ogeda
a093ae9864 add wiki_parser; 2023-02-04 22:58:00 -03:00
Mordred
28e0d33921 Some more Fc testing code. 2023-02-04 23:41:04 +01:00
Mordred
54f3ffa063
Merge pull request #864 from takhlaq/ThreePointThree
[draft] fix typo in scripts cmake
2023-02-04 23:38:51 +01:00
Tahir
451f059bb7 have watchdog remove the lock file when finished loading the module
should be fixed fr fr this time ong
2023-02-04 22:01:13 +00:00
Mordred
d52fac9e35
Merge pull request #861 from takhlaq/ThreePointThree
scripts: build modules to tmp directory before copying over to reload
2023-02-04 21:45:28 +01:00
Tahir
f9b5e0e874 more watchdog shenanigans 2023-02-04 20:10:14 +00:00
Tahir
6f457a4e7e scripts: write a temp file when building modules so watchdog waits 2023-02-04 19:24:43 +00:00
Mordred
d10cb2e3e3 Fixed a merge error. 2023-02-04 15:13:42 +01:00
Mordred
6c209ccaff Merge remote-tracking branch 'origin/ThreePointThree' 2023-02-04 14:53:35 +01:00
Toofy
38665cb4a8 Fixing bug where player info is not updated on level up 2023-02-04 12:43:14 +00:00
Lucy
9de70852cc Fix gil shops(?) 2023-02-03 23:39:41 +01:00
Mordred
47e6fe8562 More preparation work for free companies. 2023-02-03 22:52:59 +01:00
Mordred
83e7502b8b fix issue with instance content map 2023-02-03 14:36:08 +01:00
Mordred
748a557156 Use std::array instead of plain pointers 2023-02-03 08:43:16 +01:00
Mordred
68a5040fb9 Class and db table for basic FC representation 2023-02-02 22:46:51 +01:00
Alice Ogeda
9655b4a0dd remove unnecessary imports; 2023-02-02 02:39:34 -03:00
Alice Ogeda
0f995cd934 chatchannel fetch by player id; general cleanup; 2023-02-02 02:30:31 -03:00
Mordred
00d62fbc6c Major rework of yield events. 2023-02-01 13:34:21 +01:00
Mordred
9491b549a1 Some more work on FC related packets and custom scripts. 2023-01-30 13:11:05 +01:00
Mordred
a1b3c3acf6 Removal/Replacement of old packet opcodes and structs 2023-01-29 21:31:55 +01:00
Mordred
ebcce49448 Forgot to remove a debug print 2023-01-29 21:09:09 +01:00
Mordred
320ed48c33
Merge pull request #855 from Skyliegirl33/ThreePointThree
[3.x] Map out modifiers for lut and handle json deserializing
2023-01-29 12:36:54 +01:00
Mordred
96b61dc3ed
Merge pull request #854 from hkAlice/3.3
[3.x] achievement code cleanup;
2023-01-29 12:36:03 +01:00
Mordred
f303cb3ebc Fixing placement and storage of yard items 2023-01-29 12:35:43 +01:00
Mordred
5839d12980 Placing of yard and interior items works... until you rezone... 2023-01-28 23:27:36 +01:00
Lucy
e036a69cf9 Make sure modifiers exist before deserializing 2023-01-28 21:17:35 +01:00
Lucy
419012f6e5 Merge branch 'ThreePointThree' of https://github.com/SapphireServer/Sapphire into ThreePointThree 2023-01-28 20:03:21 +01:00
Lucy
5b225de6f7 Map out modifiers for lut and handle deserializing 2023-01-28 20:02:34 +01:00
Mordred
233bef1886 Fixed large house zoning 2023-01-28 17:44:01 +01:00
Mordred
f3e8ecee15 you can now relinquish the land directly after removing the house without relogging 2023-01-28 17:43:46 +01:00
Mordred
78b66b9c92 Use proper exit position for house. 2023-01-28 17:26:48 +01:00