adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] [ksterker/adonthell] 02482e: CLEANUP rpg::character


From: GitHub
Subject: [Adonthell-commits] [ksterker/adonthell] 02482e: CLEANUP rpg::character and related code.
Date: Thu, 28 Feb 2013 08:29:59 -0800

  Branch: refs/heads/master
  Home:   https://github.com/ksterker/adonthell
  Commit: 02482eac22a2e005cd26644641ced5fb329d2273
      
https://github.com/ksterker/adonthell/commit/02482eac22a2e005cd26644641ced5fb329d2273
  Author: Kai Sterker <address@hidden>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M src/py-wrappers/adonthell/py_rpg.i
    M src/rpg/CMakeLists.txt
    M src/rpg/Makefile.am
    M src/rpg/character.cc
    M src/rpg/character.h
    M src/rpg/faction.cc
    M src/rpg/faction.h
    R src/rpg/group.cc
    R src/rpg/group.h
    M src/rpg/pathfinding_costs.cc
    M src/rpg/pathfinding_costs.h
    R src/rpg/specie.cc
    R src/rpg/specie.h
    A test/data/characters/factions/__init__.py
    A test/data/characters/factions/faction.py
    A test/data/characters/factions/noble.py
    A test/data/characters/pathfinding/human.data
    A test/data/faction.data
    R test/data/groups/__init__.py
    R test/data/groups/factions/__init__.py
    R test/data/groups/factions/faction.py
    R test/data/groups/factions/noble.pathfinding
    R test/data/groups/factions/noble.py
    R test/data/groups/group.py
    R test/data/groups/human.specie
    R test/data/groups/noble.faction
    R test/data/groups/species/__init__.py
    R test/data/groups/species/human.pathfinding
    R test/data/groups/species/human.py
    R test/data/groups/species/specie.py
    R test/data/specie.data
    R test/dialogtest.cc
    R test/path/character.data
    A test/path/character.data
    M test/path_test.cc
    M test/worldtest.cc

  Log Message:
  -----------
  CLEANUP rpg::character and related code. 

Specie/Race is implicitly defined by the underlying character template.
Factions no longer influence pathfinding, only specie in conjunction
with a specific pathfinding type does.

Only speed is still governed by faction, but this probably needs some
more thoughts.

ADDED faction data file containing all available factions. 

Faction data is now properly handled by serializer, also faction
membership of characters are saved and restored now.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]