Vlad
Vlad
I couldn't compile with /MD flag but enabling inline expansion increases performance dramatically. This may be related to how we abuse property accessors in all of our classes. Not sure...
I think to optimize rendering the first step to take is to make it actually render only objects that are visible on screen. If I'm not mistaken, now the whole...
Hm.. that's surprising results. But I remember when I move my mouse, FPS goes down almost 50%.. So I figured it was due to iterations...
newr2: crashed after talking to one of the bouncers: ``` [ERROR] [SCRIPT] obj_pid - obj is NULL in [8100] at scripts/nccasbou.int:0x1a94 terminate called after throwing an instance of 'std::out_of_range' what():...
Good opportunity to use Timers, when they are done.
@Zervox: Please create pull request instead. It is hard to see the actual changed code this way. PS: I agree about using array for neighbors. Need to study your pathing...
Maybe we can also improve code while doing this? - Get rid of dynamic_cast in methods like frmFileType() . - Get rid of duplicated IF/ELSE IF "factory" block in ResourceManager::datFileItem()...
Some of above suggestions were already done in previous PR's. So let this issue be only related to virtual FS (getting input stream by file name).
Can you provide more details, what error did you encounter exactly? Can you show some sample code that triggers the issue? I want to make sure my project is not...
Bump. Seeing this project abandoned this year is disappointing. I had great experience and big hopes for it last year. Maybe there's a community-driven fork with long-standing issues fixed? @neuecc