2010-05-11 |
Ryan C. Gordon | Added GPL license and headers.
|
commit | commitdiff | tree |
2010-05-11 |
Ryan C. Gordon | Changed data dir mentioned in makefile.
|
commit | commitdiff | tree |
2010-05-11 |
Ryan C. Gordon | Added (more or less) demo data files.
|
commit | commitdiff | tree |
2010-05-11 |
Ryan C. Gordon | Ignore some other Xcode metadata.
|
commit | commitdiff | tree |
2010-05-11 |
Ryan C. Gordon | Added initial Xcode project.
|
commit | commitdiff | tree |
2010-02-18 |
Ryan C. Gordon | This ugly hack makes text input usable on fast systems...
|
commit | commitdiff | tree |
2010-02-18 |
Ryan C. Gordon | Drop keyboard input if it was part of the grab or window...
|
commit | commitdiff | tree |
2010-02-16 |
Ryan C. Gordon | Don't reference glFinish() directly.
|
commit | commitdiff | tree |
2010-02-16 |
Ryan C. Gordon | Fixed motion blur.
|
commit | commitdiff | tree |
2009-11-17 |
Ryan C. Gordon | Force a double-buffered GL context.
|
commit | commitdiff | tree |
2009-11-17 |
Ryan C. Gordon | Reworked build system to make Mac Universal Binaries...
|
commit | commitdiff | tree |
2009-11-12 |
Ryan C. Gordon | Implemented OPENAL_Sample_SetMinMaxDistance().
|
commit | commitdiff | tree |
2009-11-08 |
Ryan C. Gordon | Make Apple-Q work like the Carbonized version.
|
commit | commitdiff | tree |
2009-11-08 |
Ryan C. Gordon | Allow user to set any reasonable resolution.
|
commit | commitdiff | tree |
2009-11-08 |
Ryan C. Gordon | Try fallbacks if we can't set video mode.
|
commit | commitdiff | tree |
2009-11-08 |
Ryan C. Gordon | Allow Mac OS X builds to quit with Apple-Q hotkey.
|
commit | commitdiff | tree |
2009-11-08 |
Ryan C. Gordon | Mac OS X builds sanity check.
|
commit | commitdiff | tree |
2009-11-08 |
Ryan C. Gordon | Another regcode fix.
|
commit | commitdiff | tree |
2009-11-08 |
Ryan C. Gordon | Use the correct registration string for a given platform.
|
commit | commitdiff | tree |
2009-11-03 |
Ryan C. Gordon | Removed unnecessary std::vectors.
|
commit | commitdiff | tree |
2009-11-03 |
Ryan C. Gordon | Fixed audio playback on PowerPC systems.
|
commit | commitdiff | tree |
2009-11-03 |
Ryan C. Gordon | Fixed data loading on PowerPC builds compiled with...
|
commit | commitdiff | tree |
2009-11-01 |
Ryan C. Gordon | chdir to base of app bundle on the Mac.
|
commit | commitdiff | tree |
2009-11-01 |
Ryan C. Gordon | Use Mac-friendly prefpath.
|
commit | commitdiff | tree |
2009-11-01 |
Ryan C. Gordon | Universal binary support in build system. Sorta duct...
|
commit | commitdiff | tree |
2009-11-01 |
Ryan C. Gordon | Various Mac build fixes.
|
commit | commitdiff | tree |
2009-11-01 |
Ryan C. Gordon | Set Terrain scale to 1.0f by default so we avoid a...
|
commit | commitdiff | tree |
2009-11-01 |
Ryan C. Gordon | Updated web browser launching code.
|
commit | commitdiff | tree |
2009-10-31 |
Ryan C. Gordon | Updated makefile with Mac OS X build fixes.
|
commit | commitdiff | tree |
2009-10-31 |
Ryan C. Gordon | Updated .hgignore with run directory.
|
commit | commitdiff | tree |
2009-10-31 |
Ryan C. Gordon | Fixed va_list assignments.
|
commit | commitdiff | tree |
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 |
next |