Commit Graph

17 Commits (b3fc6daf7163bbd6e02693cce0477e4d889f5be1)

Author SHA1 Message Date
Jean-Patrick Guerrero b3fc6daf71 Basic maintainance + fix bugs 2021-02-28 21:02:06 +01:00
Louis Royer 64dcec0c74
Add translation support, requires 5.0.0+ (#131)
Add translation for all parts of the mod
Add french translation

Requires Minetest 5.0.0 or newer.
2020-09-09 17:05:44 +02:00
Damian Hofmann 16adad0cd7 Chess: Fix queen-side castling
When castling queen side, the king moves two squares to the left,
not three as this implementation used previously.

This resolves issue #120.
2020-06-24 18:31:30 +02:00
Damian Hofmann d868488633 Chess: Fix short-castling for black
In the code for black short-castling, the presence of rook_black_2 was checked on the wrong field (1 instead of 8), which prevents black from short-castling. (This was probably overlooked when copying the logic from the long-castling check directly above.)
2020-06-24 18:31:30 +02:00
Jean-Patrick Guerrero 61d9da63fa Global code style cleaning 2019-07-23 14:03:20 +02:00
y bedcc4d4e4 prevent crash after king is taken 2019-07-16 11:45:49 +02:00
Jean-Patrick Guerrero 63794662ee Add a singleplayer mode to the chess 2019-03-10 23:50:16 +01:00
Jean-Patrick Guerrero b5bbb1be2e Implement a chess AI 2018-09-05 16:52:03 +02:00
Jean-Patrick Guerrero 3c1423a462 Chess cleanup 2018-08-25 14:36:23 +02:00
Jean-Patrick Guerrero ed931905be Fix checkmate logic 2018-08-25 12:55:03 +02:00
Jean-Patrick Guerrero 70277d4216 Chess cleanup 2018-08-25 11:40:30 +02:00
Jean-Patrick Guerrero 5e4704ad2a Chess: Add checkmate system 2018-08-24 22:08:19 +02:00
Jean-Patrick Guerrero 9df5d94fcb New chessboard interface 2018-08-15 14:20:08 +02:00
JP Guerrero 3c46a5ddb7 White pawn fix 2018-03-08 21:21:20 +01:00
Jat15 271d5b1147 Add settings and compatibility with moreblocks and stairs
If workbench disabling.
And setting for disabling:
- Chess
- Cooking
- Enchanting
- Hive
- Itemframe
- Mailbox
- Mechanisms
- Rope
- Workbench
By default all active.
2018-03-08 20:51:46 +01:00
JPG bcd898146c Fix some luackeck errors 2016-12-30 15:04:57 +01:00
JP Guerrero 6bd045e3de Remove the crafting guide and minor file reorganizing 2016-11-30 15:54:05 +01:00