Re: [Bug-gnubg] help re-establish gnubg

2005-09-08 Thread Christian Anthon
Joseph Heled wrote: $ make cd . /bin/sh /home/joseph/soft/ggg/gnubg/missing --run aclocal-1.6 -I m4 /home/joseph/soft/ggg/gnubg/missing: line 46: aclocal-1.6: command not found WARNING: `aclocal-1.6' is needed, and you do not seem to have it handy on your system. You might have

Re: [Bug-gnubg] autoconf/autoheader/aclocal fails now (LONG)

2005-09-24 Thread Christian Anthon
On Sat, Sep 24, 2005 at 03:07:32PM +0200, Jim Segrave wrote: On Sat 24 Sep 2005 (12:39 +0100), Jon Kinsey wrote: Jon Kinsey wrote: Ok, who is a config expert? I could have a go, but I'd mostly be guessing... Ok, I've had a go... It may all work ok now (I'll try it on my linux

[Bug-gnubg] Small bug fixes

2005-10-06 Thread Christian Anthon
Hi, could somebody with cvs access please commit the following small fixes and additions. The first fix requires that autoconf, autoheader and automake are run before committing, so could somebody who nows the right way please do so. Christian. Index: configure.in

Re: [Fwd: Re: [Bug-gnubg] GNU Backgammon on AMD64]

2006-02-14 Thread Christian Anthon
On Mon, Feb 13, 2006 at 11:37:30PM +0100, Øystein Johansen wrote: Hi, I'm forwarding this to the list, as automake and autoconf and that stuff isn't my strongest field Hopefully someone else can help you out. There's probably something going on since both you and Matja gets the same

Re: [Bug-gnubg] automake again

2006-03-09 Thread Christian Anthon
On Thu, Mar 09, 2006 at 02:19:54PM +0100, Achim Mueller wrote: Hi Achim, compiles fine here on ubuntu, which I suppose is the same for practical purposes. What I have to do though, is moving the files included in the m4 directory out of the way, since most of them are obsolete. I have installed

Re: [Bug-gnubg] Analysis bug ?

2006-03-10 Thread Christian Anthon
On Wed, Mar 08, 2006 at 11:14:20AM +0100, Jim Segrave wrote: On Tue 07 Mar 2006 (08:48 +0100), [EMAIL PROTECTED] wrote: Hi all, I've a game where the game statistics says that player 2 has made 1 wrong double (above TG) but I cannot find it in the game itself : the only double of

[Bug-gnubg] Fix for problem with wrong double statistics

2006-03-20 Thread Christian Anthon
Hi all, could somebody with access apply the attached diff to analysis.c, fixing the statistics problem recently reported: Christian. -- I can't promise that I'll try. But, I'll try to try. -- Bart Index: analysis.c === RCS file:

Re: Réf. : [Bug-gnubg] Fix for problem with wrong double statistics

2006-03-20 Thread Christian Anthon
Well both should be right since the numbers are in normalized money equity, in which case OUTPUT_PASS == 1.0f ;) Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Compilation error on Mandriva 2006.

2006-03-22 Thread Christian Anthon
On Wednesday 22 March 2006 15:31, Jacob Reimann wrote: Hello. I am trying to compile on the above mentioned OS since there are no binary packages available: Configure runs ok, no errors, but make dies horribly. Any ideas ? I would like to get this working as my wife keeps on beating me

[Bug-gnubg] Bug in relational database

2006-03-24 Thread Christian Anthon
Hi all, I played a bit with the relational database, but it seems to me that the database has the normalised cube-errors and the match-equity ones mixed up. E.g., wrong_take - wrong_take_normalised. Christian. -- I can't promise that I'll try. But, I'll try to try. -- Bart

Re: [Bug-gnubg] Bug in relational database

2006-03-24 Thread Christian Anthon
On Fri, Mar 24, 2006 at 10:23:11PM +0100, Jim Segrave wrote: On Fri 24 Mar 2006 (19:37 +0100), Christian Anthon wrote: Yes, but not for the cube_error_per_move[_normalised]. I never noticed that before. That's a pain, fixing that for 700 odd matches and almost 10k games is going to be annoying

[Bug-gnubg] Fix for bad isCloseCube

2006-03-27 Thread Christian Anthon
Hi all, the function checking for close cube decisions was totally wrong. Amongst other things it included all too good positions and the threshold of 0.25 was far too large to produce a sensible output for exporting (a money beaver could be considered close to a double). I have fixed the

Re: [Bug-gnubg] python/db issues + minor comment

2006-03-28 Thread Christian Anthon
On Wed, Mar 29, 2006 at 09:15:23AM +0200, [EMAIL PROTECTED] wrote: I tried my python-enabled distribs with respect to sql db interface and almost everything works fine. I installed SQLite and its python module (as explained by Jon). Just a few details : 1) I had to edit the file database

Re: Re: [Bug-gnubg] Win distribs ready ... and available !!

2006-03-30 Thread Christian Anthon
On Thu, Mar 30, 2006 at 02:27:20PM +0200, [EMAIL PROTECTED] wrote: I can easily remove .gnubgautorc from the distrib, but I can't remove the MET (and if I remove the gnubg.gtkrc you will loose the colors in the move list). Strange things going on here. With my own build the xml files loads

[Bug-gnubg] Suggestion for change of rates/ratings

2006-03-30 Thread Christian Anthon
Hi all, it is well known that gnubg judges the players harder than snowie. Snowie error rates seems to be defacto standard when judging players. To see how gnubg and snowie error rates compare I tried downloading 25 or so matches from Hardye's site, all played between more or less world class

Re: Réf. : Re: [Bug -gnubg] segfault when accessing =?iso-8859-1?Q? _help=2Fcommands on latest gnubg=28linux=29?=

2006-04-07 Thread Christian Anthon
On Fri, Apr 07, 2006 at 12:29:44PM +0200, [EMAIL PROTECTED] wrote: I've found the bug, line 1627 of gnubg.c - where acSetImport is defined; this list doesn't end in a null entry - so { NULL, NULL, NULL, NULL, NULL } needs to be added at 1630. Also the Ctrl+H shortcut is missing from

Re: [Bug-gnubg] Fw: How to crash gnubg under Win

2006-04-08 Thread Christian Anthon
On Fri, Apr 07, 2006 at 05:41:59PM +0200, [EMAIL PROTECTED] wrote: I'm forwarding this to the list, maybe some GTK-savvy can have a look :) MaX. Hi MaX, Now I can compile gnubg versions without adding any files or directory to those I already have. But all these versions are still

Re: Re: [Bug-gnubg] gnubg sse problems on non-sse cpu's

2006-04-10 Thread Christian Anthon
On Mon, Apr 10, 2006 at 09:51:11AM +0200, [EMAIL PROTECTED] wrote: Hi Jon, just a question about the SSE detection code : does it work if I compile with -sse3 ? i.e. will the code compiled with -sse3 work on non-sse PCs ? and on -sse or -sse2 only PCs ? MaX. As we have already

[Bug-gnubg] found the reason for the crash in GTKRelationalAddMatch

2006-04-10 Thread Christian Anthon
char buf[20] should have been char buf[200], checked in. Christian. -- I can't promise that I'll try. But, I'll try to try. -- Bart ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Update rollout stats once a second?

2006-04-11 Thread Christian Anthon
On Mon, Apr 10, 2006 at 05:27:07PM +0100, Jon Kinsey wrote: I noticed that the rollout dialog appears a bit flickery as the numbers are constantly being updated (5 or more time a second). I've got a very simple change to restrict the update to a certain time - currently once a second.

Re: [Bug-gnubg] compile on amd64 again

2006-04-20 Thread Christian Anthon
On Thu, Apr 20, 2006 at 05:23:08PM +0200, Achim Mueller wrote: One step further ... I guess the problem is the 32/54bit mix of SuSE. cairo.pc wasn't found before, I put it into the PKG_CONFIG_PATH. Now I have a new problem: Don't know much about how things are packed on SUSE an even less

Re: [Bug-gnubg] Regression in the rollout GUI

2006-04-26 Thread Christian Anthon
Jonathan Kinsey wrote: From: Philippe Michel [EMAIL PROTECTED] The Stop button in the rollout window does not work properly, since the Apr 11 changes apparently. Hi Philippe, There does seem to be an introduced problem (Christian has a similar issue). Can you change rollout.c, line

Re: [Bug-gnubg] New build

2006-04-26 Thread Christian Anthon
On Wed, Apr 26, 2006 at 01:25:17PM -0700, Jim Curtis wrote: 2. Could you briefly describe the new features? Also, I installed everything and I don't even know what a SSE is or how I would use the CLI as a simple user. Could you briefly explain these? Not that many features at moment, we are

Re: [Bug-gnubg] Simplified (?) texture loading.

2006-04-27 Thread Christian Anthon
On Thu, Apr 27, 2006 at 10:19:48PM +0200, Christian Anthon wrote: On Thu, Apr 27, 2006 at 08:44:20PM +0200, Øystein Johansen wrote: This line in misc3d.c free(bits); /* Release loaded image data */ causes a double free on start up here on linux. (I normally start in 2d

Re: [Bug-gnubg] Bug Report / Open Window will not allow Remove function

2006-05-02 Thread Christian Anthon
On Mon, May 01, 2006 at 03:58:48PM -0700, Jim Curtis wrote: My Remove function is grayed out in Build 20060418. Highlighting a file doesn't enable it. I can't make it work. Am I missing something? Thanks, The buttons are for adding bookmarks to directories. Choose a directory on the

Re: [Bug-gnubg] window size

2006-05-02 Thread Christian Anthon
On Mon, May 01, 2006 at 09:13:55AM -0700, Hugh Sconyers wrote: hi when i to a cube evaluation (analyze/evaluate) the window always open too small to show all the info. so i need to stretch the window to see the info. is it possible to make gnu remember the size of the window? i don't

Re: [Bug-gnubg] window size

2006-05-04 Thread Christian Anthon
On Tue, May 02, 2006 at 08:02:56PM +0200, Øystein Johansen wrote: A new install archive (code snapshot 20060502) is available at www.gnubg.org Thanks! But Something's going wrong when I change the Apparence settings. Works normally when until appearence is changes though. So, if

Re: [Bug-gnubg] suggestions

2006-05-04 Thread Christian Anthon
On Thu, May 04, 2006 at 08:18:41PM +0200, Øystein Johansen wrote: Hugh Sconyers wrote: 1. make the 'new position's feature work. Sounds easy. But actually it's not. We have talked about this feature for many years, but there is an internal bad design that does this more tricky than is

Re: [Bug-gnubg] suggestions

2006-05-04 Thread Christian Anthon
On Thu, May 04, 2006 at 09:22:18PM +0200, Øystein Johansen wrote: Christian Anthon wrote: On Thu, May 04, 2006 at 08:18:41PM +0200, Øystein Johansen wrote: Could you elaborate a bit. I don't understand what feature it is and would like to know what the bad design is. It's the move record

Re: [Bug-gnubg] Dumb question....

2006-05-06 Thread Christian Anthon
On Sat, May 06, 2006 at 04:41:10PM -0400, Rich Heimlich wrote: No Double, Take and Double, Pass gnubg first tells you if you should double, that is No Double in the first case and Double in the second and thereafter the correct action for the other side should you decide to double, that is

Re: [Bug-gnubg] Integration of the move record and analysis panels

2006-05-06 Thread Christian Anthon
On Sat, May 06, 2006 at 06:16:27PM +0200, Øystein O. Johansen wrote: I suggest that we integrate the move record and analysis panels in to one, with one tab for the move record, one for checkerplay and one for the cube analysis. No, disagree! This is how it's solves in an other

Re: [Bug-gnubg] Feature Request: Python Support for hint()

2006-05-17 Thread Christian Anthon
On ons, 2006-05-17 at 08:37 -0700, David Levy wrote: I am starting to experiment with Python to drive gnubg, and this is a major stumbling block. Now I am running: gnubg-cli.exe -p script1.py script1.txt Where script1.py includes gnubg.command('hint') I then run a

Re: [Bug-gnubg] small suggestion and questions

2006-05-23 Thread Christian Anthon
can you change the 'supernatural' etc setting in the match statistics?No, not without recompiling. (I believe it is a good idea to have these thresholds fixed, isn't it? Adiscussion around this may be fruitful.)I think it is important to keep the error rates consistent, but not necessarily the

Re: [Bug-gnubg] GnuBG at Computer Olympics 2006

2006-05-24 Thread Christian Anthon
On 5/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:I'll leave tonight for Torino, where GnuBG will participate in the 2006 Computer Olympics (backgammon session, no surprise). It will face, asin the last 2 editions, BGBlitz by Frank Berger.Great good luck. Looking forward to hear your

Re: Re: [Bug-gnubg] small suggestion and questions

2006-05-24 Thread Christian Anthon
In Snowie, all cube decisions are considered, no matter how trivial.Therefore its threshold is infinite (or perhaps 3.0). Gnubg counts onlycube decisions which it thinks are close, so the error rate per cubedecision is higher, because the divisor is lower. The only way to makethe cube stats

Re: [Bug-gnubg] Libart removed

2006-05-24 Thread Christian Anthon
Hi Jon, I recently tried to clean up the autoconf stuff, but didn't quite finish it, mostly beacause I had a couple of things I couldn't decide on: 1) do we want to keep the guile stuff? 2) do we want to keep the gtk1 stuff? but tell me what you would like to do and I'll have another go at it

[Bug-gnubg] Re: I updated the autobuild system

2006-05-27 Thread Christian Anthon
/home/romosan/cvs/gnubg/gtkgame.c:2521: undefined reference to `GDK_DISPLAY' /home/romosan/cvs/gnubg/gtkgame.c:2523: undefined reference to `GDK_DISPLAY' /home/romosan/cvs/gnubg/gtkgame.c:2525: undefined reference to `GDK_DISPLAY' These lines doesn't seem to do anything on linux, can anybody

[Bug-gnubg] Re: I updated the autobuild system

2006-05-28 Thread Christian Anthon
On 5/28/06, Alex Romosan [EMAIL PROTECTED] wrote: as the code says it sets up BSD O_ASYNC-style I/O notification. gdk/gdkx.h might not exist on windows (as it is x11 specific) but i wonder if there is an equivalent for windows. i.e. we need to define the GDK_DISPLAY macro. I have no idea what

[Bug-gnubg] Small bugs

2006-05-30 Thread Christian Anthon
Hi all, I did a windows build last night and noticed a few problems: 1) the new cairo arrow didn't show. Is it working for you Max? 2) The colors in the analysis panel are not updated correctly. If you make a wrong move, that comes up say 4th, and then do something that reorders the moves then

Re: [Bug-gnubg] intl directory needed?

2006-05-30 Thread Christian Anthon
On 5/30/06, Øystein Johansen [EMAIL PROTECTED] wrote: Yes, I believe it can be removed. Jørn should know, since he added this some years ago. It compiles fine on linux without it and things seem to be translated. I also see the glib has now included intl in it's main sources as gi18n. Maybe

Re: [Bug-gnubg] WinME pango bug ?

2006-06-07 Thread Christian Anthon
This is likely the problem from the gimp faq. # I installed Gimp 2 on Windows 98/ME or NT 4, and I'm getting a lot of messages saying ** (gimp-2.0.exe:4294830849): WARNING **: Couldn't load font MS Sans Serif 8 falling back to Sans 8. # Gimp displays the message Pango-ERROR **: file shape.c line

Re: [Bug-gnubg] gnubg without gui

2006-06-09 Thread Christian Anthon
You have to compile in glib2, but it doesn't work through autoconfigure right now. The changes I submitted seems to have messed that up a bit. While i clean that up I would really like to clean up the USE GUI part, but I cannot figure out how to do it when the changes involves the ext lib. What

Re: [Bug-gnubg] Import of .gam files

2006-06-14 Thread Christian Anthon
The import of gammonempire .gam files has some limits, see here http://www.bkgm.com/rgb/rgb.cgi?view+1258 Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] i18n removed/gdbm database removed.

2006-06-17 Thread Christian Anthon
I'll have a look at the consequences in linux Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] i18n removed/gdbm database removed.

2006-06-17 Thread Christian Anthon
On 6/18/06, Christian Anthon [EMAIL PROTECTED] wrote: makeweights.c still has PushLocale... and so do the other make*.c files. More importantly NeuralNetLoad in eval.c is no longer protected, this may lead to problems for people loading neuralnets in text format when using locales that uses

Re: [Bug-gnubg] [fwd] Re: Requesting some help..

2006-06-22 Thread Christian Anthon
Not easy to diagnose without more info (system and setup). Does the users python setup work when run from the shell, that is running python without arguments and entering import os.path should produce something like [EMAIL PROTECTED] ~ $ python Python 2.4.3 (#2, Apr 27 2006, 14:43:58) [GCC 4.0.3

[Bug-gnubg] Removal of gtk-1 and gtkglarea

2006-06-22 Thread Christian Anthon
Hi all, if no one objects I'll check in some code that removes the remaining gtk-1 and gtkglarea code. Not as many lines deleted as I would have thought though. Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org

Re: [Bug-gnubg] Analyze match/session button

2006-06-25 Thread Christian Anthon
On 6/25/06, Øystein Johansen [EMAIL PROTECTED] wrote: Albert Silver wrote: First of all, is there a difference between 'Analyze match' and 'Analyze session'? I know that if I run an 'Analyze Session' on a match played, the results are the same, hence my question. No, there's no difference

Re: [Bug-gnubg] Move utility files to another directory?

2006-06-27 Thread Christian Anthon
On 6/26/06, Øystein Johansen [EMAIL PROTECTED] wrote: I suggest: erftest.c hashtest.c and md5test.c (and maybe bearoffdump.c) removed totally. makebearoff1.c makebearoff.c makehyper.c makeweights.c can be moved to a 'tool' directory. If we move these files away, we should decide on what to

Fwd: [Bug-gnubg] A possible simplification of signals

2006-06-27 Thread Christian Anthon
On 6/27/06, Øystein Johansen [EMAIL PROTECTED] wrote: Hi, I'm browsing many parts of the gnubg code these days, searching for things to clean up. I've found a thing that's been in GNU backgammon for ages. signals. GNU Backgammon uses signals to handle some interrupts for interprocess comm.

Re: [Bug-gnubg] Some non-source files are managed by cvs

2006-06-28 Thread Christian Anthon
I have tried do this locally, but the generation of the lex was somewhat troublesome, because the *.l files are named in ways that are incompatible with the auto* tools. Could some windows user check that these files: ftp://kohn.kiku.dk/pub/non-src/ doesn't cause any grief before I commit.

Re: [Bug-gnubg] gnubg personalities

2006-07-07 Thread Christian Anthon
On 7/7/06, Jonathan Kinsey [EMAIL PROTECTED] wrote: What do people think about altering gnubg play depending on some kind of personality setting? gnubg having a personality is secondary to me, but I would like to have some knobs to turn, both for chequer play and cube evaluations. What I can

Re: [Bug-gnubg] gnubg personalities

2006-07-07 Thread Christian Anthon
On 7/7/06, Douglas Zare [EMAIL PROTECTED] wrote: I've contributed many ideas to gnubg, but I'd like to ask that you not start working on this idea of mine before the end of 2006. I'm pretty confident that this idea was not in the air. Well, to quote from zbots homepage, Welcome to the home

Re: [Bug-gnubg] table stakes included in match id?

2006-07-16 Thread Christian Anthon
Hi David, no table stakes are not in the matchid, and they probably never will be. Any ratio of stake and limit is in principle possible and the number you need is thus a float, which we cannot fit into the matchid. When and if table stakes are included in gnubg it is more likely it will be as a

Re: [Bug-gnubg] Database question

2006-07-20 Thread Christian Anthon
First of all, which system are you running gnubg on? If on windows the database should work out of the box on recent systems. If on linux you need to follow achim's instructions to use postgresql as the database engine or I can instruct you how to use sqlite, which is easier if gnubg is all you

Re: [Bug-gnubg] Error compling gnubg: no credits.h

2006-07-23 Thread Christian Anthon
this and other files has been moved to non-source, you need to copy the files in that directory to their correct locations or update your scripts. The files in that directory are generated automatically on linux, and having them in the main dir proved a bit of nuisance. Reading the Changelog

Re: [Bug-gnubg] match equity files

2006-07-25 Thread Christian Anthon
Well, likely you are using some linux or other unix version build without xml2 support, but since you don't state the origin of your version it is a bit difficult to help. Christian. On 7/24/06, Kari Uusitalo [EMAIL PROTECTED] wrote: Hi, My version of GnuBG command line interface informs that

Re: [Bug-gnubg] Permit GNU to consider deliberate cube errors

2006-07-25 Thread Christian Anthon
Well I suppose you would like to implement bad non-doubles, bad takes and bad moves as well. If you can come up with a good way to measure these, I'm sure the idea stands a much bigger chance of being put in to gnubg. Christian. On 7/25/06, Albert Silver [EMAIL PROTECTED] wrote: I wasn't sure

Re: [Bug-gnubg] A few requests

2006-07-25 Thread Christian Anthon
On 7/25/06, Albert Silver [EMAIL PROTECTED] wrote: I had a few requests that I believe would also be supported by many users, hopefully you guys as well. :-) I also don't believe they would be too hard to implement: 1) Allow users to see the Snowie grade with a decimal point. The Snowie grade

Re: [Bug-gnubg] Analyzing with table stakes

2006-07-29 Thread Christian Anthon
Constructing the MET is the simplest thing since you don't have to consider the implications of the match not being over as you do in normal matchplay. In the example of 5/20$ you may think of it like both of you contributing 4 points to a pot of a total of 8 points. Depending on the result you

Re: [Bug-gnubg] Analyzing with table stakes

2006-07-30 Thread Christian Anthon
, since this would obviously affect GNU's analysis of checker play and cubes, and consequently our understanding of the correct move/approach in a position. Thanks again for the explanation though. :-) Albert -Original Message- From: Christian Anthon [mailto:[EMAIL PROTECTED] Sent

Re: [Bug-gnubg] Recent version

2006-07-30 Thread Christian Anthon
A stable version of gnubg would be great but such a beast does not exist. You may download the latest and greatest from www.gnubg.org for windows or using CVS for linux. Christian. On 7/30/06, Guy Schwartz [EMAIL PROTECTED] wrote: What is the most recent stable version of gnubg? Thanks Guy'

Re: [Bug-gnubg] Updated instruction on building gnubg for windows

2006-08-02 Thread Christian Anthon
I've run in to a similar problem in the past with libxml. Do you have multiple versions of the two dll's installed on your computer? Christian. On 8/2/06, Albert Silver [EMAIL PROTECTED] wrote: First of all, many many thanks for this. I ran into a problem though. I followed the instructions to

[Bug-gnubg] extracting error rates from the relational database

2006-08-02 Thread Christian Anthon
Hi all, I have made a small peace of code to generate a gtk-table of error and luck rates for all players extracted from the new relational database. I'm not fully satisfied with the appearance and I cannot decide on the number of items to include, but if nobody protests I'll just submit the

[Bug-gnubg] locale problems when loading/saving .sgf files

2006-08-10 Thread Christian Anthon
Hi all, after the recent changes in how locales are used (pushlocale poplocale) I have problems loading some .sgf files. The files load fine, however, analysis and statistics are lost or senseless. Likely it is because the files where written in C locale and I'm currently using da_DK.

Re: RE: RE: RE: [Bug-gnubg] Database tools for the player record

2006-08-16 Thread Christian Anthon
I'm not sure what is going on either, but if postgresql was used I suppose a local gnubg.db file should not be created since the db is hosted by the sql server in this case. Christian. On 8/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I followed your instructions, modified the

[Bug-gnubg] Removal of absolute fibs ratings

2006-08-17 Thread Christian Anthon
The absolute fibs ratings are based on error ratings for cubes and moves combined. After I sanitized the isclosedouble count the absolute fibs ratings doesn't make sense anymore and should therefore be removed. Personally I doubt that the absolute fibs ratings ever made sense, but I know that

Re: [Bug-gnubg] Rollout stats bug ? (again)

2006-08-19 Thread Christian Anthon
Hej Max, yes it seems that the rollout stats are totally messed up. A proper bug report on www.gnubg.org is in order I think. Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: RE: [Bug-gnubg] Removal of absolute fibs ratings

2006-08-21 Thread Christian Anthon
This is as it should be. Most (all?) players will observe that they have lower error rates in short matches without so many cube descisions and gammons not counting in many games. So since a players error rate depends on the matchlength so does the translation of error rates to fibs rating.

Re: [Bug-gnubg] Command-line bug ?

2006-08-21 Thread Christian Anthon
You may turn on a log of all games in a rollout. If you do so you observe that the error when using the cli is caused by gnubg not doubling on the first turn as it should. Later doubles for both players are made correctly (not relevant for this position) and anything else you may think of is

Re: [Bug-gnubg] Command-line bug ?

2006-08-23 Thread Christian Anthon
Sounds like a more educated fix, however, it doesn't quite work: You have already rolled the dice. 1. Cubeful 0-ply2/af 1/afEq.: +0,722 0,861 0,000 0,000 - 0,139 0,000 0,000 0-ply cubeful prune [ekspert] 2. Cubeful 0-ply2/1 2/af

Re: [Bug-gnubg] Command-line bug ?

2006-08-24 Thread Christian Anthon
On 8/23/06, Jim Segrave [EMAIL PROTECTED] wrote: I begin to see something interesting. If you run gnubg with a GUI from an xterm (or, I suppose, a DOS window) and enter the commands Jon posted, you'll get the erroneous results identical to the CLI version - this one calls CommandHint() followed

Re: [Bug-gnubg] User training of the Neural Nets

2006-08-25 Thread Christian Anthon
On 8/25/06, Ian Shaw [EMAIL PROTECTED] wrote: TD-training to intermediate level (FIBS 1650). Supervised training on rolled-out positions to get to advanced stage (FIBS 1800). Positions included some where gnubg was known to err, and others chosen at random. Supervised training on positions

Re: [Bug-gnubg] User training of the Neural Nets

2006-08-27 Thread Christian Anthon
Okay gnubg-nn compiles (after a few cosmetic changes) and runs, and making it run under cygwin wouldn't be too difficult. The tools could be made to run under windows without cygwin I suppose, but anybody able to set that up should find it easier to run pygnubg under cygwin. Being able to at

Re: [Bug-gnubg] Commentary not saved anymore

2006-09-02 Thread Christian Anthon
Jim's unix bug is caused by gnubg using broken gtk1 code for displaying text in the commentary widget (and elsewhere). This code should be replaced by gtk2 code. Whether Albert's (windows xp?)bug is related I cannot say, but I suppose it could be. Christian. On 9/1/06, Jim Segrave [EMAIL

Re: [Bug-gnubg] Pasting from clipbaord doesn't work in commentary field

2006-09-02 Thread Christian Anthon
This is probably related to Albert's bug. I'll take a look at the commentary widget in the upcomming days if I find the time. Christian. On 9/2/06, Robert-Jan Veldhuizen [EMAIL PROTECTED] wrote: Hi GNUBG team, See subject line... Windows XP.. build 24 May 2006.. I cannot paste text from the

Re: [Bug-gnubg] about gnu's tutor

2006-09-02 Thread Christian Anthon
Positions and examples please. Christian. On 8/31/06, Gamma [EMAIL PROTECTED] wrote: using the program, i noticed that tutor warns me if i make mistakes of wrong doubles, wrong takes and wrong pass. But it doesnt warn me if i give a too good. Why? gm

Re: [Bug-gnubg] Removal of absolute fibs ratings

2006-09-02 Thread Christian Anthon
I don't think the formulas are, but I'll leave things as they are from now. Christian. On 9/2/06, Robert-Jan Veldhuizen [EMAIL PROTECTED] wrote: Hello Christian, You wrote: The absolute fibs ratings are based on error ratings for cubes and moves combined. After I sanitized the isclosedouble

Re: [Bug-gnubg] Removal of absolute fibs ratings

2006-09-03 Thread Christian Anthon
For good order I checked the code, and it is as I suspected, the close cube decisions that is used for the calculation of the absolute fibs rating (which is what I read from Kees post as well). That was the function I changed and that implies that the absolute fibs ratings are no longer valid.

Re: [Bug-gnubg] Removal of absolute fibs ratings

2006-09-04 Thread Christian Anthon
of the doubles, but it would still be difficult to guess the average relation between the old and current versions of the function. Christian. On 9/4/06, Robert-Jan Veldhuizen [EMAIL PROTECTED] wrote: On 9/3/06, Christian Anthon [EMAIL PROTECTED] wrote: For good order I checked the code

Re: [Bug-gnubg] Simple request?

2006-09-04 Thread Christian Anthon
On 9/4/06, Chris W. [EMAIL PROTECTED] wrote: Is it possible to have the title bar on the GUI show the file name you currently have open? When reviewing numerous matches, it's easy to forget which one your currently looking at. Good idea, setting the name upon load and save is obviously a

Re: [Bug-gnubg] Removal of absolute fibs ratings

2006-09-04 Thread Christian Anthon
what is the threshold now? 0.16 mainly chosen for some internal consistency (0.16 is the standard threshold of VERYBAD) and because 0.25 returned too many silly cubes, which is important because the function is used for choosing which positions to export as closed doubles too. 0.16 is perhaps

Re: [Bug-gnubg] Removal of absolute fibs ratings

2006-09-05 Thread Christian Anthon
one to pass. I had no idea what to do, and analyzed quite some time before taking. I've analyzed it and understand better, but even if it is in blunder territory, I don't think that it is so obvious to all, despite the potential size of the mistake. Albert On 9/4/06, Christian Anthon [EMAIL

Re: [Bug-gnubg] Commentary not saved anymore

2006-09-05 Thread Christian Anthon
I've replaced the gtk1 code with gtk2 GtkTextView code. Hopefully that fixes all the reported bugs without introducing new ones. Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

[Bug-gnubg] Major locale bug in latest windist

2006-09-10 Thread Christian Anthon
Hi all, comma/point differences causes problems following Øystein's removal of push/poplocale. When loading sgf files saved in a different locale one loses all analysis and statistical data. The gnubg.exe should be removed from www.gnubg.org or at least we should warn people using comma as a

Re: [Bug-gnubg] Major locale bug in latest windist

2006-09-13 Thread Christian Anthon
On 9/12/06, Jonathan Kinsey [EMAIL PROTECTED] wrote: Hi Christian, Just checked in some files with some small changes to fix z-order problems, had to merge lots of files so hopefully haven't overwritten any of your recent changes! Well some, but it should be reversed now. I have attempted a

Re: [Bug-gnubg] New and completely revised All About GNU

2006-09-17 Thread Christian Anthon
Since GNU(www.gnu.org) is something in it's own right, from which the name GNUBG has been derived I agree with Roy in general, but all about gnu has been the name for years now. Could you mail me a copy Albert? Christian. On 9/17/06, Albert Silver [EMAIL PROTECTED] wrote: You'd need to

[Bug-gnubg] State of the translations

2006-09-18 Thread Christian Anthon
Hi all, not all the languages have release quality. After updating the translateable strings locally I find only de, cs and partly it are at a usuable state. Should we disable the remaining in the releaes as they probably do more harm than good? Christian rm -f da.gmo /usr/bin/msgfmt -c

Re: Réf. : [Bug-gnubg] Understanding the stats

2006-09-22 Thread Christian Anthon
Albert, could you provide the full statistics. That should make things a bit clearer. Ian, I don't think the luck is normalised to cube=1, and so it may be that Albert made his errors at higher cube values. Christian. ___ Bug-gnubg mailing list

Re: [Bug-gnubg] Edit/docked panels bug

2006-09-25 Thread Christian Anthon
On Mon, 25 Sep 2006 09:22:12 +0200, [EMAIL PROTECTED] wrote: Problem in latest code (GUI) : editing a position with hidden panels or undocked panels works fine, but with docked panles something goes wrong : the fields with players names, scores and match length disappear (and they don't come

Re: [Bug-gnubg] Language selection

2006-10-13 Thread Christian Anthon
Hi Jon, it doesn't work on linux either. How is that for another bug report? Well here is some more info: It crashes on line 139 in gtksplash.c. Making the following change makes it run ok, though still with a lot of progressbar related warnings: Index: gtkgame.c

Re: [Bug-gnubg] Language selection

2006-10-13 Thread Christian Anthon
Suggestions and minor things: 1) the danish locale is da_DK, not da_DA. 2) I would like the flags to be a somewhat smaller and the labels to be aligned, so as to appear on a single line. 3) Should the flag labels be translatable, or perhaps always in the native tongue. 4) Not all locales

Re: [Bug-gnubg] backgammon position evaluation bug?

2006-10-21 Thread Christian Anthon
The evaluation function operates on the position prior to the roll where red wins 34/36 games or 94.4%. The hint function is what you where looking for. Christian. On 10/20/06, Karl Berry [EMAIL PROTECTED] wrote: We received this report at [EMAIL PROTECTED] I guess it's for you ... Best,

[Bug-gnubg] file selection code moved to gtk_file_chooser

2006-10-25 Thread Christian Anthon
Hi all, I have submitted some code, which moves the remaining file selection code to gtk_file_chooser. This was done in a few places already, but that code has been rewritten as well to give a more unified look. Apart from the obvious changes, the main difference is the use of default paths for

[Bug-gnubg] gnubg-0.15

2006-11-02 Thread Christian Anthon
Hi all, users who want gnubg from source currently has to either download the 2½ years old 0.14.3 version or to use cvs. On windows users may choose between the old gtk-1 version and the current cvs based version provided by max. This way we are currently releasing bugs in to the wild. Perhaps

Re: [Bug-gnubg] Fwd: Bug#396385: gnubg: doubling cube is displayed incorrectly

2006-11-06 Thread Christian Anthon
This is caused by font size differences. There are some assumptions on the size of fonts just around there. Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Fwd: Bug#396445: gnubg: segfault adding match to postgres database

2006-11-10 Thread Christian Anthon
Hi Russ, could you tell us what the code looks like around the failing line | #5 0x005078f0 in PyGameStats (sc=0xd91380, fIsMatch=0, nMatchTo=7) | at gnubgmodule.c:1558 since I don't know what revision of gnubgmodule.c you have. In my version it says, PyObject* d =

[Bug-gnubg] gnubg-0.15

2006-11-10 Thread Christian Anthon
Hi all, I finished patching the gnubg version now marked as GNU backgammon version 0.15. It is not very different from the current version. Mainly the recent modifications to the gtk save/load/export/import functions are missing, as well as the code to import gammonempire .gam files. Only

Re: [Bug-gnubg] bug report

2006-11-10 Thread Christian Anthon
Hmm, not having that problem here. The best I can think of is to create a new user without ü in his name, and if that works to create a third user with ü in his name and then report back. For future reference, DON'T send html messages to mailing lists. Christian.

Re: [Bug-gnubg] bug report

2006-11-13 Thread Christian Anthon
Hi all, hopefully it is fixed now in CVS (Jürgen will have to wait for a new windows executable). The fix was a bit complex, but hopefully I haven't broken anything. Christian. ___ Bug-gnubg mailing list Bug-gnubg@gnu.org

  1   2   3   4   5   6   7   8   >