• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Recent content by neglected

  1. N

    Easy scoping (A.k.a, collision prevention)

    So, I got a bit bored during a work meeting and whipped this up. What does it do? Well, it replaces old RegisterXEvent functions with a new one that will pass an extra argument at the end of callbacks, which is a scope. This scope is unique to your entity, so you can store some information about...
  2. N

    I want to learn C++, but I need a project to start with.

    Hey guys, I've been studying programming for quite a while now and C++ was one of the first languages I tried to learn but couldn't quite hack it (I was 15 at the time) to do it properly. Now that I'm more mature and understand a lot more concepts (and I have the capability to understand things...
  3. N

    Eluna Multithreading Discussion

    Lua already has all the concurrency it needs in the form of coroutines (which also have the ability to encapsulate state - we should put creature AI in coroutines!). You can certainly implement the approach you want but I don't think that would be entirely necessary. Threads/context switching is...
  4. N

    [Lua] .NET enumerable funsies

    This is what happens when I get bored and I am really liking the whole deferred execution/functional style thing that .NET has going on with Rx and enumerables. Nothing is deferred here, was just fooling around. By the way, I would have posted this elsewhere, but there's no general "Lua"...
  5. N

    beep boop

    Guess who
Top