Activity for Fulvio

  • Fulvio Fulvio committed [a2782f] on Code

    Fix azure-pipelines.yml

  • Fulvio Fulvio committed [ad7855] on Code

    Version 5.2.202603

  • Fulvio Fulvio committed [fb8412] on Code

    Add TCLBRANCH to azure-pipeline.yml

  • Fulvio Fulvio modified ticket #271

    EngineConfigWindow: Error on select Command or Directory

  • Fulvio Fulvio posted a comment on ticket #271

    Thanks, fixed with: https://sourceforge.net/p/scid/code/ci/d8379b6955deb0b6523429105c3f33f2a23cdaa0/

  • Fulvio Fulvio committed [d8379b] on Code

    Fix #271: in EngineConfigFrame button names are not deduced.

  • Fulvio Fulvio committed [d4e2a3] on Code

    Explicit UTF-8 encoding for recent.dat

  • Fulvio Fulvio committed [8a1cdb] on Code

    SpellChecker::read accepts UTF-8 filenames

  • Fulvio Fulvio committed [1f140a] on Code

    Change spellChk to std::unique_ptr<SpellChecker>

  • Fulvio Fulvio committed [0694a3] on Code

    Remove SPELLCHKVALIDATE

  • Fulvio Fulvio committed [144dab] on Code

    Add Filebuf::open_path

  • Fulvio Fulvio committed [748b7e] on Code

    Assume all filenames are UTF-8

  • Fulvio Fulvio committed [a48263] on Code

    Revert "fix: export to UTF-8 filenames (#265)"

  • Fulvio Fulvio committed [68e1cb] on Code

    Refine ::move::showVarPopup

  • Fulvio Fulvio posted a comment on ticket #269

    I’ve pushed a fix. It should now correctly handle all database filenames (PGN, SCID5, SCID4) for every operation (creation, opening, compaction). Currently, when exporting to text files (LaTeX, HTML, and PGN exports), non-ASCII characters in filenames may still appear garbled if your operating system isn’t set to UTF-8 (the default on Windows). However the PGN files can be reopened as databases (or manually renamed). Please let me know if you encounter any other issues.

  • Fulvio Fulvio posted a comment on ticket #269

    Ah, got it, thanks. The fix is a bit invasive with many ramifications; it might take some time.

  • Fulvio Fulvio posted a comment on ticket #269

    Could you please attach an example PGN and tell me your OS?

  • Fulvio Fulvio committed [6b6768] on Code

    <Down> key pops up a new menu for variation selection

  • Fulvio Fulvio committed [6c707f] on Code

    Sync flatpak

  • Fulvio Fulvio committed [4ba5da] on Code

    Add vcs-browser url to flatpak's appdata

  • Fulvio Fulvio posted a comment on ticket #268

    Thanks! I have updated the Flatpak manifest, it should be fixed.

  • Fulvio Fulvio posted a comment on ticket #268

    Thanks for the report. The issue you experienced occurred because assertions were enabled in this specific build. Assertions are a debugging mechanism designed to halt the program immediately when an unexpected condition is encountered. While this is useful for developers to find bugs, in a normal-use scenario this sudden halt can interrupt file operations and lead to unpredictable outcomes, such as the database corruption that occurred in this case. The technical details: - In the index structure...

  • Fulvio Fulvio committed [aae0f3] on Code

    refactor(crosstab): modernize to C++20 with improved memory safety

  • Fulvio Fulvio committed [e88740] on Code

    Update llvm to version 21

  • Fulvio Fulvio committed [b8235c] on Code

    Add Python script for .ssp validation and conversion

  • Fulvio Fulvio committed [071a33] on Code

    filter_spellcheck_file: remove fileutil dependency

  • Fulvio Fulvio modified ticket #264

    Close game list

  • Fulvio Fulvio modified ticket #266

    scid 5.1 crash SIGABRT Treewindow

  • Fulvio Fulvio posted a comment on ticket #267

    Thank you for reporting this issue. The clipboard access in both cases uses Tcl/Tk's selection get -selection CLIPBOARD. The only difference I'm aware of is that when pasting directly into a widget (like the FEN entry field in "Setup Start Board"), Tk sets the -displayof option to that specific widget, whereas the "Paste FEN" menu command uses the default (-displayof .). This could potentially matter in a multi-monitor setup. Could you please clarify: - Are you using multiple monitors? - Does the...

  • Fulvio Fulvio committed [45d151] on Code

    enginecfg: use <<EngineCfgConnect>> and <<EngineCfgLayout>> to avoid enginewin coupling

  • Fulvio Fulvio committed [b2a913] on Code

    Minor fixes

  • Fulvio Fulvio committed [b81000] on Code

    Tooltip for SearchHeader Presets button

  • Fulvio Fulvio committed [754d8f] on Code

    search::material: use the simpler ::validate::integer

  • Fulvio Fulvio posted a comment on ticket #266

    Thanks for the update. If you can confirm that after creating a new .si5 database and importing the big pgn-file, it works fine, we can safely assume the error was caused by some corrupt games. It may also be worth mentioning that Chess960 games are supported only in SCID5 (.si5) and PGN databases. Older versions may fail to detect this variant and incorrectly attempt to import those games into SCID4 (.si4) databases.

  • Fulvio Fulvio posted a comment on ticket #266

    That assert isn’t an “index-generation” failure in itself; it’s Scid aborting because it hit an impossible move while replaying moves into a position: Position::DoSimpleMove(): Assertion `piece_Color(sm.capturedPiece) == enemy' failed Meaning: Scid believes a move is a capture, but the piece it thinks is being captured is not an enemy piece at that square. The crash you’re seeing is an assertion, and assertions are normally only enabled in debug (or assert-enabled) builds. In a “release” build this...

  • Fulvio Fulvio committed [fddae7] on Code

    Update copyright years

  • Fulvio Fulvio committed [f9f5a7] on Code

    Sync flatpak

  • Fulvio Fulvio committed [2b3520] on Code

    search::header: use a simpler ::validate::integer

  • Fulvio Fulvio committed [01abeb] on Code

    build_app.sh: use the latest code from the core-8-6-branch

  • Fulvio Fulvio committed [a11de3] on Code

    configure: add LIBS variable

  • Fulvio Fulvio committed [0997bc] on Code

    configure: some simplifications

  • Fulvio Fulvio committed [418ced] on Code

    sc_game_tags_set: fix the potential buffer overflow

  • Fulvio Fulvio committed [160c63] on Code

    search::header: implement preset filters

  • Fulvio Fulvio committed [983a83] on Code

    Remove unused fn ::search::header::save

  • Fulvio Fulvio committed [bb01fc] on Code

    options.write: escape variable names

  • Fulvio Fulvio committed [e70065] on Code

    ::board::animate: redraw the captured piece as a tempory artifact

  • Fulvio Fulvio committed [2f9df8] on Code

    Avoid accessing ::enginecfg::engConfig_ from engine.tcl

  • Fulvio Fulvio committed [9dae4e] on Code

    Move engConfig_ to ::enginecfg (NFC)

  • Fulvio Fulvio committed [7105d0] on Code

    Refactor ::enginewin::changeDisplayLayout

  • Fulvio Fulvio committed [cc8a3c] on Code

    ::board::_animate: skip ::board::update on completion

  • Fulvio Fulvio committed [9e3d3c] on Code

    The lastest Stockfish does not compile on Azure (Windows)

  • Fulvio Fulvio modified ticket #265

    Exporting files with norwegian wovels messes up file names

  • Fulvio Fulvio posted a comment on ticket #265

    Thanks. Fixed with: https://sourceforge.net/p/scid/code/ci/ed0200228b8ca4550034a89c931558c31fde4d24/

  • Fulvio Fulvio committed [ed0200] on Code

    fix: export to UTF-8 filenames (#265)

  • Fulvio Fulvio modified ticket #136

    UI improvements

  • Fulvio Fulvio posted a comment on ticket #136

    I usually don’t argue over feature requests—everyone’s got their own preferences. But I have to admit, this one cracked me up. It’s probably among the silliest I’ve ever seen (I mean the request, not the person— we all do silly stuff, that doesn’t make us silly). It’s like walking into a vegetarian restaurant and saying, “Hey, you know what would really spice up your menu? More steaks. I’m not sure how hard it is, but maybe check out how McDonald’s does it.” If McDonald’s is your thing, then just...

  • Fulvio Fulvio committed [404bda] on Code

    Update Ubuntu's CI to 24.04

  • Fulvio Fulvio committed [536b47] on Code

    Add convert_marker.py

  • Fulvio Fulvio committed [bb5285] on Code

    Remove CONST84 cast

  • Fulvio Fulvio committed [8adb81] on Code

    gamelist stats: round the percentages and use a gray outline

  • Fulvio Fulvio committed [85c1cd] on Code

    Disable Azure for PR

  • Fulvio Fulvio modified ticket #251

    Unable to finish build on FreeBSD

  • Fulvio Fulvio modified ticket #252

    Build of v5.1.0 on Ubuntu 24.04 fails

  • Fulvio Fulvio modified ticket #253

    How to install and run Scid v5.1.0 on a Windows 11 pc?

  • Fulvio Fulvio posted a comment on ticket #253

    https://sourceforge.net/projects/scid/files/Scid/Scid%205.1/readme.md/download

  • Fulvio Fulvio modified ticket #231

    cannot use lc0 as an engine

  • Fulvio Fulvio modified ticket #208

    Keyboard shortcuts ignored.

  • Fulvio Fulvio modified ticket #247

    Windows executable needed

  • Fulvio Fulvio modified ticket #248

    Can't close SCID 5.1 anymore (Win)

  • Fulvio Fulvio posted a comment on ticket #248

    Thanks, fixed with: https://sourceforge.net/p/scid/code/ci/1f2264f2809a7426c2dab5ffc4e52b3d4de971cf/

  • Fulvio Fulvio modified ticket #250

    Missing scid binary in Scid.app on MacOS

  • Fulvio Fulvio posted a comment on ticket #250

    Duplicate of: https://sourceforge.net/p/scid/bugs/249/ https://github.com/benini/scid/issues/196

  • Fulvio Fulvio modified ticket #249

    Scid 5.1.0

  • Fulvio Fulvio posted a comment on ticket #249

    xattr -c Scid.app_macOS15.zip BEFORE unzipping the archive https://github.com/benini/scid/issues/196

  • Fulvio Fulvio committed [1f2264] on Code

    Check if the previous notebook exists

  • Fulvio Fulvio committed [668d67] on Code

    Remove unnecessary 'update idletasks'

  • Fulvio Fulvio modified ticket #246

    5.1: Error in variations window

  • Fulvio Fulvio posted a comment on ticket #246

    Thanks. Fixed with: https://sourceforge.net/p/scid/code/ci/ffd449ca8c37a11ed86f302491872e767c205b76/

  • Fulvio Fulvio committed [1c7a60] on Code

    graphs.tcl: uniform indentation (NFC)

  • Fulvio Fulvio committed [a310ba] on Code

    Rename ToolsScore to WindowsGraph and move it to Windows menu

  • Fulvio Fulvio committed [ffd449] on Code

    Enable global keyboard shortcuts only on dockable windows

  • Fulvio Fulvio committed [1e79f0] on Code

    Clean up showVars

  • Fulvio Fulvio posted a comment on ticket #247

    The latest binaries are compiled automatically by the Microsoft Cloud: https://dev.azure.com/beninifulvio/beninifulvio/_build/latest?definitionId=1&branchName=github Click on "5 published" -> scid_windows_x64's three dots -> download artifact Merry Christmas

  • Fulvio Fulvio committed [be56ea] on Code

    Update flatpak to 5.1.0

  • Fulvio Fulvio committed [22aba1] on Code

    Version 5.1.0

  • Fulvio Fulvio committed [ba2e75] on Code

    Update Changelog

  • Fulvio Fulvio committed [ae8781] on Code

    Change the frequency of progress report in searchpos.h

  • Fulvio Fulvio committed [44ddad] on Code

    Remove obsolete files

  • Fulvio Fulvio committed [4ebbaa] on Code

    enginewin: remove addbestline button

  • Fulvio Fulvio committed [467640] on Code

    Crosstable: calculate n_won, n_draw and n_loss in AddResult()

  • Fulvio Fulvio committed [6fe01f] on Code

    Remove old links from Player Info Help

  • Fulvio Fulvio committed [dca357] on Code

    README: Add instructions for compilation

  • Fulvio Fulvio committed [6ad126] on Code

    main statusBar: add the stopwatch unicode char before the movetime

  • Fulvio Fulvio modified ticket #176

    Unresponsiveness of the "Notation" and "Comment Editor" windows

  • Fulvio Fulvio posted a comment on ticket #176

    See: https://sourceforge.net/p/scid/bugs/233/

  • Fulvio Fulvio modified ticket #184

    Exception in gamebrowser::resizing

  • Fulvio Fulvio modified ticket #210

    "Make First Variation" does not work as expected

  • Fulvio Fulvio posted a comment on ticket #130

    Ticket moved from /p/scid/bugs/216/

  • Fulvio Fulvio modified ticket #226

    SCID 5.0.2 on Debian 12, focus on textfields not working as expected (again) plus font problems

  • Fulvio Fulvio modified ticket #228

    git clone command is routinely timing out now

1 >
MongoDB Logo MongoDB