<?xml version="1.0"?>
<rss version="2.0"><channel><title>wxMUD</title><link>http://wxmud.sf.net/</link><description>a cross-platform graphical MUD client</description><image><url>/images/db/1a/1-t128.png</url><title>wxMUD</title><link>http://wxmud.sf.net/</link></image><cloud path="/RPC2" domain="cia.vc" protocol="xml-rpc" port="80" registerProcedure="stats.subscribe.rss2" /><item><pubDate>Thu, 28 Apr 2011 06:28:08 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/317f5</guid><link>http://cia.vc/stats/project/wxmud/.message/317f5</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1004&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/configure.in:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             configure: Use silent/pretty build output with automake &amp;gt;= 1.11&lt;br /&gt;&lt;br /&gt;Standard V=1 make or env var to show the compiler commands.&lt;br /&gt;Also rename the version from cvs suffix to svn suffix.         &lt;/div&gt;     </description><title>configure: Use silent/pretty build output with automake &gt;= 1.11 Standard V=1...</title></item><item><pubDate>Wed, 05 May 2010 06:35:18 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/3147c</guid><link>http://cia.vc/stats/project/wxmud/.message/3147c</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1003&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/.gitignore:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             .gitignore: Add in-tree build generated files to ignore&lt;br /&gt;&lt;br /&gt;Previously I always used build directories, but now some useful devtools&lt;br /&gt;work better with srcdir == builddir, so now sometimes using that too.         &lt;/div&gt;     </description><title>.gitignore: Add in-tree build generated files to ignore Previously I always used...</title></item><item><pubDate>Mon, 15 Mar 2010 01:32:56 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/31172</guid><link>http://cia.vc/stats/project/wxmud/.message/31172</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1002&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/TODO:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Add various feature requests/bug reports to TODO&lt;br /&gt;&lt;br /&gt;Mostly gathered from Clandestine MUD players         &lt;/div&gt;     </description><title>Add various feature requests/bug reports to TODO Mostly gathered from...</title></item><item><pubDate>Sat, 26 Dec 2009 05:51:03 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/30dc8</guid><link>http://cia.vc/stats/project/wxmud/.message/30dc8</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1001&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/build/msw/ (wxmud.sln wxmud.vcproj):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;p&gt;Update Windows project files a little.&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Update some paths to my current system ones (and make some of them system independent based on WXWIN variable).&lt;/li&gt;&lt;li&gt;Add UNICODE, _UNICODE and ENABLE_PYTHON definitions.&lt;/li&gt;&lt;li&gt;Update to VS2005 etc&lt;/li&gt;&lt;/ul&gt;         &lt;/div&gt;     </description><title>Update Windows project files a little. * Update some paths to my current system...</title></item><item><pubDate>Wed, 23 Dec 2009 06:12:09 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/3094a</guid><link>http://cia.vc/stats/project/wxmud/.message/3094a</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;1000&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/MXP.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             &lt;p&gt;MXP: Fix crashers in MXP variable processing&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Allocate the new MXP_C_ENTITY before use, not after first assignments...&lt;/li&gt;&lt;li&gt;Don't re-assign wele-&amp;gt;data to just the MXP_C_ENTITY after doing all that complicated work to set it with two integers and MXP_C_ENTITY, it will be reading it as the 2*integer + MXP_C_ENTITY later&lt;/li&gt;&lt;li&gt;Remove all the unreadable pointer manipulation and replace with a simple local structure for now. The previous code was pretty much broken too, it looks like.&lt;/li&gt;&lt;/ul&gt;         &lt;/div&gt;     </description><title>MXP: Fix crashers in MXP variable processing * Allocate the new MXP_C_ENTITY...</title></item><item><pubDate>Wed, 23 Dec 2009 04:28:39 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/3052f</guid><link>http://cia.vc/stats/project/wxmud/.message/3052f</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;999&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/ (MXP.cpp MudPanel.cpp):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             MXP: Handle MXP_Element_table index and MXPElement variables correctly&lt;br /&gt;&lt;br /&gt;There was quite some mix-up between the array index of MXP_Element_table&lt;br /&gt;and MXPElement enum values. Though fortunately the runtime end result was&lt;br /&gt;correct, just bad explicit and implicit wrong typecasts going on that&lt;br /&gt;seemed to confuse poor gdb. So, fixed up what I had messed up years ago.         &lt;/div&gt;     </description><title>MXP: Handle MXP_Element_table index and MXPElement variables correctly There was...</title></item><item><pubDate>Wed, 23 Dec 2009 00:11:23 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/30250</guid><link>http://cia.vc/stats/project/wxmud/.message/30250</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;998&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/Input.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Workaround wxGTK and glib-2.21 GSocket symbol conflict in Input.cpp too         &lt;/div&gt;     </description><title>Workaround wxGTK and glib-2.21 GSocket symbol conflict in Input.cpp too</title></item><item><pubDate>Tue, 22 Dec 2009 22:50:08 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2ff7f</guid><link>http://cia.vc/stats/project/wxmud/.message/2ff7f</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;997&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/EditCtrl.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Workaround wxGTK and glib-2.21 GSocket symbol conflict         &lt;/div&gt;     </description><title>Workaround wxGTK and glib-2.21 GSocket symbol conflict</title></item><item><pubDate>Tue, 08 Dec 2009 23:27:22 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2fbe3</guid><link>http://cia.vc/stats/project/wxmud/.message/2fbe3</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;bpetty&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;996&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/build/mac/ (README bundle.sh wxmud-lipo.sh):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Updated the Mac build instructions with much easier universal binary build steps and added automatic disk image creation to the bundle.sh script. Lipo is no longer necessary.         &lt;/div&gt;     </description><title>Updated the Mac build instructions with much easier universal binary build steps...</title></item><item><pubDate>Tue, 24 Nov 2009 09:50:06 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2f74a</guid><link>http://cia.vc/stats/project/wxmud/.message/2f74a</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;995&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/ (Output.cpp include/Output.h):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Optimize selection drawing in the custom output control a little.&lt;br /&gt;&lt;br /&gt;If we are dragging a selection (slowly) from tracked motion events and&lt;br /&gt;we find out the mouse pointer still points at the same location after&lt;br /&gt;the pointer position is calculated to text buffer position, then bail&lt;br /&gt;out early.&lt;br /&gt;Saves us from full text control redraws if the mouse is still on top&lt;br /&gt;of the same character when the next motion event hits, plus some&lt;br /&gt;probably negligible OTYPE_MOUSE buffer metadata handling.         &lt;/div&gt;     </description><title>Optimize selection drawing in the custom output control a little. If we are...</title></item><item><pubDate>Tue, 24 Nov 2009 09:12:58 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2f457</guid><link>http://cia.vc/stats/project/wxmud/.message/2f457</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;994&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/ScriptNew.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Use wxStdDialogButtonSizer in ScriptNew dialog, assign an accelerator for Create button         &lt;/div&gt;     </description><title>Use wxStdDialogButtonSizer in ScriptNew dialog, assign an accelerator for Create...</title></item><item><pubDate>Tue, 24 Nov 2009 09:12:10 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2f18f</guid><link>http://cia.vc/stats/project/wxmud/.message/2f18f</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;993&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/AddColor.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Use wxStdDialogButtonSizer in AddColor dialog         &lt;/div&gt;     </description><title>Use wxStdDialogButtonSizer in AddColor dialog</title></item><item><pubDate>Tue, 24 Nov 2009 08:36:50 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2edcc</guid><link>http://cia.vc/stats/project/wxmud/.message/2edcc</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;992&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/Prefs.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Use "monospace" as the default font on wxGTK, instead of ugly courier.&lt;br /&gt;&lt;br /&gt;Monospace is a standard font alias in fontconfig based font usage for a&lt;br /&gt;fixed width font. This should also be guaranteed to exist with wxGTK.&lt;br /&gt;&lt;br /&gt;Might want to find a better default font on Windows and other platforms too, though.         &lt;/div&gt;     </description><title>Use "monospace" as the default font on wxGTK, instead of ugly courier. Monospace...</title></item><item><pubDate>Tue, 24 Nov 2009 08:36:32 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2eae5</guid><link>http://cia.vc/stats/project/wxmud/.message/2eae5</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;991&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/CharSettings.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Use wxFontPickerCtrl's in font settings dialog for better visual result.         &lt;/div&gt;     </description><title>Use wxFontPickerCtrl's in font settings dialog for better visual result.</title></item><item><pubDate>Tue, 24 Nov 2009 08:36:17 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2e77b</guid><link>http://cia.vc/stats/project/wxmud/.message/2e77b</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;990&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/ (configure.in src/CharSettings.cpp):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Use wxColourPickerCtrl's in color settings dialog for better visual result.&lt;br /&gt;&lt;br /&gt;This makes us unconditionally require wxWidgets-2.8, which should be more than&lt;br /&gt;fine in the year 2009.         &lt;/div&gt;     </description><title>Use wxColourPickerCtrl's in color settings dialog for better visual result. This...</title></item><item><pubDate>Tue, 24 Nov 2009 07:05:50 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2e4b1</guid><link>http://cia.vc/stats/project/wxmud/.message/2e4b1</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;989&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/MXP.cpp:                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Make use of MXP_R_Element::FindArg in one more place         &lt;/div&gt;     </description><title>Make use of MXP_R_Element::FindArg in one more place</title></item><item><pubDate>Tue, 24 Nov 2009 07:05:21 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2e1b5</guid><link>http://cia.vc/stats/project/wxmud/.message/2e1b5</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;988&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/ (MXP.cpp include/MXP.h):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Add a MXP_R_Element::AppendArg helper function to avoid code duplication         &lt;/div&gt;     </description><title>Add a MXP_R_Element::AppendArg helper function to avoid code duplication</title></item><item><pubDate>Sun, 01 Mar 2009 16:24:57 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2deb3</guid><link>http://cia.vc/stats/project/wxmud/.message/2deb3</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;987&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/ (MXP.cpp include/MXP.h):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Convert MXP::FindArg to be a MXP_R_Element method instead as more appropriate.         &lt;/div&gt;     </description><title>Convert MXP::FindArg to be a MXP_R_Element method instead as more appropriate.</title></item><item><pubDate>Sun, 01 Mar 2009 16:23:13 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2dbae</guid><link>http://cia.vc/stats/project/wxmud/.message/2dbae</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;986&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/ (4 files):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Fix some compiler warnings         &lt;/div&gt;     </description><title>Fix some compiler warnings</title></item><item><pubDate>Sun, 01 Mar 2009 16:22:02 +0000</pubDate><guid>http://cia.vc/stats/project/wxmud/.message/2cfb6</guid><link>http://cia.vc/stats/project/wxmud/.message/2cfb6</link><description>         &lt;div style="border: 1px solid #888; background-color: #DDD; padding: 0.25em 0.5em; margin: 0em;"&gt;              Commit by &lt;strong&gt;leio&lt;/strong&gt;                          &lt;span style="color: #888;"&gt; :: &lt;/span&gt;                          r&lt;b&gt;985&lt;/b&gt;             &lt;b&gt;&lt;/b&gt;/trunk/src/ (72 files in 2 dirs):                      &lt;/div&gt;         &lt;div style="padding: 0em; margin: 0.5em 0em;"&gt;             Edit file created dates to ISO format and update global copyright year for 2009         &lt;/div&gt;     </description><title>Edit file created dates to ISO format and update global copyright year for 2009</title></item></channel></rss>
