Ludii Forum
1.1.13 issues - Printable Version

+- Ludii Forum (https://ludii.games/forums)
+-- Forum: Problems (https://ludii.games/forums/forumdisplay.php?fid=5)
+--- Forum: Ludii Player Problems (https://ludii.games/forums/forumdisplay.php?fid=6)
+--- Thread: 1.1.13 issues (/showthread.php?tid=398)



1.1.13 issues - dale walton - 01-28-2021

First  a big thanks for all the work and new features.

Then a 1.1.12 question (I haven't loaded this but  1.1.13 has it as well) 
What is the significance of the "Terminal constant 'true' is lowercase. " Warning?

1.1.13 Question:,
When I loaded my game and played it it game a warning in the moves complaining that NextPlayer = P1 was illegal player value of (0)  - Sorry I can't give it to you exactly, because  when I reloaded the game, it no longer gave this error.


RE: 1.1.13 issues - Eric Piette - 01-28-2021

Hi,

"Terminal constant 'true' is lowercase."

That's a new warning, all the terminal values should start with an upper case letter. The compiler still understand that if not, but that's part of our format to write the game description.
So to fix that warning, your "true" should "True".

For the second warning, I am not sure, if you can replicate, just send us .lud and trial to check.

Regards,
Eric


RE: 1.1.13 issues - dale walton - 01-28-2021

All the  "true" references in the documentation show lower case.  Are they to be changed?  or is it a "true" in a configuration file. Isearched the documentation for  "terminal" but could not find any relevant reference.

For example, does it refer to Java terminal...


RE: 1.1.13 issues - Eric Piette - 01-28-2021

Hi,

Yes I still have to update the examples in the documentation for that, but that's a long task to check that, will be done in the next days I guess.

A "terminal constant" means a ludeme with no argument like True, N, CW, etc...

Regards,
Eric


RE: 1.1.13 issues - dale walton - 01-28-2021

Re the bug. It didn't show in the moves, it showed in the Status. It applies to the file I just submitted, and didn't show in 1.1.11 but might be at the root of the turn breakdown problem?
6 warnings appear when I click "Accept Pie Offer..."
then 8 more on the next move, etc.

Another small point. The propose window is not properly resizing for the text.


RE: 1.1.13 issues - slimy_asparagus - 01-28-2021

(01-28-2021, 06:17 PM)dale walton Wrote: Another small point. The propose window is not properly resizing for the text.

seconded, in Suffragetto. I just have many other issues.


RE: 1.1.13 issues - MatthewStephenson - 01-29-2021

Hi,


Quote:Another small point. The propose window is not properly resizing for the text.


This will be fixed in the next release.

The dialog will resize itself better to fit the available text.

Cheers,
Matthew