diff options
-rw-r--r-- | src/sst.c | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -254,7 +254,14 @@ static bool already_loaded = false, skip_unload = false; // auto-update message. see below in do_featureinit() static const char *updatenotes = "\ -* Cleaned up even more code, because it's hard to be perfect all the time\n\ +* Added sst_xhair_* commands to draw a custom crosshair overlay\n\ +* Added Left 4 Dead cutscene skipping on quick-reset (sst_l4d_quickreset_fastfwd)\n\ +* Fixed crashing on newest Left 4 Dead 2 Steam update\n\ +* Fixed broken autoload registration in some earlier engine branches\n\ +* Added mouse factor support to the current Left 4 Dead 1 version on Steam\n\ +* Removed requirement to install Visual C++ runtime redistributable\n\ +* Made various internal preparations for more cool stuff in the future\n\ +* Cleaned up even more code and fixed a few minor bugs, because nobody's perfect\n\ "; #include <featureinit.gen.h> // generated by build/codegen.c |