aboutsummaryrefslogtreecommitdiff
path: root/c/ext.cpp
AgeCommit message (Collapse)Author
2022-09-02Use global Window object.John Ankarström
This makes it easier to control initialization and maintain RAII.
2022-08-30Fix Unique Good, Bad. Simplify HTML parser.John Ankarström
Good and Bad should obviously do the exact opposite thing to what they did.
2022-08-29Small improvments.John Ankarström
2022-08-28Replace Managed with Unique.John Ankarström
2022-08-26Use FunctionW names explicitly instead of macros.John Ankarström
It's uglier, but it makes Visual Studio show better tooltips.
2022-08-25Fix MSVC compatibility.John Ankarström
2022-08-23Formatting.John Ankarström
2022-08-23Add Managed (generic RAII type).John Ankarström
2022-08-22Open episodes without Prolog.John Ankarström