Page 2 of 2

Re: MMapper 2.0.4 Beta Released

Posted: Wed Apr 22, 2009 8:49 pm
by Elestir
For that purpose, you could use xml logs though, which are kinda hard to create atm. :-)
Maybe MMapper2 should have feature to create logs and movie files too both with/without xml mode.

Re: MMapper 2.0.4 Beta Released

Posted: Fri May 01, 2009 2:07 am
by Jahara
Beta 7 has been released. Download

Fixes:
  • Window position is saved
  • MUME <prompt> bug with XML parser
  • Added GPLv2 license or higher version info to Pandora files

Re: MMapper 2.0.4 Beta Released

Posted: Fri May 01, 2009 10:13 pm
by Elestir
Why is it not available through svn update?

Re: MMapper 2.0.4 Beta Released

Posted: Sat May 02, 2009 5:31 pm
by Kalev
Elestir wrote:For that purpose, you could use xml logs though, which are kinda hard to create atm. :-)
Maybe MMapper2 should have feature to create logs and movie files too both with/without xml mode.
Sounds like a good idea. Elestir, can you write MMapper's log saver and post patch somewhere?

I think there are two movie formats that MUME community uses, powwow's format and JMC's RMA. Powwow has two different movie players, muc and movie2play. Both of them are unfortunately console based, which makes them only usable in UNIX-like systems. I've never used JMC's player, but since JMC itself is written in MFC, it won't run on anything besides Windows. So I guess if you choose one of those two formats, it won't be playable on all platforms mmapper supports. But at least Elvenrunes supports both formats.

Re: MMapper 2.0.4 Beta Released

Posted: Sat May 02, 2009 5:33 pm
by Kalev
Elestir wrote:Why is it not available through svn update?
It's in SVN, I checked it out a few days ago. Jahara used to do development in his own, private branch, but now all the recent changes are in trunk instead. Maybe you checked out a wrong branch?

Re: MMapper 2.0.4 Beta Released

Posted: Sat May 02, 2009 5:44 pm
by Elestir
I just went to my mmapper2 beta source directory, did "svn update" and got "at revision <somenumber>" message only.

Re: MMapper 2.0.4 Beta Released

Posted: Sat May 02, 2009 8:18 pm
by Kalev
Elestir, to to checkout mmapper's SVN trunk, you need to run:

Code: Select all

$ svn co https://mmapper.svn.sourceforge.net/svnroot/mmapper/trunk/mmapper
I guess the tree you had was based on Jahara's personal branch.