Commit graph

990 commits

Author SHA1 Message Date
Tyler Renelle
055848452b add "max-gear" achievement 2013-05-03 16:24:28 +01:00
Tyler Renelle
ce959f0fef add achievements to visible _partyMember attributes 2013-05-03 16:13:54 +01:00
Tyler Renelle
7c93d80ae5 add beast-master achievement 2013-05-03 16:08:22 +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
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
33f18be9fc fix all pets showing when they own 0 2013-05-02 17:46:01 +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
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
Tyler Renelle
c0bfd84be0 Merge branch 'develop' of github.com:lefnire/habitrpg into develop 2013-04-26 22:28:45 +01:00
Tyler Renelle
8ae5716f40 move app-creation below library components #864 2013-04-26 22:27:20 +01:00
Daniel Saewitz
0a3f10bb48 Merge pull request #859 from scroll/translations
Add Bulgarian Translations.
2013-04-26 08:59:13 -07:00
scroll lock
130b6ccdc4 Started Bulgarian translations. 2013-04-24 15:58:32 -04:00
Tyler Renelle
70243614c8 also flag error 2013-04-24 18:21:59 +01:00
Tyler Renelle
855372ae7a try deleting model.session.userId when session is corrupted, first
attempting just by redirecting user to logout
2013-04-24 18:21:01 +01:00
Daniel Saewitz
166b64dd68 Allow gzip headers 2013-04-22 11:42:48 -04:00
Tyler Renelle
7f2d309eb5 BREAKING CHANGE! partySubscribe: setup subscriptions incrementally to remove unecessary fetches. 2013-04-18 20:19:34 -04:00
Tyler Renelle
08f7367e17 Revert "move task-corruption cleanup to the browser" 2013-04-18 19:15:59 -04:00
Tyler Renelle
878bf3f72a remove commented-out force-ssl, since we're handling it in nginx. refer back here if needed again 2013-04-18 16:55:04 -04:00
Tyler Renelle
3772672e95 move task-corruption cleanup to the browser. @yangit see if this fixes
the freeze on your end?
2013-04-18 16:52:47 -04:00
Tyler Renelle
251890f7b6 BREAKING CHANGE! partySubscribe: setup subscriptions incrementally to
remove unecessary fetches. Unsubscribe from first selfQ in the
end (see notes about that bug). IIRC @SLaks recommended subscribing to
all queries in one function call (I can't remember where he said that,
maybe I'm imagining) - but this old code had at least 3 superfluous
fetches that seemed to be causing performance issues
2013-04-18 16:46:56 -04:00
Tyler Renelle
47d2e299db only do batch.commit() for corruptedTasks if corruption was found 2013-04-18 16:32:30 -04:00
Tyler Renelle
2ea0b1b673 increase item drop chance to 5% (cc @lemoness) 2013-04-18 16:04:56 -04:00
Tyler Renelle
0e5159220e datepicker seems to have fixed the date-setting, no longer need to set
1 day ahead
2013-04-17 22:51:43 -04:00
Tyler Renelle
719ccf291e untick dailies even if resting 2013-04-16 20:54:40 -04:00
Tyler Renelle
818a208b0d remove debugger 2013-04-16 15:42:59 -04:00
Tyler Renelle
4cf86a0de9 missing requirements for previous commit 2013-04-16 14:38:48 -04:00
Tyler Renelle
7e0329ef3a move all feature-unlocking popover notifications into unlock.coffee,
so we can better manage from one location and share some code. @switz
notice my change to scoring.coffee - see the comment added for the
reasoning. This before/after checking change is required for the
API
2013-04-16 13:46:44 -04:00
Tyler Renelle
c9b3c3297d 0-index count pets #824 2013-04-15 10:44:36 -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
2f50518579 remove debugger; 2013-04-14 21:48:21 -04:00
Tyler Renelle
fb6e83758b rest: test _user.flags.rest is true explicitly 2013-04-14 21:47:43 -04:00
Tyler Renelle
0de27373ad rest bug - lastCron must be set before "return if resting", otherwise
when they unrest they'll get piled by all the days they missed
2013-04-14 21:44:30 -04:00
Tyler Renelle
10da9a502f Merge pull request #811 from wizonesolutions/587-taskstate
Use user's current day for completed/uncompleted.
2013-04-12 14:35:43 -07:00
Kevin Kaland
f6f397dcb0 Use user's current day for completed/uncompleted.
References #587.
2013-04-12 23:20:30 +02:00
Tyler Renelle
299eaa8a14 Merge branch 'develop' of github.com:lefnire/habitrpg into develop 2013-04-12 16:38:41 -04:00
Tyler Renelle
88d2eee519 start adding tests for user.put 2013-04-12 16:38:07 -04:00
Tyler Renelle
cb34cb22b7 begin refactoring PUT /user & POST /user/tasks 2013-04-12 12:49:15 -04:00
Tyler Renelle
5fe344edc6 mass update-user function (PUT /user) which piggy-backs on PUT /tasks to mass-update tasks, including task.del (see mobile 961b86a) 2013-04-12 12:49:07 -04:00
Daniel Saewitz
9917173429 Rest 2013-04-11 18:22:06 -04:00
Tyler Renelle
3b3d4d243a better wasCorrupted test 2013-04-11 11:49:55 -04:00
Tyler Renelle
81eb2afd9d some more comments on corrupt tasks 2013-04-11 11:39:54 -04:00
Tyler Renelle
8ed72ae2aa back to transction for corruptTasks 2013-04-11 11:33:50 -04:00