Commit Graph

915 Commits

Author SHA1 Message Date
Tyler Renelle 2f3da075f8 revive button name conflict! We gotta do somethign about shared/helpers
exposed to the view
2013-09-04 15:50:26 -04:00
Tyler Renelle 30da33d2f0 Merge pull request #1424 from lefnire/paglias/inventory
Inventory (no market)
2013-09-04 10:23:36 -07:00
Tyler Renelle d7c6c15592 some more bailey updates 2013-09-04 13:13:23 -04:00
Matteo Pagliazzi 6b4d3db6bb delete old pets.html 2013-09-04 19:09:48 +02:00
Matteo Pagliazzi ced69cb4d5 working inventory 2013-09-04 19:06:31 +02:00
Matteo Pagliazzi a5e8817c85 initial inventory 2013-09-04 17:13:42 +02:00
Matteo Pagliazzi 16bc90acb1 remove moment and lodash, using from habitrpg-shared 2013-09-04 13:15:13 +02:00
Matteo Pagliazzi cb350338ed manage local js with connect-assets 2013-09-04 12:54:15 +02:00
Tyler Renelle f69abe4ca0 Merge pull request #1409 from lefnire/paglias/pets
Stable
2013-09-03 21:49:26 -07:00
Tyler Renelle 466c727d4e rewrite: facebook auth bug fixes. still not ideal solution, but it works
for now
2013-09-03 23:40:27 -04:00
Tyler Renelle ceae8bf768 rewrite: start adding facebook auth. note, this isn't going to work properly due to issues outlined in http://stackoverflow.com/questions/14572600/passport-js-restful-auth . gotta figure something out here... 2013-09-03 23:20:31 -04:00
Tyler Renelle e43740e939 update bailey notif 2013-09-03 20:08:49 -04:00
Tyler Renelle 5f2405a3f4 fix to #1401 "add task to empty list" 2013-09-03 19:48:10 -04:00
Tyler Renelle 16ee1c1d65 misc bug fixes 2013-09-03 19:11:52 -04:00
Tyler Renelle 6cd6c55e87 Merge branch 'angular_rewrite' of github.com:lefnire/habitrpg into angular_rewrite 2013-09-03 18:55:20 -04:00
Tyler Renelle c2829382e8 small bailey pudate 2013-09-03 18:53:50 -04:00
Matteo Pagliazzi dc96a97fe2 new path for habitrpg-shared 2013-09-03 17:12:17 +02:00
Matteo Pagliazzi b69ce1b5d6 remove tooltip from rare pet 2013-09-03 12:08:54 +02:00
Matteo Pagliazzi e41efa98e4 working stable 2013-09-03 12:05:54 +02:00
Matteo Pagliazzi 3fd290a3e1 non working stable choosePet 2013-09-03 10:32:06 +02:00
Tyler Renelle 3417e3a76b some NPC wording updates 2013-09-02 21:44:00 -04:00
Tyler Renelle 80fd023012 use cookieSession so we can launch in production mode 2013-09-02 21:38:05 -04:00
Tyler Renelle d70c2c4040 coming soon notes 2013-09-02 20:16:08 -04:00
Tyler Renelle 62a10d4b28 cleanup 2013-09-02 19:03:45 -04:00
Tyler Renelle 4790e8442a fix up general bailey notifs 2013-09-02 17:31:44 -04:00
Tyler Renelle 7f68fd017a rewrite: add big update notification, small bug fixes 2013-09-02 17:15:12 -04:00
Tyler Renelle 687da68d52 rewrite: add read-only inventory. fix empty pet issue, it was the wrong
casting type UserSchema.items.eggs.type
2013-09-02 14:26:59 -04:00
Tyler Renelle 8482439617 Merge branch 'angular_rewrite' of github.com:lefnire/habitrpg into angular_rewrite 2013-09-02 12:05:46 -04:00
Matteo Pagliazzi ddd312d530 enable rest 2013-09-02 15:47:44 +02:00
Tyler Renelle b470abb441 small static-pages tweaks 2013-09-02 01:20:43 -04:00
Tyler Renelle ef9e1f3444 rewrite: push login modal to the front page, don't allow anonymous
usage.
2013-09-02 01:08:28 -04:00
Tyler Renelle 834e2438b9 add a search option on guilds page 2013-09-01 22:32:32 -04:00
Tyler Renelle f5f6c957de groups: try to update GroupsCtrl scope to notify of joined / left
groups, not working
2013-09-01 21:31:38 -04:00
Tyler Renelle d0c915f58a fix create-guild 2013-09-01 21:03:05 -04:00
Tyler Renelle 010995b38b api: createGroup 2013-09-01 20:50:36 -04:00
Tyler Renelle ac992ea865 groups: misc groups fixes 2013-09-01 20:24:44 -04:00
Tyler Renelle 872b834f07 rewrite: add sync button, menus now update when switching b/w options / tasks 2013-09-01 19:41:17 -04:00
Tyler Renelle 8142241544 rewrit: bug fix to chat not posting. this may cause perf issues, revisit 2013-09-01 19:23:16 -04:00
Tyler Renelle 6efd789e6d rewrite: fix user avatar stats 2013-09-01 13:55:45 -04:00
Tyler Renelle 3ba4330dfc rewrite: misc bug fixes 2013-09-01 13:44:52 -04:00
Tyler Renelle fb0ffd075e rewrite: converted static pages, removed old unused static pages 2013-09-01 13:30:53 -04:00
Tyler Renelle b22ccc0a23 app.js: intercept errors, show them on page, show loading screen in interceptor 2013-09-01 11:34:00 -04:00
Tyler Renelle 633d6fdb52 api: group invitations, leave, join 2013-09-01 11:33:39 -04:00
Tyler Renelle 2672b7f6ab rewrite: chat & leave-group bug fixes 2013-08-31 23:41:01 -04:00
Tyler Renelle 14ddad958e join & leave guilds 2013-08-31 23:35:53 -04:00
Tyler Renelle bc4798b354 groups: big changes here i may decide to revert. GET /api/v1/groups
optionally takes ?type=guilds (guilds, party, tavern, public). this
allows us to incrementally load the app as they click through the tabs,
because guilds is really large (1.5mb!) - gotta cut this down
somehow. The big issue is requireing return values as an array, so
ngResource can work with the response (subsequent group.$postChat(),
group.$join(), etc.). The array format doesn't really work out that
well, so I may scrap
2013-08-31 22:59:35 -04:00
Tyler Renelle 524457b5d7 chat: keyup to trigger send message. ng-model on chat box is painfully
slow! using jquery as workaround for now
2013-08-31 20:52:41 -04:00
Tyler Renelle e069718da7 rewrite: add basic chat functionality, `POST
/api/v1/groups/:gid/chat` (which returns chat list). Some bugs present
2013-08-31 19:14:58 -04:00
Tyler Renelle 62ebd9aae6 rewrite: misc. fixes, & back to bootstrap-vanilla tabs for
options. angular-bootstrap tabs were too slow
2013-08-31 18:17:57 -04:00
Tyler Renelle 45383a9630 rewrite & api: use mongoose populate to replace group.members array with
popualte member objects. this puts a load on the front-end, we'll need
to optimize! also added some duplicates sanitization.
2013-08-31 17:47:03 -04:00