summaryrefslogtreecommitdiff
path: root/drawboard.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20Constify function argumentPhilippe Michel1-3/+3
2020-02-23Fix handling of Crawford game in the external interface.Philippe Michel1-18/+6
2019-11-29Add proper copyright attributions as suggested by FSF.Philippe Michel1-18/+15
2019-03-24Use available defined constant instead of numerical value for the length of a...Philippe Michel1-8/+8
2019-03-10Silence cppcheck warningsPhilippe Michel1-5/+9
2017-02-19Silence (probably bogus) gcc warning (again).Philippe Michel1-11/+17
2017-02-04Fix compiler warningsPhilippe Michel1-3/+3
2015-08-02Fix minor typosMichael Petch1-2/+2
2015-08-01Fix so that temporarily removed code doesn't throw a warningrelease-1_05_001Michael Petch1-2/+2
2015-08-01Fix bug reported by Wolfgang Nelles that prevents a player from hittingMichael Petch1-3/+12
2015-06-26Fix problem with erroneous decisions generated when using the external interf...Michael Petch1-4/+7
2015-02-01Remove unused functionsPhilippe Michel1-55/+1
2015-01-24Fix compiler warning (array subscript is above array bounds).Philippe Michel1-2/+2
2014-12-21Silence compiler warnings (cast drops const qualifier)Philippe Michel1-3/+3
2014-06-26Update external interface commands. Swap player names when board state is swa...Michael Petch1-5/+9
2014-06-25Enhance external interface debug output and add new set commands (work in pro...Michael Petch1-2/+2
2014-06-24Add board diagrams to external interface outputMichael Petch1-57/+53
2014-06-22Replace the external interface with a newer reentrant version.Michael Petch1-30/+84
2014-02-26Silence compiler warningsPhilippe Michel1-5/+1
2014-01-08Minor changes to remove compiler warnings/errorsJon Kinsey1-2/+2
2013-09-09Silence compiler warningsPhilippe Michel1-8/+8
2013-06-16Standardized the code formatting with indent -kr -l120 -fc1 -sc -nut -pslMichael Petch1-514/+498
2012-05-18Swap sides, when doubled in FIBS board (fixesGuido_Flohr1-3/+14
2012-05-15Detect turned cube for opponent in FIBS boardGuido_Flohr1-1/+11
2012-05-14Rewrite of FIBS board parsing. TODO: cube ownerGuido_Flohr1-60/+68
2012-05-14Swap scores in FIBS board states, when board is turnedGuido_Flohr1-20/+32
2012-04-26Fixed minor issues with recent commits for the extrnal interfaceMichael Petch1-4/+4
2012-04-25Fails to detect the Crawford game when parsing FIBS board statesMichael Petch1-3/+45
2012-04-18Fix bug for Fibs board match length - 9999 (Money session) and map to 0Michael Petch1-4/+34
2008-06-30fix minor translation problems and update po files. remove gnubgi18n.[ch]Christian Anthon1-2/+2
2008-06-29First part of translation string cleanupJon Kinsey1-14/+8
2008-04-27use const char* in a number of placesChristian Anthon1-2/+2
2008-02-15revert to Jan 19Christian Anthon1-29/+20
2008-02-06Move relational code out of database.py and into relational.cJon Kinsey1-19/+28
2008-01-19fix board after uint changesChristian Anthon1-29/+20
2008-01-16TypoJon Kinsey1-2/+2
2008-01-16Fixes for recent uint changes.Jon Kinsey1-22/+34
2008-01-15change board type to unsigned intJon Kinsey1-5/+6
2007-12-29Fix const board arrays (for gcc)Jon Kinsey1-9/+9
2007-12-18Code changes so -ansi -pedantic (just about) works for gcc on windows.Jon Kinsey1-2/+2
2007-12-13fixes to make ./configure --without-board3d && make gnubg, workChristian Anthon1-2/+2
2007-12-12Misc changesJon Kinsey1-10/+12
2007-07-02*** empty log message ***Achim Mueller1-2/+2
2007-04-27removed timecontrolChristian Anthon1-12/+1
2006-12-06major autotools cleanupChristian Anthon1-4/+4
2006-10-17avoid assuming lengths of translated stringsChristian Anthon1-9/+11
2006-09-21Remove comipler warnings (mainly typecasts)Jon Kinsey1-5/+5
2006-08-29'off' and 'bar' should not be translatedChristian Anthon1-5/+5
2006-06-22Moved some 3d settings into 3d lib and several compiler fixesJon Kinsey1-2/+2
2006-06-17remove i18n.[ch] and remove gdbm database trainingØystein Schønning-Johansen1-2/+2