1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 16:17:46 +00:00
Commit graph

171 commits

Author SHA1 Message Date
Perize
dcdca5927f Added pvp duel packetdef 2018-03-18 17:40:00 +09:00
Mordred
f2684f6c7d
Merge pull request #276 from NotAdam/actor_rewrite
instance player binding done, minor refactoring
2018-03-16 19:34:08 +01:00
Mordred
3ed58efc4e
style 2018-03-16 19:31:42 +01:00
Perize
c67c6a1ab2 fixed #277 2018-03-17 02:27:46 +09:00
Adam
39df53f7d0 make cf choose a random instance, fix territorymgr spawning event instances 2018-03-16 21:40:59 +11:00
Adam
7cc60a1463 enable df and all df content 2018-03-16 20:54:03 +11:00
Adam
4f4341ac78 fix zone crash when using a normal zones instance id vs zone id 2018-03-16 20:33:28 +11:00
Adam
1de00098e0 initui updates 2018-03-16 20:22:21 +11:00
Mordred
efa0a81d9e Basics of instance binding system 2018-03-15 23:37:21 +01:00
Adam
56fe72e58a fix indent: episode 2 2018-03-15 03:31:46 +11:00
Adam
b542af8407 make leave instance button work 2018-03-15 03:22:59 +11:00
Adam
378dad0008 fix indent and leave button opcode def 2018-03-15 03:13:20 +11:00
Adam
00a83a17df packet doc 2018-03-15 03:05:49 +11:00
Mordred
855ae3e961 Instance join cutscene will no longer mess up the player, removed wrong field from event start, cotire server_zone only when using linux 2018-03-12 23:51:17 +01:00
Mordred Admin
250b1aef79 More framework changes, linker still unhappy 2018-03-09 10:19:38 +01:00
Mordred
83cb17610c WiP - implementing new framework 2018-03-09 00:06:44 +01:00
Mordred Admin
6ed1b274a3 Merge branch 'actor_rewrite' of https://github.com/SapphireMordred/Sapphire into actor_rewrite 2018-03-06 22:24:25 +01:00
Mordred Admin
b91e711834 Cleanup of cmake files 2018-03-06 22:22:19 +01:00
Adam
dcd0d6b0cd remove double eventStart call 2018-03-06 13:34:02 +11:00
Mordred
ec0335b64a Merge remote-tracking branch 'origin/master' into actor_rewrite 2018-03-06 00:10:36 +01:00
Mordred
22402651e9 Basic event play for directors, still buggy. Also some small fixes all around 2018-03-05 23:01:55 +01:00
Adam
0de9fb05cf better handling of EventStart IPC for instances 2018-03-05 22:40:11 +11:00
Adam
8fd1a2e3df fix onEnterTerritory events 2018-03-05 22:10:14 +11:00
Maru
52468262f3 More style stuff; 2018-03-02 08:25:48 -03:00
Maru
a61aef2c1e Framework; Refactors, styling, other minor stuff; 2018-03-02 07:22:25 -03:00
Adam
810d71f262 move eobj/player spawnindex generation to common manager 2018-03-02 02:55:02 +11:00
Mordred Admin
083a3aa239 Rearranged includes for potential speed increases 2018-02-28 10:26:03 +01:00
Adam
8a3ed93fbc redirect ontalk events inside instances to instancecontent ptr 2018-02-25 17:23:52 +11:00
Adam
b6cfa339d6 more opcodes 2018-02-25 15:16:42 +11:00
Mordred
e548e148e5 Simplified syntax for eobj registering, added test script for thousand maws 2018-02-25 01:23:40 +01:00
Mordred
67c2cb7971 Improved timing on instance starting 2018-02-24 23:53:32 +01:00
Mordred
692ca9d56e More stuff moved over to actor baseclass 2018-02-22 18:12:36 +01:00
Mordred
6e5737f401 Actors are now used as base for any entity 2018-02-22 15:31:10 +01:00
Mordred
9a4e7533c6 Renaming classes in preperation of actor rework 2018-02-20 22:46:44 +01:00
Mordred
ba511a23e2 Revert "Changeing base access type of actors to gameobject"
This reverts commit 7d916f7
2018-02-19 22:00:32 +01:00
Mordred
7d916f7d86 Changeing base access type of actors to gameobject 2018-02-18 23:48:51 +01:00
Mordred
237d3cc7a6 Added Waymarks trigger to enum, fixed initial array sizes for new chars 2018-02-18 02:05:25 +01:00
Mordred
883916aa48 More cleanup of actionhandler 2018-02-18 01:50:20 +01:00
Mordred
1f37416202 Actionhandler cleaned up a bit 2018-02-17 01:20:40 +01:00
Mordred
b8cbdf3fa5 removed all unused state flags, mapped more client actions 2018-02-15 23:50:28 +01:00
Mordred
ddb4247588 More zone refactoring, general style fixes 2018-02-14 21:11:23 +01:00
Mordred Admin
c54ebbe53c Cleaned up generated exd stuff 2018-02-14 12:31:47 +01:00
Mordred
cee84cd9ff In range containers no longer declared publicly 2018-02-11 22:57:00 +01:00
Mordred
1f415a0d05 Majorly refactored usage of shared_ptr also added GameObject into Actor inheritance chain 2018-02-10 01:21:31 +01:00
goaaats
9790594016 Implement correct handling for private areas 2018-02-08 15:05:29 +01:00
Adam
7528db3b83 remove exddata from sapphire_zone 2018-02-07 14:27:52 +11:00
Mordred
4e1c82c2be More preparational director logic, state inside can be modified with !instance <instanceId> <varIdx> <value> 2018-02-07 00:00:48 +01:00
Mordred
78606873ae Basic director handling for instances, just the bare minimum so far 2018-02-06 00:01:23 +01:00
Mordred
21a39a09eb Disabled betweenarea state flags until we fix it 2018-02-04 18:53:19 +01:00
Adam
46ce423466 cf spawns instances and zones you into them 2018-02-05 01:55:10 +11:00