aboutsummaryrefslogtreecommitdiff
path: root/org-d20.el
Commit message (Collapse)AuthorAge
* org-d20-d20: show d4 in case Bless spell is activeSean Whitton2020-11-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* also redraw the frameSean Whitton2020-11-08
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* implement displaying recent dice rolls in a split windowSean Whitton2020-11-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tweak use of new page characterSean Whitton2020-11-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* avoid using s-blank?Sean Whitton2020-11-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use nth rather than seq-elt, and use a static quoted listSean Whitton2020-11-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* improve readability of org-d20--rolls-bracketSean Whitton2020-11-07
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add TODOSean Whitton2020-04-16
|
* loop->cl-loopSean Whitton2019-06-28
|
* release org-d20 0.30.3Sean Whitton2019-04-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add :types to defcustomsSean Whitton2019-01-20
|
* loop -> cl-loopSean Whitton2019-01-20
|
* avoid use of ignore-errorsSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use more explicit syntax in -let*Sean Whitton2019-01-06
| | | | | | This fixes edebug instrumentation of `org-d20--roll-inner'. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out `org-d20--d20-plus'Sean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Bug fix: make roll20's 'k' notation actually have an effectSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Change default keybindings to match Emacs conventionsSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* standardise header some moreSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* standardise commentsSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Autoload some more functions users might want to bindSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use `1-'Sean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix some overly long linesSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add commentsSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix some function callsSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* string-to-int -> string-to-numberSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* defvar org-d20-roll--lastSean Whitton2019-01-06
|
* standardise and group defcustomsSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tidy up headerSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* reorder functionsSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rename a private functionSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* standardise docstrings according to checkdocSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* properly quote function namesSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* missing requireSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* enable lexical bindingSean Whitton2019-01-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* accept a dice expression for the number of a kind of monsterSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bump copyright yearsSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix off-by-one error in call to `random' to actually roll diceSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* TODOSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* shorten the display of rolls to minimise minibuffer-stretchingSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* `org-d20-roll` shows the results on each dice rolledSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* New defcustom, `org-d20-continue-monster-numbering`Sean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix lettering to start at 'A' not 'B'Sean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* move TODOSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix docstring for org-d20-initiativeSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* better docstring for org-d20-partySean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* New defcustom, `org-d20-letter-monsters`Sean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* bump versionSean Whitton2019-01-05
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add org-d20-roll-at-pointSean Whitton2018-12-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Remove hardcoded path to my dice rolling wavSean Whitton2018-12-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tweak headerSean Whitton2018-12-31
|