summaryrefslogtreecommitdiff
path: root/lisp/play/dunnet.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Prefer defvar-keymap in some trivial casesStefan Kangas2022-07-201-1/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-6/+6
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Do interactive mode tagging for play/*.elStefan Kangas2021-09-161-5/+6
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-9/+9
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-1/+1
* Remove redundant :group args in play/*.elStefan Kangas2021-02-021-2/+1
* * lisp/play/dunnet.el: Run the game when loaded via `--batch -l dunnet`Stefan Monnier2021-01-051-8/+21
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/play/dunnet.el: Make it so loading the file is harmlessStefan Monnier2020-12-111-113/+87
* Prefer setq-local in play/*.elStefan Kangas2020-12-051-2/+1
* * lisp/play/dunnet.el: Remove Emacs 18 compat code.Stefan Kangas2020-12-021-9/+4
* Add "Old-" prefix to "Version" header in more casesStefan Kangas2020-10-181-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fixes bug where restoring game saved in an endgame question room would show '...Ronnie Schnell2019-11-041-0/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-1/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace more nested ifs with condMark Oteiza2017-04-081-28/+23
* Simpler filter implementationMark Oteiza2017-03-191-22/+17
* Replace more nested ifs with condMark Oteiza2017-03-151-147/+130
* ; Spelling fixesPaul Eggert2017-03-051-1/+1
* Small dunnet score file improvementsGlenn Morris2017-02-231-6/+11
* * lisp/play/dunnet.el (dun-help): Doc fix.Glenn Morris2017-02-231-1/+1
* Declare dun-line and dun-line-listMark Oteiza2017-02-231-24/+27
* Turn on lexical-binding in dunnet.elMark Oteiza2017-02-201-2/+2
* Make dunnet insertion functions n-aryMark Oteiza2017-02-201-66/+44
* Do not use switch-to-buffer for working in a temp bufferMark Oteiza2017-02-201-106/+83
* Make dun-room-shorts a defconstMark Oteiza2017-02-201-24/+11
* Remove member cloneMark Oteiza2017-02-191-11/+1
* Prefix global varMark Oteiza2017-02-191-12/+13
* Replace nested ifs with condMark Oteiza2017-02-191-300/+252
* ; Fix previous changeMark Oteiza2017-02-191-1/+2
* Set up combination and random item locationMark Oteiza2017-02-191-6/+5
* Replace movement variables with an alist and accessorMark Oteiza2017-02-191-28/+38
* Change top-level setq forms to defvar or defconstMark Oteiza2017-02-191-397/+349
* Move all dunnet globals up to the topMark Oteiza2017-02-191-1122/+1127
* Whitespace trivia in dunnet.elGlenn Morris2017-02-161-3/+3
* ; Fix previous commitMark Oteiza2017-01-221-1/+1
* Mark unused arguments and remove unused variablesMark Oteiza2017-01-171-52/+51
* Nix some uses of evalMark Oteiza2017-01-171-6/+4
* ; * lisp/play/dunnet.el: Fix file footer.Mark Oteiza2017-01-161-2/+2
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* * lisp/play/dunnet.el (dun-fix-screen): Avoid `end-of-buffer`.Mark Oteiza2016-01-081-1/+1