]> git.jsancho.org Git - lugaru.git/history - Source/Game.cpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Game.cpp
2017-01-09 Côme ChillietAdded braces to all statements with clang-tidy and...
2017-01-09 Côme ChillietApplied clang-format on all files
2017-01-03 Rémi VerscheldeUse a mono font for the console text
2017-01-02 Côme ChillietAttempt at fixing LoadStuff calling logic
2016-12-14 Côme ChillietCleaned up console printing code, replaced global displ...
2016-12-11 Rémi VerscheldeRename all C++ headers with .hpp extension
2016-12-11 Côme ChillietSorted all source files in folders
2016-12-11 Côme ChillietMoved Account::active in Account class. Maybe it should...
2016-12-10 Rémi VerscheldeFix 7s offset between shown challenge time and high...
2016-12-10 Côme ChillietMoved everything related to Menu is Menu.h,cpp and...
2016-11-30 Côme ChillietCleaned up dialog handling using a Dialog class
2016-11-26 Côme ChillietFixed #11 so that we can close the window while editing...
2016-11-25 Rémi VerscheldeAdd copyright notice and AUTHORS file for open source...
2016-11-20 Rémi VerscheldeLicense: Update GPLv2+ header to match current FSF...
2016-11-20 Côme ChillietFixed a lot of warnings
2016-11-20 Côme ChillietFixed some warnings
2016-11-19 Côme ChillietFixes #12 Removed chatting code
2016-11-18 Neal Gompa (ニール... Merge branch 'sdl2-rebase' into 'master'
2016-11-18 Côme ChillietMigrated to SDL2
2015-04-05 Neal GompaAdd copyright header to source files to match license...
2013-04-15 sf17kBEAUTIFIED ALL SOURCE CODE
2011-06-08 sf17kmajor refactor of texture system
2011-05-29 sf17kcleanup, renamed rotations to yaw/pitch
2011-05-29 sf17kmajor refactor of menu system, part 2
2011-05-29 sf17kconvert Game class to namespace
2011-05-26 sf17kmajor refactor of menu system, part 1
2011-05-20 Côme BERNIGAUDmerge
2011-05-19 Alexander MonakovMerge with p/lugaru
2011-05-18 Côme BERNIGAUDSome refactor about Person class.
2011-05-18 Côme BERNIGAUDbugfix about the console
2011-05-18 Côme BERNIGAUDThe console key is now easy to configure. (the option...
2011-05-17 Côme BERNIGAUDRefactor of the texture system
2011-05-14 Côme BERNIGAUDA lot of clean up in MenuDraw.
2011-05-14 Côme BERNIGAUDcleanup of campaign levels handling.
2011-05-14 Côme BERNIGAUDlittle cleanup about campaign level handling
2011-05-11 Côme BERNIGAUDProblem fixed (LoadCampaign added when going back to...
2011-05-11 Côme BERNIGAUDalmost nothing
2011-05-10 sf17kmerge
2011-05-10 sf17kremoved unused menu animation code
2011-05-10 Côme BERNIGAUDSome cleans, some duplicated code corrected.
2011-05-09 sf17kmerge
2011-05-07 sf17kimproved text input handling
2011-05-07 sf17ktoggle fullscreen with alt+enter
2011-05-04 sf17kMAJOR cleanup
2011-01-07 Alexander MonakovSquash one remaining registration tidbit
2011-01-03 Alexander MonakovMove dialogue stuff to Game.{cpp,h}
2011-01-03 Alexander MonakovRemove some extra declarations of "channels"
2011-01-03 Alexander MonakovMore PlaySoundEx eradication
2010-12-28 Alexander MonakovPrepare to cleanup sound emission
2010-12-17 Alexander MonakovDrop MinMaxDistance
2010-12-12 Alexander MonakovCleanup sound loading
2010-06-06 Alexander MonakovMerge
2010-06-06 Côme BERNIGAUDcleaning up again.
2010-06-05 Côme BERNIGAUDVarious SDL input and Game::* cleanups
2010-06-04 Côme BERNIGAUDNo more thread for text field, SDLPollEvent is used...
2010-06-04 Côme BERNIGAUDoops, I forgot to add some files.