aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
Commit message (Collapse)AuthorAgeFilesLines
* (gametree-mode): Use make-local-variable, not make-variable-buffer-local.Richard M. Stallman2005-08-091-3/+3
|
* (doctor-type-symbol): "?\ " -> "?\s".Juanma Barranquero2005-08-021-1/+31
| | | | | | | | | | | | | | (**mad**, *debug*, *print-space*, *print-upcase*, abuselst, abusewords, account, afraidof, arerelated, areyou, bak, beclst, bother, bye, canyou, chatlst, continue, deathlst, describe, drnk, drugs, eliza-flag, elizalst, famlst, feared, fears, feelings-about, foullst, found, hello, history, howareyoulst, howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated, lincount, longhuhlst, lover, machlst, mathlst, maybe, moods, neglst, obj, object, owner, please, problems, qlist, random-adjective, relation, remlst, repetitive-shortness, replist, rms-flag, schoollst, sent, sexlst, shortbeclst, shortlst, something, sportslst, stallmanlst, states, subj, suicide-flag, sure, things, thlst, toklst, typos, verb, want, whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst): Defvar at compile time.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-0125-25/+41
|
* (zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'.Juanma Barranquero2005-07-181-1/+1
|
* (tetris-mode): Avoid warning.Richard M. Stallman2005-07-161-9/+10
|
* (snake-mode): Avoid warning.Richard M. Stallman2005-07-161-9/+10
|
* (gamegrid-shared-game-dir): Add defvar.Richard M. Stallman2005-07-161-13/+13
| | | | | | | | | (gamegrid-set-display-table): Avoid warning. (gamegrid-set-timer): Likewise. (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p. (gamegrid-add-score-with-update-game-score-1): Take FILE as argument. (gamegrid-add-score-with-update-game-score): Pass that argument. Rename have-shared-game-dir to gamegrid-shared-game-dir.
* Update FSF's address.Lute Kamstra2005-07-0425-50/+50
|
* (decipher-loop-with-breaks): Change space constants "protected" from end of lineJuanma Barranquero2005-06-291-1/+1
| | | | by a comment to "?\s".
* (doctor-mode-map): Remove defvar.Lute Kamstra2005-06-101-13/+4
| | | | (doctor-mode): Use define-derived-mode.
* (blackbox-mode): Use run-mode-hooks.Lute Kamstra2005-06-101-3/+3
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-398Miles Bader2005-06-101-8/+16
| | | | | | | | | | | | Remove "-face" suffix from mpuz faces 2005-06-10 Miles Bader <[email protected]> * lisp/play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial) (mpuz-text): Remove "-face" suffix from face names. (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face) (mpuz-text-face): New backward-compatibility aliases for renamed faces. (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-397Miles Bader2005-06-101-8/+10
| | | | | | | | | | | | Remove "-face" suffix from gomoku faces 2005-06-10 Miles Bader <[email protected]> * lisp/play/gomoku.el (gomoku-O, gomoku-X): Remove "-face" suffix from face names. (gomoku-font-lock-O-face, gomoku-font-lock-X-face): New backward-compatibility aliases for renamed faces. (gomoku-font-lock-keywords): Use renamed gomoku faces.
* (dun-mode): Use define-derived-mode.Lute Kamstra2005-06-101-14/+8
| | | | | (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an obsolete alias.
* * play/5x5.el (5x5-mode):Lute Kamstra2005-05-268-10/+12
| | | | | | | | | | | | * play/decipher.el (decipher-mode, decipher-stats-mode): * play/gomoku.el (gomoku-mode): * play/snake.el (snake-mode): * play/solitaire.el (solitaire-mode): * play/tetris.el (tetris-mode): Use run-mode-hooks. * play/landmark.el (lm-mode): * play/mpuz.el (mpuz-mode): Use kill-all-local-variables and run-mode-hooks.
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-3/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-1217-17/+17
|
* (animate-place-char): Use forward-line insteadKim F. Storm2005-03-091-2/+4
| | | | of next-line to improve performance.
* (decipher-mode): Don't call decipher-read-alphabet if buffer is empty.Richard M. Stallman2005-01-171-1/+2
|
* (zone-pgm-random-life): Fix typo.Thien-Thi Nguyen2004-12-171-1/+1
|
* (zone): Init `line-spacing' from orig buffer.Thien-Thi Nguyen2004-12-171-20/+31
| | | | | | | | | | | (zone-replace-char): Take `count' and `del-count' instead of `direction'. Update callers. When `del-count' is non-nil, delete that many characters, otherwise `count' characters backwards. Insert the newly-replaced string `count' times. (zone-fret): Handle chars w/ width greater than one. (zone-fall-through-ws): No longer take window width `ww'. Update callers. Add handling for `char-width' greater than one. (zone-pgm-drip): Update var holding window-end position every cycle.
* Commentary munging; nfc.Thien-Thi Nguyen2004-12-161-3/+4
|
* (zone): Fix omission bug: Use a self-disablingThien-Thi Nguyen2004-12-161-6/+16
| | | | | | one-shot thunk for uniform (error, quit, normal) recovery. (zone-pgm-random-life): Fix bug: Recognize empty initial field by lack of "@" chars.
* Add to THANKS in Commentary; nfc.Thien-Thi Nguyen2004-12-151-1/+1
|
* (zone): Set `truncate-lines'.Thien-Thi Nguyen2004-12-151-124/+121
| | | | | | | | | | | | | | | | | | | Also, init `tab-width' with value from original buffer. (zone-shift-up): Rewrite for speed. (zone-shift-down, zone-shift-left, zone-shift-right): Likewise. (zone-pgm-jitter): Remove redundant entries from ops vector. (zone-exploding-remove): Reduce iteration count. (zone-cpos): Convert to defsubst. (zone-replace-char): New defsubst. (zone-park/sit-for): Likewise. (zone-fret): Take window-start arg. Update callers. Use `zone-park/sit-for'. (zone-fill-out-screen): Rewrite. (zone-fall-through-ws): Likewise. Update callers. (zone-pgm-drip): Use `zone-replace-char'. Move var inits before while-loop. Use `zone-park/sit-for'. (zone-pgm-random-life): Handle empty initial field. Use `zone-replace-char' and `zone-park/sit-for'.
* (zone-programs): Add `zone-pgm-random-life'.Thien-Thi Nguyen2004-12-111-24/+79
| | | | | | | | | (zone-fill-out-screen): New func. (zone-pgm-drip): Use `zone-fill-out-screen'. Also, no longer go to point-min on every cycle. (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode. (zone-pgm-random-life-wait): New user var. (zone-pgm-random-life): New func.
* Maintainer is now FSF.Luc Teirlinck2004-11-161-6/+7
| | | | | | (life-patterns, life-neighbor-deltas, life-window-start) (life-current-generation, life-generation-string): Use defvar instead of defconst.
* (5x5-new-game): Set up the buffer even if not interactive.Richard M. Stallman2004-11-011-3/+2
|
* (fortune-to-signature): Don't use interactive-p.Richard M. Stallman2004-11-011-2/+2
| | | | (fortune-in-buffer): Doc fix.
* (bb-trace-ray): Avoid double tracing.Thien-Thi Nguyen2004-09-081-28/+29
|
* (gamegrid-add-score-insecure): Use sort-fields.Jesper Harder2004-04-051-1/+1
|
* Fix keywords.Juri Linkov2004-03-221-1/+1
|
* (animate-birthday-present): Accept other than `Sarah', too.Eli Zaretskii2004-02-211-5/+7
|
* Fix typo.Simon Josefsson2004-02-191-3/+5
| | | | (morse-code): Add @.
* (zone-call): Fix format string.Andreas Schwab2004-02-081-2/+2
|
* (handwrite): Make the handwrite credit messageRichard M. Stallman2003-12-291-2/+1
| | | | a comment rather than an output command.
* Add arch taglinesMiles Bader2003-09-0128-0/+28
|
* (decipher-ignore-spaces): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-2/+2
|
* (mpuz-silent): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-2/+2
|
* Added a comment explaining the various ways to save a game score on POSIXJuanma Barranquero2003-04-291-22/+53
| | | | | | | systems. (gamegrid-add-score-with-update-game-score): Use `cond' instead of `if'. Provide for the case that FILE is an absolute filename. Create the directory "$HOME/.emacs.d/games", if necessary.
* (gomoku-buffer-name): New constant.Glenn Morris2003-04-121-10/+23
| | | | | | | | | | (gomoku-mode): Doc fix. Add call to kill-all-local-variables, for global-font-lock-mode. (gomoku): Do not call gomoku-switch-to-window directly, else the player is asked the startup questions twice after a killed game. (gomoku-prompt-for-other-game): Throw an error if no new game, since otherwise answering no after a killed game has no effect. (gomoku-switch-to-window): Use gomoku-buffer-name.
* (gamegrid-add-score): Add info to docstring.Juanma Barranquero2003-02-261-41/+70
| | | | | | | | | (gamegrid-add-score-with-update-game-score-1): New function, factored out of `gamegriod-add-score-with-update-game-score'. (gamegrid-add-score-with-update-game-score): Use it. Fall back on `gamegrid-add-score-insecure' if the requested file does not exist in $(gamedir), in case the user has installed a game on his own. (gamegrid-add-score-insecure): Accept optional directory argument.
* Trailing whitepace deleted.Juanma Barranquero2003-02-0414-252/+252
|
* (solitaire-mode-map): Use command remapping instead ofAndreas Schwab2003-01-121-3/+2
| | | | substitute-key-definition.
* (lm-mode-map): Use command remapping instead ofAndreas Schwab2003-01-121-13/+7
| | | | substitute-key-definition.
* (gomoku-mode-map): Use command remapping instead ofAndreas Schwab2003-01-121-13/+7
| | | | substitute-key-definition.
* (decipher-mode-map): Use command remapping instead ofAndreas Schwab2003-01-121-5/+3
| | | | substitute-key-definition.
* (morse-code): Add Norwegian non-ASCII characters.Simon Josefsson2002-11-211-0/+2
|
* (morse-code): Add non-ASCII characters, accordingSimon Josefsson2002-11-211-3/+13
| | | | to table at http://www.soton.ac.uk/~scp93ch/morse/.
* Add provide call.Markus Rost2002-11-151-0/+2
|