Search found 10 matches

by Everest
Mon Feb 28, 2011 5:46 am
Forum: General Forum
Topic: Mudlet-2.0 release candidates [latest: Mudlet 2.0 final]
Replies: 190
Views: 193574

Re: 2.0 snapshots

Just updated the Ubuntu PPA with the most recent git snapshots. Should be able to add the Ubuntu PPA for mudlet-makers, and get the most up todate version of mudlet. It will read as 'mudlet-2.0~ppa17' but please note, this is NOT the final 'RELEASE' version. However, I had to use this naming scheme...
by Everest
Mon Mar 08, 2010 12:50 am
Forum: General Forum
Topic: Mudlet-1.1.0-pre3 released
Replies: 11
Views: 10952

Re: Mudlet-1.1.0-pre1 released

I can't seem to get the 32-bit Linux version running on Jaunty. I installed the .bin just fine, but if I run './mudlet' or './run-mudlet.sh' from 'mudlet-1.1.0-pre1/bin' i get ./mudlet: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./mudlet) /usr/lib/libstdc++.so.6 points ...
by Everest
Sun Jan 17, 2010 3:28 am
Forum: Mudlet Development
Topic: Mudlet Mapper
Replies: 139
Views: 151140

Re: Mudlet Mapper

Vadi wrote: - ctrl+f is a toggle resizes the window to be fullscreen - means menubar gone, window borders gone, info panel, just shows the map I'd prefer F11 for Fullscreen (like most browsers, and Google Earth itself), and make Ctrl+F Find. Open up a search box and search for either a Room ID (sele...
by Everest
Sat May 23, 2009 12:42 am
Forum: Mudlet Development
Topic: Testing trigger patterns
Replies: 7
Views: 7919

Re: Testing trigger patterns

Well then I think what you've suggested is an excellent start. It's easy to find the variables, and handles testing multi-line triggers really easily. Although it sounds like Caled would like a list of variables and their contents instead of the way Kiki shows you? Personally I think Kiki's way is m...
by Everest
Wed May 20, 2009 8:04 pm
Forum: Mudlet Development
Topic: Testing trigger patterns
Replies: 7
Views: 7919

Re: Testing trigger patterns

Hmm, I like this. A lot. One thing I'd like is, if a trigger doesn't match, an easy way to find out which variable is causing it to not match. Kiki seems to do a great job of telling you which variable is which, but maybe I'd like an option to match word by word and see where in the output ("Ma...
by Everest
Wed May 20, 2009 4:28 pm
Forum: Mudlet Development
Topic: Last requests before feature freeze
Replies: 46
Views: 37469

Re: Last requests before feature freeze

Some more thoughts: 1) Ctrl+C for copying output text. Thus far it's linked to the input, which means that even if you highlight output text it still copies whatever is highlighted in the input. 2) Hide the cursor once you start typing and only bring it back once you move the mouse again. This is so...
by Everest
Wed May 20, 2009 2:41 pm
Forum: Mudlet Development
Topic: Last requests before feature freeze
Replies: 46
Views: 37469

Re: Last requests before feature freeze

I wouldn't mind a test area in triggers to test if they match an example string.
by Everest
Thu May 14, 2009 5:06 pm
Forum: Help Forum
Topic: Help Compiling Mudlet
Replies: 12
Views: 9690

Re: Help Compiling Mudlet

Nevermind. I was being an idiot and thought I already installed the dependencies. Got Mudlet up and running fine. There were a lot of "warning: unused parameter *" and "warning: unused variable *" (* replaced with various parameters and variables). Just wondering if that's normal...
by Everest
Thu May 14, 2009 4:44 pm
Forum: Help Forum
Topic: Help Compiling Mudlet
Replies: 12
Views: 9690

Re: Help Compiling Mudlet

*@*:~$ cd Desktop *@*:~/Desktop$ cd mudlet *@*:~/Desktop/mudlet$ cd src *@*:~/Desktop/mudlet/src$ qmake-qt4 *@*:~/Desktop/mudlet/src$ make /usr/bin/uic-qt4 ui/connection_profiles.ui -o ui_connection_profiles.h make: /usr/bin/uic-qt4: Command not found make: *** [ui_connection_profiles.h] Error 127 ...
by Everest
Thu May 14, 2009 4:29 am
Forum: Help Forum
Topic: Help Compiling Mudlet
Replies: 12
Views: 9690

Help Compiling Mudlet

I downloaded and extracted the source code to my desktop and cd'ed to it in the terminal, but I can't figure out the proper qmake command from there. And yes, qmake is installed. Thanks!