1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 08:27:46 +00:00
Commit graph

943 commits

Author SHA1 Message Date
NotAdam
92d9268e25 fix msvc builds? 2018-09-01 14:36:04 +10:00
NotAdam
72ea5d689b send stain/durability 2018-09-01 00:00:19 +10:00
NotAdam
81bfd18b77 sql cleanup/improvements, add some fields for durability/stain 2018-08-31 23:25:53 +10:00
NotAdam
39e4cf09b9 incredible 2018-08-31 23:02:45 +10:00
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
ae89163140 fix invalid ontalk case in quest script 2018-08-23 22:59:29 +10:00
Mordred
a335e19ee6 Merge pull request #372 from NotAdam/develop
misc inventory fixes
2018-08-13 08:14:55 +02: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
Mordred
dd25fb2b66 Merge pull request #367 from DantestyleXD/Uldah_quests
Ul'dah sidequests added + style
2018-08-10 08:04:16 +02:00
Mordred
1ab679721d Merge pull request #366 from DantestyleXD/DebugCommand
Debug command for QuestBitFlags
2018-08-05 12:06:18 +02:00
Dantestyle
d17db449c0 fixing 2018-08-04 23:43:08 +02:00
Dantestyle
c5099f564b SubWil028 and Sub029 added 2018-08-04 03:56:46 +02:00
Dantestyle
c244f1e07a SubWil004 and SubWil027 added 2018-08-03 01:20:21 +02:00
Maru
1c2d97eb2f Include not needed; 2018-08-02 19:49:50 -03:00
Maru
f673a74b7a Opening + char create items; README; 2018-08-02 19:47:51 -03:00
Dantestyle
dfa320c0b4 SubWil002 - SubWil018 - SubWil022 added 2018-08-01 01:44:53 +02:00
Dantestyle
99600c02e9 [Quest] SubWil007 added 2018-07-31 01:23:27 +02:00
Dantestyle
370974a923 [Quests] Ul'dah sidequests + style 2018-07-31 01:21:54 +02: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
Dantestyle
1bfd9fa2b5 another style 2018-07-29 16:12:35 +02:00
Dantestyle
737ec76e11 style 2018-07-29 15:45:15 +02:00
Dantestyle
1ac8bb547a [Quests] Ul'dah with finally first 2 MSQs 2018-07-29 15:43:29 +02:00
Dantestyle
6669a3f0f9 Let Mog talks 2018-07-27 15:56:22 +02:00
Dantestyle
b93aa39326 [Quest] ManFst004 fixed + ManFst003 typo 2018-07-27 15:46:54 +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