]> git.jsancho.org Git - lugaru.git/shortlog
lugaru.git
2016-12-16 Côme ChillietMoved things related to tutorial in new Tutorial class
2016-12-16 Rémi VerscheldeAdd script to fix hardcoded strings in maps
2016-12-15 Côme ChillietCleaned up TextureRes lifecycle to make sure it’s destr...
2016-12-15 Côme ChillietDitched unused private list in TextureRes
2016-12-15 Côme ChillietObject type is now an enum
2016-12-15 Côme ChillietMoved checkcollide methods in Object
2016-12-15 Côme ChillietCleaned up checkcollide methods
2016-12-15 Côme ChillietRemoved forgotten debug output
2016-12-15 Côme ChillietRemoved unused method Checkcollide
2016-12-15 Côme ChillietCleaned up Objects handling
2016-12-14 Côme ChillietDeleted duplicated unused method
2016-12-14 Côme ChillietFixed a few ifs
2016-12-14 Côme ChillietCleaned up console printing code, replaced global displ...
2016-12-14 Côme ChillietCleaned up a bit Text class. Using glPrintOutlined...
2016-12-14 Côme ChillietImproved error reporting of screenshot saving, fixed...
2016-12-14 Côme ChillietRemoved useless STUBBED define
2016-12-14 Neal GompaCMake: Use correct path for Resources in app root for...
2016-12-14 Neal GompaCMake: Fix SDL2 detection for macOS
2016-12-14 Côme ChillietAdded some security to avoid dividing by 0 if joints...
2016-12-14 Côme ChillietCall to static method should be static
2016-12-14 Rémi VerscheldeSeven Tasks: Revert task18 to unfixed version
2016-12-14 Rémi VerscheldeAdd modders to the credits file
2016-12-14 Rémi VerscheldeCMake: Decrease required version (3.0) and use pkgconfi...
2016-12-14 Rémi VerscheldeSeven Tasks: Fix hardcoded clothes paths
2016-12-14 Rémi VerscheldeAdd The Seven Tasks campaign by Philtron R./skraeling
2016-12-13 Rémi VerscheldeFix GCC5 warnings (-Wsign-compare and -Wmaybe-uninitial...
2016-12-13 Rémi VerscheldeAdd original Temple readme and fix doc install
2016-12-13 Rémi VerscheldeMove some doc to Docs/ and apply folder naming scheme
2016-12-13 Rémi VerscheldeAdd info for packagers and tweak Mac info
2016-12-13 Rémi VerscheldeSave progress upon level completion
2016-12-13 Rémi VerscheldeEmpire: Specify licensing in documentation
2016-12-13 Rémi VerscheldeEmpire: Fix hardcoded clothes paths
2016-12-13 Rémi VerscheldeAdd the Lugaru: Empire campaign by Jendraz
2016-12-12 Rémi VerscheldeAdd release notes for upcoming 1.1 release
2016-12-12 Côme ChillietGot rid of char[] uses in GameDraw.cpp
2016-12-12 Côme ChillietTrying to avoid crashes in Weapon::DoStuff
2016-12-12 Côme ChillietFixes #41 It was hard to click on the next campaign...
2016-12-11 Rémi VerscheldeAdd self-made FurBW.jpg for Temple campaign
2016-12-11 Rémi VerscheldeAdd self-made replacement for Temple Cl*.png assets
2016-12-11 Neal GompaAdjust macOS build information to new minimum OS version
2016-12-11 Neal GompaDrop _EXT suffix from various GL_TEXTURE_* names
2016-12-11 Neal GompaAdd missing C standard library headers
2016-12-11 Neal Gompaabs() -> fabs()
2016-12-11 Neal GompaConvert C-header includes to C++ variants in C++ files
2016-12-11 Neal GompaRemove usage of deprecated gl(Un)LockArraysEXT()
2016-12-11 Neal GompaFix OpenGL and OpenAL header paths for macOS
2016-12-11 Côme ChillietFixed a lot of GCC warnings
2016-12-11 Rémi VerscheldeFix Lugaru.rc for previous header renaming
2016-12-11 Rémi VerscheldeRename all C++ headers with .hpp extension
2016-12-11 Côme ChillietSorted all source files in folders
2016-12-11 Côme ChillietStopped using Account pointers, and removed general...
2016-12-11 Côme ChillietAccount active is now stored as an integer to avoid...
2016-12-11 Côme ChillietReplaced all uses of Account::active outside of Account...
2016-12-11 Côme ChillietRemoved all modifications of Account active from outsid...
2016-12-11 Côme ChillietMoved Account::active in Account class. Maybe it should...
2016-12-10 Rémi VerscheldeImprove formatting of devtools docs
2016-12-10 MilkyRe-write of DEVTOOLS.txt
2016-12-10 Rémi VerscheldeMention devtools option in man page
2016-12-10 Rémi VerscheldeRename debug mode to dev tools
2016-12-10 Côme ChillietUpdating newdetail more often to avoid storing bad...
2016-12-10 Côme ChillietReading debug mode from config again, but command line...
2016-12-10 Côme ChillietOops, should be ifdef not ifndef
2016-12-10 Côme ChillietDisabling exception catching when building debug, to...
2016-12-10 Côme ChillietAttempt at fixing the crash in DoAnimation
2016-12-10 Côme ChillietUsing at() instead of operator[] in currentFrame to...
2016-12-10 Côme ChillietFixed a bug loading all persons with the same ID. I...
2016-12-10 Côme ChillietOops, committed by mistake a temporary commenting of...
2016-12-10 Rémi VerscheldeFix 7s offset between shown challenge time and high...
2016-12-10 Côme ChillietRemoved useless Menu:: prefix, replaced uses of char...
2016-12-10 Côme ChillietMoved everything related to Menu is Menu.h,cpp and...
2016-12-10 Côme ChillietReplace MenuItem::init with a constructor
2016-12-10 Côme ChillietChanged namespace Menu for a class
2016-12-10 Côme ChillietUpdated information in DEBUG-OPTIONS.txt
2016-12-10 Côme ChillietAdded a warning when loading a map with an old map...
2016-12-10 Côme ChillietFix a crash when map contains a negative number of...
2016-12-10 Côme ChillietCleaned up a bit debug keys, ALT is always needed now...
2016-12-10 Côme ChillietDebug mode is now a comandline option
2016-12-09 Rémi VerscheldeDeclare Tempanim animation properly
2016-12-09 Rémi VerscheldeCMake: Default to RelWithDebInfo build type when not...
2016-12-09 Rémi VerscheldeCMake: Fix missing data install on Windows
2016-12-09 Côme ChillietAdded a class for Hotspots to avoid using several arrays
2016-12-09 Côme ChillietRemoved empty destructors. Joint::label is a bodypart
2016-12-09 Côme ChillietRemoved unused methods from Skeleton
2016-12-09 Côme ChillietReplaced muscles and joints in Skeleton by vectors
2016-12-09 Côme ChillietGot rid of malloc in Muscle
2016-12-09 Côme ChillietMoved Joint and Muscle classes to their own files
2016-12-09 Côme ChillietUsing the right type for animation height and type
2016-12-09 Côme ChillietAdded convenient method to get target and current frame...
2016-12-09 Côme ChillietCleaned up Animation by using vectors and classes
2016-12-09 Côme ChillietMoved Skeleton and Animation to their own folder.
2016-12-08 Rémi VerscheldeInstall more docs (AUTHORS, DEBUG-OPTIONS.txt)
2016-12-08 Rémi VerscheldeReadd -pedantic to CXX flags for all builds
2016-12-08 Rémi VerscheldeSilb assets are also under version 3.0 Unported of...
2016-12-08 Côme ChillietReplaced as much char* as possible by std::strings
2016-12-08 Côme ChillietMoved all calls to skeleton Load to Person
2016-12-07 Neal GompaAdd AppStream appdata/metainfo file
2016-12-07 Rémi VerscheldeWrite config and user data to %APPDATA% on Windows
2016-12-07 Rémi VerscheldeFix CXX flags in various CMake build types
2016-12-07 Rémi VerscheldeAdd manpage for Linux system installation
2016-12-07 Rémi VerscheldeAdd and install desktop file and icon
next