2017-01-23 |
Côme Chilliet | Fixes #40 Scores are now integers |
blob | commitdiff | raw |
2017-01-09 |
Côme Chilliet | Added braces to all statements with clang-tidy and... |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Côme Chilliet | Applied clang-format on all files |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Côme Chilliet | Fixed a few parentheses |
blob | commitdiff | raw | diff to current |
2017-01-08 |
Côme Chilliet | Replaced patchobjects arrays by vectors, cleaned code... |
blob | commitdiff | raw | diff to current |
2017-01-03 |
Rémi Verschelde | Use a mono font for the console text |
blob | commitdiff | raw | diff to current |
2016-12-22 |
Côme Chilliet | Cleaned Terrain Decal handling |
blob | commitdiff | raw | diff to current |
2016-12-22 |
Nicola Spanti (RyD... | Fixing some warnings of cppcheck |
blob | commitdiff | raw | diff to current |
2016-12-22 |
Nicola Spanti (RyD... | Fixing some warnings |
blob | commitdiff | raw | diff to current |
2016-12-17 |
Côme Chilliet | Renamed method because DrawText is reserved on some... |
blob | commitdiff | raw | diff to current |
2016-12-16 |
Côme Chilliet | Moved things related to tutorial in new Tutorial class |
blob | commitdiff | raw | diff to current |
2016-12-15 |
Côme Chilliet | Moved checkcollide methods in Object |
blob | commitdiff | raw | diff to current |
2016-12-15 |
Côme Chilliet | Cleaned up Objects handling |
blob | commitdiff | raw | diff to current |
2016-12-14 |
Côme Chilliet | Fixed a few ifs |
blob | commitdiff | raw | diff to current |
2016-12-14 |
Côme Chilliet | Cleaned up console printing code, replaced global displ... |
blob | commitdiff | raw | diff to current |
2016-12-14 |
Côme Chilliet | Cleaned up a bit Text class. Using glPrintOutlined... |
blob | commitdiff | raw | diff to current |
2016-12-12 |
Côme Chilliet | Got rid of char[] uses in GameDraw.cpp |
blob | commitdiff | raw | diff to current |
2016-12-11 |
Neal Gompa | Drop _EXT suffix from various GL_TEXTURE_* names |
blob | commitdiff | raw | diff to current |
2016-12-11 |
Neal Gompa | abs() -> fabs() |
blob | commitdiff | raw | diff to current |
2016-12-11 |
Côme Chilliet | Fixed a lot of GCC warnings |
blob | commitdiff | raw | diff to current |
2016-12-11 |
Rémi Verschelde | Rename all C++ headers with .hpp extension |
blob | commitdiff | raw | diff to current |
2016-12-11 |
Côme Chilliet | Sorted all source files in folders |
blob | commitdiff | raw | diff to current |
2016-12-11 |
Côme Chilliet | Replaced all uses of Account::active outside of Account... |
blob | commitdiff | raw | diff to current |
2016-12-11 |
Côme Chilliet | Moved Account::active in Account class. Maybe it should... |
blob | commitdiff | raw | diff to current |
2016-12-10 |
Rémi Verschelde | Rename debug mode to dev tools |
blob | commitdiff | raw | diff to current |
2016-12-10 |
Rémi Verschelde | Fix 7s offset between shown challenge time and high... |
blob | commitdiff | raw | diff to current |
2016-12-09 |
Côme Chilliet | Added a class for Hotspots to avoid using several arrays |
blob | commitdiff | raw | diff to current |
2016-12-09 |
Côme Chilliet | Replaced muscles and joints in Skeleton by vectors |
blob | commitdiff | raw | diff to current |
2016-12-01 |
Côme Chilliet | Merge branch 'master' of gitlab.com:osslugaru/lugaru |
blob | commitdiff | raw | diff to current |
2016-11-30 |
Rémi Verschelde | DialogBox is protected on Windows, rename to DialogScene |
blob | commitdiff | raw | diff to current |
2016-11-30 |
Côme Chilliet | Cleaned up dialog handling using a Dialog class |
blob | commitdiff | raw | diff to current |
2016-11-29 |
Côme Chilliet | Tiny clean |
blob | commitdiff | raw | diff to current |
2016-11-29 |
Côme Chilliet | Removed useless code |
blob | commitdiff | raw | diff to current |
2016-11-29 |
Côme Chilliet | Cleaned a bit flashing by using a function |
blob | commitdiff | raw | diff to current |
2016-11-29 |
Côme Chilliet | Removed unused globals |
blob | commitdiff | raw | diff to current |
2016-11-25 |
Côme Chilliet | Removed commented out code |
blob | commitdiff | raw | diff to current |
2016-11-25 |
Rémi Verschelde | Add copyright notice and AUTHORS file for open source... |
blob | commitdiff | raw | diff to current |
2016-11-24 |
Côme Chilliet | Got rid of unused "osx" global var |
blob | commitdiff | raw | diff to current |
2016-11-24 |
Côme Chilliet | Removed obsolete PLATFORM_MACOSX code |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Côme Chilliet | Removed most of the commented out code |
blob | commitdiff | raw | diff to current |
2016-11-23 |
Côme Chilliet | Fixed lots of errors spotted by cppcheck |
blob | commitdiff | raw | diff to current |
2016-11-21 |
Côme Chilliet | Avoid using unitialized var in corner cases (fixes... |
blob | commitdiff | raw | diff to current |
2016-11-20 |
Rémi Verschelde | License: Update GPLv2+ header to match current FSF... |
blob | commitdiff | raw | diff to current |
2016-11-20 |
Côme Chilliet | Fixed a lot of warnings |
blob | commitdiff | raw | diff to current |
2016-11-20 |
Côme Chilliet | Fixed some warnings |
blob | commitdiff | raw | diff to current |
2016-11-19 |
Côme Chilliet | Fixes #12 Removed chatting code |
blob | commitdiff | raw | diff to current |
2016-11-18 |
Neal Gompa (ニール... | Merge branch 'sdl2-rebase' into 'master' |
blob | commitdiff | raw | diff to current |
2016-11-18 |
Côme Chilliet | Migrated to SDL2 |
blob | commitdiff | raw | diff to current |
2013-07-13 |
Côme BERNIGAUD | Removed numplayers (using Person::players.size() instead) |
blob | commitdiff | raw | diff to current |
2013-07-13 |
Côme BERNIGAUD | player replaced by Person::players which is a vector... |
blob | commitdiff | raw | diff to current |
2013-04-15 |
sf17k | CLEANED UP WHITESPACE |
blob | commitdiff | raw | diff to current |
2013-04-15 |
sf17k | FORMATTED IF STATEMENTS |
blob | commitdiff | raw | diff to current |
2013-04-15 |
sf17k | BEAUTIFIED ALL SOURCE CODE |
blob | commitdiff | raw | diff to current |
2012-07-30 |
sf17k | renames for readability |
blob | commitdiff | raw | diff to current |
2012-07-30 |
sf17k | rename for readability |
blob | commitdiff | raw | diff to current |
2011-06-08 |
sf17k | major refactor of texture system |
blob | commitdiff | raw | diff to current |
2011-05-29 |
sf17k | cleanup, renamed rotations to yaw/pitch |
blob | commitdiff | raw | diff to current |
2011-05-29 |
sf17k | major refactor of menu system, part 2 |
blob | commitdiff | raw | diff to current |
2011-05-29 |
sf17k | convert Game class to namespace |
blob | commitdiff | raw | diff to current |
2011-05-29 |
sf17k | minor changes in menu system |
blob | commitdiff | raw | diff to current |
2011-05-26 |
sf17k | major refactor of menu system, part 1 |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Côme BERNIGAUD | merge |
blob | commitdiff | raw | diff to current |
2011-05-19 |
Alexander Monakov | Merge with p/lugaru |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Côme BERNIGAUD | Some refactor about Person class. |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Côme BERNIGAUD | console commands works again. |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Côme BERNIGAUD | The console key is now easy to configure. (the option... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Côme BERNIGAUD | Refactor of the texture system |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Côme BERNIGAUD | renaming some maps to be coherent. |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Côme BERNIGAUD | bug fix about pause menu |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Côme BERNIGAUD | A lot of clean up in MenuDraw. |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Côme BERNIGAUD | cleanup of campaign levels handling. |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Côme BERNIGAUD | little cleanup about campaign level handling |
blob | commitdiff | raw | diff to current |
2011-05-13 |
Côme BERNIGAUD | bugfix (world texture was messed when fullscreen/window... |
blob | commitdiff | raw | diff to current |
2011-05-13 |
Côme BERNIGAUD | Some cleans, fullscreen is back if "--windowed" isn... |
blob | commitdiff | raw | diff to current |
2011-05-13 |
Côme BERNIGAUD | bug fix in the campaign screen (lines on the map were... |
blob | commitdiff | raw | diff to current |
2011-05-12 |
Côme BERNIGAUD | merge |
blob | commitdiff | raw | diff to current |
2011-05-12 |
Côme BERNIGAUD | Some bug fixes. Now the game remember which campaign... |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Côme BERNIGAUD | Adding the temple campaign so we can test multiple... |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Côme BERNIGAUD | The game now supports multiple campaigns! |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Côme BERNIGAUD | No more black background for the map, some little cleanup |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Côme BERNIGAUD | Problem fixed (LoadCampaign added when going back to... |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Côme BERNIGAUD | clean ups, and now campaignProgess is well initialized... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Côme BERNIGAUD | first modifications in order to support multiple campaign. |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Côme BERNIGAUD | some more unused variables cleanup |
blob | commitdiff | raw | diff to current |
2011-05-10 |
sf17k | merge |
blob | commitdiff | raw | diff to current |
2011-05-10 |
sf17k | removed unused menu animation code |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Côme BERNIGAUD | some more cleans thanks to cppcheck |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Côme BERNIGAUD | Some cleans, some duplicated code corrected. |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Côme BERNIGAUD | Some clean up in the menu system and the drawing menu... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
sf17k | rename music1, music2, music3 |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Côme BERNIGAUD | Bug fixed (we couldn't access to account menu) |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Côme BERNIGAUD | noaccount crash corrected |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Alexander Monakov | Move dialogue stuff to Game.{cpp,h} |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Alexander Monakov | Migrate some more definitions from Constants.h |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Alexander Monakov | Remove some extra declarations of "channels" |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Alexander Monakov | More PlaySoundEx eradication |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Alexander Monakov | Cleanup sound emission |
blob | commitdiff | raw | diff to current |
2010-12-26 |
Alexander Monakov | Consolidate bonus externs |
blob | commitdiff | raw | diff to current |
2010-12-26 |
Alexander Monakov | Make bonuses an enum |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Alexander Monakov | Move stats vars and award computation to Awards.cpp |
blob | commitdiff | raw | diff to current |
next |