- 23 Sep, 2019 1 commit
-
-
Vivien Kraus authored
When trying to get the guile bindings work, I noticed some API endpoints were not understood correctly by the introspection scanner.
-
- 21 Sep, 2019 1 commit
-
-
Vivien Kraus authored
I intend to make bindings with something other than xslt.
-
- 20 Sep, 2019 1 commit
-
-
Vivien Kraus authored
To write language bindings to tarot, we need to know whether the array has been modified by the function call or not. If it has been modified, then it means that it is an output parameter, but since we did not change the memory location it is not indicated as an output parameter.
-
- 19 Sep, 2019 5 commits
-
-
Vivien Kraus authored
jekyll was once used for the developer blog, but not anymore.
-
Vivien Kraus authored
Well, it still uses dbus for the Gtk application, but we do not implement any tarot specific API on DBus.
-
Vivien Kraus authored
We do not use these programs anymore.
-
Vivien Kraus authored
fdp is a program to render a graph with graphviz. We used it to debug the MCTS but we do not use it anymore.
-
Vivien Kraus authored
It has been ages since tarot has stopped depending on readline.
-
- 18 Sep, 2019 7 commits
-
-
Vivien Kraus authored
Merge branch '172-check-that-copyright-information-is-correct-within-the-git-check-target' into 'develop' Resolve "Check that copyright information is correct within the git-check target" Closes #172 See merge request !167
-
Vivien Kraus authored
-
Vivien Kraus authored
We do not check for all dates, because maybe there was a rewrite.
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
For legalese, we need to check that each source file has a copyright information at the top and a reminder that there is a license and no warranty.
-
Vivien Kraus authored
-
- 15 Sep, 2019 2 commits
-
-
Vivien Kraus authored
We do not build a Flatpak in the CI.
-
Vivien Kraus authored
Update the models See merge request !165
-
- 14 Sep, 2019 10 commits
-
-
Vivien Kraus authored
-
Vivien Kraus authored
The feature extractors work similarly, by iterating over the game events (by keeping separate views of the game). The only difference is that the score is not necessary for the CNN features, so we may skip the players whose cards we do not know.
-
Vivien Kraus authored
Version 19.08 has just been released.
-
Vivien Kraus authored
Resolve "[Mingw] Cannot browse any link" Closes #163 See merge request !164
-
Vivien Kraus authored
It does not work for directories with Gtk+.
-
Vivien Kraus authored
If we do not ask for a specific codeset in the configure run, then the variable is bound to "", which would /still/ trigger the call.
-
Vivien Kraus authored
Resolve "[Mingw] Cannot save the game" Closes #162 See merge request !162
-
Vivien Kraus authored
On Windows, it is impossible to write files with these characters. So rather than having fragmentation here, I prefer to change the format for everyone. By the way I found that '%F' was a predefined format for date.
-
Vivien Kraus authored
This is important for debugging purposes, and anyway the console will disappear.
-
Vivien Kraus authored
According to [[http://gtk.10911.n7.nabble.com/GLib-Spawning-Processes-td12484.html]], browsing links run this program. There is a program with a -console.exe suffix that I think is important too, but I'm not sure. For windows 64, the program name is obviously gspawn-win64-helper.exe.
-
- 13 Sep, 2019 6 commits
-
-
Vivien Kraus authored
-
Vivien Kraus authored
Resolve "[Mingw] Hide the console" Closes #159 See merge request !163
-
Vivien Kraus authored
According to [[https://stackoverflow.com/questions/4441551/how-to-stop-a-program-compiled-with-mingw-g-from-opening-a-console-window-in][StackOverflow]], this is the way to go.
-
Vivien Kraus authored
Resolve "[Mingw] Utf-8 does not work" Closes #160 See merge request !161
-
Vivien Kraus authored
encoding Based on [[https://stackoverflow.com/questions/6181294/gettext-character-encoding]]. The first answer is irrelevant on windows with Gtk+, because Gtk+ expects UTF-8 data.
-
Vivien Kraus authored
Resolve "[Mingw] Gtk+ data is dead" Closes #164 See merge request !160
-
- 12 Sep, 2019 5 commits
-
-
Vivien Kraus authored
The Docker image only contained English localizations, so Gtk+ was not translated in French -.-'
-
Vivien Kraus authored
The Adwaita subdirectory contains the icons.
-
Vivien Kraus authored
Now that we configure it, we should look it up in the build directory.
-
Vivien Kraus authored
The locale info is required for some things in Gtk+.
-
Vivien Kraus authored
This reverts commit 21152976.
-
- 09 Sep, 2019 1 commit
-
-
Vivien Kraus authored
The CI is litterally stuffed with merger requests to update the generated games, but for now we do not use that feature.
-
- 08 Sep, 2019 1 commit
-
-
Vivien Kraus authored
Resolve "[NSIS]: do not let the user install the dataset" Closes #156 See merge request !158
-