]> git.jsancho.org Git - lugaru.git/shortlog
lugaru.git
2016-11-26 Côme ChillietRenamed OpenGL_Windows.cpp into main.cpp as it contains...
2016-11-26 Côme ChillietRemoved ctrl+q binding. All OS have their own binding...
2016-11-26 Côme ChillietFixed #11 so that we can close the window while editing...
2016-11-26 Côme ChillietMoved clothes loop to Person, got rid of globals tintr...
2016-11-26 Côme ChillietCleaned up a bit clothes adding
2016-11-26 Côme ChillietIt makes no sense to use a player id as key for skinText
2016-11-26 Côme ChillietGot rid of global texture var. Calling load_image directly
2016-11-26 Côme ChillietStarted to clean Texture/TextureRes by removing unused...
2016-11-25 Côme ChillietRemoved commented out code
2016-11-25 Côme ChillietRemoved unused local vars
2016-11-25 Côme ChillietAvoid using bool as int
2016-11-25 Côme ChillietRemoved unused var
2016-11-25 Côme ChillietFixed duplicated expressions in ifs
2016-11-25 Côme ChillietCleaned up some code in Person.cpp
2016-11-25 Côme ChillietAdded information gathered on some Person attributes
2016-11-25 Côme ChillietRefactored weapon taking in Person::takeWeapon
2016-11-25 Côme ChillietRefactor of weapon throwing in Weapon class. (named...
2016-11-25 Côme ChillietFirst refactoring of weapon dropping inside Weapon...
2016-11-25 Rémi VerscheldeAdd copyright notice and AUTHORS file for open source...
2016-11-24 Côme ChillietGot rid of unused "osx" global var
2016-11-24 Côme ChillietCleaned up a bit OpenGL_Windows.cpp, avoid calling...
2016-11-24 Côme ChillietRemoved commented out code
2016-11-24 Côme ChillietRemove typedef bool -> Boolean, using standard bool...
2016-11-24 Côme ChillietMoved image loading/saving in TGALoader and renamed...
2016-11-24 Côme ChillietFirst step at cleaning image loading.
2016-11-24 Côme ChillietRemoved obsolete PLATFORM_MACOSX code
2016-11-24 Côme ChillietMoved console commands in their own file to clean a...
2016-11-23 Côme ChillietRemoved most of the commented out code
2016-11-23 Côme ChillietRemoved unused methods
2016-11-23 Côme ChillietFixed lots of errors spotted by cppcheck
2016-11-23 Côme ChillietFixed error spotted by cppcheck
2016-11-23 Neal GompaCI: Switch back to fedora:latest
2016-11-22 Côme ChillietRemoved unused file and code
2016-11-21 David RosenRelicensing all Wolfire Lugaru assets to CC-BY-SA 3.0
2016-11-21 Côme ChillietAvoid using unitialized var in corner cases (fixes...
2016-11-20 Rémi VerscheldeLicense: Update GPLv2+ header to match current FSF...
2016-11-20 Rémi VerscheldeDrop unnecessary USE_OPENAL and USE_SDL defines
2016-11-20 Rémi VerscheldeCMake: Drop LUGARU_INSTALL_PREFIX and clean CMakeLists
2016-11-20 Rémi VerscheldeAdd link to the website in the README
2016-11-20 Côme ChillietFixed a lot of warnings
2016-11-20 Côme ChillietIgnoring parentheses warnings for now - too much of...
2016-11-20 Côme ChillietFixed some warnings
2016-11-20 Rémi VerscheldeAdd detailed compilation instructions
2016-11-20 Neal GompaCI: Update inactive CI configurations to match current...
2016-11-20 Rémi VerscheldeFix creating a Screenshots folder in bindir on Unix
2016-11-20 Rémi VerscheldeBump details to high level and enable motion blur
2016-11-20 Rémi VerscheldeSet default resolution to 1024x768
2016-11-20 Neal Gompa... Merge branch 'unbundle-the-world-better' into 'master'
2016-11-20 Rémi VerscheldePurge thirdparty source files
2016-11-20 Neal GompaCMake: Purge all the bundled dependencies
2016-11-20 Neal Gompa... Merge branch 'opt-fullscreen' into 'master'
2016-11-20 Rémi VerscheldeAdd an option to toggle fullscreen
2016-11-20 Côme ChillietFixed resolution detection and handling
2016-11-19 Neal GompaCI: Disable AppVeyor
2016-11-19 Rémi VerscheldeCMake: Install OpenAL DLL and docs
2016-11-19 Rémi VerscheldeCMake: Install required DLLs when building with mingw
2016-11-19 Côme ChillietFixed nomousegrab option
2016-11-19 Neal GompaCMake: Do not install no longer existent libraries
2016-11-19 Rémi VerscheldeDrop bundled OpenAL binaries
2016-11-19 Rémi VerscheldeCMake: Fix linking against system OpenAL via pkgconfig
2016-11-19 Rémi VerscheldeCMake: Simplify RC compilation and fix indentation
2016-11-19 Côme ChillietFixes #12 Removed chatting code
2016-11-19 Rémi Verscheldemingw: Temporarily disable glstubs logic to fix build
2016-11-19 Neal GompaFix paths for OpenAL headers
2016-11-19 Neal GompaOpenAL -> OPENAL
2016-11-19 Neal GompaUse pkgconfig for cross-compiling to detect OpenAL
2016-11-19 Neal GompaCI: Fix installing copr command, move it to mingw sections
2016-11-19 Neal GompaCI: Ensure dnf copr command is available
2016-11-19 Neal GompaCI: Add COPR repo to provide OpenAL for MinGW builds
2016-11-19 Rémi VerscheldeWinDefs: Do not redefine uintptr_t
2016-11-19 Neal GompaCI: Switch to Fedora Rawhide for Linux builds
2016-11-18 Neal GompaSet CMP0004 policy to OLD
2016-11-18 Rémi VerscheldeCMake: Use upstream SDL2 find_package
2016-11-18 Rémi VerscheldeWin32: Allow linking against system OpenGL (mingw)
2016-11-18 Rémi VerscheldeFix mingw32 build by dropping re- and undefs of core...
2016-11-18 Neal GompaCI: Switch most of the libraries from internal to syste...
2016-11-18 Neal GompaRevert "Remove superfluous explicit command for windres/rc"
2016-11-18 Neal Gompa... Merge branch 'sdl2-rebase' into 'master'
2016-11-18 Rémi VerscheldeCI: Adapt to SDL2 migration
2016-11-18 Côme ChillietDeleted SDL 1.2 from Dependencies folder
2016-11-18 Côme ChillietMigrated to SDL2
2016-11-18 Côme ChillietFixed CMakeLists.txt identation
2016-11-16 Neal GompaPurge Xcode projects
2016-11-16 Neal GompaCI: AppVeyor x86 -> Win32
2016-11-16 Neal GompaCI: Set Debug configuration for AppVeyor
2016-11-16 Neal GompaCI: Fix .doozer.json buildcmd
2016-11-16 Neal GompaCI: Add .doozer.json
2016-11-16 Neal GompaGenerate debugging symbols with Debug configuration
2016-11-16 Neal GompaCI: Add target configuration setting for appveyor
2016-11-16 Neal GompaCI: Fix .appveyor.yml build section
2016-11-15 Neal GompaCI: We only have libraires for 32-bit MSVC builds,...
2016-11-15 Neal GompaCI: Fix install prefix for appveyor cmake run
2016-11-15 Neal GompaCI: Drop legacy msvc2005 files, add AppVeyor
2016-11-15 Neal GompaCI: Add mingw{32,64}-headers to build_mingw{32,64}...
2016-11-15 Neal GompaRemove superfluous explicit command for windres/rc
2016-11-14 Neal GompaCI: Force internal OpenGL for MinGW
2016-11-14 Neal Gompa... Merge branch 'fix-mingw32' into 'master'
2016-11-14 Rémi Verscheldemingw32: Fix issues with WIN32 not being defined
2016-11-14 Rémi Verscheldemingw32: Fix a couple build issues
2016-11-14 Rémi VerscheldeAdd project links to the README
next