1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 11:17:46 +00:00
Commit graph

455 commits

Author SHA1 Message Date
NotAdam
d300c0a77e item handin collection & fix quest abandon 2018-08-31 22:57:33 +10:00
Mordred
89dbbab066 Properly use new classes... at least let this compile 2018-08-29 22:03:10 +02:00
Mordred
e745bd0329 Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details 2018-08-29 21:40:59 +02:00
Mordred
2a74f6908e Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop 2018-08-28 19:07:53 +02:00
Mordred
eb5a567730 Simplified actorcontrol creation 2018-08-28 19:05:52 +02:00
Biscuit Boy
d134f2014e forgot space 2018-08-28 15:09:03 +10:00
Biscuit Boy
3deeaadcef Added wireframe rendering actorcontrol type and gm wireframe command 2018-08-28 15:02:59 +10:00
Mordred
c3e715128f Some cleanups in preperation for bnpcs 2018-08-28 00:17:51 +02:00
Mordred
0b08f535c6 Basic class to hold BNpcTemplate information 2018-08-26 23:53:30 +02:00
NotAdam
abbff07e77 minor fixes 2018-08-26 18:48:45 +10:00
NotAdam
e68b302f42 fix db storage for classjobs, improve switching between classes 2018-08-26 16:19:05 +10:00
NotAdam
78ddbb3672 more consistent enum naming 2018-08-25 22:58:13 +10:00
NotAdam
7131c254ea EquipSlot -> GearSetSlot 2018-08-25 22:56:46 +10:00
NotAdam
8a3b63d276 cleanup unnecessary debug output 2018-08-25 22:41:03 +10:00
NotAdam
4cab50f77c correctly store items in armory/inventory based on client flag 2018-08-25 22:38:07 +10:00
NotAdam
a86fc2794b cleanup stack calc code 2018-08-25 20:52:20 +10:00
NotAdam
ae282c7030 correctly preserve hq/lq stacks & cap quantity correctly 2018-08-25 19:27:38 +10:00
NotAdam
84c5191377 correctly update items and select slot 2018-08-25 00:37:21 +10:00
NotAdam
1b7d11bb43 addItem is way less retarded now, stacks are automagically filled first 2018-08-25 00:15:26 +10:00
NotAdam
3396645e3c formatting 2018-08-23 23:32:44 +10:00
NotAdam
0583459ed2 fix some compile warnings 2018-08-23 23:19:25 +10:00
NotAdam
f8ee2a73e1 missed a ! during refactoring, oops 2018-08-12 23:04:23 +10:00
NotAdam
347ec83ff3 additem returns an itemptr, handin item container 2018-08-12 22:53:21 +10:00
NotAdam
0a0dcf59ae fix item splitting 2018-08-12 22:30:18 +10:00
Dantestyle
ddd3d11bd4 Only for Maruhhuhu :D 2018-07-31 00:09:29 +02:00
Dantestyle
eb6a405e32 restyle it 2018-07-31 00:07:54 +02:00
Dantestyle
05762be79c [Commands] QuestBitFlags Debug command 2018-07-30 23:26:27 +02:00
Mordred Admin
39613bfca1 Renamed SkillHandler -> ActionHandler 2018-07-27 10:57:04 +02:00
Mordred Admin
56e65f6e47 Style fixes 2018-07-27 08:10:55 +02:00
Mordred
d80753a657 Merge remote-tracking branch 'origin/inventory_rework' into develop 2018-07-26 23:43:27 +02:00
Mordred
42bf23e7dc Inventory Overhaul wrapup 2018-07-26 23:40:46 +02:00
NotAdam
50121bf86b remove a 2nd space in //gm gil output 2018-07-26 23:38:58 +10:00
NotAdam
e114e9dab9 the last commit was shit, now it's done properly 2018-07-26 23:37:12 +10:00
NotAdam
b199036f5a improve behaviour for creating items with correct max stack sizes 2018-07-26 23:29:58 +10:00
NotAdam
f702d37bc9 currency and crystal are now multistorage containers 2018-07-26 23:21:57 +10:00
NotAdam
61280baad5 fix loading of currency/crystal items 2018-07-26 23:12:02 +10:00
Mordred Admin
cdb30f1f9c Inventory code cleanup number 2, packetWrapper for slot update 2018-07-26 14:09:09 +02:00
Mordred Admin
62494b4b9a Storing container configuration in container object 2018-07-25 14:03:43 +02:00
Mordred Admin
1f5a890324 Finished removing old inventory class and moving stuff into player 2018-07-25 09:48:54 +02:00
Mordred
b85c1c244e Not compilable atm, still moving stuff around 2018-07-24 23:58:08 +02:00
NotAdam
279eb0f59d doco cleanup 2018-07-24 23:16:26 +10:00
NotAdam
77dd991a59 some more documentation 2018-07-24 22:48:42 +10:00
NotAdam
5fab7c1242 doxygen doco generation + some documentation for script system 2018-07-24 22:22:19 +10:00
NotAdam
1b7821ca1f gilshops now work using the proper packet 2018-07-23 00:05:44 +10:00
NotAdam
78cd199ec8 minor refactoring 2018-07-22 23:32:16 +10:00
NotAdam
8c870d2f5d somewhat working gilshops 2018-07-22 23:20:22 +10:00
NotAdam
e3539fda75 extremely broken gilshop implementation 2018-07-22 22:11:03 +10:00
NotAdam
1594171b16 remove const constraint 2018-07-22 19:10:52 +10:00
NotAdam
b54ff95388 move common effect struct members into a shared struct for single target/aoe 2018-07-22 16:54:23 +10:00
NotAdam
778de8f154 replace old inline generation of effects packet with a wrapper 2018-07-21 23:32:10 +10:00