1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00
Commit graph

27 commits

Author SHA1 Message Date
NotAdam
9c3fba263e rename zone to territory 2019-08-09 17:49:40 +10:00
NotAdam
f892257aa5 refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
Mordred
01537f12ce First iteration of questbattle update logic 2019-04-17 00:10:32 +02:00
Mordred
0079cba784 Changed the way players are being iterated for updating, some questbattle additions 2019-04-07 13:27:56 +02:00
Mordred
af07092978 Refactored the way timestamps are passed through update handlers 2019-04-04 23:29:52 +02:00
Mordred
598dd50ff2 More simplifications of the questbattle handling, exposing a script function to init player position 2019-04-02 00:00:58 +02:00
Mordred
859fd0044a More groundwork for questbattles 2019-03-31 11:27:11 +02:00
NotAdam
5412677e9d pass actionid through to onEObjHit script callback 2019-03-19 00:01:34 +11:00
NotAdam
2f4ca9b589 add teleporting back in, remove action targeting for now 2019-03-07 21:58:12 +11:00
NotAdam
9d6622b522 add ref to Data::Action inside action obj, move can cast logic to action 2019-03-07 20:28:35 +11:00
NotAdam
666b548a45 Merge branch 'develop' into action_rewrite 2019-02-20 23:26:47 +11:00
NotAdam
cec2264d53 pass instancecontent by reference instead of shared ptr 2019-02-20 19:53:54 +11:00
NotAdam
c561b50058 refactor and simplify how actionscripts are called and used 2019-02-11 10:14:14 +11:00
NotAdam
cd26f7f48c cleanup action start behaviour, interrupt any unimplemented actions 2019-02-11 00:40:00 +11:00
NotAdam
7051734b68 restructure how actionscripts work 2019-02-10 23:28:15 +11:00
NotAdam
0890023532 add eobj action handling 2019-02-10 22:13:47 +11:00
NotAdam
de11c69904 cleanup onBnpcKill debug message 2019-02-03 18:37:58 +11:00
NotAdam
9f2dee403c fix name inconsistency with bnpc kill script callbacks 2019-02-02 23:32:36 +11:00
NotAdam
83ed77844a fix bnpc kill events not being called in scripts 2019-01-29 19:04:24 +11:00
NotAdam
0234800fce remove exceptions and handle error cases inside initMesh 2019-01-25 22:43:04 +11:00
Mordred
c57cc0c9e1 Fixed remaining g_log appearances and fmt usage 2019-01-13 13:19:15 +01:00
NotAdam
cd1d8f8126 lobby works again with new config stuff 2019-01-07 23:00:09 +11:00
NotAdam
c15f9be174 move all the old config calls to the new config object 2019-01-07 00:03:48 +11:00
Mordred
7f00c34f90 Changed sendDebug to use fmt aswell 2019-01-05 12:32:10 +01:00
NotAdam
c97ba162a4 convert more log calls to format string 2019-01-04 22:37:01 +11:00
Mordred
f1c0512d28 Progress... 2018-12-23 03:53:08 +01:00
mordred
8dcbfa5365 Restructured project slightly 2018-12-13 12:40:42 +01:00
Renamed from src/servers/sapphire_zone/Script/ScriptMgr.cpp (Browse further)