semperrabbit

Results 6 comments of semperrabbit

you could fork it and do the PR yourself...

I'm playing with this for an open slack that was created new years '16 so I am having issues with this too. Since all of the rendering is server-side, would...

@huyz Unfortunately, that's not a feasible solution for my slack community (>20k members) and our mod team. Even the game devs have reluctantly agreed we should not fracture the community....

updated README.md as requested

That is how the profiler operates, even in vanilla JS. it only loops through the prototype. any static functions need to be registered individually: `SomeClass.someFunc = profiler.registerFN(SomeClass.someFunc, 'SomeClass.someFunc');`

I meant this... https://github.com/screepers/screeps-profiler/blob/master/screeps-profiler.js#L171-L180. if that is unavailable, then i suppose yall are using a different version. I would recommend including the original if youre having trouble with it. the...