goaaats
|
f2c2087d7b
|
Streamline ActorControlTypes, refactor ActionHandler/ClientTrigger to ClientActorControl
|
2018-06-23 21:38:04 +02:00 |
|
Adam
|
1771ed14b4
|
proper festival handling (woah)
|
2018-03-20 20:30:05 +11:00 |
|
Mordred
|
fcc27defef
|
Improved handling of actors in zones generally
|
2018-03-17 18:06:13 +01:00 |
|
Mordred
|
c92ee8b7cd
|
Fixed an issue where players were removed from the wrong zone
|
2018-03-17 11:36:56 +01:00 |
|
Mordred Admin
|
f825eb5bdb
|
More framework changes, linker still unhappy
|
2018-03-09 10:19:38 +01:00 |
|
Mordred Admin
|
c2165e5f33
|
Cleanup of cmake files
|
2018-03-06 22:22:19 +01:00 |
|
Mordred
|
0833bdd76c
|
Merge remote-tracking branch 'origin/master' into actor_rewrite
|
2018-03-06 00:10:36 +01:00 |
|
Adam
|
0aae810e16
|
fix onEnterTerritory events
|
2018-03-05 22:10:14 +11:00 |
|
Adam
|
bb35edd56b
|
fix rotation in objectspawn ipc and send it too
|
2018-03-04 17:41:17 +11:00 |
|
Maru
|
b3318f14a3
|
Framework; Refactors, styling, other minor stuff;
|
2018-03-02 07:22:25 -03:00 |
|
Mordred Admin
|
72e8fa36e8
|
Rearranged includes for potential speed increases
|
2018-02-28 10:26:03 +01:00 |
|
Mordred
|
fae163eafa
|
Fixed eobjects getting incorrect ids, fixed actors not properly removing from cells
|
2018-02-28 00:03:26 +01:00 |
|
Mordred
|
8e41e35a4e
|
Added all barebone scripts
|
2018-02-26 23:43:19 +01:00 |
|
Adam
|
efd00c719f
|
eobj interaction callbacks, eobj spawning fixed, sastasha instance eobjs
|
2018-02-27 02:13:01 +11:00 |
|
Adam
|
3cf0a233b1
|
redirect ontalk events inside instances to instancecontent ptr
|
2018-02-25 17:23:52 +11:00 |
|
Mordred
|
8504ee7e12
|
Simplified syntax for eobj registering, added test script for thousand maws
|
2018-02-25 01:23:40 +01:00 |
|
Mordred
|
0a177c3470
|
EventObjects are not properly spawned and initialized
|
2018-02-23 23:47:21 +01:00 |
|
Mordred
|
d05f523eb9
|
More transitional work towards actors as base
|
2018-02-22 22:15:32 +01:00 |
|
Mordred
|
8b5d30802d
|
More stuff moved over to actor baseclass
|
2018-02-22 18:12:36 +01:00 |
|
Mordred
|
dc1a7e4ae1
|
Actors are now used as base for any entity
|
2018-02-22 15:31:10 +01:00 |
|
Mordred
|
c2a95a2d7e
|
In range restructuring
|
2018-02-21 18:06:52 +01:00 |
|
Mordred
|
b8a366fb29
|
Removed battlenpc for cleanup work
|
2018-02-21 12:48:27 +01:00 |
|
Mordred
|
8e38ffdb56
|
Build fix
|
2018-02-21 11:28:34 +01:00 |
|
Mordred
|
322dce393d
|
Started stripping actors - readding after rewrite
|
2018-02-20 23:42:09 +01:00 |
|
Mordred
|
c664c5de90
|
Renaming classes in preperation of actor rework
|
2018-02-20 22:46:44 +01:00 |
|
Mordred
|
6ec8601214
|
Revert "Changeing base access type of actors to gameobject"
This reverts commit 4457a45
|
2018-02-19 22:00:32 +01:00 |
|
Mordred
|
4457a45aa3
|
Changeing base access type of actors to gameobject
|
2018-02-18 23:48:51 +01:00 |
|
Mordred
|
7fddb75c46
|
Simplified in range logic
|
2018-02-18 22:53:12 +01:00 |
|
Mordred
|
50f90d960b
|
More zone refactoring, general style fixes
|
2018-02-14 21:11:23 +01:00 |
|
Mordred
|
48162e2966
|
refactoring of session update loop in zone
|
2018-02-14 20:44:35 +01:00 |
|
Mordred Admin
|
df61b53d1a
|
Cleaned up generated exd stuff
|
2018-02-14 12:31:47 +01:00 |
|
Mordred
|
8bcd5f8fe5
|
Fixed an issue where offline chars were not removed properly
|
2018-02-13 22:37:45 +01:00 |
|
Mordred
|
63a06dba44
|
Further clean up in range stuff
|
2018-02-11 23:52:44 +01:00 |
|
Mordred
|
66d7dbab4f
|
In range containers no longer declared publicly
|
2018-02-11 22:57:00 +01:00 |
|
Adam
|
530cf8a37a
|
move instance objects to zone from instancecontent
|
2018-02-10 21:53:16 +11:00 |
|
Mordred
|
2000d5d2f8
|
Majorly refactored usage of shared_ptr also added GameObject into Actor inheritance chain
|
2018-02-10 01:21:31 +01:00 |
|
Mordred
|
76dcba3f7f
|
comment added
|
2018-02-08 15:29:46 +01:00 |
|
goaaats
|
38661033fa
|
Handle via inRangeSet
|
2018-02-08 15:25:59 +01:00 |
|
goaaats
|
2383fb4321
|
Implement correct handling for private areas
|
2018-02-08 15:05:29 +01:00 |
|
Mordred
|
0d75ba0096
|
Basic director handling for instances, just the bare minimum so far
|
2018-02-06 00:01:23 +01:00 |
|
Mordred
|
069127f901
|
Call onEnter event after zone init packet have been sent
|
2018-02-04 23:58:45 +01:00 |
|
Mordred
|
6ed0baf91f
|
Added events to zone for inheritance handling
|
2018-02-04 23:35:16 +01:00 |
|
Adam
|
811b4af5b1
|
Merge branch 'master' into master
|
2018-02-03 02:12:35 +11:00 |
|
Adam
|
6e12c74e78
|
add festival support
|
2018-02-03 02:11:29 +11:00 |
|
Mordred
|
d59e958d89
|
Pretty sure that was not supposed to be a cast
|
2018-02-01 23:41:27 +01:00 |
|
Mordred
|
9b8df412f3
|
Fixed zone updates being extremly slow, fixed crash with wrong item reward field, fixed wrong casttime for eventAction
|
2018-02-01 23:32:59 +01:00 |
|
goaaats
|
64905308d2
|
Style
|
2018-02-01 16:28:03 +01:00 |
|
goaaats
|
3eb0ad0c86
|
Fix for weather crash
|
2018-02-01 14:50:51 +01:00 |
|
goaaats
|
c0b3d3605b
|
zone, api: Removed old EXD reader
|
2018-01-31 11:43:22 +01:00 |
|
Mordred Admin
|
2a6c505f9f
|
Merge remote-tracking branch 'origin/event_rewrite'
Conflicts:
src/servers/sapphire_zone/DebugCommand/DebugCommandHandler.cpp
|
2018-01-30 07:53:15 +01:00 |
|