Skip to content

Releases: loloof64/Basic_chess_endgames

Release 4.4.1

01 Apr 17:29

Choose a tag to compare

  • Handling missing internet connection in samples loading page.

Release 4.4.0

01 Apr 14:57

Choose a tag to compare

  • Added random testing feature where you can preview generated positions from your script, as well as the rejected generated position because of being illegal
  • Little improvement : giving the focus back to the user when he inserts a predefined variable in script editor
  • We can set the dark mode
  • We can download additional samples.

Release 4.3.3

21 Feb 13:01

Choose a tag to compare

  • More robust error handling when checking/execting scripts
  • Bug fix for when setting other pieces global/indexed/mutal scripts

Release 4.3.2

20 Feb 18:14

Choose a tag to compare

  • Using package stockfish_chess_engine 0.8.1, which
    • is based on Stockfish 17
    • has code for ios and macos
    • will use a little NNUE on mobile device
  • Limiting number of shown errors, in order to avoid freezing the UI
  • Using Lua VM instead of Antlr4 :
    • you're are more free in your scripts
    • meanwhile, in case of error, you get a less precise info and in english, but you still have the error line
    • all samples work fine now
    • adapted syntax manual

Release 4.3.1

20 Feb 17:41

Choose a tag to compare

  • Using package stockfish_chess_engine 0.8.1, which
    • is based on Stockfish 17
    • has code for ios and macos
    • will use a little NNUE on mobile device
  • Limiting number of shown errors, in order to avoid freezing the UI
  • Using Lua VM instead of Antlr4 :
    • you're are more free in your scripts
    • meanwhile, in case of error, you get a less precise info and in english, but you still have the error line
    • all samples work fine now
    • adapted syntax manual

Release 4.2.14

11 Jan 17:38

Choose a tag to compare

  • Minor fixes
  • Rename window title in desktop version
  • Set board reversed by default if player has black side
  • Showing several errors at once instead of just the first error for scripts
  • Caution ! The scripts checker does not warn you any more for being too restrictive
  • We can see predefined variables even when reading at a sample code, but this time -of course- we cannot insert them
  • (bug fix) : script types in some errors were not precise enough : sometimes we missed the piece kind
  • (bug fix) : script error "parenthesis without expression" made program crash instead of reporting it
  • (bug fix) : script error where there's a missing operand made program crash (same for wrong type of operand)
  • sometimes we had an error and we could not know on which position it happened
  • (Windows) Changed the application icon

Release 4.0.148

23 Nov 11:50

Choose a tag to compare

4.0.148