Search found 4098 matches
- Thu Mar 26, 2020 2:53 pm
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
- Wed Mar 25, 2020 2:41 pm
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
- Wed Mar 25, 2020 9:52 am
- Forum: Game Discussion
- Topic: Android google-play compat status thread
- Replies: 73
- Views: 10976
- Tue Mar 24, 2020 1:28 am
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
It's nice that it continues on an error, because otherwise you wouldn't get anything useful out of it. Reading about doing error reporting with PLY. I guess you're referring to the fact that default arguments are written to scripts.txt, but the script compiler needs to add defaults for missing argum...
- Mon Mar 23, 2020 4:38 pm
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
Oh, yes, very nice. I think the biggest missing feature is default arguments for function and script calls (and argument count checking). I'm amused that string_ref can be only a constant, not an integer literal, which is by far the most common case. Actually, it should be an arbitrary expression. R...
- Sun Mar 22, 2020 3:48 pm
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
Oh, wow. (You really should start making new posts instead of editing your previous post, I missed that update) commands.bin is only used for certain error messages and is optional. A bit surprised you went for Python 2 compatibility, but not unwelcome. I did just backport DWRL's Python 3 fixes to P...
- Sun Mar 22, 2020 1:05 pm
- Forum: Q&A Discussion
- Topic: [Solved] Getting OHRRPGCE to run on linux, help needed :-(
- Replies: 18
- Views: 2604
:( rm is so dangerous, no rational person would believe it or accept it. I don't know how I've avoided any major mishaps deleting whole directories with a typo. I keep whole-disk snapshots and backups, and I have had to recover accidentally deleted files from snapshots a few times. (I trust you know...
- Sun Mar 22, 2020 12:22 am
- Forum: Q&A Discussion
- Topic: "RPG file appears to be corrupt (bad header)"
- Replies: 4
- Views: 535
- Sat Mar 21, 2020 12:20 pm
- Forum: Q&A Discussion
- Topic: "RPG file appears to be corrupt (bad header)"
- Replies: 4
- Views: 535
- Fri Mar 20, 2020 7:10 am
- Forum: Q&A Discussion
- Topic: 60 FPS!
- Replies: 4
- Views: 596
Did you hear that a few months ago someone came by wanting to record a Let's Play of Alien Squatter, but complained that the game was running at a low framerate. They didn't want to do it before the game gets upgraded to 60fps. The only other thing to consider are slice and camera movement/velocity ...
- Thu Mar 19, 2020 1:27 am
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
- Wed Mar 18, 2020 7:58 am
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
- Tue Mar 17, 2020 3:39 pm
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
- Tue Mar 17, 2020 3:32 am
- Forum: Game Discussion
- Topic: Android google-play compat status thread
- Replies: 73
- Views: 10976
- Mon Mar 16, 2020 4:55 pm
- Forum: General Discussion
- Topic: Indent tool for HSpeak
- Replies: 71
- Views: 7580
Yes, the parsed AST for baconthulhu.hss (and plotscr.hsd) looks great, as far as it works! And the grammar is a lot more straightforward and makes more sense to me. I see you've been working on hspeak_gen.py too. BTW, I just noticed you replaced the original lines from compile_recurse: if kind in &a...