This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
props
Watch
1
Star
0
Fork
0
You've already forked props
mirror of
https://github.com/Relintai/props.git
synced
2025-02-04 16:05:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4be30142fb
props
/
singleton
History
Relintai
4be30142fb
Added a mutex to ensure_materials_loaded in PropCache. This fixes potential "ERROR: Another resource is loaded from path" when spawning lots of PropInstanceMergers for the first time.
2021-08-25 01:20:12 +02:00
..
prop_cache.cpp
Added a mutex to ensure_materials_loaded in PropCache. This fixes potential "ERROR: Another resource is loaded from path" when spawning lots of PropInstanceMergers for the first time.
2021-08-25 01:20:12 +02:00
prop_cache.h
Added a mutex to ensure_materials_loaded in PropCache. This fixes potential "ERROR: Another resource is loaded from path" when spawning lots of PropInstanceMergers for the first time.
2021-08-25 01:20:12 +02:00
prop_utils.cpp
Now the room hull generation tool will generate a bit more optimized meshes. It's not too bad but the meshes can still be optimized a bit. The commit contains some commented out code for now. I'll try to think up a way to remove all unneeded points from the hull.
2021-08-14 18:35:53 +02:00
prop_utils.h
Now the room hull calculation tool works.
2021-08-14 12:54:14 +02:00