-
I have build several of the terps from the list with no problems but:
building tads terp against remglk (on armhf and x64) when I try to save a game position I get:
- `Failed` error message for TAD…
-
First of all, I'd like to state that I think Alan should stick to use single-char encoded strings internally (ISO-8859-1 or Mac), for there are no valid reasons to make Alan Unicode aware — the Latin1…
-
Referring to `tads3/vmrun.cpp:1046`
```
#define true_for_cond(v) \
((v)->typ == VM_TRUE || (v)->typ == VM_ENUM \
|| ((v)->typ == VM_INT && !(v)->val.intval == 0))
`…
-
```
tads3/vmtz.cpp:1987:30: error: ordered comparison between pointer and zero ('vmtz_trans *' and 'int')
result->set(tcur > 0 ? tcur - 1 : tcur);
~~~~ ^ ~
1 er…
-
Scintilla provides _numerous_ lexers, most of which Notepad++ is not using. They are just sitting there...so why not take advantage of them! Below is a list of the `SCLEX_xxx` defines that are not use…
-
The TADS included in garglk fails to build with gcc 6, which is the default compiler shipped with Ubuntu 16.10.
This error repeats in several places:
```
tads3/vmtobj.h: In member function ‘virtual …
-
Arch Linux with FT-Jam 2.5.3, g++ 7.1.1
```
C++ build/linux.release/tads/tct3stm.o
tads/tads3/tct3stm.cpp: In static member function ‘static void CTPNVarIn::gen_iter_init(CTcPrsNode*, int, const…
exaos updated
7 years ago
-
What are the plans for styles that exist the the [KDE](https://github.com/KDE/syntax-highlighting/tree/master/data/syntax) repo but not his repo?
Is it as simple as what was just done for the power…
-
```
The TADS 3 VM included with Gargoyle is very outdated now. The last stable
release, 2011.1, uses 3.0.18 and even the latest source code in the repository
is only 3.1.0, whereas the latest offici…
-
### Issue Summary
Looks like when `ChoiceBlock` has a lot of elements - admin page goes to infinite loop. I could be wrong, but the same code worked earlier.
### Code
I have code like this:
…