2017-02-05 |
Côme Chilliet | Moved models paths to PersonType
|
commit | commitdiff | tree |
2017-02-05 |
Côme Chilliet | Put some sounds and animations information in creature...
|
commit | commitdiff | tree |
2017-02-04 |
Côme Chilliet | Fixed default command so that it does not make you...
|
commit | commitdiff | tree |
2017-02-03 |
Côme Chilliet | Merge branch 'master' of gitlab.com:osslugaru/lugaru
|
commit | commitdiff | tree |
2017-02-03 |
Côme Chilliet | Moved proportions system in a PersonType class
|
commit | commitdiff | tree |
2017-02-01 |
Côme Chilliet | Fixes #88 Fixed joints and muscles loading for an existing...
|
commit | commitdiff | tree |
2017-01-30 |
Côme Chilliet | This should fix the segfault from #89
|
commit | commitdiff | tree |
2017-01-30 |
Côme Chilliet | Fixed bindings or documentation to make sure both are...
|
commit | commitdiff | tree |
2017-01-23 |
Côme Chilliet | Fixed invalid participant focus in svengrotto map ...
|
commit | commitdiff | tree |
2017-01-23 |
Côme Chilliet | Reading the campaign end text from campaign file (see...
|
commit | commitdiff | tree |
2017-01-23 |
Côme Chilliet | Fixes #40 Scores are now integers
|
commit | commitdiff | tree |
2017-01-23 |
Côme Chilliet | Fixed search for closest ally or weapon
|
commit | commitdiff | tree |
2017-01-09 |
Côme Chilliet | Added braces to all statements with clang-tidy and...
|
commit | commitdiff | tree |
2017-01-09 |
Côme Chilliet | Applied clang-format on all files
|
commit | commitdiff | tree |
2017-01-09 |
Côme Chilliet | Added .clang-format file
|
commit | commitdiff | tree |
2017-01-09 |
Côme Chilliet | Fixed a few parentheses
|
commit | commitdiff | tree |
2017-01-08 |
Côme Chilliet | Replaced patchobjects arrays by vectors, cleaned code...
|
commit | commitdiff | tree |
2017-01-08 |
Côme Chilliet | Cleaned up Terrain::AddObject
|
commit | commitdiff | tree |
2017-01-08 |
Côme Chilliet | Added a helper for getting model triangle vertexes...
|
commit | commitdiff | tree |
2017-01-08 |
Côme Chilliet | Fixes #74 Shadow glitch (was using decal.vertex instead...
|
commit | commitdiff | tree |
2017-01-06 |
Côme Chilliet | Fixed participantfocus value in a dialogue in sventemple...
|
commit | commitdiff | tree |
2017-01-06 |
Côme Chilliet | Creating map saving folder if needed
|
commit | commitdiff | tree |
2017-01-06 |
Côme Chilliet | Added .at usage to have clearer crash when dialogue...
|
commit | commitdiff | tree |
2017-01-04 |
Côme Chilliet | Removed unused defines, changed method names case
|
commit | commitdiff | tree |
2017-01-04 |
Côme Chilliet | Changed Weapon models and textures to be private
|
commit | commitdiff | tree |
2017-01-04 |
Côme Chilliet | Moved Weapon model and texture loading in Weapon class
|
commit | commitdiff | tree |
2017-01-04 |
Côme Chilliet | Using an enum for model type
|
commit | commitdiff | tree |
2017-01-04 |
Côme Chilliet | Removed unused members in Model class
|
commit | commitdiff | tree |
2017-01-04 |
Côme Chilliet | Removed unused method from Model class
|
commit | commitdiff | tree |
2017-01-03 |
Côme Chilliet | Fixed bushes appearing above ground on first level...
|
commit | commitdiff | tree |
2017-01-02 |
Côme Chilliet | Attempt at fixing LoadStuff calling logic
|
commit | commitdiff | tree |
2017-01-02 |
Côme Chilliet | Fixed crashes due to trianglesNum having wrong type
|
commit | commitdiff | tree |
2017-01-02 |
Côme Chilliet | Replaced a strcpy by strncpy
|
commit | commitdiff | tree |
2017-01-02 |
Côme Chilliet | Removed lots of unused code from Math folder, renamed...
|
commit | commitdiff | tree |
2017-01-02 |
Côme Chilliet | Refactored ugly ifs
|
commit | commitdiff | tree |
2017-01-02 |
Côme Chilliet | Replaced Model::possible with a vector
|
commit | commitdiff | tree |
2017-01-01 |
Côme Chilliet | Using initialization list in Muscle constructor
|
commit | commitdiff | tree |
2017-01-01 |
Côme Chilliet | Cleans up in Object class, factor duplicated code
|
commit | commitdiff | tree |
2017-01-01 |
Côme Chilliet | Fixed warnings
|
commit | commitdiff | tree |
2016-12-23 |
Côme Chilliet | Using a vector for Model triangles, moved facenormal...
|
commit | commitdiff | tree |
2016-12-23 |
Côme Chilliet | Using the Decal class in Model as well
|
commit | commitdiff | tree |
2016-12-23 |
Côme Chilliet | Added an enum for decal type
|
commit | commitdiff | tree |
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 |
next |