Zack Middleton

Results 122 issues of Zack Middleton

When s_useOpenAL is 1, sounds are not heard through extra splitscreen players. --- The OpenAL sound system (from what I've read) needs to be changed to use multiple context, one...

bug
engine

Tremulous' UI's qboolean trap_GetNews(qboolean begin) which downloads tremulous.net/clientnews.txt to news.dat and puts it in cl_newsString. Add int trap_GetNews(const char *url, char *buffer, int bufferSize, qboolean begin) to UI. Download URL...

enhancement
engine

It's a nice blue but it would be nice if could use grey like other most other model editors (or any color).

enhancement
help wanted

I started a step-by-step Linux build guide at https://gist.github.com/zturtleman/f377fe2379aaebbfa50acdd1837ed705. I plan to integrate it with the documentation in the git repo.

The macOS application menu (with about, quit, ...) is not translated. (The mm3d menus are translated.) Qt translates the mac app menu if a global menu bar is used but...

bug

Loading MD3 player models parses animation.cfg to get the animation names. This isn't available for most standalone MD3 models. Misfit/Maverick save the animation names in the MD3 frames but frame...

enhancement

Sometimes I have to create a image with a specific name just so that exporting using correct shader name. Using the user entered material name would be easier and seems...

enhancement
model format

Vertex normals for frame animations are always averaged regardless of the group smoothness and max angle settings. May want to check max angle with the default pose so it matches...

bug

Expand [mm3d-win32-installer.nsi](https://github.com/zturtleman/mm3d/blob/master/mm3d-win32-installer.nsi) and [Makefile.generic](https://github.com/zturtleman/mm3d/blob/master/Makefile.generic) to support building NSIS installer for Windows x86_64.

enhancement

In a Windows 10 VM with OpenGL 1.1, Maverick crashes due to QOpenGLWidget when attempting to call unsupported OpenGL functions. I might be okay with just telling people to install...

bug