mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
* acorn.vconf: Added in new building classes which set up wall objects for collision purposes. Building now seem to work. * common/database.cpp, common/database.h, common/globals.cpp, common/globals.h, rulesets/Python_API.cpp, server/server.cpp, watchdog/control.c, watchdog/watchdog.c: Implemented correct way of getting installation directories from autoconf. * rulesets/Movement.h, rulesets/Movement.cpp, rulesets/Pedestrian.h, rulesets/Pedestrian.cpp: Fixed collisions with the solid wall of a structure. * rulesets/Thing.cpp: Modified setup operation so that a sight of create operation is always generated even if setup is overloaded. * Many fixes from Anders Petersson to get the build working under debian. Al Riddoch <alriddoch@zepler.org>
4 lines
123 B
Makefile
4 lines
123 B
Makefile
noinst_LIBRARIES = libastronomy.a
|
|
|
|
libastronomy_a_SOURCES = Test.cpp \
|
|
Body.h Planet.h World.h Moon.h Astronomy.h Sun.h
|