index
:
avp
main
Aliens Versus Predator SDL port
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2019-08-20
wrote a simple wave loader to remove dependency on a private openal function.
Steven Fuller
2019-08-20
removed nasm support.
Steven Fuller
2019-08-20
OpenGL library is now loaded dynamically.
Steven Fuller
2019-08-20
updated Makefile for TranslatePoint change...
Steven Fuller
2019-08-20
use g++ for linking
Steven Fuller
2019-08-20
misc changes
Steven Fuller
2019-08-20
Disable Gold-only weapons for Regular edition (Tim Beckmann)
Steven Fuller
2019-08-20
very minor SDL changes
Steven Fuller
2019-08-20
Redid the most of the file loading/saving. Now uses $HOME/.avp/ and
Steven Fuller
2019-08-20
Moved LightIntensityAtPoint to a better location.
Steven Fuller
2019-08-20
CD Audio Support.
Steven Fuller
2019-08-20
Added Screenshot code.
Steven Fuller
2019-08-20
Fixed Makefile
Steven Fuller
2019-08-20
Debian SDL+NVIDIA workaround
Steven Fuller
2019-08-20
Disable the menus for the Alien demo.
Steven Fuller
2019-08-20
More work on menus.
Steven Fuller
2019-08-20
Most of the menu code now builds.
Steven Fuller
2019-08-20
Now build pldnet.c
Steven Fuller
2019-08-20
Removed some unused code.
Steven Fuller
2019-08-20
Removed the nasm include argument.
Steven Fuller
2019-08-20
Fixed compilation with GCC 3.0.
Steven Fuller
2019-08-20
Removed more unused code.
Steven Fuller
2019-08-20
Added a README.
Steven Fuller
2019-08-20
Checking in basic OpenAL support (Chuck Mason).
Steven Fuller
2019-08-20
Moved psndplat stubs to a separate file.
Steven Fuller
2019-08-20
Added noise overlay (for marine image enhancer).
Steven Fuller
2019-08-20
Added the windows gamma code.
Steven Fuller
2019-08-20
Implemented keyboard input.
Steven Fuller
2019-08-20
Fixed FPU assembly. (fistp is 16bit, fistpl is 32bit)
Steven Fuller
2019-08-20
Fixed major bug in TranslatePoint (was accidently loading a value to edx
Steven Fuller
2019-08-20
Moved inline assembly to a separate file for debugging.
Steven Fuller
2019-08-20
More warning cleanups.
Steven Fuller
2019-08-20
Moved TranslatePoint into a separate file.
Steven Fuller
2019-08-20
Now in the Data loading phase.
Steven Fuller
2019-08-20
Forgot to ci yesterday.
Steven Fuller
2019-08-20
Fixed errors in inline.h.
Steven Fuller
2019-08-20
More compiling.
Steven Fuller
2019-08-20
More compiling.
Steven Fuller
2019-08-20
More compiling.
Steven Fuller
2019-08-20
More compiling. Things are starting to get hacky (adding stubs, commenting
Steven Fuller
2019-08-20
Implemented (most of) the inline assembly in inline.h
Steven Fuller
2019-08-20
More compiling. All 'easy-to-compile' files now do.
Steven Fuller
2019-08-20
Removed headers that were accidently checked in.
Steven Fuller
2019-08-20
More compilation.
Steven Fuller
2019-08-20
More compiling...
Steven Fuller
2019-08-20
Another file now compiles.
Steven Fuller
2019-08-20
Few more files compile.
Steven Fuller
2019-08-20
lots of small changes that didn't get checked in
Steven Fuller
2019-08-20
Added Makefile
Steven Fuller