summaryrefslogtreecommitdiff
path: root/lisp/play
Commit message (Expand)AuthorAgeFilesLines
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* Ensure that the game directory exists before trying to write to itLars Ingebrigtsen2020-09-221-0/+2
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Merge from origin/emacs-27Glenn Morris2020-09-091-1/+1
|\
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-021-1/+1
* | Use lexical-binding in pong.elStefan Kangas2020-08-311-18/+2
* | Use lexical-binding in life.el and add testsStefan Kangas2020-08-301-9/+21
* | Various life.el improvementsStefan Kangas2020-08-301-12/+48
* | Remove some XEmacs compat code from gamegrid.elStefan Kangas2020-08-301-6/+1
* | * lisp/play/tetris.el: Use lexical-binding.Stefan Kangas2020-08-301-1/+1
* | Fix compilation warning in snake.elLars Ingebrigtsen2020-08-301-1/+1
* | * lisp/play/snake.el: Use lexical-binding.Stefan Kangas2020-08-291-1/+1
* | Remove some compat code from bubbles.elLars Ingebrigtsen2020-08-121-6/+4
* | * lisp/play/snake.el (snake-null-map): Quit on `q'. (Bug#42731)Peder O. Klingenberg2020-08-071-0/+1
* | ; Fix warning in last changeBasil L. Contovounesios2020-05-131-1/+1
* | Use lexical-binding in animate.el and add testsStefan Kangas2020-05-131-1/+1
* | Use lexical-binding in dissociate.el and add testsStefan Kangas2020-05-131-1/+1
* | Use lexical-binding in spook.elStefan Kangas2020-04-261-5/+3
* | Fix movement commands in gomokuAsher Gordon2020-04-031-10/+36
* | Declare some <package>-version variables obsoleteStefan Kangas2020-03-211-0/+1
* | Remove subsumed repetitions in regexpsMattias EngdegÄrd2020-02-201-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-0123-23/+23
* Fixes bug where restoring game saved in an endgame question room would show '...Ronnie Schnell2019-11-041-0/+2
* Remove XEmacs compat code from decipher.elStefan Kangas2019-10-201-7/+1
* Disable pause/resume from menu in snake and tetrisStefan Kangas2019-10-202-12/+22
* Port snake menu to EmacsStefan Kangas2019-10-171-13/+29
* Port tetris menu to EmacsStefan Kangas2019-10-171-13/+29
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-2/+2
* Revert "Remove XEmacs code from tetris.el"Lars Ingebrigtsen2019-10-151-0/+11
* Revert "Remove XEmacs-only code from snake.el"Lars Ingebrigtsen2019-10-151-0/+11
* Remove XEmacs-only code from snake.elLars Ingebrigtsen2019-10-041-11/+0
* Remove XEmacs code from tetris.elLars Ingebrigtsen2019-10-041-11/+0
* Allow gamegrid-add-score to treat lower scores as better.Federico Tedin2019-09-141-22/+27
* Really save games scores to the games scores directoryLars Ingebrigtsen2019-08-231-1/+2
* Add C-b/f/p/n keystrokes in `M-x snake'Lars Ingebrigtsen2019-08-141-1/+6
* Merge from origin/emacs-26Glenn Morris2019-08-101-2/+2
|\
| * Fix docstrings in pongMauro Aranda2019-08-101-2/+2
* | Fix pong collision detectionMauro Aranda2019-08-101-34/+49
* | Add conditional operator xor to subr.elMattias EngdegÄrd2019-08-061-5/+3
* | Update URL in comment in gomoku.elLars Ingebrigtsen2019-08-011-1/+1
* | White-space fix in fortune-compileLars Ingebrigtsen2019-07-101-11/+11
* | Search exec-path for fortune strfile programBenjamin Ragheb2019-07-101-2/+4
* | Remove XEmacs and old Emacs compat code from gamegrid.elLars Ingebrigtsen2019-06-201-56/+13
* | Use lexical-binding in morse.el and studly.el and add testsStefan Kangas2019-06-012-2/+2
* | Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-258-0/+8
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-198-8/+0
* | use view-mode on score file for ease of scrolling and quittingSam Steingold2019-05-021-1/+3
* | tetris-null-map: bind "q" to `quit-window`Sam Steingold2019-05-021-0/+1