chiark / gitweb /
Introduced a new function in every game which formats a game_state
authorSimon Tatham <anakin@pobox.com>
Sun, 1 May 2005 12:53:41 +0000 (12:53 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 1 May 2005 12:53:41 +0000 (12:53 +0000)
commit791940b043d500c096a56d57467b4b68ea31ce1f
treea8168dfaeb265abc278f9b9ff7897ecd0d911bb9
parente72931bfe27e7d7303a22717cce05721551f3e4a
Introduced a new function in every game which formats a game_state
as text. This is used by front ends to implement copy-to-clipboard.
Currently the function does nothing (and is disabled) in every game
except Solo, but it's a start.

[originally from svn r5724]
14 files changed:
cube.c
fifteen.c
gtk.c
midend.c
net.c
netslide.c
nullgame.c
osx.m
pattern.c
puzzles.h
rect.c
sixteen.c
solo.c
twiddle.c