summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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
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-09Extra guards to prevent running activity duration check code when important ↵David Gay
related values are nil (hopefully fixes #3 and fixes #2)
2021-06-09Fix spelling of laboratoryDavid Gay
2021-06-09Fix bug where monster spawn item award code could fail to check all itemsDavid Gay
2021-06-07Fix bug with meta resistances not being given special treatment in new ↵David Gay
combat stance code
2021-06-07Hook in new web worker stuff with finish activity POST retry stuffDavid Gay
2021-06-07Implement web worker to keep timer running even when page is inactiveDavid Gay
2021-06-07Record and reference MonsterSpawn starting HP in the databaseDavid Gay
2021-06-07Move equipment break check earlier in combat end code so it isn't skippedDavid Gay
2021-06-07Change combat stance modifiers to flat value based on beastslay levelDavid Gay
2021-06-07Allow negative resistances, speed, accuracy, power, and evasionDavid Gay
2021-06-07Send message when bazaar order is bought or sold fromDavid Gay
2021-06-07Display title at top of character view along with nameDavid Gay
2021-06-07Don't say character earned the Sentinel title if they already had itDavid Gay
2021-06-07Fix bug where aspirant title wouldn't be awarded until TL 101David Gay
2021-06-06Do bash damage if you don't have anything elseDavid 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-06Slightly improve monster spawn reward code and fix bug where only one item ↵David Gay
reward would be awarded
2021-06-06Add currency section to new inventory viewDavid Gay
2021-06-06Awarding items and XP for leviathansDavid Gay
2021-06-06LeviathansDavid Gay
2021-06-06MessagesDavid Gay
2021-06-06Re-apply power stat to combat procedureDavid 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-06Fix bug when awarding XP from things like opening rusted lockboxDavid Gay
2021-06-06Tweak new inventory screen grid col responsivenessDavid Gay
2021-06-06Tweak finish activity retry code to avoid flooding HoneybadgerDavid Gay
2021-06-06Use display font for buttonsDavid Gay