1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00
Commit graph

92 commits

Author SHA1 Message Date
NotAdam
c0533349f5 Merge remote-tracking branch 'upstream/develop' into develop 2019-04-08 08:02:50 +10:00
Mordred
6c8124373c Changed the way players are being iterated for updating, some questbattle additions 2019-04-07 13:27:56 +02:00
NotAdam
1b49f2502d Start of action target selection implementation 2019-04-07 16:04:36 +10:00
Mordred
4e4ab53381 Properly handle jobs when doing hunting logs 2019-04-06 17:17:56 +02:00
NotAdam
d5f01363ca remove unused header, fix monsternote crashing world if class has none 2019-04-06 11:44:06 +11:00
Mordred
2014ec41dc Refactored the way timestamps are passed through update handlers 2019-04-04 23:29:52 +02:00
Mordred
4ba59e92fd Added some InitZone information 2019-04-02 23:56:47 +02:00
Mordred
920ab52508 Re-added setOwner method to BNpc, not working yet though 2019-03-28 23:57:58 +01:00
Mordred
988ab5b020 Hunting log now implemented for classes. GC still to come 2019-03-28 22:58:40 +01:00
Mordred
52c451d274 Properly initialize hunt data from db 2019-03-26 23:08:34 +01:00
Mordred
6e52a63526 Load hunting log data 2019-03-26 00:04:27 +01:00
Mordred
35d859d57a Gear matters!
Gear stats are applied now, excluding materia.
2019-03-21 18:06:48 +01:00
Mordred
986a692fcd Calculate and display character stats correctly 2019-03-20 21:29:34 +01:00
NotAdam
e1ddf27d56 add teleporting back in, remove action targeting for now 2019-03-07 21:58:12 +11:00
NotAdam
274a591fed move effectentry to common, minor refactoring 2019-02-09 17:07:53 +11:00
NotAdam
37f71da03c cleanup teleport query code 2019-02-08 21:20:53 +11:00
NotAdam
a90dfca45f remove most code related to the old action implementation 2019-02-08 21:18:01 +11:00
AriAvery
baedbf6e71 Improved player momvement 2019-02-06 08:49:57 +01:00
NotAdam
5d965493e9 fix name inconsistency with bnpc kill script callbacks 2019-02-02 23:32:36 +11:00
NotAdam
b777f24195 refactor minion to companion and add companion spawning 2019-02-02 23:06:57 +11:00
NotAdam
2478b0b264 log a warning to world log/player in the event an actor wasn't spawned 2019-01-28 21:02:51 +11:00
NotAdam
93e8c5359a Increase cell size and spawn distance, fix player despawn issue 2019-01-28 20:30:22 +11:00
NotAdam
1bbc01f04f manage timer vars and call onTick from Chara update instead of derived classes 2019-01-28 19:16:44 +11:00
NotAdam
edd050ece9 heal npcs when retreating, set hp to max when retreat finishes, cleanup 2019-01-26 13:40:02 +11:00
Mordred
46205e9db4 BNpcs will now also initiate combat when being attacked, Death should reset them properly. 2019-01-20 13:36:34 +01:00
Maru
315a2fdf7a Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop 2019-01-19 21:20:31 -02:00
Maru
98f2720fa2 RNGManager PoC, fix overuse of static cast 2019-01-19 21:20:23 -02:00
Mordred
f18dae441b Hate list is now displayed for players 2019-01-19 22:56:07 +01:00
Mordred
83a8fc4456 Cleaned up bnppc code, fixed effect packet 2019-01-19 01:15:17 +01:00
Mordred
a230a2ca2a Cleaned up some zoning code. Secondly, alot more bnpcs will spawn now 2019-01-14 22:29:52 +01:00
Mordred
f468949df2 Temporary fix for resetting directors. Eventually zoning needs to be streamlined 2019-01-13 17:32:43 +01:00
Mordred
1cc38c0cca Fixed black screen on new character, fixed servernotice size, initial initui adjustments. 2019-01-09 23:57:49 +01:00
Mordred
b0ab052bd4 Changed sendDebug to use fmt aswell 2019-01-05 12:32:10 +01:00
mordred
ca837de56f Converting logging calls 2019-01-04 12:34:19 +01:00
NotAdam
e418e61b4a #448 - Place character correctly on entering a house 2018-12-30 18:48:45 +11:00
Mordred
c345033aa5 Seems like everything works again... here is hoping 2018-12-29 00:53:52 +01:00
Mordred
199d7a6ec6 More fw cleanup 2018-12-25 01:57:50 +01:00
Mordred
f52588cdb2 Progress... 2018-12-23 03:53:08 +01:00
Mordred
d03e7a43a6 Added BaseManager and moved DebugCommandHandler to Manager 2018-12-22 22:25:03 +01:00
NotAdam
1c59eb8f98 more ident cleanup 2018-12-21 22:23:49 +11:00
NotAdam
419a61f8ff Move land/house to use LandIdent instead of storing terri/plot/ward 2018-12-21 22:08:05 +11:00
mordred
ea64b65331 Restructured project slightly 2018-12-13 12:40:42 +01:00
Renamed from src/servers/sapphire_zone/Actor/Player.cpp (Browse further)