Placeholder post. Möbius reported skill assigners not working on Discord. I'll come back and edit this properly later
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: JawaJuice on June 10, 2026, 03:49:17 PMThe only time I ever used Delphi at work was back in the early Noughts ... I've sure the language has evolved out of sight since I last looked at it!
Quote from: Simon on June 09, 2026, 07:08:16 AMCan you find something better for replay-to-level association that doesn't give such opportunity for mistakes?
Quote from: Simon on June 07, 2026, 12:02:37 PMInstead, CE should ship a thin stick. Attached is what I use. I call it the Caveman Stick in honor of mobius's push for simplicity, and I wield it with valor and satisfaction.
This stick is only 1 white pixel wide in the long middle. It's white-black-white at the end.
Quote from: Simon on June 07, 2026, 11:31:37 AMMaybe reword the options to Show Backgrounds and activate by default, instead of Hide Backgrounds and disabled by default. It's the classic preference to word bool options positively: I want backgrounds, check, I don't want backgrounds, uncheck.
Quote from: Simon on June 07, 2026, 11:31:37 AMPlease let me hide the animated decorations!
Quote from: Simon on June 07, 2026, 11:31:37 AMWith the CE 1.1.1 set of options, I would have expected the hide-backgrounds option to also hide the unanimated decorations. Reasoning: Either we want to see the level exactly how the designer made it, or we want the bare-bones functionality.
I don't know if anybody wants to see one kind animated/unanimated background, but not the other.
Quote from: JawaJuice on June 10, 2026, 11:17:34 AMWhat language is NLEditor written in out of curiosity? I'd be interested how the Random ID button is implemented, presumably some kind of seeded rand function.
private void btnRandomID_Click(object sender, EventArgs e)
{
CurLevel.LevelID = (ulong)Utility.Random().Next() +
((ulong)Utility.Random().Next() << 32);
txtLevelID.Text = CurLevel.LevelID.ToString("X16");
}
Quote from: Lucia on June 02, 2026, 12:00:16 PM(my mum went to sleep and did not wake up, I was and still am in shock not thinking clearly).



Quote from: namida on May 28, 2026, 10:50:30 PMRather than just disregarding it for existing levels, could they be padded / shrunk accordingly?