• src/sbbs3/xtrn.cpp xtrn_sec.cpp

    From Rob Swindell to Git commit to main/sbbs/master on Sunday, November 29, 2020 12:40:29
    https://gitlab.synchro.net/main/sbbs/-/commit/da43d845cc4ceaea03071614
    Modified Files:
    src/sbbs3/xtrn.cpp xtrn_sec.cpp
    Log Message:
    Command-lines that start with '?' or '*' are implicitly native

    Don't do the DOSEMU drive-letter dance for xtrn startup directory if the xtrn's command line is implicitly native (e.g. Baja or JS).

    Also, recognize Baja command-lines as native in cmdstr() - for %n, %!, etc. DOSemu expansion hack.
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Wednesday, May 22, 2024 17:16:09
    https://gitlab.synchro.net/main/sbbs/-/commit/40f429e0d8bfdc65caa3b449
    Modified Files:
    src/sbbs3/xtrn.cpp xtrn_sec.cpp
    Log Message:
    Clear mouse hotspots when executing *any* external program/script

    Previously, we only cleared hotspots when executing any external from the external program section (doors menu). This means that invoking a script or external program (e.g. via JS bbs.exec()) from anywhere else, any current
    mouse hotspots would remain active. Disable those.

    This fixes issue #758