summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-20Removed debug quit message.Steven Fuller
2019-08-20Removed outdated documentation.Steven Fuller
2019-08-20Updated Makefile.Steven Fuller
2019-08-20fixed a little mistake in my audio code... some parameters were in theSteven Fuller
2019-08-20added -m32 to force 32-bit.Steven Fuller
2019-08-20wrote a simple wave loader to remove dependency on a private openal function.Steven Fuller
2019-08-20disabled some more assembly.Steven Fuller
2019-08-20gcc 4.1 compile fixes.Steven Fuller
2019-08-20compile fixes for gcc 4.0 / osx.Steven Fuller
2019-08-20removed nasm support.Steven Fuller
2019-08-20gcc 3.4 fixes.Dan Olson
2019-08-20changed the default opengl library string to "libGL.so.1"Steven Fuller
2019-08-20added xfree86 libgl name.Steven Fuller
2019-08-20updatedSteven Fuller
2019-08-20OpenGL library is now loaded dynamically.Steven Fuller
2019-08-20changed FixFilename to only lowercase the game-supplied part of a filename.Steven Fuller
2019-08-20commented out that obnoxious logging...Steven Fuller
2019-08-20GetThisMovementData() now returns "const MOVEMENT_DATA *"Steven Fuller
2019-08-20removedSteven Fuller
2019-08-20changed listener orientation to match openal handedness.Steven Fuller
2019-08-20changed incorrect (int)char casts to (unsigned char)char casts.Steven Fuller
2019-08-20updated sound code. pitch code needs recent openal cvs.Steven Fuller
2019-08-20warning removal.Steven Fuller
2019-08-20updated Makefile for TranslatePoint change...Steven Fuller
2019-08-20leftover sound changesSteven Fuller
2019-08-20Converted TranslatePoint to C.Steven Fuller
2019-08-20fixed a compile error, I think...Steven Fuller
2019-08-20added typenameSteven Fuller
2019-08-20use g++ for linkingSteven Fuller
2019-08-20change pack alignment for opengl screenshot saving.Steven Fuller
2019-08-20fix pov defaultSteven Fuller
2019-08-20basic joystick supportSteven Fuller
2019-08-20misc changesSteven Fuller
2019-08-20Disable Gold-only weapons for Regular edition (Tim Beckmann)Steven Fuller
2019-08-20main.c: switched to using atexit instead of calling SDL_Quit directly.Steven Fuller
2019-08-20Disable unnecessary quit confirmation. (Tim Beckmann)Steven Fuller
2019-08-20Commented out secondary color stuff due to nvidia header lamenessSteven Fuller
2019-08-20Cleanups (Tim Beckmann)Steven Fuller
2019-08-20very minor SDL changesSteven Fuller
2019-08-20Fixed stupid fullscreen changing.Steven Fuller
2019-08-20Cleanups. (Tim Beckmann)Steven Fuller
2019-08-20CDDA_Play now searches for a cd audio track if the requested one is notSteven Fuller
2019-08-20Redid the most of the file loading/saving. Now uses $HOME/.avp/ andSteven Fuller
2019-08-20More Warning cleanups (Tim Beckmann)Steven Fuller
2019-08-20Small update.Steven Fuller
2019-08-20Implemented the mp_config stubs.Steven Fuller
2019-08-20GL_EXT_secondary_color now spelled correctly (Tim Beckmann)Steven Fuller
2019-08-20Redisable intro screen.Steven Fuller
2019-08-20Doc Updates.Steven Fuller
2019-08-20Better error checking in winapi.c. (Tim Beckmann)Steven Fuller