mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
the object parent correctly instead of looking for a type attribute. * server/server.cpp: Made metaserver address a config file option. * common/database.h: Put in compiler error if code is built without database support. * common/BaseEntity.cpp: Switched over to using stamp instead of seq as the attribute used to check whether entity needs to be updated. * Used action operation throughout python code to denote performing an action, as differentiated from setting mode. * rulesets/skills: Added the beginnings of a skill system. * example/client: Fixed Atlas-C++ 0.5 example client so it compiles again. * README: Wrote a README file Al Riddoch <alriddoch@zepler.org>
4 lines
92 B
Makefile
4 lines
92 B
Makefile
noinst_LIBRARIES = libskills.a
|
|
|
|
libskills_a_SOURCES = Skill.h \
|
|
DumbSkill.cpp DumbSkill.h
|