Tyler Renelle
dd8935ec63
put popover back in for main herobox #890
2013-05-04 08:11:01 +01:00
Tyler Renelle
df59817f64
add bailey notification for achievements
2013-05-03 16:39:11 +01:00
Tyler Renelle
db5466f381
add <hr/>
2013-05-03 16:24:59 +01:00
Tyler Renelle
055848452b
add "max-gear" achievement
2013-05-03 16:24:28 +01:00
Tyler Renelle
7c93d80ae5
add beast-master achievement
2013-05-03 16:08:22 +01:00
Tyler Renelle
2b9f4e336b
add achievemnts in as spritesheet
2013-05-03 15:46:59 +01:00
Tyler Renelle
2e3a4853f8
make "original user" achievement real. unfortunately would be a dick
...
move to take away from any current users, even though they may have
only recently signed up - so just setting cut-off point to now
2013-05-03 15:27:35 +01:00
Tyler Renelle
ae1a4230ca
add pets count to stable page
2013-05-03 12:27:14 +01:00
Tyler Renelle
7308b8ffbc
cleaner profiles modal, also fix bug where user.profile not being
...
sent (hence not seeing eachother's info)
2013-05-03 12:04:17 +01:00
Tyler Renelle
b3620f1db0
don't show stats popover for main user
2013-05-03 10:56:51 +01:00
Tyler Renelle
71b30e8289
add bailey notification
2013-05-02 21:31:07 +01:00
Tyler Renelle
079d91956a
prettier rest-in-tavern
2013-05-02 21:21:51 +01:00
Tyler Renelle
c48d6bde13
add tavern chat
2013-05-02 21:09:50 +01:00
Tyler Renelle
c3eadab4dc
notify of new chat messages
2013-05-02 20:23:50 +01:00
Tyler Renelle
f8e592d68f
begin implementing party chat. still need notifications
2013-05-02 19:26:25 +01:00
Tyler Renelle
470cad9df3
add the latest NPCs to new stuff
2013-05-02 17:57:51 +01:00
Tyler Renelle
937aea6f23
adjust some popover / login requirement stuff
2013-05-02 17:42:35 +01:00
Tyler Renelle
bdb4a08f9e
add 'options' menu item back, more obvious toggling between panes
2013-05-02 17:26:20 +01:00
Tyler Renelle
77bd61c244
Add bailey the crier for alerts. move CHANGELOG.md into the modal
2013-05-02 16:56:43 +01:00
Tyler Renelle
a40a41fa9c
add in alexander the merchant
2013-05-02 15:12:00 +01:00
Tyler Renelle
e22634658a
add in daniel / tavern tab content
2013-05-02 15:01:11 +01:00
Tyler Renelle
60b5783689
add separate game-pane from tasks-pane, make layout smoother #828
2013-05-02 14:16:57 +01:00
Tyler Renelle
584eb3e936
let's try moving external script loading back to app.on('render') so
...
ew don't cause blocking on failed amazon affiliate load
2013-05-01 13:07:42 +01:00
Matteo Pagliazzi
dcf61fe355
show gold amount rounded up in rewards column, fix #758
2013-04-23 10:37:33 +02:00
Tyler Renelle
089a2e0cf1
hide user from partyMembers (see previous commit)
2013-04-21 18:48:28 -04:00
Tyler Renelle
830089a74e
some fixes to make sure {#each} contains one-and-only-one element
2013-04-21 17:46:58 -04:00
Tyler Renelle
6aaca11227
add rare pets back in (veteran wolf only for now)
2013-04-16 21:30:44 -04:00
Tyler Renelle
77e7b3e36d
take custom overridden profile name into account
2013-04-15 09:56:32 -04:00
Tyler Renelle
3a64c1104a
add pets count on character popover. also, static bindings wherever
...
possible - saves CPU
2013-04-15 02:27:38 -04:00
Tyler Renelle
9e86248120
"unlock all the pets" style stable layout
2013-04-15 02:03:32 -04:00
Tyler Renelle
0342e9a4e7
Merge branch 'develop' of github.com:lefnire/habitrpg into develop
2013-04-14 14:34:21 -04:00
Tyler Renelle
6e0b82e081
move Rest checkbox out of avatar into settings for now, we'll put back
...
once we've added the tavern art
2013-04-14 14:33:50 -04:00
Kevin Kaland
f6f397dcb0
Use user's current day for completed/uncompleted.
...
References #587 .
2013-04-12 23:20:30 +02:00
Daniel Saewitz
9917173429
Rest
2013-04-11 18:22:06 -04:00
Tyler Renelle
72ee444608
back to our roots: store vendor files in public/vendor instead of
...
using CDN, hoping to fix #773 (hoping! will follow up). We can close #755 as a result. We use
require() to min/concat for performance. Note, previously we had "too
many files open" error because we had /vendor tracking git submodules,
which includes all files for those projects - now we're downloading
manually, which gives us minimum required files from each project's
build steps
2013-04-09 13:21:20 -04:00
Tyler Renelle
6522badaa6
rename _view.* to _* - don't know why I did that whole _view.* thing
...
in the first place, but whatevs
2013-04-07 20:29:13 -04:00
Shane Lister
4742e4236e
Update pets.html
...
Changing the sprinkle button to say pour.
2013-04-05 22:55:34 -07:00
Tyler Renelle
dd736923ca
Merge pull request #757 from ThibG/master
...
Fix rewards moving / item unlocking
2013-04-04 14:43:34 -07:00
Tyler Renelle
367ca4a76b
redirect about, team, extensions to the community site. remove header
2013-04-03 17:15:28 -04:00
Thibaut Girka
96d1dbd430
Fix rewards being movable only once and item tooltips not showing up after that
2013-03-31 23:34:20 +02:00
Tyler Renelle
41449d349a
protocol-agnostic amazon images & hover-script at the end
2013-03-31 00:27:47 -07:00
Tyler Renelle
ce43a7503b
no more adsense, switching to amazon affiliates because of https://groups.google.com/forum/?fromgroups=#!topic/derbyjs/x8FwdTLEuXo
2013-03-31 00:06:29 -07:00
Tyler Renelle
c9907f9558
move some external script loading into app.on('render') to see if that
...
solves https://groups.google.com/forum/?fromgroups=#!topic/derbyjs/x8FwdTLEuXo
2013-03-30 18:45:57 -07:00
Tyler Renelle
be83a2c46e
Merge branch 'develop' of github.com:lefnire/habitrpg into develop
2013-03-29 22:28:27 -07:00
Tyler Renelle
9b42eb825b
small ads & static-bindings cleanup (doesn't fix the ads issue)
2013-03-29 21:48:08 -07:00
Daniel Saewitz
2b59c205a2
Remove translations for now
2013-03-29 14:15:17 -04:00
Tyler Renelle
f87ab6866f
Merge branch 'master' of github.com:lefnire/habitrpg
2013-03-28 08:46:50 -07:00
Tyler Renelle
51f054e51c
show tokens in character modal at all times
2013-03-28 08:43:13 -07:00
Stan Lindsey
6ba25e40b0
Added Community Link
2013-03-28 11:29:02 +00:00
Stan Lindsey
e0a28514c7
Added Community Link
2013-03-28 11:27:52 +00:00