Here we discussed clients, mappers, tunnels and their settings.
-
Elestir
- Posts: 231
- Joined: Sat Feb 23, 2008 11:47 pm
- Location: Olomouc, Czech Republic
-
Contact:
Post
by Elestir » Wed Apr 22, 2009 8:49 pm
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.
-
Jahara
- Posts: 228
- Joined: Sat Feb 23, 2008 9:55 pm
- Location: Indiana, USA
-
Contact:
Post
by Jahara » Fri May 01, 2009 2:07 am
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
-
Elestir
- Posts: 231
- Joined: Sat Feb 23, 2008 11:47 pm
- Location: Olomouc, Czech Republic
-
Contact:
Post
by Elestir » Fri May 01, 2009 10:13 pm
Why is it not available through svn update?
-
Kalev
- Vala (Mudller)
- Posts: 63
- Joined: Sat Feb 23, 2008 9:56 pm
-
Contact:
Post
by Kalev » Sat May 02, 2009 5:31 pm
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.
-
Kalev
- Vala (Mudller)
- Posts: 63
- Joined: Sat Feb 23, 2008 9:56 pm
-
Contact:
Post
by Kalev » Sat May 02, 2009 5:33 pm
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?
-
Elestir
- Posts: 231
- Joined: Sat Feb 23, 2008 11:47 pm
- Location: Olomouc, Czech Republic
-
Contact:
Post
by Elestir » Sat May 02, 2009 5:44 pm
I just went to my mmapper2 beta source directory, did "svn update" and got "at revision <somenumber>" message only.
-
Kalev
- Vala (Mudller)
- Posts: 63
- Joined: Sat Feb 23, 2008 9:56 pm
-
Contact:
Post
by Kalev » Sat May 02, 2009 8:18 pm
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.