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

493 commits

Author SHA1 Message Date
NotAdam
7f448494ed EquipSlot -> GearSetSlot 2018-08-25 22:56:46 +10:00
NotAdam
2859e3731b cleanup unnecessary debug output 2018-08-25 22:41:03 +10:00
NotAdam
55ae5290f6 correctly store items in armory/inventory based on client flag 2018-08-25 22:38:07 +10:00
NotAdam
7c5c39cd42 cleanup stack calc code 2018-08-25 20:52:20 +10:00
NotAdam
479bf32938 correctly preserve hq/lq stacks & cap quantity correctly 2018-08-25 19:27:38 +10:00
NotAdam
86de3d98a2 correctly update items and select slot 2018-08-25 00:37:21 +10:00
NotAdam
901168d810 addItem is way less retarded now, stacks are automagically filled first 2018-08-25 00:15:26 +10:00
NotAdam
629c219b39 formatting 2018-08-23 23:32:44 +10:00
NotAdam
44fa5e545d fix some compile warnings 2018-08-23 23:19:25 +10:00
NotAdam
05585ac24b missed a ! during refactoring, oops 2018-08-12 23:04:23 +10:00
NotAdam
8a2b472554 additem returns an itemptr, handin item container 2018-08-12 22:53:21 +10:00
NotAdam
ade63f9170 fix item splitting 2018-08-12 22:30:18 +10:00
Dantestyle
7034aee653 Only for Maruhhuhu :D 2018-07-31 00:09:29 +02:00
Dantestyle
ab45ff5b2b restyle it 2018-07-31 00:07:54 +02:00
Dantestyle
570823166b [Commands] QuestBitFlags Debug command 2018-07-30 23:26:27 +02:00
Mordred Admin
82ab19faae Renamed SkillHandler -> ActionHandler 2018-07-27 10:57:04 +02:00
Mordred Admin
3650102807 Style fixes 2018-07-27 08:10:55 +02:00
Mordred
f5aba946be Merge remote-tracking branch 'origin/inventory_rework' into develop 2018-07-26 23:43:27 +02:00
Mordred
2f814ca60e Inventory Overhaul wrapup 2018-07-26 23:40:46 +02:00
NotAdam
d8afc7a83e remove a 2nd space in //gm gil output 2018-07-26 23:38:58 +10:00
NotAdam
460d4c79b7 the last commit was shit, now it's done properly 2018-07-26 23:37:12 +10:00
NotAdam
47f86e13c7 improve behaviour for creating items with correct max stack sizes 2018-07-26 23:29:58 +10:00
NotAdam
4385923129 currency and crystal are now multistorage containers 2018-07-26 23:21:57 +10:00
NotAdam
791f934a2d fix loading of currency/crystal items 2018-07-26 23:12:02 +10:00
Mordred Admin
783bd655a8 Inventory code cleanup number 2, packetWrapper for slot update 2018-07-26 14:09:09 +02:00
Mordred Admin
260092f542 Storing container configuration in container object 2018-07-25 14:03:43 +02:00
Mordred Admin
e11f1b3f20 Finished removing old inventory class and moving stuff into player 2018-07-25 09:48:54 +02:00
Mordred
8555f3060f Not compilable atm, still moving stuff around 2018-07-24 23:58:08 +02:00
NotAdam
0bae255d21 doco cleanup 2018-07-24 23:16:26 +10:00
NotAdam
c47b953a27 some more documentation 2018-07-24 22:48:42 +10:00
NotAdam
31915f9fee doxygen doco generation + some documentation for script system 2018-07-24 22:22:19 +10:00
NotAdam
5ac4573bd3 gilshops now work using the proper packet 2018-07-23 00:05:44 +10:00
NotAdam
b8871519fe minor refactoring 2018-07-22 23:32:16 +10:00
NotAdam
9ab7d5c68a somewhat working gilshops 2018-07-22 23:20:22 +10:00
NotAdam
18a1ab79d6 extremely broken gilshop implementation 2018-07-22 22:11:03 +10:00
NotAdam
d68fa6d192 remove const constraint 2018-07-22 19:10:52 +10:00
NotAdam
893ebd3454 move common effect struct members into a shared struct for single target/aoe 2018-07-22 16:54:23 +10:00
NotAdam
c84beee30a replace old inline generation of effects packet with a wrapper 2018-07-21 23:32:10 +10:00
NotAdam
9d7896043c fix builds with new effect packet 2018-07-21 15:54:37 +10:00
Mordred
dbf0ce5284 First step of inventory cleanup, moving defs to common 2018-07-20 22:39:10 +02:00
Mordred
d96c86853b Changed director trigger/function names 2018-07-17 22:39:04 +02:00
Mordred
ccd03aed65
Merge pull request #346 from DantestyleXD/eventhelper
more Eventhelper on chat
2018-07-17 16:15:31 +02:00
Mordred
8ac7191502
Update EventHelper.cpp 2018-07-17 16:11:09 +02:00
AriAvery
3158df44a7 less hosuing 2018-07-16 17:58:42 +02:00
AriAvery
28d6c8fe61 removed hosuing - created housing 2018-07-16 17:51:17 +02:00
AriAvery
2054a87cf7 Revert "fixed style #4"
This reverts commit 500b194762.
2018-07-16 16:21:01 +02:00
AriAvery
500b194762 fixed style #4 2018-07-16 16:13:39 +02:00
AriAvery
e4aeaaae8b added wardMaxNum 2018-07-16 13:54:03 +02:00
AriAvery
d5b7520e22 fixed style #3 2018-07-16 12:37:04 +02:00
AriAvery
627a816f6e fixed style #2 2018-07-16 12:05:51 +02:00