My Github Repository

All and any discussion and development of the Mudlet Mapper.
User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Okay

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: My Github Repository

Post by chris »

Added support for stub exits instead of people doing all this fake room stuff. I only did a few tests on it, so there might be some lurking bugs.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Ignore src/tmp* please :)

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

The branch doesn't build now:


TConsole.cpp: In member function ‘QString TConsole::getCurrentLine(std::string&)’:
TConsole.cpp:1954:27: warning: converting ‘false’ to pointer type for argument 1 of ‘QString::QString(const char*)’

Daagar
Posts: 89
Joined: Fri Feb 19, 2010 2:42 am

Re: My Github Repository

Post by Daagar »

Odd, I was able to compile it fine. Vadi - all you've listed is a warning, was there an error as well?

Added a few issues to the github page for bugs/feature requests. One feature request I haven't posted yet: use the arrow graphics from rooms crossing areas rather that just the default line for stubs.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Oh my bad. Seems he deleted tmp/ and it's not auto-created by the qmake.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: My Github Repository

Post by Heiko »

Nice to see some development! I'm going to have a look at the 2 new repos and merge the new features asap.

Daagar
Posts: 89
Joined: Fri Feb 19, 2010 2:42 am

Re: My Github Repository

Post by Daagar »

Excellent to hear Heiko!

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

It'd be nice to have the mapper settings, including zoom, persist through restarts.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

I don't agree with initMapper as a function. It should be a proper event. We've already learnt that it's bad to use functions in a multi-script environment that Mudlet has previously.

Post Reply