]> git.jsancho.org Git - lugaru.git/shortlog
lugaru.git
2010-05-14 Neal GompaMade sound file filepaths use ConvertFileName(), so...
2010-05-14 Neal GompaMade a few more filepaths use ConvertFileName(), so...
2010-05-14 Ryan HansonMade a couple more filepaths use ConvertFileName()...
2010-05-14 Ryan HansonMade filepaths use ConvertFileName(), so it works on...
2010-05-14 Neal GompaReverting file paths changes; they make the problem...
2010-05-14 Neal GompaOops, Initial forward slash needs to be removed in...
2010-05-14 Neal GompaChanged paths in several files from OS9 style to POSIX...
2010-05-14 Neal GompaMade sure that 'MacCompatibility.h' is used only with...
2010-05-14 Ryan C. GordonRemoved DRIVER.CC (unused).
2010-05-14 Ryan C. GordonFix use of va_copy() on MSVC.
2010-05-14 Ryan C. GordonFixed compiler warning.
2010-05-14 Ryan C. GordonMaybe fix some MSVC build issues.
2010-05-14 Ryan C. GordonLighting code cleanup.
2010-05-14 Neal GompaRestored old OpenGL headers; hopefully this makes it...
2010-05-14 Neal GompaFixed conditional with configuring OpenGL to only activ...
2010-05-14 Neal GompaAdded in 'stdint.h' and 'inttypes.h' files, since MSVC...
2010-05-14 Neal GompaAdded in 'stdint.h' and 'inttypes.h' for MSVC as Depend...
2010-05-14 Neal GompaAdded in support for resource compilation in MSVC;...
2010-05-14 Ryan C. GordonMerge.
2010-05-14 Ryan C. GordonRemoved unused netmessages code.
2010-05-14 Neal GompaAdded in support for MSVC building for MSVC2005 and...
2010-05-14 Ryan C. GordonReplaced Constants.h defines with const ints.
2010-05-14 Ryan C. GordonRemoved registration checks.
2010-05-14 Ryan C. GordonRemoved old OS9 code stuff.
2010-05-14 Ryan C. GordonMerge.
2010-05-14 Neal GompaRemoved 'md5.h' from CMake scripts, as it no longer...
2010-05-14 Ryan C. GordonRemoved non-SDL codepaths.
2010-05-14 Ryan C. GordonRemoved MD5 sources.
2010-05-14 Ryan C. GordonFixed Xcode project.
2010-05-14 Ryan C. GordonImplemented isFocused().
2010-05-14 Ryan C. GordonRemoved leftover DevIL support code.
2010-05-14 Ryan C. Gordonmerge
2010-05-14 Ryan C. GordonFixed some strrchr compiler warnings.
2010-05-14 Harley LaueApplied patch from issue #4
2010-05-14 Ryan C. GordonFixed another printf() format string issue.
2010-05-14 Ryan C. GordonFixed printf() formatting string.
2010-05-14 Neal GompaFixed SDL linkage and internal libjpeg linkage breaks
2010-05-14 Neal GompaFixed paths for MinGW SDL libraries
2010-05-14 Neal GompaReverted internal SDL lib configuration modification...
2010-05-14 Neal GompaModified internal SDL lib configuration to properly...
2010-05-14 Neal GompaFixed CMake detection of internal libs
2010-05-14 Neal GompaMerged
2010-05-14 Neal GompaSomething screwy with internal headers, added headers...
2010-05-14 Neal GompaSomething screwy with internal headers, replaced them...
2010-05-13 Harley LaueMerged
2010-05-13 Harley LaueFixed CMake so Force internal actually has a chance...
2010-05-13 Harley LaueMissed an fmod header
2010-05-13 Neal GompaFixed install paths in CMake so that the compiled binar...
2010-05-13 Neal GompaFixed includes in 'openal_wrapper.h' to fit with CMake...
2010-05-13 Neal GompaFixed error in handling Lugaru's default Windows instal...
2010-05-13 Harley LaueSeems there were a few things I forgot when I removed...
2010-05-13 Neal GompaOops, forgot to actually pre-define the OpenAL internal...
2010-05-13 Neal GompaOops, forgot to actually commit the MinGW OpenAL libs...
2010-05-13 Neal GompaMerged
2010-05-13 Neal GompaAdded internal OpenAL libs for MinGW on Windows; MSVC...
2010-05-13 Harley LaueForgot to update CMake... again...
2010-05-13 Harley LaueMerged FMod changes in
2010-05-13 Harley LaueRemoved FMod from the source.
2010-05-13 Neal GompaAdded 'mesa_wgl.h' to make OpenGL headers happy on...
2010-05-13 Neal GompaAdded win32 SDL libraries for MinGW and MSVC; Modified...
2010-05-13 Christian OhmGet rid of dupicated code in the text routines.
2010-05-13 Ryan C. GordonFixed dependencies, made them optional (so you can...
2010-05-13 Ryan C. GordonMerge.
2010-05-13 Ryan C. GordonReworked CMakeLists.txt.
2010-05-13 Neal GompaRemove 'wincompat.h' from CMake scripts to let it build...
2010-05-13 Harley Lauewincompat.h doesn't seem to be used, and it has a quest...
2010-05-13 Ryan C. GordonCleaned up the stricmp() nonsense.
2010-05-13 Ryan C. GordonFixed Mac builds with makefile.old.
2010-05-13 Harley LaueLooks like UNIX also needs the MacCompatibility.cpp...
2010-05-13 Harley LaueKill Windows line endings in the middle of the file
2010-05-13 Neal GompaMade fixes for includes in 'openal_wrapper.cpp' and...
2010-05-13 Neal GompaMore fixes to 'OpenGL_Windows.cpp' to work on Linux...
2010-05-13 Neal GompaFixed 'OpenGL_Windows.cpp' to work on Linux and Windows...
2010-05-13 Neal Gompafixed header include for Windows in 'openal_wrapper...
2010-05-13 Neal GompaFixed a typo in setting OpenAL include directory paths
2010-05-13 Ryan C. GordonFixed command key sticking (where Mac users might quit...
2010-05-13 Ryan C. GordonSome Windows build fixes.
2010-05-13 Ryan C. GordonMerge.
2010-05-13 Neal GompaRemoved superfluous files from CMakeLists source tree...
2010-05-13 Ryan C. GordonRemoved some commented code that isn't coming back.
2010-05-13 Ryan C. GordonRemoved some unneeded source files.
2010-05-13 Ryan C. GordonMerge.
2010-05-13 Neal GompaAdded a conditional to fix for Windows
2010-05-13 Ryan C. GordonFixed makemac.sh
2010-05-13 Neal GompaRemoved redundant OpenGL utility function definition
2010-05-13 Ryan C. GordonMake RUNDIR be "." in makefile.old.
2010-05-13 Ryan C. GordonUpdated Xcode project for new dependencies.
2010-05-13 Ryan C. GordonUpdated makefile.old with the new dependencies stuff.
2010-05-13 Ryan C. GordonAdded a basic libjpeg config header.
2010-05-13 Neal GompaFixed 'head' define to C++ style constant to fix breaka...
2010-05-13 Ryan C. GordonMoved prebuilt Mac OS X SDL libs to Dependencies.
2010-05-13 Ryan C. GordonUpgraded libvorbis from 1.0.1 to 1.3.1 and moved it...
2010-05-13 Ryan C. Gordon Upgraded libogg from 1.0 to 2.0 and moved it to Depend...
2010-05-13 Ryan C. Gordon Upgraded libpng from 1.2.8 to 1.4.1 and moved it to...
2010-05-13 Ryan C. GordonUpgraded zlib from 1.2.3 to 1.2.5 and moved it to Depen...
2010-05-13 Ryan C. GordonUpgraded libjpeg from 6b to 8a and moved it to Dependen...
2010-05-13 Neal GompaAdded extern structure to 'OpenGL_Windows.cpp' and...
2010-05-13 Ryan C. GordonMoving OpenAL into dependencies.
2010-05-13 Ryan C. GordonMoving GL headers into Dependencies.
2010-05-13 Ryan C. GordonRemoving GL headers we don't need.
next