aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
Commit message (Collapse)AuthorAgeFilesLines
* Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-151-1/+1
|
* (dun-physobj-desc): Fix typo.Juanma Barranquero2002-07-031-1/+1
|
* (zone-idle): Var deleted.Richard M. Stallman2002-06-211-3/+0
|
* (zone-timer): New variable holds the idle timer.Richard M. Stallman2002-06-131-12/+11
| | | | | | | (zone): Don't fiddle with the idle timer at all. (zone-when-idle): Put the idle timer in zone-timer. If one is already set up, cancel it and make a new one. (zone-leave-me-alone): Likewise.
* *** empty log message ***Juanma Barranquero2002-05-161-1/+1
|
* (mpuz-switch-to-window): Set buffer-read-only directly.Richard M. Stallman2002-05-041-1/+1
|
* (gamegrid-user-score-file-directory): New variable.Colin Walters2002-05-031-3/+12
| | | | | (gamegrid-add-score-with-update-game-score): Use `shared-game-score-directory'. Correctly handle non-setuid case.
* (gamegrid-add-score-with-update-game-score): Test whether or notColin Walters2002-04-291-13/+20
| | | | update-game-score is setuid, and do the right thing.
* (gamegrid-add-score-with-update-game-score): Handle the case whereColin Walters2002-04-231-2/+8
| | | | we're already viewing the score file.
* (gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'.Colin Walters2002-04-131-0/+29
| | | | | | (gamegrid-add-score-insecure): Restored from the old `update-game-score'. (gamegrid-add-score): Just dispatch on `system-type' to one of the previous two functions.
* Update author's email address, at his request.Eli Zaretskii2002-04-121-1/+1
|
* Fix previous change.Colin Walters2002-04-101-9/+19
|
* (tetris-score-file): Likewise.Colin Walters2002-04-101-1/+1
|
* (snake-score-file): Default to just "snake-scores".Colin Walters2002-04-101-1/+1
|
* (gamegrid-add-score): Rewrite from scratch to use `update-game-score'.Colin Walters2002-04-101-18/+28
|
* (gomoku-font-lock-O-face): Convert to use `defface'.Juanma Barranquero2002-03-221-14/+10
| | | | | (gomoku-font-lock-X-face): Likewise. (gomoku-font-lock-keywords): Use faces instead of variables.
* Use defface instead of facemenu-get-face.Eli Zaretskii2002-03-101-16/+15
|
* (mpuz-unsolved-face, mpuz-solved-face)Eli Zaretskii2002-03-081-194/+255
| | | | | | | | | | | | | (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial) (mpuz-allow-double-multiplicator): new options for nicer look and new features. (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): new functions. (mpuz-check-all-solved, mpuz-random-puzzle) (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game) (mpuz-show-solution): functions streamlined and removed french style space before punctuation, added face support and optional solving of trivial results.
* fixed parens in the last patchSam Steingold2002-03-032-11/+11
|
* (tetris-score-file): Put in home dir, not in /tmp.Richard M. Stallman2002-03-031-1/+4
|
* (gamegrid-set-font, gamegrid-setup-face)Richard M. Stallman2002-03-031-4/+4
| | | | (gamegrid-make-mono-tty-face): Fix usage of condition-case.
* (snake-score-file): Put in home dir, not in /tmp.Richard M. Stallman2002-03-031-1/+4
|
* (snake-velocity-queue, snake-update-velocity)Richard M. Stallman2002-02-221-58/+89
| | | | | | | | | | | | (snake-final-x-velocity, snake-final-y-velocity): New variable and functions. Store user's keypresses into a queue and pop from the queue each subsequent turn. (snake-update-game, snake-move-left) (snake-move-right, snake-move-up, snake-move-down, snake-active-p) (snake-start-game): Use that queue. (snake-use-glyphs-flag): Renamed from snake-use-glyphs. (snake-use-color-flag): Likewise. (snake-mode): Rename uses of those variables.
* (pong-border-options): Make the border colors slightly more bright.Eli Zaretskii2002-02-061-1/+5
|
* (pong-height): Don't use height that exceeds the frame height.Eli Zaretskii2002-02-061-1/+1
|
* (gamegrid-display-type): Treat anyEli Zaretskii2002-02-061-4/+6
| | | | | | | color-capable display as color-x, if display-color-p is fboundp. (gamegrid-make-color-x-face): Don't call gamegrid-color twice. (gamegrid-make-color-tty-face): Use the value of color, not the symbol itself. Don't call gamegrid-color.
* (tetris): New defgroup.Richard M. Stallman2002-01-231-42/+90
| | | | | | | | | | (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs) (tetris-default-tick-period): Convert to defcustom. Added * in docstring to indicate user variable. (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors) (tetris-x-colors, tetris-buffer-name, tetris-buffer-width) (tetris-buffer-height, tetris-width, tetris-height) (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
* (zone-timeout): New var.Thien-Thi Nguyen2002-01-101-105/+159
| | | | | | | | | | | | | | (zone-hiding-modeline): New macro. (zone-call): New func. (zone): Init `modeline-hidden-level' symbol property. Use `zone-call' instead of `funcall'. (zone-pgm-whack-chars): Use `make-string' (bug introduced in 2001-10-26T20:11:[email protected]). (zone-pgm-stress): Use `zone-hiding-modeline'. (zone-pgm-stress-destress): New zone program.
* (yow): Use an arg to distinguish interactive calls, not interactive-p.Richard M. Stallman2001-12-231-3/+3
|
* Doc fix.Pavel Janík2001-12-202-2/+2
|
* Doc fixes.Pavel Janík2001-12-201-3/+3
|
* (bb-member): Remove, use member instead.Pavel Janík2001-12-201-25/+34
| | | | | | | (bb-delete): Remove, use delete instead. Update copyright notice. Defvar for bb-board, bb-x, bb-y, bb-score, bb-detour-count and bb-balls-placed. Propertize results of rays.
* Fix typos.Pavel Janík2001-12-151-4/+4
|
* (5x5-crack-xor-mutate): Doc fix.Pavel Janík2001-12-111-2/+2
|
* (blackbox-mode, blackbox): Doc fix.Pavel Janík2001-11-291-4/+4
|
* (cookie, cookie-insert, shuffle-vector): Doc fixes.Pavel Janík2001-11-291-5/+7
|
* (studlify-word, studlify-region, studlify-buffer): Fix doc-string.Pavel Janík2001-11-291-3/+4
| | | | (studlify-buffer): Add autoload cookie.
* (gamegrid-init-buffer): Use insert instead of insert-string.Pavel Janík2001-11-261-1/+1
|
* (psychoanalyze-pinhead): Use insert instead of insert-string.Pavel Janík2001-11-261-1/+1
|
* (tetris-mode): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* (snake-mode): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* (decipher-mode): Remove make-local-hook.Pavel Janík2001-11-251-1/+0
|
* (gomoku-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-211-4/+9
|
* Fix a typo.Eli Zaretskii2001-11-201-1/+1
|
* Mark lm-mode as special. Suggested by Klaus Straubinger <[email protected]>Eli Zaretskii2001-11-201-0/+3
|
* Mark gomoku-mode as special. Suggested by Klaus StraubingerEli Zaretskii2001-11-201-0/+3
| | | | <[email protected]>
* Move definitions of constants to the beginning of file, before their use.Pavel Janík2001-11-101-16/+20
|
* (gomoku): Doc fix.Richard M. Stallman2001-11-061-2/+8
|
* Re-indent.Stefan Monnier2001-10-261-65/+65
|
* (make-doctor-variables): Remove a '($ please)'.Gerd Moellmann2001-10-231-1/+1
|