summaryrefslogtreecommitdiff
path: root/app/views
AgeCommit message (Collapse)Author
2021-07-14Only allow one living monster_spawn per locationDavid Gay
2021-07-11Eliminate hunt leviathan hackDavid Gay
2021-07-11Second worldcall spell: Project ThoughtDavid Gay
2021-07-11First worldcall spell: Hearth PassageDavid Gay
2021-07-07Fix bug causing game to be hard-locked unplayable as a result of attempting ↵David Gay
to do any activity which has no skill requirements
2021-07-07Forgot to update explainer text on chat history pageDavid Gay
2021-07-07Times of day, and a primitive clock in the headerDavid Gay
2021-07-07Show current active skill(s) level and XPTNL based on activity requirements ↵David Gay
rather than on the last skill that gained XP
2021-07-06Display remaining actions below timer when a set amount of actions have been ↵David Gay
queued
2021-07-06Increase chat message area chat message limit from 100 to 200, and add a ↵David Gay
chat history page that shows the last 2,000 messages
2021-07-05Give characters a location, and replace the Locations view+controller with a ↵David Gay
Look view+controller
2021-07-05Change Floret GID to `floret`David Gay
2021-06-23Fix results and chat divs sometimes not scrolling due to large outputDavid Gay
2021-06-22Fix being unable to change combat stylesDavid Gay
2021-06-16Adjust skill view grid breakpointsDavid Gay
2021-06-16Display XPTNL on skill viewDavid Gay
2021-06-16Learn spells from spellpagesDavid Gay
2021-06-15Reduce space between nav menu itemsDavid Gay
2021-06-15Add 7 new titles, awarded for MonsterKill quantityDavid Gay
2021-06-15MonsterKills and bestiary viewDavid Gay
2021-06-15Basic spellcastingDavid Gay
2021-06-15Reboot omens and allow infixing items (like omens) into skillsDavid Gay
2021-06-13Move skills to their own page, with a new interface and XP barsDavid Gay
2021-06-13Fix wrong param name in new CharacterController `#set_character`David Gay
2021-06-10Start results div scrolled to bottom on page changesDavid Gay
2021-06-10Fix bug in timer partial render caused by not having an active character (#11)David Gay
2021-06-09Only scroll chat and results output to the bottom on new content when ↵David Gay
already scrolled to the bottom or near the bottom
2021-06-07Display title at top of character view along with nameDavid Gay
2021-06-06Inventory: Move consumables up, just below equipmentDavid Gay
2021-06-06Add and award Sentinel title, and add leviathan info to changelogDavid Gay
2021-06-06Add currency section to new inventory viewDavid Gay
2021-06-06LeviathansDavid Gay
2021-06-06MessagesDavid Gay
2021-06-06Switch from power-based damage to damage types, replace block with ↵David Gay
resistance, and make natural 20 accuracy rolls always hit (and crit)
2021-06-06Tweak new inventory screen grid col responsivenessDavid Gay
2021-06-06Improved inventory section for equipped itemsDavid Gay
2021-06-06New inventory view, with items sorted by categoriesDavid Gay
2021-06-05Increase min and max height of chatDavid Gay
2021-06-05Reduce footer padding and made the rest of the content fill in that spaceDavid Gay
2021-06-05Adjust chat box so scrollbar lines up with main box scrollbarDavid Gay
2021-06-05Display costs and requirements for selected activity in select fields via ↵David Gay
Stimulus + fetch
2021-06-05Lighten color of resistances text on character sheetDavid Gay
2021-06-05Expand resistances code to have meta resistances: physical and energyDavid Gay
2021-06-05Swap location of results box and chat boxDavid Gay
2021-06-05Add resistance stats and rejigger character sheet layoutDavid Gay
2021-06-05Bazaar: Merge "your orders" with "buy orders" and "sell orders", and sort ↵David Gay
buy orders highest price to lowest
2021-06-05Improve UI responsiveness and scalingDavid Gay
2021-06-05Chance for equipment to break after combatDavid Gay
2021-06-04Reduce text size and vertical margin of "Stop" buttonDavid Gay
2021-06-04Don't start progress bar halfway done due to rested timeDavid Gay