Activity for icsDrone

  • Jon Dart Jon Dart created ticket #12

    send result reason

  • <REDACTED> created ticket #2

    crashes when overly long games are played

  • Jakob Jakob posted a comment on ticket #11

    Here what happens. This loop goes until stack overflow. It might have something to...

  • Jakob Jakob created ticket #11

    endless loop when using Parameter -owner

  • Michel Michel committed [85aee1]

    Fix possible Feedback infinite loop.

  • Michel Michel committed [909812]

    Experiment with SO_LINGER for proxy.

  • Michel Michel committed [f5f441]

    Increase number of variants allowed to 100.

  • Michel Michel committed [3673d5]

    More accurate parsing of "Creating:" lines.

  • Michel Michel committed [e9bf63]

    Record fen of last received board in logfile.

  • Michel Michel committed [fa454d]

    Move log message in DisconnectProxy().

  • Michel Michel committed [62bd74]

    Flush buffer when disconnecting from proxy with...

  • Michel Michel committed [6f32ef]

    Make feature variants parsing a bit more robust...

  • Michel Michel committed [2300f2]

    Drop moves on ICC were mangled.

  • Michel Michel committed [1705c9]

    Log proper error when the max variant count is ...

  • Michel Michel committed [b565b0]

    Revert "Experiment with SO_LINGER for proxy."

  • Michel Michel committed [f3052f]

    Log potential errors with closing of proxy.

  • Michel Michel committed [48c562]

    Recognize more cases for illegal engine moves.

  • Michel Michel committed [fe8c44]

    Correct arrival message on ICC.

  • Michel Michel committed [09ceac]

    Fix very weird typo in computer.c.

  • Michel Michel modified ticket #6

    Doesn't detect new game

  • Michel Michel modified ticket #7

    polyglot doesn't work

  • Michel Michel modified ticket #8

    don't compile

  • Michel Michel modified ticket #10

    if polyglot.ini is wrong, icsdrone starts the game then resign

  • Michel Michel posted a comment on ticket #10

    The current behaviour of icsdrone should be more sane now. It will quit if the engine...

  • Michel Michel committed [8712d7]

    Fix buffer overflow (tmp array in ProcessRawInp...

  • Michel Michel committed [a9b32e]

    Revert "Remove argument to HandleBoard which is...

  • Michel Michel committed [136aec]

    Delete some left over debug comments.

  • Michel Michel committed [e8ff56]

    Tweak some log messages.

  • Michel Michel committed [3908a4]

    Do engine initialization right after the game s...

  • Michel Michel committed [864fcf]

    Yet more modification of movelist treatment.

  • Michel Michel committed [cb124a]

    Remove argument to HandleBoard which is probabl...

  • Michel Michel committed [a851c6]

    Some fixes to deal with the case that term.h is...

  • Michel Michel committed [4bb877]

    Reset engine crash counter when a move has been...

  • Michel Michel committed [ad8f7d]

    Reading the initial board happened at the wrong...

  • Michel Michel committed [1e825f]

    Tweak boards sent as part of a movelist.

  • Michel Michel committed [18029a]

    Fix compiler warning (conBuf defined but not us...

  • Michel Michel committed [c0b5b1]

    Update some copyright notices (not yet all of t...

  • Michel Michel committed [75fe6c]

    Correct variant names on ICC (wild(x) instead o...

  • Michel Michel committed [872c1a]

    Save board that is part of movelist also for pr...

  • Michel Michel committed [a49ec7]

    The previous patch was strangely wrong. Try to ...

  • Michel Michel committed [4a165f]

    Merge remote-tracking branch 'origin/startpos' ...

  • Michel Michel committed [f4e71e]

    Document HandleBoard.

  • Michel Michel committed [828349]

    Send time control to engine during game start.

  • Michel Michel committed [fcfdfc]

    Prompt instrumentation.

  • Michel Michel committed [5f06df]

    Rework HandleBoard comment.

  • Michel Michel committed [21a597]

    Recognize initial board in movelist correctly o...

  • Michel Michel committed [962049]

    Tweak board handling for proxy.

  • Michel Michel committed [f37f8e]

    Make initial board parsing in movelist tighter.

  • Michel Michel committed [84f40a]

    Instrumented version of ProcessCreatePGN().

  • Michel Michel committed [6fe8b2]

    Cleanup of previous patch.

  • Michel Michel committed [1245f5]

    Fix some typos.

  • Michel Michel committed [86e659]

    Check status==-4 of board while parsing movelis...

  • Michel Michel committed [d57fe5]

    Some more reshuffling.

  • Michel Michel committed [40a569]

    Handle adjourn requests. For now always accept.

  • Michel Michel committed [9d6159]

    Use symbolic names state in ProcessCreatePGN().

  • Michel Michel committed [d402a9]

    Detect variant type on ICC.

  • Michel Michel committed [f53605]

    Only enable tourney logic on FICS (it is not co...

  • Michel Michel committed [543bea]

    Hide reply to "set interface" from proxy (for I...

  • Michel Michel committed [e064b8]

    Do not make icsdrone eat lines sent as reply to...

  • Michel Michel committed [c9323f]

    Experiment with iset startpos 1.

  • Michel Michel committed [e92ddc]

    Avoid potential buffer overflow.

  • Michel Michel committed [0e82ba]

    More comments. Some reshuffling.

  • Michel Michel committed [77f9b1]

    Quit cleanly if icsdrone is unable to start up ...

  • Michel Michel committed [c48871]

    Delete some weirdness in configure.ac (LIBZ=......

  • Michel Michel committed [b0ad84]

    Introduce option acceptAdjourn (default false).

  • Michel Michel committed [25ae43]

    Add some comments to previous patch.

  • Michel Michel committed [772218]

    Make UseMovelist() more correct.

  • Michel Michel committed [568922]

    Change some LOG_DEBUGs into LOG_ERRORs.

  • Michel Michel committed [f97502]

    Limit the number of engine crashes during a game.

  • Michel Michel committed [1d4405]

    Refinement of previous patch.

  • Michel Michel committed [5adfb1]

    Merge branch 'startpos' into newproxy

  • Michel Michel committed [142c02]

    Change variable "ignoreMove" to "engineBoardIsC...

  • Michel Michel committed [843865]

    Fix typo in configure.ac.

  • Michel Michel committed [67d7ea]

    Detect if the current game is a resumed game.

  • Michel Michel committed [6c92a5]

    Cleanup of previous patch.

  • Michel Michel committed [ca14a0]

    Attempt at generating a correct pgn for shuffle...

  • Michel Michel committed [698926]

    Log when we are resuming an adjourned game.

  • Michel Michel committed [f3da86]

    Accept a resume challenge unconditionally.

  • Michel Michel committed [8a8f1a]

    ICC losers was not being recognized.

  • Michel Michel committed [03ab73]

    A game creation from the computer pool was misp...

  • Michel Michel committed [61655d]

    Using movelists for shuffle games on FICS is st...

  • Michel Michel committed [72b8c5]

    Fix comment.

  • Michel Michel committed [d81fb2]

    More comments.

  • Michel Michel committed [efbcdd]

    Fix typo in log message.

  • Michel Michel committed [ae93a0]

    More elaborate comments for the tricky routine ...

  • Michel Michel committed [cf1e2a]

    Start commenting the use of movelists.

  • Michel Michel committed [5557bf]

    Further cleanup.

  • Michel Michel committed [bbb8e2]

    Remove prompt instrumentation. Revert to reintr...

  • Michel Michel committed [d3a54c]

    SendBoardToComputer was ignoring its argument. ...

  • Michel Michel committed [7270b7]

    Debug print for challenges.

  • Michel Michel committed [4b3e72]

    Enable the use of movelists on ICC.

  • Michel Michel committed [83ccdd]

    Revert "Instrumented version of ProcessCreatePG...

  • Michel Michel committed [925ddd]

    Merge branch 'newproxy'

  • Michel Michel committed [ba7244]

    Revert "Instrumented version of ParseICCStartOf...

  • Michel Michel committed [16fca6]

    Instrumented version of ParseICCStartOfMoveList().

  • Michel Michel modified ticket #9

    game end issues

  • icsDrone icsDrone released /ChangeLog

  • Michel Michel committed [e5b766]

    Update changelog/configure.ac etc...

  • icsDrone icsDrone released /icsdroneng-0.29.tar.gz

  • Michel Michel committed [231df9]

    Slightly less wrong version of previous patch.

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.