2009-10-31 |
Ryan C. Gordon | Cleaned up some things that don't compile on Mac OS X.
|
commit | commitdiff | tree |
2009-10-31 |
Ryan C. Gordon | More problems with Apple's compiler.
|
commit | commitdiff | tree |
2009-10-31 |
Ryan C. Gordon | Commented out some altypes.h code that doesn't work...
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Changed out SDL and OpenAL libs.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Behold the magic of ld -rpath $ORIGIN ...!
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Changed capitalization of the small window caption.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Fixed buffer overrun (misunderstanding about input...
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Forgot to add GLU sources to revision control.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Added .hgignore.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Simplified web browser launching on Linux.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | There's really no reason to use ccache with this.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Added missing SGI GLU source code we need.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Cleaned up incorrect OpenGL init code.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Made embedded libjpeg compile.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Patched to compile on newer gcc.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Removed static library GLU, added SGI's GLU sources.
|
commit | commitdiff | tree |
2009-08-19 |
Ryan C. Gordon | Use a crosstool compiler.
|
commit | commitdiff | tree |
2009-01-14 |
Ryan C. Gordon | Mkdir bin directories in Makefile.
|
commit | commitdiff | tree |
2006-01-16 |
Ryan C. Gordon | This was sitting unadded in my working directory.....
|
commit | commitdiff | tree |
2005-10-17 |
Ryan C. Gordon | Link against non-SSE2 libGLU.
|
commit | commitdiff | tree |
2005-08-24 |
Ryan C. Gordon | Whoops, nasty malloc bug.
|
commit | commitdiff | tree |
2005-08-24 |
Ryan C. Gordon | Scary code to call execvp() instead of system() to...
|
commit | commitdiff | tree |
2005-08-24 |
Ryan C. Gordon | Hack to stop all audio when the tutorial finishes,...
|
commit | commitdiff | tree |
2005-08-24 |
Ryan C. Gordon | Swap GL buffers in menu, even if motion blur effect...
|
commit | commitdiff | tree |
2005-08-23 |
Ryan C. Gordon | Don't lock mouse if video mode couldn't be set. Fixes...
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | Disable AL_EXT_vorbis, as untested.
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | Whoops, broke browser launch code...
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | More AL fixes. Seems to be complete now.
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | More OpenAL work.
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | First shot at crappy "streaming".
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | Hack around crash on shutdown.
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | Force XYZ to initialize to please Valgrind.
|
commit | commitdiff | tree |
2005-08-12 |
Ryan C. Gordon | Added pitch to fix slomo.
|
commit | commitdiff | tree |
2005-08-10 |
Ryan C. Gordon | Fixed keyboard input AGAIN.
|
commit | commitdiff | tree |
2005-08-10 |
Ryan C. Gordon | Patched to link with OpenAL.
|
commit | commitdiff | tree |
2005-08-10 |
Ryan C. Gordon | Patched to link.
|
commit | commitdiff | tree |
2005-08-10 |
Ryan C. Gordon | Try to use ALSA first, then OSS, plus command lines...
|
commit | commitdiff | tree |
2005-08-10 |
Ryan C. Gordon | Fixed shift, ctrl and alt.
|
commit | commitdiff | tree |
2005-08-09 |
Ryan C. Gordon | Fixed resolution selection and added 1920x1200 mode...
|
commit | commitdiff | tree |
2005-08-09 |
Ryan C. Gordon | Fixed writing to prefpath.
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | Chdir to base dir on startup and check for --windowed...
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | Statically link fmod.
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | First shot at an OpenAL renderer. Sound effects work...
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | Build fixes.
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | Experiment to wedge OpenAL in here...
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | Holy Build Box makefile tweaks.
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | Patched to compile on the Holy Build Box.
|
commit | commitdiff | tree |
2005-08-08 |
Ryan C. Gordon | Launch web browsers on Linux.
|
commit | commitdiff | tree |
2005-08-07 |
Ryan C. Gordon | Fixed mouse buttons.
|
commit | commitdiff | tree |
2005-08-07 |
Ryan C. Gordon | Enabled optimizations.
|
commit | commitdiff | tree |
2005-08-07 |
Ryan C. Gordon | More prefpath fixes.
|
commit | commitdiff | tree |
2005-08-07 |
Ryan C. Gordon | Use real SDL mouse grab instead of cursor warping ...
|
commit | commitdiff | tree |
2005-08-06 |
Ryan C. Gordon | Dynamically load the GL.
|
commit | commitdiff | tree |
2005-08-06 |
Ryan C. Gordon | Implemented screenshots without DevIL...now DevIL is...
|
commit | commitdiff | tree |
2005-08-06 |
Ryan C. Gordon | JPG support.
|
commit | commitdiff | tree |
2005-08-06 |
Ryan C. Gordon | Added libpng and zlib to source control.
|
commit | commitdiff | tree |
2005-08-06 |
Ryan C. Gordon | Started removing DevIL dependency. PNG read support...
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Lots of input work...demo is now fully playable.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Game builds and runs...need more input.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Handle case mismatch in filenames.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | More work: compiles, missing like 5 symbols.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | More effort.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Changed my mind about the warnings for now...
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Added newline to all the source/headers in Source.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Don't disable all warnings...
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Work continues.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | More work.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Renamed WinDefs.* to MacCompatibility.*, since most...
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | More work.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Added SDL headers.
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | First file compiles. :)
|
commit | commitdiff | tree |
2005-08-05 |
Ryan C. Gordon | Initial import.
|
commit | commitdiff | tree |
|