]> git.jsancho.org Git - lugaru.git/log
lugaru.git
14 years agoAdded GPL license and headers.
Ryan C. Gordon [Tue, 11 May 2010 16:25:50 +0000 (12:25 -0400)]
Added GPL license and headers.

14 years agoChanged data dir mentioned in makefile.
Ryan C. Gordon [Tue, 11 May 2010 06:46:15 +0000 (02:46 -0400)]
Changed data dir mentioned in makefile.

14 years agoAdded (more or less) demo data files.
Ryan C. Gordon [Tue, 11 May 2010 06:42:42 +0000 (02:42 -0400)]
Added (more or less) demo data files.

14 years agoIgnore some other Xcode metadata.
Ryan C. Gordon [Tue, 11 May 2010 06:41:40 +0000 (02:41 -0400)]
Ignore some other Xcode metadata.

14 years agoAdded initial Xcode project.
Ryan C. Gordon [Tue, 11 May 2010 06:31:52 +0000 (02:31 -0400)]
Added initial Xcode project.

14 years agoThis ugly hack makes text input usable on fast systems. :(
Ryan C. Gordon [Thu, 18 Feb 2010 15:22:01 +0000 (10:22 -0500)]
This ugly hack makes text input usable on fast systems.  :(

14 years agoDrop keyboard input if it was part of the grab or window/fullscreen toggle.
Ryan C. Gordon [Thu, 18 Feb 2010 15:08:36 +0000 (10:08 -0500)]
Drop keyboard input if it was part of the grab or window/fullscreen toggle.

14 years agoDon't reference glFinish() directly.
Ryan C. Gordon [Tue, 16 Feb 2010 15:43:18 +0000 (10:43 -0500)]
Don't reference glFinish() directly.

14 years agoFixed motion blur.
Ryan C. Gordon [Tue, 16 Feb 2010 05:54:08 +0000 (00:54 -0500)]
Fixed motion blur.

14 years agoForce a double-buffered GL context.
Ryan C. Gordon [Tue, 17 Nov 2009 09:03:57 +0000 (04:03 -0500)]
Force a double-buffered GL context.

14 years agoReworked build system to make Mac Universal Binaries correctly on one machine.
Ryan C. Gordon [Tue, 17 Nov 2009 05:47:59 +0000 (00:47 -0500)]
Reworked build system to make Mac Universal Binaries correctly on one machine.

14 years agoImplemented OPENAL_Sample_SetMinMaxDistance().
Ryan C. Gordon [Thu, 12 Nov 2009 05:42:05 +0000 (00:42 -0500)]
Implemented OPENAL_Sample_SetMinMaxDistance().

Fixes volume levels to what the original game produced, I think.

14 years agoMake Apple-Q work like the Carbonized version.
Ryan C. Gordon [Sun, 8 Nov 2009 08:22:11 +0000 (03:22 -0500)]
Make Apple-Q work like the Carbonized version.

14 years agoAllow user to set any reasonable resolution.
Ryan C. Gordon [Sun, 8 Nov 2009 07:56:44 +0000 (02:56 -0500)]
Allow user to set any reasonable resolution.

14 years agoTry fallbacks if we can't set video mode.
Ryan C. Gordon [Sun, 8 Nov 2009 07:56:14 +0000 (02:56 -0500)]
Try fallbacks if we can't set video mode.

14 years agoAllow Mac OS X builds to quit with Apple-Q hotkey.
Ryan C. Gordon [Sun, 8 Nov 2009 06:29:19 +0000 (01:29 -0500)]
Allow Mac OS X builds to quit with Apple-Q hotkey.

14 years agoMac OS X builds sanity check.
Ryan C. Gordon [Sun, 8 Nov 2009 06:28:58 +0000 (01:28 -0500)]
Mac OS X builds sanity check.

14 years agoAnother regcode fix.
Ryan C. Gordon [Sun, 8 Nov 2009 05:38:40 +0000 (00:38 -0500)]
Another regcode fix.

14 years agoUse the correct registration string for a given platform.
Ryan C. Gordon [Sun, 8 Nov 2009 03:45:16 +0000 (22:45 -0500)]
Use the correct registration string for a given platform.

14 years agoRemoved unnecessary std::vectors.
Ryan C. Gordon [Tue, 3 Nov 2009 17:09:44 +0000 (12:09 -0500)]
Removed unnecessary std::vectors.

Static constructors were crashing on Tiger.

14 years agoFixed audio playback on PowerPC systems.
Ryan C. Gordon [Tue, 3 Nov 2009 06:48:57 +0000 (01:48 -0500)]
Fixed audio playback on PowerPC systems.

14 years agoFixed data loading on PowerPC builds compiled with GCC.
Ryan C. Gordon [Tue, 3 Nov 2009 06:37:38 +0000 (01:37 -0500)]
Fixed data loading on PowerPC builds compiled with GCC.

(sizeof (bool) == 4 here.)

14 years agochdir to base of app bundle on the Mac.
Ryan C. Gordon [Sun, 1 Nov 2009 21:41:49 +0000 (16:41 -0500)]
chdir to base of app bundle on the Mac.

14 years agoUse Mac-friendly prefpath.
Ryan C. Gordon [Sun, 1 Nov 2009 21:41:30 +0000 (16:41 -0500)]
Use Mac-friendly prefpath.

14 years agoUniversal binary support in build system. Sorta duct-taped, but whatever.
Ryan C. Gordon [Sun, 1 Nov 2009 18:55:34 +0000 (13:55 -0500)]
Universal binary support in build system. Sorta duct-taped, but whatever.

14 years agoVarious Mac build fixes.
Ryan C. Gordon [Sun, 1 Nov 2009 03:38:20 +0000 (23:38 -0400)]
Various Mac build fixes.

14 years agoSet Terrain scale to 1.0f by default so we avoid a division by zero.
Ryan C. Gordon [Sun, 1 Nov 2009 03:37:42 +0000 (23:37 -0400)]
Set Terrain scale to 1.0f by default so we avoid a division by zero.

14 years agoUpdated web browser launching code.
Ryan C. Gordon [Sun, 1 Nov 2009 03:37:02 +0000 (23:37 -0400)]
Updated web browser launching code.

14 years agoUpdated makefile with Mac OS X build fixes.
Ryan C. Gordon [Sat, 31 Oct 2009 19:39:06 +0000 (15:39 -0400)]
Updated makefile with Mac OS X build fixes.

14 years agoUpdated .hgignore with run directory.
Ryan C. Gordon [Sat, 31 Oct 2009 19:38:25 +0000 (15:38 -0400)]
Updated .hgignore with run directory.

14 years agoFixed va_list assignments.
Ryan C. Gordon [Sat, 31 Oct 2009 19:27:23 +0000 (15:27 -0400)]
Fixed va_list assignments.

14 years agoCleaned up some things that don't compile on Mac OS X.
Ryan C. Gordon [Sat, 31 Oct 2009 19:26:40 +0000 (15:26 -0400)]
Cleaned up some things that don't compile on Mac OS X.

14 years agoMore problems with Apple's compiler.
Ryan C. Gordon [Sat, 31 Oct 2009 19:26:16 +0000 (15:26 -0400)]
More problems with Apple's compiler.

14 years agoCommented out some altypes.h code that doesn't work on Apple's compiler. :/
Ryan C. Gordon [Sat, 31 Oct 2009 19:26:00 +0000 (15:26 -0400)]
Commented out some altypes.h code that doesn't work on Apple's compiler.  :/

14 years agoChanged out SDL and OpenAL libs.
Ryan C. Gordon [Wed, 19 Aug 2009 06:17:25 +0000 (02:17 -0400)]
Changed out SDL and OpenAL libs.

Please note that this is just for linking to keep the build happy. We're
 actually shipping a different version (in the run directory). What a mess.

14 years agoBehold the magic of ld -rpath $ORIGIN ...!
Ryan C. Gordon [Wed, 19 Aug 2009 06:16:09 +0000 (02:16 -0400)]
Behold the magic of ld -rpath $ORIGIN ...!

14 years agoChanged capitalization of the small window caption.
Ryan C. Gordon [Wed, 19 Aug 2009 04:40:49 +0000 (00:40 -0400)]
Changed capitalization of the small window caption.

14 years agoFixed buffer overrun (misunderstanding about input system).
Ryan C. Gordon [Wed, 19 Aug 2009 04:40:29 +0000 (00:40 -0400)]
Fixed buffer overrun (misunderstanding about input system).

14 years agoForgot to add GLU sources to revision control.
Ryan C. Gordon [Wed, 19 Aug 2009 04:39:47 +0000 (00:39 -0400)]
Forgot to add GLU sources to revision control.

14 years agoAdded .hgignore.
Ryan C. Gordon [Wed, 19 Aug 2009 03:27:59 +0000 (23:27 -0400)]
Added .hgignore.

14 years agoSimplified web browser launching on Linux.
Ryan C. Gordon [Wed, 19 Aug 2009 03:26:52 +0000 (23:26 -0400)]
Simplified web browser launching on Linux.

14 years agoThere's really no reason to use ccache with this.
Ryan C. Gordon [Wed, 19 Aug 2009 03:20:28 +0000 (23:20 -0400)]
There's really no reason to use ccache with this.

14 years agoAdded missing SGI GLU source code we need.
Ryan C. Gordon [Wed, 19 Aug 2009 03:18:24 +0000 (23:18 -0400)]
Added missing SGI GLU source code we need.

14 years agoCleaned up incorrect OpenGL init code.
Ryan C. Gordon [Wed, 19 Aug 2009 03:13:54 +0000 (23:13 -0400)]
Cleaned up incorrect OpenGL init code.

14 years agoMade embedded libjpeg compile.
Ryan C. Gordon [Wed, 19 Aug 2009 03:10:35 +0000 (23:10 -0400)]
Made embedded libjpeg compile.

14 years agoPatched to compile on newer gcc.
Ryan C. Gordon [Wed, 19 Aug 2009 03:09:39 +0000 (23:09 -0400)]
Patched to compile on newer gcc.

14 years agoRemoved static library GLU, added SGI's GLU sources.
Ryan C. Gordon [Wed, 19 Aug 2009 03:09:22 +0000 (23:09 -0400)]
Removed static library GLU, added SGI's GLU sources.

14 years agoUse a crosstool compiler.
Ryan C. Gordon [Wed, 19 Aug 2009 02:59:44 +0000 (22:59 -0400)]
Use a crosstool compiler.

15 years agoMkdir bin directories in Makefile.
Ryan C. Gordon [Wed, 14 Jan 2009 04:29:59 +0000 (23:29 -0500)]
Mkdir bin directories in Makefile.

18 years agoThis was sitting unadded in my working directory...putting it in svn so I can
Ryan C. Gordon [Mon, 16 Jan 2006 08:21:19 +0000 (08:21 +0000)]
This was sitting unadded in my working directory...putting it in svn so I can
 nuke my checkout.

18 years agoLink against non-SSE2 libGLU.
Ryan C. Gordon [Mon, 17 Oct 2005 21:37:55 +0000 (21:37 +0000)]
Link against non-SSE2 libGLU.

18 years agoWhoops, nasty malloc bug.
Ryan C. Gordon [Wed, 24 Aug 2005 16:51:29 +0000 (16:51 +0000)]
Whoops, nasty malloc bug.

18 years agoScary code to call execvp() instead of system() to launch browser...
Ryan C. Gordon [Wed, 24 Aug 2005 09:21:01 +0000 (09:21 +0000)]
Scary code to call execvp() instead of system() to launch browser...

18 years agoHack to stop all audio when the tutorial finishes, which stops the overlapping
Ryan C. Gordon [Wed, 24 Aug 2005 06:30:49 +0000 (06:30 +0000)]
Hack to stop all audio when the tutorial finishes, which stops the overlapping
 music on the level menu with the OpenAL renderer...

18 years agoSwap GL buffers in menu, even if motion blur effect is running in-game.
Ryan C. Gordon [Wed, 24 Aug 2005 06:18:59 +0000 (06:18 +0000)]
Swap GL buffers in menu, even if motion blur effect is running in-game.
 Fixes i.o Bugzilla #2346.

18 years agoDon't lock mouse if video mode couldn't be set. Fixes i.o Bugzilla #2344.
Ryan C. Gordon [Tue, 23 Aug 2005 03:45:48 +0000 (03:45 +0000)]
Don't lock mouse if video mode couldn't be set. Fixes i.o Bugzilla #2344.

18 years agoDisable AL_EXT_vorbis, as untested.
Ryan C. Gordon [Fri, 12 Aug 2005 07:43:12 +0000 (07:43 +0000)]
Disable AL_EXT_vorbis, as untested.

18 years agoWhoops, broke browser launch code...
Ryan C. Gordon [Fri, 12 Aug 2005 07:42:33 +0000 (07:42 +0000)]
Whoops, broke browser launch code...

18 years agoMore AL fixes. Seems to be complete now.
Ryan C. Gordon [Fri, 12 Aug 2005 07:04:26 +0000 (07:04 +0000)]
More AL fixes. Seems to be complete now.

18 years agoMore OpenAL work.
Ryan C. Gordon [Fri, 12 Aug 2005 05:54:55 +0000 (05:54 +0000)]
More OpenAL work.

18 years agoFirst shot at crappy "streaming".
Ryan C. Gordon [Fri, 12 Aug 2005 04:45:23 +0000 (04:45 +0000)]
First shot at crappy "streaming".

18 years agoHack around crash on shutdown.
Ryan C. Gordon [Fri, 12 Aug 2005 03:24:14 +0000 (03:24 +0000)]
Hack around crash on shutdown.

18 years agoForce XYZ to initialize to please Valgrind.
Ryan C. Gordon [Fri, 12 Aug 2005 02:45:13 +0000 (02:45 +0000)]
Force XYZ to initialize to please Valgrind.

18 years agoAdded pitch to fix slomo.
Ryan C. Gordon [Fri, 12 Aug 2005 02:41:08 +0000 (02:41 +0000)]
Added pitch to fix slomo.

18 years agoFixed keyboard input AGAIN.
Ryan C. Gordon [Wed, 10 Aug 2005 22:27:03 +0000 (22:27 +0000)]
Fixed keyboard input AGAIN.

18 years agoPatched to link with OpenAL.
Ryan C. Gordon [Wed, 10 Aug 2005 22:26:51 +0000 (22:26 +0000)]
Patched to link with OpenAL.

18 years agoPatched to link.
Ryan C. Gordon [Wed, 10 Aug 2005 22:26:29 +0000 (22:26 +0000)]
Patched to link.

18 years agoTry to use ALSA first, then OSS, plus command lines to change behaviour.
Ryan C. Gordon [Wed, 10 Aug 2005 19:35:52 +0000 (19:35 +0000)]
Try to use ALSA first, then OSS, plus command lines to change behaviour.

18 years agoFixed shift, ctrl and alt.
Ryan C. Gordon [Wed, 10 Aug 2005 16:44:20 +0000 (16:44 +0000)]
Fixed shift, ctrl and alt.

18 years agoFixed resolution selection and added 1920x1200 mode for my monitor. :)
Ryan C. Gordon [Tue, 9 Aug 2005 01:21:07 +0000 (01:21 +0000)]
Fixed resolution selection and added 1920x1200 mode for my monitor.  :)

