<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netcosm/src/obj.c, branch master</title>
<subtitle>A MUD Server</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/'/>
<entry>
<title>allow for modular world loading</title>
<updated>2016-04-17T01:16:44+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-04-17T01:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=a305a931726bc13c604afca1209a656a8fbedc46'/>
<id>a305a931726bc13c604afca1209a656a8fbedc46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>various fixes</title>
<updated>2016-04-03T16:15:44+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-04-03T16:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4'/>
<id>724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lots of things</title>
<updated>2016-03-31T21:05:37+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-03-31T21:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=207850187986568b17ea9b2d9c29510cb00bf9da'/>
<id>207850187986568b17ea9b2d9c29510cb00bf9da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for drop bug</title>
<updated>2016-03-25T01:45:47+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-03-25T01:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=eb8b5907df2cf3c4b593197d40d10e83e6943ee3'/>
<id>eb8b5907df2cf3c4b593197d40d10e83e6943ee3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implements aliases and other assorted features/enhancements</title>
<updated>2016-02-28T21:30:21+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-02-21T01:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=2c687e77cd9ae3fd01010d7b36c8d0082bb76315'/>
<id>2c687e77cd9ae3fd01010d7b36c8d0082bb76315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support multiple objects sharing the same name</title>
<updated>2016-02-17T01:42:49+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-02-13T02:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=b110e7e0c519cc9575f8d224f0f75aca0d73946f'/>
<id>b110e7e0c519cc9575f8d224f0f75aca0d73946f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better command parsing</title>
<updated>2016-02-02T03:12:12+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-02-02T03:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=a006044fbcb3355f0fa063720e7c41f4971894a0'/>
<id>a006044fbcb3355f0fa063720e7c41f4971894a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.5.0-rc1</title>
<updated>2016-02-01T00:53:45+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-02-01T00:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=7e223238ec9d6711290b1718c44cfe8158477b71'/>
<id>7e223238ec9d6711290b1718c44cfe8158477b71</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a memory leak, bumps version to 0.4.0-rc1</title>
<updated>2016-01-27T00:27:13+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-01-27T00:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=3b8df7146fe31518080f3a38eee98222d97ee5b2'/>
<id>3b8df7146fe31518080f3a38eee98222d97ee5b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
