Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. DilGaladh
    3. Topics
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Topics created by DilGaladh

    • branch system
      Technical Issues and Bugs • • DilGaladh

      4
      4
      Posts
      4823
      Views

      Hi Artem, thanks very much. I believe it happened because I was connected at the very moment the change was done, that is the only thing I was doing: editing my code, then all vanished.
    • Simulation room: findClosest no longer works correctly on source
      Technical Issues and Bugs • • DilGaladh

      2
      2
      Posts
      3598
      Views

      WWW SW H W H = harvester W = WALL S = source on wall
    • Arrays in memory
      Help • • DilGaladh

      4
      4
      Posts
      8767
      Views

      Hi, Thanks for the tip Toolmaker it was a proper assumption, but actually with tests I found the problem: I create an Array instead of an Object, so indexing with the id which is a string is not possible. I changed the inital usage variable to be a new Object() and now it rocks
    • createCreep called twice in same Game.tick weird
      Technical Issues and Bugs • • DilGaladh

      4
      4
      Posts
      4937
      Views

      Ok, I get it now, thank you for the reminder, it's not a bug then.