]> git.jsancho.org Git - lugaru.git/history - Source/ConsoleCmds.cpp
Added a class for Hotspots to avoid using several arrays
[lugaru.git] / Source / ConsoleCmds.cpp
2016-12-09 Côme ChillietAdded a class for Hotspots to avoid using several arrays
2016-12-08 Côme ChillietMoved all calls to skeleton Load to Person
2016-12-04 Rémi VerscheldeData files use title case consistently
2016-12-01 Côme ChillietSwitched all data access to the new methods
2016-12-01 Côme ChillietMerge branch 'master' of gitlab.com:osslugaru/lugaru
2016-11-30 Rémi VerscheldeDialogBox is protected on Windows, rename to DialogScene
2016-11-30 Côme ChillietCleaned up dialog handling using a Dialog class
2016-11-26 Côme ChillietMoved clothes loop to Person, got rid of globals tintr...
2016-11-26 Côme ChillietCleaned up a bit clothes adding
2016-11-26 Côme ChillietIt makes no sense to use a player id as key for skinText
2016-11-25 Rémi VerscheldeAdd copyright notice and AUTHORS file for open source...
2016-11-24 Côme ChillietMoved console commands in their own file to clean a...