Mister_Nebula
|
768fe36672
|
add cellevator stuff
|
2022-04-25 21:36:17 +01:00 |
|
JohnCorby
|
df43552ed2
|
QSBDreamLantern
|
2022-04-13 23:33:33 -07:00 |
|
JohnCorby
|
0104069f46
|
item remote patches: SetHeldByPlayer for dream lanterns
|
2022-04-07 10:59:25 -07:00 |
|
JohnCorby
|
52edab64c4
|
item remote patches: make vision torch work a little better
|
2022-04-07 09:52:59 -07:00 |
|
JohnCorby
|
3283d31d61
|
item remote patches: comment instead of removing, dont allow Update() for remote stuff that uses player input and such
|
2022-04-07 09:52:58 -07:00 |
|
JohnCorby
|
3e7be1bc7a
|
QSBDreamLanternItem: nre
|
2022-04-06 16:57:17 -07:00 |
|
JohnCorby
|
49ed2ff54f
|
QSBDreamLanternItem: send DreamLanternLitMessage in SendInitialState
|
2022-04-06 16:41:08 -07:00 |
|
JohnCorby
|
75249523a4
|
DropItemMessage: sector can be null
|
2022-04-06 16:04:37 -07:00 |
|
JohnCorby
|
fb024212cc
|
comment
|
2022-04-01 14:22:04 -07:00 |
|
JohnCorby
|
61d51b109a
|
IQSBDropTarget
|
2022-04-01 14:08:08 -07:00 |
|
JohnCorby
|
b6e9c33d2d
|
comment
|
2022-04-01 14:00:47 -07:00 |
|
JohnCorby
|
a0dfb635d9
|
exclude some types that we already have world objects for when making drop targets
|
2022-04-01 13:57:25 -07:00 |
|
JohnCorby
|
e273f79b0d
|
QSBDropTarget
|
2022-04-01 13:42:20 -07:00 |
|
JohnCorby
|
cf3ac1abb9
|
reformat
|
2022-04-01 13:30:36 -07:00 |
|
Mister_Nebula
|
27a92d4b51
|
fix items
|
2022-04-01 19:08:03 +01:00 |
|
Mister_Nebula
|
1b92b5e23d
|
fix lantern patch goof
|
2022-03-27 10:45:14 -07:00 |
|
Mister_Nebula
|
87e1878c23
|
Merge branch 'dev' into eote-ghost-lanterns
|
2022-03-25 08:36:12 +00:00 |
|
Mister_Nebula
|
4028e43d01
|
sync lighting of dream lanterns (and enterdreamworld message)
|
2022-03-24 20:35:49 +00:00 |
|
JohnCorby
|
c22734d443
|
store location before start unsocket and before pick up item
|
2022-03-24 09:49:22 -07:00 |
|
Mister_Nebula
|
9e48f4e316
|
Use fallback camera sockets for items if hand sockets don't exist
|
2022-03-24 13:42:23 +00:00 |
|
JohnCorby
|
fd4adcf520
|
rename lol
|
2022-03-23 22:10:13 -07:00 |
|
JohnCorby
|
b603463b36
|
oops. PlayerInfo.HeldItem might be null
|
2022-03-23 22:08:07 -07:00 |
|
JohnCorby
|
d7f29af5dc
|
VisionTorchItem.DropItem
|
2022-03-23 21:55:03 -07:00 |
|
JohnCorby
|
2d64c7c079
|
SimpleLanternItem.PickUpItem
|
2022-03-23 21:55:03 -07:00 |
|
JohnCorby
|
edfa31d73e
|
SlideReelSocket.RemoveFromSocket
|
2022-03-23 21:55:02 -07:00 |
|
JohnCorby
|
7b9036f3d0
|
oops
|
2022-03-23 21:36:03 -07:00 |
|
JohnCorby
|
644b877184
|
dream lantern remote patches
|
2022-03-23 21:18:03 -07:00 |
|
JohnCorby
|
763565eb26
|
items: nvm again just store location on pick up
|
2022-03-23 16:12:14 -07:00 |
|
JohnCorby
|
19fd195144
|
prepare item patches
|
2022-03-23 16:06:39 -07:00 |
|
JohnCorby
|
0e3978ecbc
|
StoreLocation: make interface method so we can call it in patches when we do that
|
2022-03-23 15:35:09 -07:00 |
|
JohnCorby
|
ba196896c4
|
doc
|
2022-03-23 15:30:47 -07:00 |
|
JohnCorby
|
03033877ae
|
ItemPatches: whoops keep these as prefixes
|
2022-03-23 15:29:49 -07:00 |
|
JohnCorby
|
ba51001f55
|
items: set held item correctly
|
2022-03-23 15:26:42 -07:00 |
|
JohnCorby
|
bfbfc6ffd9
|
store location before pick up item instead of after drop
|
2022-03-23 14:32:15 -07:00 |
|
JohnCorby
|
e44b6aebdf
|
items: prepare for remote call stuff
|
2022-03-23 14:27:20 -07:00 |
|
JohnCorby
|
c3168aa694
|
qsb item: last location instead of just initial location
|
2022-03-23 14:19:54 -07:00 |
|
JohnCorby
|
ad2c84acb2
|
Revert "use GetType() instead of GetType().Name in strings, since they return the same thing"
This reverts commit c3e77d24
|
2022-03-11 00:58:14 -08:00 |
|
JohnCorby
|
7c9ff9642e
|
DropItemMessage: also use send relative normal
|
2022-03-10 21:51:20 -08:00 |
|
JohnCorby
|
fea475fa44
|
messages: use base ctor call
|
2022-03-10 17:57:50 -08:00 |
|
JohnCorby
|
c3e77d2449
|
use GetType() instead of GetType().Name in strings, since they return the same thing
|
2022-03-06 01:37:30 -08:00 |
|
JohnCorby
|
82ce041fb8
|
guh
|
2022-03-04 11:37:24 -08:00 |
|
JohnCorby
|
80ec594919
|
do DropItem TransformPoint in DropItemMessage just so we can copy paste from vanilla code more easily
|
2022-03-04 11:36:52 -08:00 |
|
JohnCorby
|
d70de5e439
|
QSBItem: just call AttachedObject.DropItem
|
2022-03-04 09:01:20 -08:00 |
|
JohnCorby
|
c358602e71
|
Revert "Update QSBItem.cs"
This reverts commit 3a79fce3
|
2022-03-04 03:29:48 -08:00 |
|
JohnCorby
|
60ad947b05
|
Revert "redo how socketing works - make it an abstract method, let worldobjects override it"
|
2022-03-04 03:28:55 -08:00 |
|
JohnCorby
|
e4da50a656
|
solution-wide: file-scoped namespaces
|
2022-03-02 19:46:33 -08:00 |
|
JohnCorby
|
b99dfaa510
|
fix the messages that were using the old variants
|
2022-03-02 19:42:41 -08:00 |
|
Mister_Nebula
|
11bf5751af
|
redo how socketing works - make it an abstract method, let worldobjects override it
|
2022-03-02 11:52:43 +00:00 |
|
Mister_Nebula
|
171f83c835
|
simplify more messages
|
2022-02-28 21:20:51 +00:00 |
|
Mister_Nebula
|
d1f2b2815d
|
Remove log in DropItemMessage
|
2022-02-28 15:37:57 +00:00 |
|