Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-01 | Refactor to make cooperative hacking nicer | colin | |
2023-04-01 | Add: aventure seers form | Grant Shoshin Shangreaux | |
2023-04-01 | WIP mini-marathon | Grant Shoshin Shangreaux | |
2023-03-26 | Clean: double defvarsHEADmain | Grant Shoshin Shangreaux | |
2023-03-14 | Add: configuration from file for datastore & lzb server | Grant Shoshin Shangreaux | |
This defaults to looking for a file called config.lisp within the dnd system's directory. If you copy the config.lisp.example included in this commit out to simply config.lisp, then you should be able to run the (start) defun to get things running with "sane" defaults. It should create a datastore directory within the same system directory, which is also ignored by git. | |||
2023-03-13 | Add: minor tweaks, player list item view in adventure | shoshin | |
2023-03-07 | Add: path to adventure pages; stuff to asd file; some endpointscolins-hacking | colin | |
2023-03-07 | Add: reporting rumors | colin | |
2023-03-07 | Add: growing an app skeleton | colin | |
2023-03-06 | Add: basic page stub to view an adventure | colin | |
2023-03-06 | Add: adventure creation | colin | |
2023-03-06 | Altered: s/campaign/adventure globally | colin | |
2023-03-05 | Fix: many little bugs | colin | |
2023-03-05 | Fix: tavern page | colin | |
2023-03-05 | Remove: pages.lisp, join-gaming-group.lisp; | colin | |
2023-03-05 | Moved build.lisp back to root dir | colin | |
2023-03-05 | Reorganized codebase | colin | |
2023-03-05 | Add: page-render-mode, model cleanup, tavern view wip | Grant Shoshin Shangreaux | |
2023-02-21 | Add: text browser tavern view | Grant Shangreaux | |
2023-02-20 | Tweak | colin | |
2023-02-20 | Refactor: to use render protocol | colin | |
2023-02-20 | Add: with-checked-plist macro, some validtators, and refactored | colin | |
2023-02-20 | Add: route building protocol functions | colin | |
2023-02-20 | Modify: redirect to /tavern from / | colin | |
If you are logged in, this makes sense, you'll land in the tavern. If you are not logged in, then you'll be redirected by the handler for /tavern to the /tavern-door. This is to avoid having to navigate to /tavern manually when you revisit dnd | |||
2023-02-20 | Modify: hero creation endpoint and transaction | colin | |
2023-02-20 | Fix: references to non-existent /game-room | colin | |
2023-02-18 | Saturday Pair Session | colin | |
2023-02-04 | Brainstorm: Saturay Session Feb 4th | colin | |
2023-01-30 | Fix: comment out monster defclass stub | Grant Shangreaux | |
2023-01-28 | Research: adding notes to hazards and task categories | Grant Shoshin Shangreaux | |
2023-01-28 | Tweak | colin | |
2023-01-26 | Refactor: flash data system made threadsafe | colin | |
2023-01-25 | Tweak | colin | |
2023-01-25 | Modify: flash feature to be more robust; add labels | colin | |
2023-01-25 | Add: initial flash function; modified endpoints to use it | colin | |
This is untested. Just commiting to share. | |||
2023-01-25 | Organize: putting utilities first | colin | |
Its nice to have macros load before defuns that use them. | |||
2023-01-25 | Fix: hall-of-heroes | colin | |
2023-01-24 | Add: emoji icon links and aria-labels to navbar [frontend] | Grant Shangreaux | |
2023-01-24 | Add: navbar and hall-of-heroes list to tavern [frontend] | Grant Shangreaux | |
2023-01-24 | Add: doorkeeper :message param to pass info to user | Grant Shangreaux | |
Basic handling for when a hero name is entered but does not exist in the store. The /tavern-door endpoint will parse a NAME query param and the doorkeeper says they've never heard of them. | |||
2023-01-24 | Clean: reorganize and document some of endpoints.lisp | Grant Shangreaux | |
2023-01-24 | Add: build.lisp with running swank server | Grant Shangreaux | |
2023-01-22 | Add: classes for game objects; | colin | |
2023-01-21 | Clean: some of the page text | Grant Shangreaux | |
2023-01-21 | Rename: routs.lisp->endpoints.lisp | colin | |
2023-01-21 | Refactor+Fix: with-hero-session macro; packaging and init | colin | |
2023-01-21 | Fix: add routes and pages files to the system definition file | Grant Shoshin Shangreaux | |
2023-01-21 | Docs: add notes from pairing brainstomre session to DEV.org | Grant Shoshin Shangreaux | |
2023-01-21 | Fix: asd component errors | Grant Shoshin Shangreaux | |
2023-01-21 | Add: initial draft of doorkeeper session management | Grant Shoshin Shangreaux | |