Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Commit abcd8af

Browse files
committed
Version 10.09
1 parent d44f3a5 commit abcd8af

File tree

437 files changed

+26294
-12081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

437 files changed

+26294
-12081
lines changed

Code/Albums.pyc

17.3 KB
Binary file not shown.

Code/Analisis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def grabarBase(self, partida, rm, siTodos=True):
660660
nombre = self.etiquetaMotor()
661661
tiempo = self.etiquetaTiempo()
662662
comentario = " {%s %s %s} " % (rm.abrTexto(), nombre, tiempo)
663-
jugada = partida.pgnBaseRAW(self.mAnalisis.posJugada / 2 + 1)
663+
jugada = partida.pgnBaseRAW(self.jg.posicionBase.jugadas)
664664
li = jugada.split(" ")
665665
n = 1 if siW else 2
666666
if siTodos:

Code/Analisis.pyc

28.7 KB
Binary file not shown.

Code/AnalisisIndexes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def get_gamestage(cp, mrm):
249249
def tp_gamestage(cp, mrm):
250250
return _("Game stage"), calc_gamestage(cp, mrm), get_gamestage(cp, mrm)
251251

252-
def genIndexes(partida):
252+
def genIndexes(partida, alm):
253253
average = {True: 0, False: 0}
254254
domination = {True: 0, False: 0}
255255
complexity = {True: 0.0, False: 0.0}
@@ -312,6 +312,7 @@ def genIndexes(partida):
312312
ct = _("Total")
313313
cpt = " " + _("pts")
314314
xac = txt_levels
315+
prc = "%"
315316

316317
inicio = '<tr><td align="center">%s</td>'
317318
resto = '<td align="center">%s</td><td align="center">%s</td><td align="center">%s</td></tr>'
@@ -328,6 +329,7 @@ def genIndexes(partida):
328329
txt += plantillaC % (_("Narrowness"), xac(narrowness[True]), xac(narrowness[False]), xac(narrownessT))
329330
txt += plantillaC % (_("Pieces activity"), xac(piecesactivity[True]), xac(piecesactivity[False]), xac(piecesactivityT))
330331
txt += plantillaC % (_("Exchange tendency"), xac(exchangetendency[True]), xac(exchangetendency[False]), xac(exchangetendencyT))
332+
txt += plantillaL % ( "%", alm.porcW, prc, alm.porcB, prc, alm.porcT, prc)
331333

332334
txtHTML = '<table border="1" cellpadding="5" cellspacing="1" >%s%s</table>' % (cab, txt)
333335
# Analisis.csv_formula(partida)

Code/AnalisisIndexes.pyc

12.1 KB
Binary file not shown.

Code/Apertura.pyc

4.42 KB
Binary file not shown.

Code/AperturasStd.pyc

5.69 KB
Binary file not shown.

Code/BMT.pyc

6.5 KB
Binary file not shown.

Code/BaseConfig.pyc

30.9 KB
Binary file not shown.

Code/BookGuide.pyc

29 KB
Binary file not shown.

0 commit comments

Comments
 (0)