xray-162 icon indicating copy to clipboard operation
xray-162 copied to clipboard

XRay engine 1.6.2 (S.T.A.L.K.E.R: Call of Pripyat) evolution

Results 27 xray-162 issues
Sort by recently updated
recently updated
newest added

Replace standard allocator by the Intel TBB scalable allocator

enhancement

See for details: https://github.com/Im-dex/xray-162/pull/58#issuecomment-356028061

bug

Hi, I'm new to github, so if I post this in a non-useful way, then let me know and I will remove the post. There are a number of forks...

Replace TTAPI by the #28

enhancement

Stl allocator uses new operator, which is already overloaded and pointing to xr memory. Therefore, both xr and stl allocators using same memory resources.

refactoring

* [ ] Rewrite parser using boost::spirit * [ ] Implement more useful interface instead of current one

enhancement
refactoring

- [ ] Replace custom allocator by the standard one - [ ] Replace internal_* containers by the standard ones (remove list usage if it possible) - [ ] Replace...

refactoring