summaryrefslogtreecommitdiff
path: root/actions.c
AgeCommit message (Expand)Author
2015-01-08handle the selection of a target in a generic way.Olivier Gayot
2015-01-08add callback functions associated to a leaf actionOlivier Gayot
2015-01-08remove old functions to select an entryOlivier Gayot
2015-01-08use a generic way to navigate through entriesOlivier Gayot
2015-01-08use the objects assigned to the teams instead of a common arrayOlivier Gayot
2015-01-08improve code and fix numerous bugsOlivier Gayot
2015-01-08fix buggy behaviour in compute_damagesOlivier Gayot
2015-01-08fix affinity handlingOlivier Gayot
2015-01-08update the damages handlingOlivier Gayot
2015-01-08use the new enemy team instead of the old array of ENEMIESOlivier Gayot
2015-01-07added the current user to the team structureOlivier Gayot
2015-01-07use a team / character model instead of an array of personnagesOlivier Gayot
2015-01-07clean the code and fix bugsOlivier Gayot
2015-01-07do not pass a pointer to standard type when a copy is possibleOlivier Gayot
2015-01-07fixed some compilation warningsOlivier Gayot
2015-01-07replaced function inverse() by macroOlivier Gayot
2015-01-07handle default cases in switchesOlivier Gayot
2015-01-07game: added vim key bindings to UP/DOWN/LEFT/RIGHTOlivier Gayot
2015-01-07game: converted source files from iso-8859 to UTF-8Olivier Gayot
2014-10-26game: remove useless checksOlivier Gayot
2014-10-26game: Add a buildable version of the agmeOlivier Gayot