Navigation

    forum

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

    Topics created by Mototroller

    • getTerrainOfRoom — fast copy of staticTerrainData[room]
      Feature Requests • • Mototroller

      1
      1
      Posts
      3371
      Views

      No one has replied

    • Unsolved Forum themes CSS/Bootstrap bug
      Technical Issues and Bugs • • Mototroller

      2
      2
      Posts
      4124
      Views

      I have it as well, only the default/paper works... And I have a Windows machine / chrome
    • Hard lag and 100% CPU tab usage with old renderer
      Technical Issues and Bugs • • Mototroller

      3
      3
      Posts
      5620
      Views

      @artch It suddenly disappeared several hours later. Possibly it could be an issue with local internet provider routing, and some resources and utility hosts became unreachable. Cannot reproduce it same way. I'll try to investigate and dump it more carefully next time if it'll happen again, for now ticket is useless and can be deleted I think, thanks for response anyway.
    • Subscription Tokens generating by NPC
      General Discussion • • Mototroller

      9
      9
      Posts
      11733
      Views

      Tokens are generated in two ways- 1. People buy them. This is the main way they come into existence. 2. As rewards for certain actions to help improve the game. Anyone who contributes an article which gets accepted for the docs.screeps.com site gets the option of having five tokens added to their account.
    • "TypeError: Cannot read property 'forEach' of undefined" if new PathFinder enabled
      Technical Issues and Bugs • • Mototroller

      5
      5
      Posts
      8206
      Views

      Thanks, fixed.
    • drop() or pourOut() method for structures
      Feature Requests • • Mototroller

      1
      1
      Posts
      2527
      Views

      No one has replied

    • Memory root doesn't expand (detached-window mode)
      Technical Issues and Bugs • • Mototroller

      2
      2
      Posts
      3079
      Views

      Having the same issue on Chrome 49.0.2623.110 Windows 7.  I can view individual creep memory, but I can't expand the memory root unless I am in the attached window.
    • Replace overview statistics Circles with Bars or graph
      Feature Requests • • Mototroller

      1
      1
      Posts
      2516
      Views

      No one has replied

    • Best performance practice while using modules
      General Discussion • • Mototroller

      5
      5
      Posts
      8050
      Views

      I've found that each require call takes an amount of time correlated to how much the file contains...  Following neomatrix's testing I created a bundle containing all my code then measured it's require time in main.js... 23 ms.