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 |
2016-12-03 |
Rémi Verschelde | Rename DATADIR to DATA_DIR to avoid conflict |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Côme Chilliet | Trying to add implementations for MacOS and Windows |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Côme Chilliet | Dirs are now created if missing under GNU/Linux |
commit | commitdiff | tree | snapshot |
2016-12-01 |
Côme Chilliet | Switched all data access to the new methods |
commit | commitdiff | tree | snapshot |
2016-12-01 |
Côme Chilliet | First step towards using clean methods and correct... |
commit | commitdiff | tree | snapshot |
2016-12-01 |
Côme Chilliet | Merge branch 'master' of gitlab.com:osslugaru/lugaru |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Rémi Verschelde | Remove license info obsoleted by relicensing |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Rémi Verschelde | Rename "Debug\ Readme" to DEBUG-OPTIONS.txt and move... |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Rémi Verschelde | Main campaign: Delete unused German translation of... |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Rémi Verschelde | DialogBox is protected on Windows, rename to DialogScene |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Rémi Verschelde | Convert campaigns and dialogues to Unix format |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Rémi Verschelde | Fix libpng iCCP warning about invalid sRGB profile |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Côme Chilliet | Removed weird test for dialogues. Only attackkey should... |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Côme Chilliet | Cleaned up dialog handling using a Dialog class |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Tiny clean |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Cleaned a bit OPENAL_SetFrequency, fixing some clang... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Person::occluded should be an int |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Removed useless code |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Fixed clang warnings |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Cleaned up FootLand method |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Moved Person loading from file into a Person constructor |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Removed unused member of Weapon class |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Added pedantic to debug build options to avoid problems... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Removed ununused field hasAlpha |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Avoid using Variable Length Arrays (which are refused... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Fixed some small sonar warnings |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Fixed a clang warning |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Replaced hardcoded environment values by appropriate... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Cleaned a bit flashing by using a function |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Cleaned up handling of envsounds array through a function |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Removed unused globals |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Removed unused members of Person class |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Côme Chilliet | Added a constructor in Person class |
commit | commitdiff | tree | snapshot |
2016-11-27 |
Neal Gompa | CI: Remove use of copr for mingw-openal-soft |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Switch to using «The Lean Mean C++ Option Parser» |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Renamed OpenGL_Windows.cpp into main.cpp as it contains... |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Removed ctrl+q binding. All OS have their own binding... |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Fixed #11 so that we can close the window while editing... |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Moved clothes loop to Person, got rid of globals tintr... |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Cleaned up a bit clothes adding |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | It makes no sense to use a player id as key for skinText |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Got rid of global texture var. Calling load_image directly |
commit | commitdiff | tree | snapshot |
2016-11-26 |
Côme Chilliet | Started to clean Texture/TextureRes by removing unused... |
commit | commitdiff | tree | snapshot |
2016-11-25 |
Côme Chilliet | Removed commented out code |
commit | commitdiff | tree | snapshot |
2016-11-25 |
Côme Chilliet | Removed unused local vars |
commit | commitdiff | tree | snapshot |
next |