Search found 4098 matches

by TMC
Sat Mar 07, 2020 6:39 am
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

07/03/2020 See also Seilburg's devlog entry: Day 6 - It's almost time. ------- Day 6 - Bugs and other critters ( Crossposted ) https://img.itch.zone/aW1nLzMwNzI0MzUuZ2lm/original/qz5Cx6.gif 24 hours remain (it's taking disturbing long for the panic set in, I'm not even spamming exclamation marks) a...
by TMC
Sat Mar 07, 2020 1:25 am
Forum: Q&A Discussion
Topic: Where is located the bitset pause available outside battle?
Replies: 50
Views: 6548

A switch with two cases like that can probably also be written as an "if".

So you want the scrollbar to appear even if you can't scroll? OK, just add an invisible (container) child slice which is the same size as the scroll slice. You might have to make it 1 pixel taller.
by TMC
Fri Mar 06, 2020 11:57 am
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

06/03/2020 See also Seilburg's devlog entry: [s]None yet. He's shamelessly prioritised sleep over the devlog![/s] Day 5 - What use is panic ------- Day 5 - Mismanagement secrets ( Crossposted ) https://img.itch.zone/aW1nLzMwNjkzODcuZ2lm/original/W7nJVR.gif The secret to a game jam is of course, pro...
by TMC
Thu Mar 05, 2020 12:12 pm
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

Getting to write devlogs makes it all worth it! Why spend your mornings reading 7drl devlogs when you could spend the entire day? Alas, I don't have time to read 1085 dev log entries a day ; ) (Actually, not many people are posting devlogs there; but there's more on twitter ) Ah, I forgot to include...
by TMC
Thu Mar 05, 2020 9:25 am
Forum: General Discussion
Topic: Indent tool for HSpeak
Replies: 71
Views: 7580

Sensible reasoning. And I'm meant to be working on a game for a contest right now, but couldn't help myself.
by TMC
Thu Mar 05, 2020 9:18 am
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

05/03/2020 See also Seilburg's devlog entry: Day 4 - One of these things is not like the other. ------- Day 4 - This is fine. ( Crossposted ) -Was about to work on mapgen -Baked bread -Oven caught on fire (and put itself out) -- specifically one of the heating elements caught on fire (!) -Spent a f...
by TMC
Thu Mar 05, 2020 12:18 am
Forum: General Discussion
Topic: Indent tool for HSpeak
Replies: 71
Views: 7580

I need to implement immediate execution of scripts anyway, so I'll be doing that. I forgot to say: I won't be doing any more work on that hsz compiler for a while, at least a week, so I hope you'll take the code and integrate it into what you've got, and free to make changes/extend it. I'm too busy,...
by TMC
Wed Mar 04, 2020 2:01 pm
Forum: General Discussion
Topic: Indent tool for HSpeak
Replies: 71
Views: 7580

Those AST improvement look nice. Success! I was able to produce a hsz file containing a simple script (as printed by decompile.py from nohrio): Script dummy() do( return(showvalue(1000 * 3 + 9)) ) and I imported it into a game and it wo...
by TMC
Wed Mar 04, 2020 10:02 am
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

04/03/2020 See also Seilburg's devlog entry: Day 3 - Seil 1.MS2020 ------- Day 3 - Rocks, pits and soil ( Crossposted ) Today was more productive than yesterday but far short of ambitions. And these devlog entries keep getting later. -Drew a bunch of tiles. But skipped doing normal maps for them -S...
by TMC
Tue Mar 03, 2020 10:33 am
Forum: Game Discussion
Topic: The Window is Coming
Replies: 6
Views: 1812

HYPE!
by TMC
Tue Mar 03, 2020 10:27 am
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

03/03/2020 See also Seilburg's devlog entry: Day 2 - Attention scene hygiene ------- Day 2 - Progressing at 0.5 frames per second ( Crossposted ) That's two days down. Starting to feel worried at how little progress I'm making. Though I had a lot less time available than yesterday. -Drew a couple m...
by TMC
Mon Mar 02, 2020 4:25 pm
Forum: General Discussion
Topic: Indent tool for HSpeak
Replies: 71
Views: 7580

At first I thought that wouldn't be right, but actually I can't think of anything wrong with that. It's much better than just counting brackets since it continues on from "x := 1 +" I've started on extending hspeak.ast.py (with hspeak-defines.py) to produce lone .hsz's. Not handling any fl...
by TMC
Mon Mar 02, 2020 8:05 am
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

02/03/2020 See also Seilburg's devlog entry: Day 1 - Hello Cave! -------- Day 1 - possible cyclic resource inclusion ( Crossposted ) The first day is gone already (though I couldn't post on the 24 hour mark, dinner intervened) What I did: - Reading lots of Godot tutorials and documentation and poki...
by TMC
Sun Mar 01, 2020 7:12 am
Forum: Game Discussion
Topic: 7DRL entry: Slumber [devlog]
Replies: 10
Views: 1454

7DRL entry: Slumber [devlog]

It's that time of year again when some of us make threats to enter the 7DRL challenge. But with a difference this year! (Crossposted to itch.io here ) @Seilburg and I are beginning our 7DRL entry, a (slightly) esoteric base-building survival roguelike with working title "Slumber" and this ...
by TMC
Sat Feb 29, 2020 11:37 pm
Forum: General Discussion
Topic: Indent tool for HSpeak
Replies: 71
Views: 7580

It would be nice to have the option of a REPL as a drop-down console within Game's window. Usability would inevitably be worse though. It could still spawn a separate process behind the scenes. Another consideration is that I plan to replace the script debugger, which is horrible in every way. I wan...