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 |
|
NotAdam
|
c15053144d
|
move lobby to Sapphire::Lobby, move common lib to Sapphire::Common
|
2019-06-02 23:28:19 +10:00 |
|
NotAdam
|
ccb83bec5d
|
move itemaction to own class, perchbird's effect command
|
2019-06-02 20:45:18 +10:00 |
|
NotAdam
|
86517c53ea
|
somewhat working action lut stuff
|
2019-06-02 02:30:54 +10:00 |
|
NotAdam
|
f892257aa5
|
refactor Util -> Common::Util & Action to World::Action
|
2019-06-02 00:35:00 +10:00 |
|
NotAdam
|
33d83fa1e4
|
move the actionlut data to its own isolated cpp file
|
2019-06-02 00:34:07 +10:00 |
|
NotAdam
|
ec909355d3
|
action lut generation
|
2019-05-30 15:35:05 +10:00 |
|
NotAdam
|
3e29412b90
|
Merge branch 'stat_calc' into develop
|
2019-05-29 21:35:07 +10:00 |
|
NotAdam
|
859a4a5d68
|
fix self targeted actions failing target snapshot, fix player being unable to complete chasing shadows
|
2019-05-28 22:04:25 +10:00 |
|
NotAdam
|
46149e2d7e
|
correct autoattack potency calculation, fix attack power calc
|
2019-05-11 13:16:34 +10:00 |
|
NotAdam
|
b3edc9d2a2
|
remove the code restricting ic territories from being created
|
2019-05-07 22:16:18 +10:00 |
|
NotAdam
|
bd8192f4f0
|
fix a crash where !instance bind is used incorrectly, better getter name
|
2019-05-07 22:10:55 +10:00 |
|
Mordred
|
16288044a1
|
Merge pull request #558 from NotAdam/develop
warn instead of crash with missing navmeshes
|
2019-04-30 22:57:41 +02:00 |
|
Mordred
|
1bbd49bdc7
|
Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop
|
2019-04-30 22:54:54 +02:00 |
|
Mordred
|
6dbee16682
|
Show default hit effect on autoattacks, also send 2nd hate packet
|
2019-04-30 22:54:35 +02:00 |
|