summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2021-07-08Change how beastslay stances workDavid Gay
2021-07-08Change how power works so that it can no longer more than double the rolled ↵David Gay
damage of each damage type
2021-07-08Allow unauthenticated users to see the game clockDavid 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-07Actually fix chat historyDavid Gay
2021-07-07Reduce chat history from last 2_000 messages to last 1_000 messagesDavid Gay
2021-07-07Fix chat messages orderDavid Gay
2021-07-07Give bollyrots and crypt writhes double the damage capacity at nightDavid Gay
2021-07-07Lusterlight brand omen, and make lusterlight tincture only craftable during ↵David Gay
firstlight
2021-07-07Times of day, and a primitive clock in the headerDavid Gay
2021-07-07Change beastslay stat and stance modifiersDavid 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-07Consolidate identical bazaar postingsDavid Gay
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-07-05Hook aetherloom up to hearth controllerDavid Gay
2021-06-23Adjust break chancesDavid Gay
2021-06-23Change breakage mechanicsDavid Gay
2021-06-23Stop activity when character starts resting, to prevent potential exploit of ↵David Gay
gaining rested time while timer runs down
2021-06-23Fix activities without requirements not completingDavid 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-22Make sure skill leaderboards are displayed alphabeticallyDavid Gay
2021-06-16Adjust skill view grid breakpointsDavid Gay
2021-06-16Display XPTNL on skill viewDavid Gay
2021-06-16Missed an extra necessary safe navigation operatorDavid Gay
2021-06-16Fix bug with activity completion caused by no-effect equipmentDavid Gay
2021-06-16Change item infix break chance to 1/500David Gay
2021-06-16Stinging Rays spell as the first DoTDavid Gay
2021-06-16Learn spells from spellpagesDavid Gay
2021-06-16Activity equipment item tag requirements, and apply to / adjust all relevant ↵David Gay
activities
2021-06-16[data] New activities: havencast_dazzle, havencast_stinging_raysDavid Gay
2021-06-16[data] New activity: havencast_dazzleDavid 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-15Add breakage to all equipment items that give a skill speed increase, and to ↵David Gay
omens
2021-06-15Basic spellcastingDavid Gay
2021-06-15Reboot omens and allow infixing items (like omens) into skillsDavid Gay
2021-06-14Merge branch 'develop' into 0.1.11David Gay
# Conflicts: # CHANGELOG.md
2021-06-14Fix bug with activity title awardingDavid 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-13Only be able to view your own characterDavid Gay
2021-06-13ItemInfixesDavid Gay
2021-06-13Don't allow characters to look at another character's itemsDavid Gay
2021-06-10Start results div scrolled to bottom on page changesDavid Gay