18 years agoFixed writing to prefpath.
Ryan C. Gordon [Tue, 9 Aug 2005 01:20:31 +0000 (01:20 +0000)]
Fixed writing to prefpath.

18 years agoChdir to base dir on startup and check for --windowed and --nomousegrab
Ryan C. Gordon [Mon, 8 Aug 2005 23:04:20 +0000 (23:04 +0000)]
Chdir to base dir on startup and check for --windowed and --nomousegrab
 commandlines.

18 years agoStatically link fmod.
Ryan C. Gordon [Mon, 8 Aug 2005 21:58:18 +0000 (21:58 +0000)]
Statically link fmod.

18 years agoFirst shot at an OpenAL renderer. Sound effects work, no music.
Ryan C. Gordon [Mon, 8 Aug 2005 09:10:41 +0000 (09:10 +0000)]
First shot at an OpenAL renderer. Sound effects work, no music.

18 years agoBuild fixes.
Ryan C. Gordon [Mon, 8 Aug 2005 05:05:25 +0000 (05:05 +0000)]
Build fixes.

18 years agoExperiment to wedge OpenAL in here...
Ryan C. Gordon [Mon, 8 Aug 2005 03:22:57 +0000 (03:22 +0000)]
Experiment to wedge OpenAL in here...

18 years agoHoly Build Box makefile tweaks.
Ryan C. Gordon [Mon, 8 Aug 2005 02:51:48 +0000 (02:51 +0000)]
Holy Build Box makefile tweaks.

