Reyli
9435e6e66a
General warning cleanup 1
...
* A lot of hit has to do with size_t being unsigned long long in 64 bit.
- Just explicitly casting for a lot of cases removes the warning
* Good bit are also the differences in struct definitions to match packets and function definitions
- Also just cast to fix
* Used a lot of #pragma warning( disable : 4244/4267 ) for template warnings
* InviteHandlers.cpp line 118 was definitely a typo bug. Needed assignment "=" instead of "=="
2024-06-21 03:01:16 -05:00
collett
b5b3e086dc
dupe the last entry in level table to make sure we are not reading invalid memory.
...
also disable some old opcode
2024-06-12 02:53:18 +09:00
NotAdam
ca102697f4
move to new service locator
2020-03-01 11:58:26 +11:00
collett
1893cb951f
less op test value
2020-01-07 19:46:07 +09:00
collett
ff2ffa379b
crit & dh
2020-01-07 19:16:13 +09:00
collett
3c811f6fee
Fix base stats calc.
...
Better max hp.
2020-01-05 17:41:38 +09:00
kbasikhin
4c4fff58ce
using static and reinterpret casts instead of old style casts
2019-12-30 13:58:41 +03:00
NotAdam
72c88f80a6
somewhat basic but working effect result delay
2019-08-09 17:50:31 +10:00
NotAdam
b1e6ad3141
some cleanup, kinda working battle dmg calc
2019-08-09 17:50:31 +10:00
NotAdam
9c27d51d1f
update some more statcalc from tj, add threat back
2019-08-09 17:50:31 +10:00
NotAdam
bd6c2d8531
remove old max mp code, remove level modifiers for pie/mp, cap to 10k mp
2019-07-06 14:52:20 +10:00
NotAdam
0efcfefa8c
cap level to 80, enable shadowbringers, new mp calc
2019-06-30 19:51:18 +10:00
NotAdam
3468a149f4
correct autoattack potency calculation, fix attack power calc
2019-05-11 13:16:34 +10:00
NotAdam
0005b672a7
cleanup stat calculation code, slightly better working aa dmg calc
2019-04-25 21:57:41 +10:00
NotAdam
fc9f1e6673
fix attack power calculation not using level value
2019-04-24 23:47:35 +10:00
NotAdam
c851a4a88b
slightly better stat calc for bnpcs
2019-04-24 23:35:26 +10:00
NotAdam
4de66b1064
autoattack damage stat calc funcs, bnpc stat calculation
2019-04-24 23:25:07 +10:00
NotAdam
0488e713b8
fix windows builds for now, missing a couple stat functions
2019-03-26 17:33:00 +11:00
NotAdam
892069ed51
more stat calc functions, some are missing still
2019-03-26 17:33:00 +11:00
NotAdam
2f13880841
add a bunch of stat calc functions in
2019-03-26 17:33:00 +11:00
NotAdam
407c48fa33
fix stats breaking at level 70 due to reading past the level table
2019-03-23 23:12:41 +11:00
NotAdam
ce3473ae6d
style fix, not sure how that happened
2019-03-23 12:40:17 +11:00
NotAdam
9803a59673
minor cleanup and move mp cost calc into calcstats
2019-03-23 11:48:49 +11:00
Mordred
e70910107a
Build fix
2019-03-22 22:02:37 +01:00
mordred
89624966e7
Added probability functions for dh / ch / block
2019-03-22 13:26:34 +01:00
Mordred
8cacf35e4b
Pieity bonus applies to mp and vitality to hp now
2019-03-21 18:53:32 +01:00
Mordred
986a692fcd
Calculate and display character stats correctly
2019-03-20 21:29:34 +01:00
mordred
0123c195ad
Added lookup table to calc in preparation of improved calculation
2019-03-20 15:22:40 +01:00
Mordred
c345033aa5
Seems like everything works again... here is hoping
2018-12-29 00:53:52 +01:00
mordred
ea64b65331
Restructured project slightly
2018-12-13 12:40:42 +01:00