OpenSource icon indicating copy to clipboard operation
OpenSource copied to clipboard

Load Source games maps as combined meshes correctly positioned relative to each other

Results 29 OpenSource issues
Sort by recently updated
recently updated
newest added

Raspberry Pi 4 has a significantly different driver. Currently atto (which is used by OpenSource to create OpenGL window) only supports older custom dispmanx API. Mostly depends on atto support:...

bug

- load maps in parallel - load assets in parallel - convert textures to ETC in parallel

enhancement

I don't mean coplanar surfaces from different maps. Should either tweak z-buffer params, or completely change z buffer approach to something less naive and more contemporary.

bug

Figure out what's the deal with Portal 2 map positions and landmarks. Reading _entry _exit doesn't lead to continuous maps for some reason.

bug

А то молочные реки, кисельные берега какие-то.

enhancement

To achieve that one would need to parse *.dem files, extract player positions and play them. Some sad facts: 1. There is no publicly available specs on GoldSrc (most speedruns...

enhancement

Blend skyboxes of two maps closest to the camera

enhancement

GL_CLAMP_TO_EDGE doesn't help. Valve wiki suggests that it's a DXT issue (?).

bug