Re: [hlcoders] entities in sphere

2007-07-25 Thread Oliver
-- [ Picked text/plain from multipart/alternative ] Ah great idea, I'll give that a shot. Thanks. On 7/25/07, Jeffrey botman Broome <[EMAIL PROTECTED]> wrote: > > Oliver wrote: > > -- > > [ Picked text/plain from multipart/alternative ] > > Thanks for the good suggestions. We are only interested

Re: [hlcoders] entities in sphere

2007-07-25 Thread Jeffrey \"botman\" Broome
Oliver wrote: -- [ Picked text/plain from multipart/alternative ] Thanks for the good suggestions. We are only interested in two types of entities. Is there a way to create a mask that filters out everything except for entities that are class X or class Y? You could have these entities add th

Re: [hlcoders] entities in sphere

2007-07-24 Thread Oliver
-- [ Picked text/plain from multipart/alternative ] OK, any tips on how to do that Tony? Thanks! On 7/24/07, Tony omega Sergi <[EMAIL PROTECTED]> wrote: > > -- > [ Picked text/plain from multipart/alternative ] > yeah, you can create a filter for sphere query. > > On 7/24/07, Oliver <[EMAIL PROTE

Re: [hlcoders] entities in sphere

2007-07-24 Thread Tony \"omega\" Sergi
-- [ Picked text/plain from multipart/alternative ] yeah, you can create a filter for sphere query. On 7/24/07, Oliver <[EMAIL PROTECTED]> wrote: > > -- > [ Picked text/plain from multipart/alternative ] > Thanks for the good suggestions. We are only interested in two types of > entities. Is the

Re: [hlcoders] entities in sphere

2007-07-24 Thread Oliver
-- [ Picked text/plain from multipart/alternative ] Thanks for the good suggestions. We are only interested in two types of entities. Is there a way to create a mask that filters out everything except for entities that are class X or class Y? On 7/23/07, Richard Hough <[EMAIL PROTECTED]> wrote:

Re: [hlcoders] entities in sphere

2007-07-23 Thread Richard Hough
-- [ Picked text/plain from multipart/alternative ] Personally I prefer using CEntitySphereQuery instead of UTIL_EntitiesInSphere. It's essentially just a wrapper for the UTIL call, but it makes iterating through the list a little cleaner. I don't know if there's a "faster" way than either of the

Re: [hlcoders] entities in sphere

2007-07-23 Thread Jeffrey \"botman\" Broome
Oliver wrote: -- [ Picked text/plain from multipart/alternative ] CONTEXT: In our mod, users create event-driven worlds. Events exist such as InRadius15 (i.e. for object O, when any object is in 15 units, the InRadius15 event is triggered). PROBLEM: The code to hook these events is not as optim

[hlcoders] entities in sphere

2007-07-23 Thread Oliver
-- [ Picked text/plain from multipart/alternative ] CONTEXT: In our mod, users create event-driven worlds. Events exist such as InRadius15 (i.e. for object O, when any object is in 15 units, the InRadius15 event is triggered). PROBLEM: The code to hook these events is not as optimized as we would