index
:
esoterra.git
develop
master
Multiplayer, browser based, timer-based RPG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
application_controller.rb
Age
Commit message (
Collapse
)
Author
2021-07-14
Prevent characters from starting or finishing an activity that might result ↵
David Gay
in combat if the character is at max wounds
2021-06-05
Display costs and requirements for selected activity in select fields via ↵
David Gay
Stimulus + fetch
2021-06-05
Split activity processing code out into a new class
David Gay
2021-06-04
Adjust error message since Rest section has been removed from Character view
David Gay
2021-06-03
Move timer and results to new game containers which are always visible
David Gay
2021-05-31
Allow choosing how many items you'd like to craft at hearth amenities
David Gay
2021-05-31
Character resting
David Gay
2021-05-28
Lockbox unlocking, and with it items that start activities when used
David Gay
2021-05-25
Assign instance var in #current_char to avoid multiple DB calls
David Gay
2021-05-24
Clean up line (please ignore how I just jacked up git)
David Gay
2021-05-24
Don't redirect due to no active character unless a user is logged in
David Gay
2021-05-22
Monsters and basic combat
David Gay
2021-05-02
Login with forced character creation, views, etc
David Gay
2021-04-21
Devise setup and config
David Gay
2021-04-21
New Rails project with pgsql
David Gay