Mordred
|
0a177c3470
|
EventObjects are not properly spawned and initialized
|
2018-02-23 23:47:21 +01:00 |
|
Mordred
|
8b5d30802d
|
More stuff moved over to actor baseclass
|
2018-02-22 18:12:36 +01:00 |
|
Mordred
|
9fd3d59488
|
Added type checks for possibly object kinds
|
2018-02-22 17:06:30 +01:00 |
|
Mordred
|
dc1a7e4ae1
|
Actors are now used as base for any entity
|
2018-02-22 15:31:10 +01:00 |
|
Mordred
|
b806535f11
|
Fixed an issue with teleport not picking the correct target position, eventaction unlocks player now
|
2018-02-21 23:30:35 +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
|
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
|
a69ccd33df
|
More cleanup of actionhandler
|
2018-02-18 01:50:20 +01:00 |
|
Mordred
|
c09ec03921
|
Actionhandler cleaned up a bit
|
2018-02-17 01:20:40 +01:00 |
|
Mordred
|
8c1835437f
|
Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop
|
2018-02-15 23:50:40 +01:00 |
|
Mordred
|
5d8b5786d6
|
removed all unused state flags, mapped more client actions
|
2018-02-15 23:50:28 +01:00 |
|
Adam
|
6864f217a7
|
add todo note
|
2018-02-15 19:44:54 +11:00 |
|
Adam
|
0d8a2aaf8c
|
fix compile warning
|
2018-02-15 19:27:44 +11:00 |
|
Mordred Admin
|
df61b53d1a
|
Cleaned up generated exd stuff
|
2018-02-14 12:31:47 +01:00 |
|
Mordred
|
677c583d80
|
updated submodule
|
2018-02-13 19:37:04 +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
|
bc5004598d
|
Merge remote-tracking branch 'upstream/develop' into instancescripting
|
2018-02-10 14:05:12 +11:00 |
|
Adam
|
32f0e30e8e
|
instane obj spawning
|
2018-02-10 14:03:59 +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 |
|
Adam
|
0c54d41304
|
instance objects, gameobj implementation
|
2018-02-10 02:47:32 +11:00 |
|
Mordred Admin
|
6594dd1dc4
|
Missing virtual destructor implementation
|
2018-02-09 08:32:28 +01:00 |
|
Mordred
|
e7b8c2cb22
|
New base class for anything actor related, not being used yet
|
2018-02-09 00:55:44 +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 |
|
Adam
|
f94a8ceee5
|
remove exddata from sapphire_zone
|
2018-02-07 14:27:52 +11:00 |
|
Mordred
|
0cb304083d
|
More preparational director logic, state inside can be modified with !instance <instanceId> <varIdx> <value>
|
2018-02-07 00:00:48 +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 |
|
Mordred
|
af90b006ac
|
Disabled betweenarea state flags until we fix it
|
2018-02-04 18:53:19 +01:00 |
|
Mordred
|
9cc5f9ffb3
|
Reconnecting during an instance now possible
|
2018-02-04 17:46:46 +01:00 |
|
Mordred
|
677f2521d7
|
Marked GCaffiliation as outdated for the time being
|
2018-02-04 14:16:09 +01:00 |
|
Adam
|
0ee68c1b1e
|
fix exd_struct_gen and teleporting
|
2018-02-04 01:39:05 +11:00 |
|
Mordred
|
43f5894445
|
updaing field sizes, make sure to run update.sql
|
2018-02-03 02:04:00 +01:00 |
|
Mordred
|
595a9e3079
|
Fixed quest tracker and gc affiliation opcodes
|
2018-02-02 18:34:20 +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
|
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
|
413c9f1007
|
Style
|
2018-01-31 11:58:29 +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 |
|
Adam
|
58b2699fb9
|
return players to last zone if the instance doesnt exist
|
2018-01-29 20:41:24 +11:00 |
|
Adam
|
e9d0e5cbb8
|
createInstanceContent and some minor refactoring
|
2018-01-29 19:40:27 +11:00 |
|
Adam
|
7de0885b54
|
instance zoning and returning implemented
instancecontent uses instancecontent class instead of zone too
|
2018-01-29 13:05:33 +11:00 |
|
Mordred
|
bccf6e200a
|
Cleaning up zoneing code
|
2018-01-28 22:36:43 +01:00 |
|