18 years agoPatched to compile on the Holy Build Box.
Ryan C. Gordon [Mon, 8 Aug 2005 02:51:25 +0000 (02:51 +0000)]
Patched to compile on the Holy Build Box.

18 years agoLaunch web browsers on Linux.
Ryan C. Gordon [Mon, 8 Aug 2005 00:51:26 +0000 (00:51 +0000)]
Launch web browsers on Linux.

18 years agoFixed mouse buttons.
Ryan C. Gordon [Sun, 7 Aug 2005 21:07:55 +0000 (21:07 +0000)]
Fixed mouse buttons.

18 years agoEnabled optimizations.
Ryan C. Gordon [Sun, 7 Aug 2005 21:07:40 +0000 (21:07 +0000)]
Enabled optimizations.

18 years agoMore prefpath fixes.
Ryan C. Gordon [Sun, 7 Aug 2005 15:30:52 +0000 (15:30 +0000)]
More prefpath fixes.

18 years agoUse real SDL mouse grab instead of cursor warping (should fix running game
Ryan C. Gordon [Sun, 7 Aug 2005 00:22:31 +0000 (00:22 +0000)]
Use real SDL mouse grab instead of cursor warping (should fix running game
 on Enlightenment 17).

18 years agoDynamically load the GL.
Ryan C. Gordon [Sat, 6 Aug 2005 23:43:44 +0000 (23:43 +0000)]
Dynamically load the GL.

18 years agoImplemented screenshots without DevIL...now DevIL is totally unrequired.
Ryan C. Gordon [Sat, 6 Aug 2005 19:38:02 +0000 (19:38 +0000)]
Implemented screenshots without DevIL...now DevIL is totally unrequired.

18 years agoJPG support.
Ryan C. Gordon [Sat, 6 Aug 2005 17:57:47 +0000 (17:57 +0000)]
JPG support.

18 years agoAdded libpng and zlib to source control.
Ryan C. Gordon [Sat, 6 Aug 2005 16:56:57 +0000 (16:56 +0000)]
Added libpng and zlib to source control.

18 years agoStarted removing DevIL dependency. PNG read support works now.
Ryan C. Gordon [Sat, 6 Aug 2005 16:55:53 +0000 (16:55 +0000)]
Started removing DevIL dependency. PNG read support works now.

18 years agoLots of input work...demo is now fully playable.
Ryan C. Gordon [Fri, 5 Aug 2005 20:50:42 +0000 (20:50 +0000)]
Lots of input work...demo is now fully playable.

18 years agoGame builds and runs...need more input.
Ryan C. Gordon [Fri, 5 Aug 2005 18:02:11 +0000 (18:02 +0000)]
Game builds and runs...need more input.

18 years agoHandle case mismatch in filenames.
Ryan C. Gordon [Fri, 5 Aug 2005 18:01:51 +0000 (18:01 +0000)]
Handle case mismatch in filenames.

18 years agoMore work: compiles, missing like 5 symbols.
Ryan C. Gordon [Fri, 5 Aug 2005 15:50:23 +0000 (15:50 +0000)]
More work: compiles, missing like 5 symbols.

18 years agoMore effort.
Ryan C. Gordon [Fri, 5 Aug 2005 15:13:45 +0000 (15:13 +0000)]
More effort.

18 years agoChanged my mind about the warnings for now...
Ryan C. Gordon [Fri, 5 Aug 2005 14:55:45 +0000 (14:55 +0000)]
Changed my mind about the warnings for now...

18 years agoAdded newline to all the source/headers in Source.
Ryan C. Gordon [Fri, 5 Aug 2005 14:34:47 +0000 (14:34 +0000)]
Added newline to all the source/headers in Source.

18 years agoDon't disable all warnings...
Ryan C. Gordon [Fri, 5 Aug 2005 14:32:54 +0000 (14:32 +0000)]
Don't disable all warnings...

18 years agoWork continues.
Ryan C. Gordon [Fri, 5 Aug 2005 14:32:21 +0000 (14:32 +0000)]
Work continues.

18 years agoMore work.
Ryan C. Gordon [Fri, 5 Aug 2005 14:27:27 +0000 (14:27 +0000)]
More work.

18 years agoRenamed WinDefs.* to MacCompatibility.*, since most of it is Linux-specific.
Ryan C. Gordon [Fri, 5 Aug 2005 14:03:10 +0000 (14:03 +0000)]
Renamed WinDefs.* to MacCompatibility.*, since most of it is Linux-specific.

18 years agoMore work.
Ryan C. Gordon [Fri, 5 Aug 2005 13:49:28 +0000 (13:49 +0000)]
More work.