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
|
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
|
e99cfbe787
|
Added comment to spawn packet indicating field meaning of type
|
2018-02-18 02:12:15 +01:00 |
|
Mordred
|
48658ede62
|
Added Waymarks trigger to enum, fixed initial array sizes for new chars
|
2018-02-18 02:05:25 +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 |
|
Mordred
|
909ac5c619
|
Merge pull request #253 from GokuWeedLord/develop
fix compile warning
|
2018-02-15 10:12:07 +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
|
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
|
6b801474b7
|
Build fix...
|
2018-02-14 19:17:10 +01:00 |
|
Mordred
|
d832efdbc1
|
Appveyor fix
|
2018-02-14 18:24:59 +01:00 |
|
Mordred Admin
|
0dba611358
|
Actually generate the version strings correctly
|
2018-02-14 14:46:18 +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
|
677c583d80
|
updated submodule
|
2018-02-13 19:37:04 +01:00 |
|
Mordred Admin
|
bcf06b44b0
|
Updated submodules
|
2018-02-13 15:11:34 +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 |
|
Mordred
|
0598577c90
|
Merge pull request #252 from goaaats/develop
Update libraries
|
2018-02-11 17:26:14 +01:00 |
|
goaaats
|
56f20a735c
|
Update submodule again
|
2018-02-11 17:20:54 +01:00 |
|
goaaats
|
15345d36d2
|
Fix pcb_reader, quest_parser
|
2018-02-11 16:50:31 +01:00 |
|
goaaats
|
1bc05bed4d
|
Update libraries
|
2018-02-11 13:59:38 +01:00 |
|
Mordred
|
aad89ff683
|
Merge pull request #251 from GokuWeedLord/instancescripting
objectcontrol packet implementation & debug commands
|
2018-02-10 15:56:21 +01:00 |
|
Adam
|
bea3cae216
|
huhuhu
|
2018-02-10 22:35:02 +11:00 |
|
Adam
|
530cf8a37a
|
move instance objects to zone from instancecontent
|
2018-02-10 21:53:16 +11:00 |
|
Adam
|
d51c5924c5
|
rename objectcontrol -> objectspawn
|
2018-02-10 21:51:02 +11:00 |
|
Adam
|
5d5c1cad30
|
[huge brain image]
|
2018-02-10 17:56:03 +11:00 |
|
Adam
|
4022b28eb2
|
fix indentation
|
2018-02-10 15:45:06 +11: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 |
|
Mordred
|
f2a407c5e4
|
Merge pull request #250 from GokuWeedLord/instancescripting
instance scripting + object creation
|
2018-02-09 17:40:31 +01:00 |
|
Adam
|
0c54d41304
|
instance objects, gameobj implementation
|
2018-02-10 02:47:32 +11:00 |
|
Adam
|
5b08bca9d8
|
Merge branch 'develop' into instancescripting
|
2018-02-09 23:50:26 +11:00 |
|
Mordred
|
f209f97492
|
Merge pull request #249 from GokuWeedLord/feature/wsl
fix script builds and logging issues on WSL
|
2018-02-09 12:31:18 +01:00 |
|
Adam
|
42e0a7c09a
|
builds should work now... probably
|
2018-02-09 20:25:18 +11:00 |
|
Adam
|
99eb4c7d17
|
fix script builds and logging issues on WSL
|
2018-02-09 20:11:30 +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 |
|