2016-12-22 |
Côme Chilliet | Cleaned Terrain Decal handling
|
commit | commitdiff | tree |
2016-12-22 |
Côme Chilliet | Small cleanups
|
commit | commitdiff | tree |
2016-12-22 |
Côme Chilliet | Fixed double set of velocity var
|
commit | commitdiff | tree |
2016-12-22 |
Côme Chilliet | Added parenthesis to expression
|
commit | commitdiff | tree |
2016-12-22 |
Côme Chilliet | Fixed warnings, removed unused attributes, broken audio...
|
commit | commitdiff | tree |
2016-12-21 |
Côme Chilliet | Cleaned up a bit Tutorial::active ifs in Person
|
commit | commitdiff | tree |
2016-12-21 |
Côme Chilliet | Removed useless code in GameInitDispose
|
commit | commitdiff | tree |
2016-12-19 |
Côme Chilliet | Fixed methods signatures to fix build
|
commit | commitdiff | tree |
2016-12-19 |
Côme Chilliet | Moved doAI in Person class
|
commit | commitdiff | tree |
2016-12-17 |
Côme Chilliet | Cleaned a bit mouse button shown names, added names...
|
commit | commitdiff | tree |
2016-12-17 |
Côme Chilliet | Fixes #62 fixed button names display
|
commit | commitdiff | tree |
2016-12-17 |
Côme Chilliet | Cleaned up a bit Tutorial::DrawTextInfo
|
commit | commitdiff | tree |
2016-12-17 |
Côme Chilliet | Renamed method because DrawText is reserved on some...
|
commit | commitdiff | tree |
2016-12-16 |
Côme Chilliet | Moved visibleloading check inside LoadingScreen
|
commit | commitdiff | tree |
2016-12-16 |
Côme Chilliet | Merged identical switch cases in Tutorial
|
commit | commitdiff | tree |
2016-12-16 |
Côme Chilliet | Moved things related to tutorial in new Tutorial class
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Cleaned up TextureRes lifecycle to make sure it’s destroyed...
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Ditched unused private list in TextureRes
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Object type is now an enum
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Moved checkcollide methods in Object
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Cleaned up checkcollide methods
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Removed forgotten debug output
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Removed unused method Checkcollide
|
commit | commitdiff | tree |
2016-12-15 |
Côme Chilliet | Cleaned up Objects handling
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Deleted duplicated unused method
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Fixed a few ifs
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Cleaned up console printing code, replaced global displaytex...
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Cleaned up a bit Text class. Using glPrintOutlined...
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Improved error reporting of screenshot saving, fixed...
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Removed useless STUBBED define
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Added some security to avoid dividing by 0 if joints...
|
commit | commitdiff | tree |
2016-12-14 |
Côme Chilliet | Call to static method should be static
|
commit | commitdiff | tree |
2016-12-12 |
Côme Chilliet | Got rid of char[] uses in GameDraw.cpp
|
commit | commitdiff | tree |
2016-12-12 |
Côme Chilliet | Trying to avoid crashes in Weapon::DoStuff
|
commit | commitdiff | tree |
2016-12-12 |
Côme Chilliet | Fixes #41 It was hard to click on the next campaign...
|
commit | commitdiff | tree |
2016-12-11 |
Côme Chilliet | Fixed a lot of GCC warnings
|
commit | commitdiff | tree |
2016-12-11 |
Côme Chilliet | Sorted all source files in folders
|
commit | commitdiff | tree |
2016-12-11 |
Côme Chilliet | Stopped using Account pointers, and removed general...
|
commit | commitdiff | tree |
2016-12-11 |
Côme Chilliet | Account active is now stored as an integer to avoid...
|
commit | commitdiff | tree |
2016-12-11 |
Côme Chilliet | Replaced all uses of Account::active outside of Account...
|
commit | commitdiff | tree |
2016-12-11 |
Côme Chilliet | Removed all modifications of Account active from outside...
|
commit | commitdiff | tree |
2016-12-11 |
Côme Chilliet | Moved Account::active in Account class. Maybe it should...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Updating newdetail more often to avoid storing bad...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Reading debug mode from config again, but command line...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Oops, should be ifdef not ifndef
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Disabling exception catching when building debug, to...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Attempt at fixing the crash in DoAnimation
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Using at() instead of operator[] in currentFrame to...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Fixed a bug loading all persons with the same ID. I...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Oops, committed by mistake a temporary commenting of...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Removed useless Menu:: prefix, replaced uses of char...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Moved everything related to Menu is Menu.h,cpp and...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Replace MenuItem::init with a constructor
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Changed namespace Menu for a class
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Updated information in DEBUG-OPTIONS.txt
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Added a warning when loading a map with an old map...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Fix a crash when map contains a negative number of...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Cleaned up a bit debug keys, ALT is always needed now...
|
commit | commitdiff | tree |
2016-12-10 |
Côme Chilliet | Debug mode is now a comandline option
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Added a class for Hotspots to avoid using several arrays
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Removed empty destructors. Joint::label is a bodypart
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Removed unused methods from Skeleton
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Replaced muscles and joints in Skeleton by vectors
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Got rid of malloc in Muscle
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Moved Joint and Muscle classes to their own files
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Using the right type for animation height and type
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Added convenient method to get target and current frames...
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Cleaned up Animation by using vectors and classes
|
commit | commitdiff | tree |
2016-12-09 |
Côme Chilliet | Moved Skeleton and Animation to their own folder.
|
commit | commitdiff | tree |
2016-12-08 |
Côme Chilliet | Replaced as much char* as possible by std::strings
|
commit | commitdiff | tree |
2016-12-08 |
Côme Chilliet | Moved all calls to skeleton Load to Person
|
commit | commitdiff | tree |
2016-12-07 |
Côme Chilliet | Moved as much as possible init in Person constructor
|
commit | commitdiff | tree |
2016-12-07 |
Côme Chilliet | Fixed weird broken if/else/if
|
commit | commitdiff | tree |
2016-12-07 |
Côme Chilliet | Fixes #8 Removed glstubs.h and its uses
|
commit | commitdiff | tree |
2016-12-04 |
Côme Chilliet | Trying to handle a bit better missing files and avoid...
|
commit | commitdiff | tree |
2016-12-03 |
Côme Chilliet | Trying to add implementations for MacOS and Windows
|
commit | commitdiff | tree |
2016-12-02 |
Côme Chilliet | Dirs are now created if missing under GNU/Linux
|
commit | commitdiff | tree |
2016-12-01 |
Côme Chilliet | Switched all data access to the new methods
|
commit | commitdiff | tree |
2016-12-01 |
Côme Chilliet | First step towards using clean methods and correct...
|
commit | commitdiff | tree |
2016-12-01 |
Côme Chilliet | Merge branch 'master' of gitlab.com:osslugaru/lugaru
|
commit | commitdiff | tree |
2016-11-30 |
Côme Chilliet | Removed weird test for dialogues. Only attackkey should...
|
commit | commitdiff | tree |
2016-11-30 |
Côme Chilliet | Cleaned up dialog handling using a Dialog class
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Tiny clean
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Cleaned a bit OPENAL_SetFrequency, fixing some clang...
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Person::occluded should be an int
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Removed useless code
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Fixed clang warnings
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Cleaned up FootLand method
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Moved Person loading from file into a Person constructor
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Removed unused member of Weapon class
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Added pedantic to debug build options to avoid problems...
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Removed ununused field hasAlpha
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Avoid using Variable Length Arrays (which are refused...
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Fixed some small sonar warnings
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Fixed a clang warning
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Replaced hardcoded environment values by appropriate...
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Cleaned a bit flashing by using a function
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Cleaned up handling of envsounds array through a function
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Removed unused globals
|
commit | commitdiff | tree |
2016-11-29 |
Côme Chilliet | Removed unused members of Person class
|
commit | commitdiff | tree |
next |