From 0730fc3924dd4e04efbe51287d1d69850404d05f Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 31 Jan 2016 19:53:45 -0500 Subject: bump version to 0.5.0-rc1 * implements objects using reference counts rather than copying * implements both room-local and global verbs * refactors the world_* functions into a separate module * numerous other changes --- SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SOURCES') diff --git a/SOURCES b/SOURCES index 9cf792b..afd1c5f 100644 --- a/SOURCES +++ b/SOURCES @@ -9,4 +9,6 @@ src/server_reqs.c src/telnet.c src/userdb.c src/util.c +src/verb.c +src/world.c worlds/test.c -- cgit v1.1