Spastic Hamburger

  • Yep, it’s hard to get support on the topic when the thread was closed. Especially if it was a partial solution that you had questions on. This xkcd comic comes to mind: https://xkcd.com/979/

    Ugh. We once found up the limit to the number of replies to status updates on IP.Board. I think it was 100 replies per status update? Something like that at…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 year, 3 months ago

    So, I lied. I’m moving forward with the skeleton build script 😛

    Ford defining macros in the build script, we’ll want this: https://stackoverflow.com/questions/79162315/how-do-i-define-a-c-c-preprocessor-variable-in-meson

    Probably could have found it in the documentation but I had trouble with the layout of the Meson website. We may want to use…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 year, 3 months ago

    Started looking into setting up a build script (got Meson installed this morning) and got a little stuck on account of the lack of a main function. I think I may be getting ahead of myself here and it may be best to wait on the build script until after we figure out how the code is built and all. I figured a build script would be a good place to…[Read more]

  • Yep, that sort of thing is very common in film. At least they had the same hair color! 😛

    Oftentimes, the supposed family members don’t look a thing alike! It’s always a breath of fresh air when they get actual family members to play families. They did that for the farmhouse scene! That was an actual family!

    Watched the uncut version of the…[Read more]

  • Whelp, looks like my YouTube recs are all messed up. Mostly just mixes in there. 😛

    And we can’t forget about Hans Zimmer!

    Haven’t listened to this one in ages:

  • This may be helpful at some point: https://programmablesearchengine.google.com/about/

    Google has offered the service for a while. Not used a whole lot these days but I still see it from time to time. No idea how to implement it, though.

    As for modifying the current search boxes for a simple query, possibly. Will add it to the list of things to…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 year, 3 months ago

    Sorry, they’ve got things under a new branch: https://github.com/rfuzzo/MWEdit/tree/dev

    Some of the changes make sense but others are lost on me. May make more sense later on, though. We could merge the changes later on if that’s the case. Most of the changes in rfuzzo’s seem to deal with the Windows API, which is pretty foreign to me. Most OS…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 year, 3 months ago

    I’ve started adjusting the font sizes on my system so I’m able to spend more time looking at things now. Still have some fonts to adjust but I got the editor and that’s the important one 🙂

    Anyways! Started to take a deeper dive into the cppcheck log and there are some things that it picked up that aren’t optional. It picked up a couple type…[Read more]

  • Yep, Fry would have kept the Devil’s hands and probably still gotten with Leela. And Robot Devil would have been very unhappy 😛

    Watched Rain Man again yesterday. Wonderful movie and highly recommended 🙂

  • Sorry, still haven’t managed to get New Vegas working over here. 🙁

    One issue I just thought of is when a plugin relies or refers to another one. How do the game engines consider cases in the plugin files? Does it treat them as case sensitive or insensitive? If the former, then the file name in said plugin would also need to be updated

  • Yeah, I find that the same stuff is mostly posted on Reddit. I don’t browse it very much as the atmosphere over on Reddit isn’t the best for me. Tried tuning the front page to my interests but Reddit keeps resetting them when I browse other communities so I’ve pretty much given up. I think I may try moving back to Feedly to try and get things.…[Read more]

  • In the past, sites used to be happy to merge accounts for you but very few do that now. It was nice being able to call customer service and explain the situation and get everything migrated.

    Yep, really miss Google Cache. It was very handy, especially to grab a snapshot of a site when they were down for whatever reason. Nothing wrong with…[Read more]

  • Yep, have had a couple of forums I visited do that. Always sad when they fade away 🙁 Even sadder when it happens during a lively discussion 🙁

    Looks like vBulletin has its own spam protection now. No idea how long its had it, though.

    Never had that issue. I have had issues where they keep spamming me even though I keep telling them I want to be…[Read more]

  • So there’s a huge plot hole in the Futurama episode “The Devil’s Hands Are Idle Playthings”. At the end, Robot Devil reveals that his contract says he gets to marry Leela. However, in Season 6 Episode 4 “Proposition Infinity”, it becomes apparent that robosexual marriage isn’t legal until the end of that episode. With that in mind, it makes his…[Read more]

  • Don’t see the DisplayPort specs in Adrenaline but we do have a display specs section under Settings -> Display -> Display Specs at the bottom. Doesn’t say anything at all about the interface, though. Nothing wrong with DisplayPort. In fact, it has some good benefits over HDMI. They mostly reached feature parity several years ago so the 10-bit…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 year, 3 months ago

    Great! Another fork….? Not sure of some of the changes from the diffs, such as changing some of the types from ints to shorts and long to long long. Would need to look at the surrounding code or even ask them about it. Other than those things, the changes look minimal so we may be able to just use on Nimrod’s fork and go from there. Definitely…[Read more]

  • Spastic Hamburger replied to the topic Random in the forum Discussion 1 year, 3 months ago

    Only 38 comments on that post? Blogs are definitely becoming less popular, I see 🙁

    Thanks! Now if we can figure out how to disable it for Bing. May be a toggle, haven’t looked yet 🙂

    Someone needs to license the character as their betel nut mascot 😛

    Yeah, I still need to get an air purifier for the living room. That will surely help. We’re…[Read more]

  • Started on the Dalton films yesterday with The Living Daylights. Really enjoyed the more serious tone. Some of the critics complain about the lack of humor but there was plenty! Bit of a shame that Dalton only did two films.

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 year, 3 months ago

    Never had a C++ course (learned on my own) or used virtual functions before so I’ll need to brush up on them before they go on the list

    I suspect most of the macro issues will vanish once the code is changed so that it’s no longer being generated. I don’t even know what the generated commands tell it to make

    This could be a useful utility to…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 year, 3 months ago

    Any luck with reaching Nimrod?

    In the meantime, I went ahead and ran the repository through cppcheck using the following options:
    cppcheck --enable=all --platform=win64 common Windows esm IL File project
    As expected, there are lots of messages about the use of the virtual bits. The log is surprisingly sparse otherwise. Here’s the full log.

    Other…[Read more]

  • Load More