1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
emacs/lisp/play
Richard M. Stallman 0f7df8ac6a (gamegrid-face): new variable to emulate a buffer-local default face.
(gamegrid-xbm): new variable; XBM image as a replacement for
`gamegrid-xpm' on Emacsen compiled without XPM-support.
(gamegrid-colorize-glyph): Ported XEmacs-code for the generation
of images to Emacs.
(gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
convert XEmacs-type image descriptors.
(gamegrid-color-display-p): Removed. (Use `display-colors-p' instead.)
(gamegrid-make-image-from-vector): New function. Convert XEmacs'
image descriptors.
(gamegrid-display-type): Use Emacs' standard `display-.*-p'
functions to check for display capabilities. Fix the recognition
of image-support in Emacs 21 by this way.
(gamegrid-hide-cursor): Removed.
(gamegrid-setup-default-font): Ported the code from XEmacs to
Emacs: create a new face and assign the variable `gamegrid-face'
to it. Make sure that the face is not higher than the smallest
image used by the game.
(gamegrid-initialize-display): Use `(setq cursor-type nil)'
instead of `gamegrid-hide-cursor'.
(gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
image in the buffer, instead of applying a face.
(gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
the face held by `gamegrid-face' in an overlay over the whole
buffer to emulate a buffer-local default-face.
2002-09-23 16:03:03 +00:00
..
.gitignore
5x5.el
animate.el
blackbox.el (bb-right): Respect prefix argument. 2002-09-20 18:34:12 +00:00
bruce.el
cookie1.el
decipher.el
dissociate.el
doctor.el 2002-09-10 Deepak Goel <deego@glue.umd.edu> 2002-09-10 05:48:44 +00:00
dunnet.el
fortune.el
gamegrid.el (gamegrid-face): new variable to emulate a buffer-local default face. 2002-09-23 16:03:03 +00:00
gametree.el
gomoku.el (gomoku-move-up, gomoku-move-down): 2002-09-16 19:32:53 +00:00
handwrite.el
hanoi.el
landmark.el
life.el
meese.el
morse.el
mpuz.el
pong.el (pong-border-options): Use color on tty if 2002-09-13 13:30:09 +00:00
snake.el (snake-border-options): Use color on tty if available. 2002-09-13 13:31:54 +00:00
solitaire.el
spook.el
studly.el
tetris.el (tetris-blank-options, tetris-cell-options): 2002-09-13 13:33:57 +00:00
yow.el
zone.el