]> git.jsancho.org Git - lugaru.git/history - Source/Account.cpp
Account active is now stored as an integer to avoid weird loops to find the right id
[lugaru.git] / Source / Account.cpp
2016-12-11 Côme ChillietAccount active is now stored as an integer to avoid...
2016-12-11 Côme ChillietReplaced all uses of Account::active outside of Account...
2016-12-11 Côme ChillietRemoved all modifications of Account active from outsid...
2016-12-11 Côme ChillietMoved Account::active in Account class. Maybe it should...
2016-12-10 Rémi VerscheldeRename debug mode to dev tools
2016-12-08 Côme ChillietReplaced as much char* as possible by std::strings
2016-12-02 Côme ChillietDirs are now created if missing under GNU/Linux
2016-12-01 Côme ChillietSwitched all data access to the new methods
2016-11-25 Côme ChillietRemoved commented out code
2016-11-25 Rémi VerscheldeAdd copyright notice and AUTHORS file for open source...
2016-11-23 Côme ChillietFixed lots of errors spotted by cppcheck
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
2013-04-15 sf17kBEAUTIFIED ALL SOURCE CODE
2011-05-20 Côme BERNIGAUDmerge
2011-05-19 Alexander MonakovMerge with p/lugaru
2011-05-18 Côme BERNIGAUDfixed some unwanted debug output
2011-05-13 Côme BERNIGAUDSome cleans, fullscreen is back if "--windowed" isn...
2011-05-12 Côme BERNIGAUDmerge
2011-05-12 Côme BERNIGAUDSome bug fixes. Now the game remember which campaign...
2011-05-11 Côme BERNIGAUDNo more black background for the map, some little cleanup
2011-05-11 Côme BERNIGAUDProblem fixed (LoadCampaign added when going back to...
2011-05-11 Côme BERNIGAUDclean ups, and now campaignProgess is well initialized...
2011-05-10 Côme BERNIGAUDfirst modifications in order to support multiple campaign.
2011-05-10 sf17kmerge
2011-05-10 Côme BERNIGAUDno more 5000 int array, a nice vector instead.
2011-05-10 Côme BERNIGAUDsome more cleans thanks to cppcheck
2011-05-10 Côme BERNIGAUDSome reorganization of MenuTick.
2011-02-14 Côme BERNIGAUDLittle fix in Account.cpp
2010-12-12 Alexander MonakovFix failure to create 'Users' file
2010-06-05 Côme BERNIGAUDMove player account handling into separate class
2010-06-04 Côme BERNIGAUDSome clean up.
2010-06-04 Côme BERNIGAUDoops, I forgot to add some files.