• src/doors/clans-src/src/c

    From Deuc¿@VERT to Git commit to main/sbbs/m on Sat Mar 7 22:38:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/676578353dcef9be82292a58
    Modified Files:
    src/doors/clans-src/src/clans.sln langcomp.vcxproj
    Log Message:
    Auto-generate mstrings.h in Visual Studio build.

    langcomp.vcxproj now runs itself after build to regenerate mstrings.h
    and strings.xl from strings.txt, with Inputs/Outputs for incremental
    checking. UpToDateCheckInput/Output items tell the VS IDE to consider strings.txt a project input so it triggers a rebuild when changed.

    clans.sln adds langcomp as a ProjectDependency of clans, config,
    pcedit, reset, and qtest so they never compile before mstrings.h exists.

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Wed Mar 11 02:36:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/2aca7e8cca87f5af2260f695
    Modified Files:
    src/doors/clans-src/src/config.c
    Log Message:
    Don't allow BBSID to be set to an invalid value.

    If it is, config won't start to allow you to set it, and you'll need
    to modify clans.cfg.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Fri Mar 13 17:57:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6bea9e07389feb5a657c2ba0
    Modified Files:
    src/doors/clans-src/src/clansini.c class.c console.c defines.h door.c game.c ibbs.c language.c mail.c platform.h quests.c semfile.c spells.c system.c unix_wrappers.c unix_wrappers.h video.c village.c win_wrappers.c
    Log Message:
    More C17, delay/sleep -> plat_Delay()

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Fri Mar 13 18:24:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/976bb2099633572518e34924
    Modified Files:
    src/doors/clans-src/src/chew.c install.c platform.c platform.h unix_wrappers.c win_wrappers.c win_wrappers.h
    Log Message:
    More wrappers.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net