1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 10:17:44 +00:00
Commit graph

481 commits

Author SHA1 Message Date
collett
08283ebcc5 oops 2020-01-05 17:26:49 +09:00
collett
9cd17b3caa Action system updates. 2020-01-05 17:09:27 +09:00
Adam
3090de3b20
Merge pull request #619 from collett8192/inventory_fixes
Inventory fixes.
2020-01-05 09:24:51 +11:00
Adam
6f9c299a04
Merge pull request #618 from collett8192/quest_reward
Fix quest reward choice.
2020-01-05 09:24:40 +11:00
collett
bab1d384c2 Inventory fixes. 2020-01-05 06:20:50 +09:00
collett
a588adca8c Fix quest reward choice.
Quest scripts need to call player.giveQuestRewards( getId(), result.param3 ) for it to work.
2020-01-05 05:25:35 +09:00
collett
7f4184bfbc Move quest finish packet to where it belongs to so we can abandon quests. 2020-01-05 05:19:05 +09:00
Adam
6df0dcffe9
Merge pull request #616 from collett8192/event_battle
Fix event battle.
2020-01-04 01:20:56 +11:00
collett
45f6f9fa7c Fix event battle. 2020-01-03 22:47:01 +09:00
collett
2308a41a63 Fix aetheryte. 2020-01-03 22:39:45 +09:00
Adam
78fb4d5576
Merge pull request #613 from collett8192/social_list_fix
Fix social list.
2020-01-03 11:14:23 +11:00
collett
51046f9da0 Fix social list. 2020-01-03 05:24:06 +09:00
collett
cd0f7fbd2b Fix item being added more than once when there is already a stack of the same item. 2020-01-03 01:24:39 +09:00
collett
6fb6ccbda5 Fix non-existing lut entry being executed. 2020-01-02 17:42:48 +09:00
NotAdam
acacfc5553 fix eventplay opcodes/names 2020-01-02 14:42:58 +11:00
Adam
f5bf06ed00
Merge branch 'develop' into opcode_update 2020-01-02 14:21:39 +11:00
collett
5a4665af45 Update 5.18 opcodes and packets. 2020-01-01 23:17:13 +09:00
kbasikhin
2f129bbe30 comparing floating point with "==" or "!=" is not correct (Chara.cpp) 2019-12-30 13:59:57 +03:00
kbasikhin
4186df6b40 using static and reinterpret casts instead of old style casts 2019-12-30 13:58:41 +03:00
Mordred
e9ce3dff31
Merge pull request #603 from takhlaq/develop
fix vs2019 build
2019-11-23 10:41:45 +01:00
Tahir Akhlaq
e058c74409 fix vs2019 build 2019-11-23 09:22:42 +00:00
liam
ab880c2144 minor instance script fixes, eobj parser should work as well as produce usable scripts now 2019-11-23 02:57:29 -05:00
NotAdam
a2dc55ac0a fix formatting 2019-10-29 19:38:51 +11:00
NotAdam
95905cd9cf fix builds on clang 2019-10-29 18:39:40 +11:00
Mordred
9d49f0a272 Changed makeActorControl calls aswell 2019-10-09 18:42:25 +02:00
Mordred
20e25d73b9 Renamed ActorControl packets and definitions according to usage 2019-10-09 18:14:53 +02:00
NotAdam
a973cfadd7 revert worldchannelpacket changes 2019-08-09 17:50:31 +10:00
NotAdam
c9c481d63a somewhat basic but working effect result delay 2019-08-09 17:50:31 +10:00
NotAdam
f3ba1ce6c0 some cleanup, kinda working battle dmg calc 2019-08-09 17:50:31 +10:00
NotAdam
7684687664 fix actorcast packet opcode, add new opcode 2019-08-09 17:50:31 +10:00
NotAdam
b5072d3055 update some more statcalc from tj, add threat back 2019-08-09 17:50:31 +10:00
NotAdam
39ab8b1eaa proper sequencing now I think 2019-08-09 17:50:31 +10:00
NotAdam
d11fa5a6a5 kinda working effect packets 2019-08-09 17:50:31 +10:00
NotAdam
2581840921 fix action parser not writing combo potency and offsetting all values 2019-08-09 17:50:31 +10:00
NotAdam
7d56237e33 update lut with new/removed actions 2019-08-09 17:50:31 +10:00
NotAdam
b3f0f3afa1 fix playerstats packet 2019-08-09 17:50:31 +10:00
NotAdam
fb4f77c255 some effects/action wip crap 2019-08-09 17:49:40 +10:00
NotAdam
537b640bbc minor zone -> territory refactoring 2019-08-09 17:49:40 +10:00
NotAdam
317d16e3ed rename some getters and zonechannelpacket -> worldchannelpacket 2019-08-09 17:49:40 +10:00
NotAdam
9c3fba263e rename zone to territory 2019-08-09 17:49:40 +10:00
NotAdam
0b6ee6e265 add status entries to EffectResult packet 2019-08-09 17:49:40 +10:00
NotAdam
0249138524 fix bgm starting prematurely in instance cutscenes instead of muting bgm 2019-07-16 20:11:10 +10:00
NotAdam
cff2553030 add gathering point event type 2019-07-14 17:26:13 +10:00
NotAdam
fd53921680 switch from binary to blobs, fix known array sizes in player obj 2019-07-06 15:00:26 +10:00
NotAdam
36481a44b0 remove old max mp code, remove level modifiers for pie/mp, cap to 10k mp 2019-07-06 14:52:20 +10:00
NotAdam
1083b5ae3b cap level to 80, enable shadowbringers, new mp calc 2019-06-30 19:51:18 +10:00
NotAdam
1f4b2dafbb rename InitUI -> PlayerSetup, AddStatusEffect -> EffectResult 2019-06-20 14:48:24 +10:00
NotAdam
19e325dcba update generated exd data, fix formatting outputted by exd_struct_gen 2019-06-15 20:56:19 +10:00
NotAdam
62e219d9d9 actually fix world building on msvc this time 2019-06-03 00:39:02 +10:00
NotAdam
5b473fd16c some cleanup, move lobby to Sapphire::Lobby 2019-06-03 00:21:58 +10:00