]> git.jsancho.org Git - lugaru.git/history - Source/OpenGL_Windows.cpp
Added GPL license and headers.
[lugaru.git] / Source / OpenGL_Windows.cpp
2010-05-11 Ryan C. GordonAdded GPL license and headers.
2010-02-18 Ryan C. GordonDrop keyboard input if it was part of the grab or windo...
2009-11-17 Ryan C. GordonForce a double-buffered GL context.
2009-11-08 Ryan C. GordonMake Apple-Q work like the Carbonized version.
2009-11-08 Ryan C. GordonAllow user to set any reasonable resolution.
2009-11-08 Ryan C. GordonTry fallbacks if we can't set video mode.
2009-11-08 Ryan C. GordonAllow Mac OS X builds to quit with Apple-Q hotkey.
2009-11-01 Ryan C. Gordonchdir to base of app bundle on the Mac.
2009-11-01 Ryan C. GordonUpdated web browser launching code.
2009-08-19 Ryan C. GordonChanged capitalization of the small window caption.
2009-08-19 Ryan C. GordonFixed buffer overrun (misunderstanding about input...
2009-08-19 Ryan C. GordonSimplified web browser launching on Linux.
2009-08-19 Ryan C. GordonCleaned up incorrect OpenGL init code.
2005-08-24 Ryan C. GordonWhoops, nasty malloc bug.
2005-08-24 Ryan C. GordonScary code to call execvp() instead of system() to...
2005-08-23 Ryan C. GordonDon't lock mouse if video mode couldn't be set. Fixes...
2005-08-12 Ryan C. GordonWhoops, broke browser launch code...
2005-08-12 Ryan C. GordonHack around crash on shutdown.
2005-08-10 Ryan C. GordonFixed keyboard input AGAIN.
2005-08-10 Ryan C. GordonTry to use ALSA first, then OSS, plus command lines...
2005-08-10 Ryan C. GordonFixed shift, ctrl and alt.
2005-08-09 Ryan C. GordonFixed resolution selection and added 1920x1200 mode...
2005-08-08 Ryan C. GordonChdir to base dir on startup and check for --windowed...
2005-08-08 Ryan C. GordonPatched to compile on the Holy Build Box.
2005-08-08 Ryan C. GordonLaunch web browsers on Linux.
2005-08-07 Ryan C. GordonFixed mouse buttons.
2005-08-07 Ryan C. GordonMore prefpath fixes.
2005-08-07 Ryan C. GordonUse real SDL mouse grab instead of cursor warping ...
2005-08-06 Ryan C. GordonDynamically load the GL.
2005-08-06 Ryan C. GordonImplemented screenshots without DevIL...now DevIL is...
2005-08-06 Ryan C. GordonJPG support.
2005-08-06 Ryan C. GordonStarted removing DevIL dependency. PNG read support...
2005-08-05 Ryan C. GordonLots of input work...demo is now fully playable.
2005-08-05 Ryan C. GordonGame builds and runs...need more input.
2005-08-05 Ryan C. GordonAdded newline to all the source/headers in Source.
2005-08-05 Ryan C. GordonRenamed WinDefs.* to MacCompatibility.*, since most...
2005-08-05 Ryan C. GordonMore work.
2005-08-05 Ryan C. GordonInitial import.