index
:
gnubg.git
summary
refs
log
tree
commit
diff
path:
root
/
drawboard.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-20
Constify function argument
Philippe Michel
1
-3
/
+3
2020-02-23
Fix handling of Crawford game in the external interface.
Philippe Michel
1
-18
/
+6
2019-11-29
Add proper copyright attributions as suggested by FSF.
Philippe Michel
1
-18
/
+15
2019-03-24
Use available defined constant instead of numerical value for the length of a...
Philippe Michel
1
-8
/
+8
2019-03-10
Silence cppcheck warnings
Philippe Michel
1
-5
/
+9
2017-02-19
Silence (probably bogus) gcc warning (again).
Philippe Michel
1
-11
/
+17
2017-02-04
Fix compiler warnings
Philippe Michel
1
-3
/
+3
2015-08-02
Fix minor typos
Michael Petch
1
-2
/
+2
2015-08-01
Fix so that temporarily removed code doesn't throw a warning
release-1_05_001
Michael Petch
1
-2
/
+2
2015-08-01
Fix bug reported by Wolfgang Nelles that prevents a player from hitting
Michael Petch
1
-3
/
+12
2015-06-26
Fix problem with erroneous decisions generated when using the external interf...
Michael Petch
1
-4
/
+7
2015-02-01
Remove unused functions
Philippe Michel
1
-55
/
+1
2015-01-24
Fix compiler warning (array subscript is above array bounds).
Philippe Michel
1
-2
/
+2
2014-12-21
Silence compiler warnings (cast drops const qualifier)
Philippe Michel
1
-3
/
+3
2014-06-26
Update external interface commands. Swap player names when board state is swa...
Michael Petch
1
-5
/
+9
2014-06-25
Enhance external interface debug output and add new set commands (work in pro...
Michael Petch
1
-2
/
+2
2014-06-24
Add board diagrams to external interface output
Michael Petch
1
-57
/
+53
2014-06-22
Replace the external interface with a newer reentrant version.
Michael Petch
1
-30
/
+84
2014-02-26
Silence compiler warnings
Philippe Michel
1
-5
/
+1
2014-01-08
Minor changes to remove compiler warnings/errors
Jon Kinsey
1
-2
/
+2
2013-09-09
Silence compiler warnings
Philippe Michel
1
-8
/
+8
2013-06-16
Standardized the code formatting with indent -kr -l120 -fc1 -sc -nut -psl
Michael Petch
1
-514
/
+498
2012-05-18
Swap sides, when doubled in FIBS board (fixes
Guido_Flohr
1
-3
/
+14
2012-05-15
Detect turned cube for opponent in FIBS board
Guido_Flohr
1
-1
/
+11
2012-05-14
Rewrite of FIBS board parsing. TODO: cube owner
Guido_Flohr
1
-60
/
+68
2012-05-14
Swap scores in FIBS board states, when board is turned
Guido_Flohr
1
-20
/
+32
2012-04-26
Fixed minor issues with recent commits for the extrnal interface
Michael Petch
1
-4
/
+4
2012-04-25
Fails to detect the Crawford game when parsing FIBS board states
Michael Petch
1
-3
/
+45
2012-04-18
Fix bug for Fibs board match length - 9999 (Money session) and map to 0
Michael Petch
1
-4
/
+34
2008-06-30
fix minor translation problems and update po files. remove gnubgi18n.[ch]
Christian Anthon
1
-2
/
+2
2008-06-29
First part of translation string cleanup
Jon Kinsey
1
-14
/
+8
2008-04-27
use const char* in a number of places
Christian Anthon
1
-2
/
+2
2008-02-15
revert to Jan 19
Christian Anthon
1
-29
/
+20
2008-02-06
Move relational code out of database.py and into relational.c
Jon Kinsey
1
-19
/
+28
2008-01-19
fix board after uint changes
Christian Anthon
1
-29
/
+20
2008-01-16
Typo
Jon Kinsey
1
-2
/
+2
2008-01-16
Fixes for recent uint changes.
Jon Kinsey
1
-22
/
+34
2008-01-15
change board type to unsigned int
Jon Kinsey
1
-5
/
+6
2007-12-29
Fix const board arrays (for gcc)
Jon Kinsey
1
-9
/
+9
2007-12-18
Code changes so -ansi -pedantic (just about) works for gcc on windows.
Jon Kinsey
1
-2
/
+2
2007-12-13
fixes to make ./configure --without-board3d && make gnubg, work
Christian Anthon
1
-2
/
+2
2007-12-12
Misc changes
Jon Kinsey
1
-10
/
+12
2007-07-02
*** empty log message ***
Achim Mueller
1
-2
/
+2
2007-04-27
removed timecontrol
Christian Anthon
1
-12
/
+1
2006-12-06
major autotools cleanup
Christian Anthon
1
-4
/
+4
2006-10-17
avoid assuming lengths of translated strings
Christian Anthon
1
-9
/
+11
2006-09-21
Remove comipler warnings (mainly typecasts)
Jon Kinsey
1
-5
/
+5
2006-08-29
'off' and 'bar' should not be translated
Christian Anthon
1
-5
/
+5
2006-06-22
Moved some 3d settings into 3d lib and several compiler fixes
Jon Kinsey
1
-2
/
+2
2006-06-17
remove i18n.[ch] and remove gdbm database training
Øystein Schønning-Johansen
1
-2
/
+2
[next]