2016-12-15 |
Côme Chilliet | Cleaned up Objects handling |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Deleted duplicated unused method |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Fixed a few ifs |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Cleaned up console printing code, replaced global displ... |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Cleaned up a bit Text class. Using glPrintOutlined... |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Improved error reporting of screenshot saving, fixed... |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Removed useless STUBBED define |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Neal Gompa | CMake: Use correct path for Resources in app root for... |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Neal Gompa | CMake: Fix SDL2 detection for macOS |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Added some security to avoid dividing by 0 if joints... |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Côme Chilliet | Call to static method should be static |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Rémi Verschelde | Seven Tasks: Revert task18 to unfixed version |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Rémi Verschelde | Add modders to the credits file |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Rémi Verschelde | CMake: Decrease required version (3.0) and use pkgconfi... |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Rémi Verschelde | Seven Tasks: Fix hardcoded clothes paths |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Rémi Verschelde | Add The Seven Tasks campaign by Philtron R./skraeling |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Fix GCC5 warnings (-Wsign-compare and -Wmaybe-uninitial... |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Add original Temple readme and fix doc install |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Move some doc to Docs/ and apply folder naming scheme |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Add info for packagers and tweak Mac info |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Save progress upon level completion |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Empire: Specify licensing in documentation |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Empire: Fix hardcoded clothes paths |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Rémi Verschelde | Add the Lugaru: Empire campaign by Jendraz |
commit | commitdiff | tree | snapshot |
2016-12-12 |
Rémi Verschelde | Add release notes for upcoming 1.1 release |
commit | commitdiff | tree | snapshot |
2016-12-12 |
Côme Chilliet | Got rid of char[] uses in GameDraw.cpp |
commit | commitdiff | tree | snapshot |
2016-12-12 |
Côme Chilliet | Trying to avoid crashes in Weapon::DoStuff |
commit | commitdiff | tree | snapshot |
2016-12-12 |
Côme Chilliet | Fixes #41 It was hard to click on the next campaign... |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Rémi Verschelde | Add self-made FurBW.jpg for Temple campaign |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Rémi Verschelde | Add self-made replacement for Temple Cl*.png assets |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Neal Gompa | Adjust macOS build information to new minimum OS version |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Neal Gompa | Drop _EXT suffix from various GL_TEXTURE_* names |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Neal Gompa | Add missing C standard library headers |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Neal Gompa | abs() -> fabs() |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Neal Gompa | Convert C-header includes to C++ variants in C++ files |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Neal Gompa | Remove usage of deprecated gl(Un)LockArraysEXT() |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Neal Gompa | Fix OpenGL and OpenAL header paths for macOS |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Côme Chilliet | Fixed a lot of GCC warnings |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Rémi Verschelde | Fix Lugaru.rc for previous header renaming |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Rémi Verschelde | Rename all C++ headers with .hpp extension |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Côme Chilliet | Sorted all source files in folders |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Côme Chilliet | Stopped using Account pointers, and removed general... |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Côme Chilliet | Account active is now stored as an integer to avoid... |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Côme Chilliet | Replaced all uses of Account::active outside of Account... |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Côme Chilliet | Removed all modifications of Account active from outsid... |
commit | commitdiff | tree | snapshot |
2016-12-11 |
Côme Chilliet | Moved Account::active in Account class. Maybe it should... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Rémi Verschelde | Improve formatting of devtools docs |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Milky | Re-write of DEVTOOLS.txt |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Rémi Verschelde | Mention devtools option in man page |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Rémi Verschelde | Rename debug mode to dev tools |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Updating newdetail more often to avoid storing bad... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Reading debug mode from config again, but command line... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Oops, should be ifdef not ifndef |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Disabling exception catching when building debug, to... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Attempt at fixing the crash in DoAnimation |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Using at() instead of operator[] in currentFrame to... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Fixed a bug loading all persons with the same ID. I... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Oops, committed by mistake a temporary commenting of... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Rémi Verschelde | Fix 7s offset between shown challenge time and high... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Removed useless Menu:: prefix, replaced uses of char... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Moved everything related to Menu is Menu.h,cpp and... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Replace MenuItem::init with a constructor |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Changed namespace Menu for a class |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Updated information in DEBUG-OPTIONS.txt |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Added a warning when loading a map with an old map... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Fix a crash when map contains a negative number of... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Cleaned up a bit debug keys, ALT is always needed now... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
Côme Chilliet | Debug mode is now a comandline option |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rémi Verschelde | Declare Tempanim animation properly |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rémi Verschelde | CMake: Default to RelWithDebInfo build type when not... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Rémi Verschelde | CMake: Fix missing data install on Windows |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Added a class for Hotspots to avoid using several arrays |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Removed empty destructors. Joint::label is a bodypart |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Removed unused methods from Skeleton |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Replaced muscles and joints in Skeleton by vectors |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Got rid of malloc in Muscle |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Moved Joint and Muscle classes to their own files |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Using the right type for animation height and type |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Added convenient method to get target and current frame... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Cleaned up Animation by using vectors and classes |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Côme Chilliet | Moved Skeleton and Animation to their own folder. |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Rémi Verschelde | Install more docs (AUTHORS, DEBUG-OPTIONS.txt) |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Rémi Verschelde | Readd -pedantic to CXX flags for all builds |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Rémi Verschelde | Silb assets are also under version 3.0 Unported of... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Côme Chilliet | Replaced as much char* as possible by std::strings |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Côme Chilliet | Moved all calls to skeleton Load to Person |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Neal Gompa | Add AppStream appdata/metainfo file |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Rémi Verschelde | Write config and user data to %APPDATA% on Windows |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Rémi Verschelde | Fix CXX flags in various CMake build types |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Rémi Verschelde | Add manpage for Linux system installation |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Rémi Verschelde | Add and install desktop file and icon |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Rémi Verschelde | Move distribution-related files to Dist |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Rémi Verschelde | Add proper system-wide install instructions for Linux |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Côme Chilliet | Moved as much as possible init in Person constructor |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Côme Chilliet | Fixed weird broken if/else/if |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Côme Chilliet | Fixes #8 Removed glstubs.h and its uses |
commit | commitdiff | tree | snapshot |
2016-12-04 |
Rémi Verschelde | Fix hardcoded clothes paths in maps |
commit | commitdiff | tree | snapshot |
2016-12-04 |
Côme Chilliet | Trying to handle a bit better missing files and avoid... |
commit | commitdiff | tree | snapshot |
2016-12-04 |
Rémi Verschelde | Data files use title case consistently |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Rémi Verschelde | Fix regression in fallback logic on Linux |
commit | commitdiff | tree | snapshot |
next |