Adam
|
0eb91cc9a0
|
update opcodes
|
2018-02-01 20:28:04 +11:00 |
|
Mordred
|
575a3f61a9
|
Changed timestamp(seconds) getter to use std::time internally, should get rid of the DC problem
|
2018-02-01 00:16:47 +01:00 |
|
Mordred
|
31d94f95a9
|
Yet more opcode fixes
|
2018-01-31 19:20:30 +01:00 |
|
Mordred
|
7a0fd6d08a
|
More opcode fixes, updated playerspawn struct
|
2018-01-31 18:57:04 +01:00 |
|
Mordred
|
81e347d164
|
Various opcodes adjusted
|
2018-01-31 18:02:23 +01:00 |
|
Mordred
|
5dbdfc7284
|
Fixed serverMsg packet
|
2018-01-31 17:48:12 +01:00 |
|
Mordred
|
e25399a010
|
Fixed cras on login due to wrong sociallist packet
|
2018-01-31 17:24:44 +01:00 |
|
Mordred Admin
|
0e052e84c6
|
Added type for shared_ptr< exdSheet >
|
2018-01-31 14:55:51 +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
|
67b06bce25
|
Updated some client opcodes
|
2018-01-31 08:28:14 +01:00 |
|
Mordred
|
450464a23e
|
Updated various opcodes
|
2018-01-31 08:22:08 +01:00 |
|
Mordred
|
d522a9cded
|
Merge pull request #233 from perize/master
Fix macro import on Windows and action exd stuff
|
2018-01-31 06:29:40 +01:00 |
|
Perize
|
992a44fc8a
|
Temp fix for 4.2 shift in action excel
|
2018-01-31 13:19:07 +09:00 |
|
Perize
|
83cd38c831
|
Fix macro inport on Windows
|
2018-01-31 13:18:23 +09:00 |
|
Mordred
|
16d5f7c8ee
|
More potential opcode fixes
|
2018-01-30 23:39:43 +01:00 |
|
Mordred
|
7ca916e282
|
Merge pull request #231 from perize/420-network
Correct server opcode (not verified yet)
|
2018-01-30 22:50:56 +01:00 |
|
Mordred
|
d21fa4f708
|
Update Ipcs.h
|
2018-01-30 22:50:40 +01:00 |
|
Mordred
|
6259b139e5
|
Merge pull request #232 from GokuWeedLord/master
fix json & allow optional param for exd_struct_gen to take dat path
|
2018-01-30 16:07:19 +01:00 |
|
Adam
|
b3cda8ebe6
|
goat can finish this
|
2018-01-31 02:06:11 +11:00 |
|
Adam
|
3606ea6ef6
|
update generated exd data and some generator fixes
|
2018-01-31 01:47:58 +11:00 |
|
Adam
|
d6bf277183
|
actually commit the fixed json...
|
2018-01-31 01:37:23 +11:00 |
|
Adam
|
3d8e56ede4
|
update ex.json and take optional param to exd_struct_gen to dat path
|
2018-01-31 01:37:08 +11:00 |
|
Mordred
|
6bbe0385cd
|
Removed extra qualifier
|
2018-01-30 14:47:27 +01:00 |
|
Mordred
|
f3d3b86dea
|
Merge pull request #230 from perize/master
Update opcode #1
|
2018-01-30 13:27:08 +01:00 |
|
Perize
|
7d41839f0d
|
Correct server opcode (not verified yet)
|
2018-01-30 21:20:22 +09:00 |
|
Perize
|
111aa8c383
|
Correct client opcode updatepos
|
2018-01-30 19:45:39 +09:00 |
|
Adam
|
709e1c1b94
|
Merge sopcode shift posted by @Adam
|
2018-01-30 19:41:13 +09:00 |
|
Adam
|
e9142af286
|
Fix ActionHandler
|
2018-01-30 19:40:42 +09:00 |
|
Mordred Admin
|
d63ba00094
|
Do not build pcb_reader by default
|
2018-01-30 08:04:50 +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 |
|
Mordred
|
8afe739aaf
|
Minor cleanup of InstanceContent class
|
2018-01-29 19:41:41 +01:00 |
|
Mordred
|
88f8eb2cb5
|
Use InstanceContent name instead of placeName for InstanceContent
|
2018-01-29 19:35:57 +01:00 |
|
Mordred
|
530c9f996f
|
Merge pull request #227 from GokuWeedLord/event_rewrite
instance zoning and returning implemented
|
2018-01-29 11:00:58 +01:00 |
|
Mordred
|
e708fc5624
|
Merge pull request #228 from AcedArmy/master
Updated SearchInfo IPC's and Fixed OnlineStatus
|
2018-01-29 11:00:28 +01:00 |
|
Biscuit Boy
|
b01ed63f48
|
Updated ReqSearchInfoHandler Location
|
2018-01-29 20:49:18 +11:00 |
|
Adam
|
58b2699fb9
|
return players to last zone if the instance doesnt exist
|
2018-01-29 20:41:24 +11:00 |
|
Adam
|
95bf84ca6d
|
correctly remove InstanceContent zones
|
2018-01-29 20:40:32 +11:00 |
|
Biscuit Boy
|
82c892b022
|
Updated SearchInfo Ipcs and Fixed OnlineStatus
|
2018-01-29 20:36:38 +11:00 |
|
Adam
|
e9d0e5cbb8
|
createInstanceContent and some minor refactoring
|
2018-01-29 19:40:27 +11:00 |
|
Adam
|
236c09fbd3
|
add some more mapped TerritoryIntendedUse values
|
2018-01-29 18:10:43 +11:00 |
|
Adam
|
36d64630d3
|
remove isPrivate param from constructors
|
2018-01-29 18:10:11 +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 |
|
Adam
|
97e2c08a9f
|
fix weather in zones
|
2018-01-29 13:03:52 +11:00 |
|
Mordred
|
bccf6e200a
|
Cleaning up zoneing code
|
2018-01-28 22:36:43 +01:00 |
|
Mordred
|
4cf6602133
|
Merge pull request #226 from GokuWeedLord/event_rewrite
instance creation/removal & debug command
|
2018-01-28 15:26:31 +01:00 |
|
Adam
|
9d2d819e18
|
instance removal command
|
2018-01-29 00:52:11 +11:00 |
|
Adam
|
339a089d47
|
gm teri accepts instance id
|
2018-01-29 00:40:34 +11:00 |
|
Adam
|
5afe002c33
|
Merge remote-tracking branch 'upstream/event_rewrite' into event_rewrite
|
2018-01-28 23:54:10 +11:00 |
|
Adam
|
b05a05341c
|
base implementation of instance creation
|
2018-01-28 23:53:58 +11:00 |
|