Search found 47 matches
- Sat Apr 23, 2016 4:36 pm
- Forum: Mudlet Development
- Topic: Ctrl-S save shortcut
- Replies: 3
- Views: 3316
Re: Ctrl-S save shortcut
Hehe. I looked over the beautiful little two-line code additions that stopped those crashes. Very thankful those got implemented. =D Re: multiple profiles: I opened up a new Mudlet window and loaded two empty, different profiles, opened up the script editor for both, and added a simple script that d...
- Wed Apr 20, 2016 12:04 am
- Forum: Mudlet Development
- Topic: Ctrl-S save shortcut
- Replies: 3
- Views: 3316
Ctrl-S save shortcut
A large part of my recent motivation to compile the latest version of Mudlet was so I could add in support for CTRL+S to save scripts that I'm editing so I can simply tab back and forth between the main window for easy, mouse-free testing. Having gotten Mudlet compiled finally, I decided to dig deep...
- Tue Apr 19, 2016 11:50 pm
- Forum: Mudlet Development
- Topic: Sound working on Win10 Mudlet from latest source
- Replies: 39
- Views: 18275
Re: Sound working on Win10 Mudlet from latest source
I actually found that program last night while having that issue. I checked on qtMultimedia.dll and there weren't any surprise dependencies that I saw. Mostly pulling from things like msvcrt and kernel32. I'll play with it again in my QT-less Windows install to see if I can figure out what I'm missi...
- Tue Apr 19, 2016 4:20 am
- Forum: Mudlet Development
- Topic: Sound working on Win10 Mudlet from latest source
- Replies: 39
- Views: 18275
Re: Sound working on Win10 Mudlet from latest source
Got the compiled Mudlet working 100%. The last few issues I had were with getting libzip working(followed the instructions here: forums.mudlet.org/viewtopic.php?f=7&t=5685&p=24429#p24429 ) and an issue with sqlite3 which took me forever to figure out(was missing the libsqlite3-0.dll file fro...
- Mon Apr 18, 2016 6:44 am
- Forum: Mudlet Development
- Topic: Windows / Lua packages
- Replies: 6
- Views: 5628
Re: Windows / Lua packages
Me too. :?: http://puu.sh/omydo/63dfa299f8.png edit 1: Also, to the person that was having issues with their mudlet just crashing without telling you why, if your OS has an event viewer, see if you can find anything out from that? On Win10 I can open the start menu and search for event viewer, open ...
- Tue Apr 12, 2016 11:17 pm
- Forum: Mudlet Development
- Topic: Sound working on Win10 Mudlet from latest source
- Replies: 39
- Views: 18275
Re: Sound working on Win10 Mudlet from latest source
Nyyrazzilyss: When I was doing the compile, there was some sort of incompatibility between Boost 1.45 and something else, but when I tried to get by with JUST Boost 1.60, all sorts of files were missing that it was looking for. I ended up putting in Boost 1.45 then dropping Boost 6 on top of it to g...
- Mon Apr 11, 2016 5:04 am
- Forum: Mudlet Development
- Topic: Sound working on Win10 Mudlet from latest source
- Replies: 39
- Views: 18275
Re: Sound working on Win10 Mudlet from latest source
Your mileage may vary. I also went through the process of installing QT5.3 or something while working to compile Mudlet, so it's possible that Mudlet is just using that install of QT instead of an internal one or something. Not really too keen on the intricacies of it all. =/
- Sun Apr 10, 2016 7:27 am
- Forum: Mudlet Development
- Topic: Sound working on Win10 Mudlet from latest source
- Replies: 39
- Views: 18275
Re: Sound working on Win10 Mudlet from latest source
Right. I'd figured that out, and have had a series of issues trying to get it working anyway. Still working on it. Will post if I can't figure it out. Also, the pre-compiled Mudlet I had installed stopped working. I had it been open the entire time I was working on getting the dev version compiled, ...
- Sun Apr 10, 2016 12:08 am
- Forum: Mudlet Development
- Topic: Sound working on Win10 Mudlet from latest source
- Replies: 39
- Views: 18275
Sound working on Win10 Mudlet from latest source
Just went through the arduous task of compiling Mudlet from the Mudlet/Mudlet development branch following the instructions found at http://wiki.mudlet.org/w/Compiling_Mudlet#Compiling_on_Windows_7 I'm guessing it's due to Mudlet using a newer version of QT, but sound triggers and playSoundFile() ar...
- Sun Jan 25, 2015 5:46 pm
- Forum: General Forum
- Topic: Mudlet features and API requests
- Replies: 520
- Views: 396215
Re: Mudlet features and API requests
Edit: Should probably preface this wall of text with a heads up that I know that there are not going to be any new features added to 3.0's final release, and I'm more of asking about the likelihood that these three features might ever be incorporated, rather than asking for them to be done now or so...