nedbrek / Atlantis

Main Atlantis development Repository
GNU General Public License v2.0
9 stars 3 forks source link

Mass cleaning: faction.{cpp,h} #131

Closed nedbrek closed 4 years ago

nedbrek commented 4 years ago

Handle multiple loot flags Removed extra space from weapons with fractional ready rate Changed Faction::extraPlayers to std::list Changed Faction::errors to std::vector Added parens near bit masks

Moved includes from .h to .cpp Moved class Attitude from faction.h to .cpp Gave enums names Added const Added explicit Added some parameter names Added comments Removed ws at eol