<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netcosm/src/globals.h, branch master</title>
<subtitle>A MUD Server</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/'/>
<entry>
<title>implement more of dunnet</title>
<updated>2016-05-19T20:47:06+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-05-19T20:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=cb8af6e7bf5f6e70fc9722d36448213c719e83c8'/>
<id>cb8af6e7bf5f6e70fc9722d36448213c719e83c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>bump version to 0.5.2</title>
<updated>2016-04-03T16:15:58+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-04-03T16:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=3f0e7a64b91958f951c4e94bbd5b4363a8faa553'/>
<id>3f0e7a64b91958f951c4e94bbd5b4363a8faa553</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>kludge things to compile on old linux</title>
<updated>2016-03-28T18:11:22+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-03-28T18:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=2687778cf7c099e47de410d62d26d874f4dcebba'/>
<id>2687778cf7c099e47de410d62d26d874f4dcebba</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>bump version to 0.5.0</title>
<updated>2016-02-28T21:31:53+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-02-28T21:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=a91f858ebaea0f403b2c59773e619086b9198a39'/>
<id>a91f858ebaea0f403b2c59773e619086b9198a39</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>
<entry>
<title>objects partially work, can't serialize yet</title>
<updated>2016-01-25T00:01:04+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2016-01-25T00:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/netcosm/commit/?id=6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf'/>
<id>6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
