7 files changed
+9
-9
lines changed- .github/workflows/windows-clang.yml+1-1
- CMakeLists.txt+4-3
- INSTALL.md+155-140
- License.txt+3
- README.md+4-4
- garglk/CMakeLists.txt+87-63
- garglk/garglk.h+3-3
- garglk/garglk.ini+13-3
- garglk/garversion.h.in-2
- garglk/imgscale.cpp+4-3
- garglk/main.cpp-50
- garglk/sndqt.cpp+21-1
- garglk/sysqt.cpp+1-1
- garglk/sysqt.h+3-3
- gargoyle-builddeb.sh+1-1
- gargoyle-buildrpm.sh+1
- licenses/BSD-3-Clause.txt+29
- msvc.sh+1-1
- support/xbrz-null/CMakeLists.txt+9
- support/xbrz-null/xbrz.cpp+11
- support/xbrz/CMakeLists.txt+1-1
- support/xbrz/xbrz.cpp+12-5
- support/xbrz/xbrz.h+2-4
- terps/CMakeLists.txt+101-11
- terps/bocfel/glkstart.cpp+13
- terps/bocfel/io.cpp+2
- terps/bocfel/objects.cpp+9-1
- terps/bocfel/options.cpp+1-1
- terps/bocfel/screen.cpp+28-2
- terps/bocfel/stack.cpp+3-1
- terps/bocfel/zterp.cpp+11
- terps/bocfel/zterp.h+6-1
- terps/frankendrift/FrankenDrift.Adrift/FrankenDrift.Adrift.vbproj+1-1
- terps/frankendrift/FrankenDrift.Adrift/clsUserSession.vb+2-17
- terps/frankendrift/FrankenDrift.GlkRunner/FrankenDrift.GlkRunner.Gargoyle/Main.cs+12
- terps/frankendrift/FrankenDrift.GlkRunner/FrankenDrift.GlkRunner/GlkApi.cs+13
- terps/frankendrift/FrankenDrift.GlkRunner/FrankenDrift.GlkRunner/GlkHtmlWin.cs+45-21
- terps/frankendrift/FrankenDrift.GlkRunner/FrankenDrift.GlkRunner/GlkSession.cs+141-23
- terps/frankendrift/FrankenDrift.Glue/FrankenDrift.Glue.csproj+1-1
- terps/frankendrift/FrankenDrift.Glue/MockInfragistics.cs+1-5
- terps/frankendrift/FrankenDrift.Glue/UIGlue.cs+3-15
- terps/frankendrift/FrankenDrift.Glue/Util.cs+5-3
- terps/jacl/constants.h+7-2
- terps/jacl/display.c+16-49
- terps/jacl/encapsulate.c+4-3
- terps/jacl/encapsulate.h+22
- terps/jacl/errors.c+21-50
- terps/jacl/findroute.c+51-24
- terps/jacl/glk_saver.c+10-32
- terps/jacl/glk_startup.c+1-10
- terps/jacl/interpreter.c+3.1k-3.0k
- terps/jacl/interpreter.h+21
- terps/jacl/jacl.c+63-93
- terps/jacl/jacl.h+75-4
- terps/jacl/jpp.c+10-37
- terps/jacl/language.h+173
- terps/jacl/loader.c+1.5k-1.6k
- terps/jacl/logging.c+8-19
- terps/jacl/parser.c+64-98
- terps/jacl/parser.h+28
- terps/jacl/prototypes.h+130-182
- terps/jacl/resolvers.c+62-120
- terps/jacl/types.h+9-2
- terps/jacl/utils.c+9-31
- terps/jacl/version.h+4-4
- terps/magnetic/Glk/glk.c+50-14
- terps/status.txt+3-6
- terps/tads/CMakeLists.txt-64
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
|
0 commit comments