<feed xmlns='http://www.w3.org/2005/Atom'>
<title>osirion-src/src/dedicated, branch master</title>
<subtitle>Project::OSiRiON source code</subtitle>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/'/>
<entry>
<title>Corrected a compiler warning when buildling without ncurses, reported by mega.</title>
<updated>2015-10-04T12:08:38+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2015-10-04T12:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=44405ef0f1b811cc0c2f18bbe24c34f37f288388'/>
<id>44405ef0f1b811cc0c2f18bbe24c34f37f288388</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added --enable-static-libc option to the configure script,</title>
<updated>2013-12-15T20:20:36+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2013-12-15T20:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=88047024d5d1d12dc581cd318667a89c2c5ec494'/>
<id>88047024d5d1d12dc581cd318667a89c2c5ec494</id>
<content type='text'>
automake syntax updates,
starsystem roadmap updates.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
automake syntax updates,
starsystem roadmap updates.

</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected dedicated server log timestamp issues.</title>
<updated>2012-11-18T22:20:56+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2012-11-18T22:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=3dc60689b9327190eeecd42f6920299ef3e7b52c'/>
<id>3dc60689b9327190eeecd42f6920299ef3e7b52c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log dedicated server console messages to server.log,</title>
<updated>2012-11-18T21:54:47+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2012-11-18T21:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=5d959c5ba476eb0b103fe5953cca69939a6d836a'/>
<id>5d959c5ba476eb0b103fe5953cca69939a6d836a</id>
<content type='text'>
print version number and command line to console on startup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
print version number and command line to console on startup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use KiB in the dedicated server network statistics.</title>
<updated>2012-10-10T18:11:33+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2012-10-10T18:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=8a6f3d478c825d226a21b73f5bcec2b92bf31ccb'/>
<id>8a6f3d478c825d226a21b73f5bcec2b92bf31ccb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the windows build happy again.</title>
<updated>2011-07-22T19:21:54+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2011-07-22T19:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=f6f4da07f8ed086d8f5fffdce7bb3e963e9128a1'/>
<id>f6f4da07f8ed086d8f5fffdce7bb3e963e9128a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a forced recalculateLocalAabb for compound shapes, </title>
<updated>2011-05-31T13:17:14+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2011-05-31T13:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=b7d62e90a7a0e4e404623af0c646495a3dd3fd2b'/>
<id>b7d62e90a7a0e4e404623af0c646495a3dd3fd2b</id>
<content type='text'>
semi-colon in chat messages doesn't truncate the chat text any more, 
changed chat prompt to "Command:" if the first character is a slash,
small misc cleanups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
semi-colon in chat messages doesn't truncate the chat text any more, 
changed chat prompt to "Command:" if the first character is a slash,
small misc cleanups
</pre>
</div>
</content>
</entry>
<entry>
<title>Review of the main loop timer, converted timers from float to unsigned long,</title>
<updated>2011-05-11T14:48:17+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2011-05-11T14:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=1c63cbf204b1d2c667ce9f821ccb197d0ffb0ac3'/>
<id>1c63cbf204b1d2c667ce9f821ccb197d0ffb0ac3</id>
<content type='text'>
corrected a number of timing bugs, improved client framerate stability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
corrected a number of timing bugs, improved client framerate stability.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored the sys::localtime routines.</title>
<updated>2011-05-09T20:22:34+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2011-05-09T20:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=bb0f860989f84b901f80017ae0139a3fc0446dc1'/>
<id>bb0f860989f84b901f80017ae0139a3fc0446dc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed a number of unused variables to make gcc 4.6 happy.</title>
<updated>2011-05-07T19:38:20+00:00</updated>
<author>
<name>Stijn Buys</name>
<email>ingar@osirion.org</email>
</author>
<published>2011-05-07T19:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://osirion.org/git/osirion-src/commit/?id=1a35dffad7156592c6e983776b470a4108960bd3'/>
<id>1a35dffad7156592c6e983776b470a4108960bd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
