Commit Graph

47 Commits

Author SHA1 Message Date
Tyler Renelle 0ca67bef95 wrap up some "token" => "gem" conversions, code-style 2013-05-11 19:19:09 +01:00
Tyler Renelle 708e3cf781 more informative death modal, lose 1 lvl 2013-05-10 14:53:02 +01:00
Tyler Renelle 164f8532e9 less harsh death. Now you lose 1 random item & all GP, but no levels.
see #223
2013-05-10 11:13:34 +01:00
Tyler Renelle a3003a758d Merge branch 'tags' into develop
Conflicts:
	src/app/index.coffee
	src/app/tasks.coffee
	styles/app/index.styl
	views/app/index.html
	views/app/settings.html
	views/app/tasks.html
2013-05-06 14:01:43 +01: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 0680822c19 remoeve character.coffee self-reference 2013-04-11 11:30:40 -04:00
Tyler Renelle 1c2cc06a6e BREAKING CHANGE! this removes list cleanup / re-establishment. In the past, id-lists in refLists were being completely emptied (see #85 & #86). I'm still not sure why (see https://github.com/codeparty/racer/issues/101 or https://github.com/codeparty/derby/issues/237 possibly?). This commit reverts working around that issue, but potentially fixes #769. Going to test this on heroku a bit before merging in 2013-04-04 16:24:13 -04:00
Tyler Renelle 0abbc98b1c move all view helpers out of their respective files and into
helpers.coffee. we need viewHelpers at top-level scope, but nothing
else per se - this is preparation for memory leak fixing
2013-04-04 16:17:30 -04:00
Tyler Renelle 63f1a73d91 pets: re-price items based on rarity 2013-03-26 22:22:13 -07:00
Tyler Renelle f6b2c08a60 Merge branch 'develop' into pets
Conflicts:
	views/app/rewards.html
2013-03-26 17:54:31 -07:00
Tyler Renelle 77e696554a bug: popovers where being attached to ".main-avatar" which was changed
to ".main-herobox" in the redesign
2013-03-26 12:54:34 -07:00
Tyler Renelle 3ce2686662 Merge branch 'develop' into switz-inventory
Conflicts:
	src/app/helpers.coffee
	styles/app/avatar.styl
	styles/app/index.styl
	views/app/avatar.html
	views/app/tasks.html
Merge branch 'develop' into switz-inventory

Conflicts:
	src/app/helpers.coffee
	styles/app/avatar.styl
	styles/app/index.styl
	views/app/avatar.html
	views/app/tasks.html
2013-03-21 13:51:38 -06:00
Tyler Renelle 7529601dcc add general "new stuff" notification, linking to changelog 2013-03-21 10:31:23 -06:00
Tyler Renelle f332c5d9a8 Merge branch 'develop' into toebu-tags-filters
Conflicts:
	src/app/index.coffee
	src/app/tasks.coffee
	styles/app/index.styl
	views/app/index.html
	views/app/tasks.html
2013-03-18 17:09:42 -04:00
Tyler Renelle 4614e48cdc Adding first rudimentary version of tagging and filtering. New users get three tags: morning, afternoon and evening. At the moment, one can not change these tags or add new ones. There are also some problems: tagging a newly added task, also tags one of the existing tasks. Also, when having an active filter and removing the corresponding tag from a task, that task is immediately hidden, although you are still editing it. 2013-03-17 09:10:27 -04:00
Daniel Saewitz 7083e7a103 yarr, fix all teh bugs 2013-03-16 16:30:45 -04:00
Daniel Saewitz 419351494c Clean up helpers + choose Pet 2013-03-16 14:58:09 -04:00
Daniel Saewitz 2ffe0aecf9 FeedEgg 2013-03-16 11:18:27 -04:00
Tyler Renelle 6c61c0f7db add delete account functionality (*sigh*, y'all asked for it) 2013-03-15 17:58:37 -04:00
Tyler Renelle f2faf8c968 add 'show helm' option 2013-03-15 17:20:01 -04:00
Tyler Renelle 823f524d57 begin adding toggle-header 2013-03-15 16:47:48 -04:00
Tyler Renelle b76b1a33f5 cleaner view.fn "tnl" 2013-03-15 12:06:38 -04:00
Tyler Renelle d2837afbd4 move tnl to a view function instead of model function, beging adding
party stats visuals (hp & exp presently)
2013-03-15 12:00:47 -04:00
Tyler Renelle ac419e7813 add default numbers for restore tool if one isn't provided: #594 2013-03-06 23:50:06 -05:00
Tyler Renelle 75aadf6eb1 add default numbers for restore tool if one isn't provided: #594 2013-03-06 13:32:10 -05:00
Tyler Renelle 8c1c5bba13 possible fix for #562 - reflists sometimes contain a null value 2013-03-04 15:20:53 -05:00
Tyler Renelle 9517455a79 migrate "multiplier" setup to "priority" setup, with ! !! !!! instead
of 1 2 3. multipliers are now 1x 1.5x 2x
2013-03-04 11:37:46 -05:00
Tyler Renelle 1bd067f32f add multiplier "new feature" alert 2013-03-03 22:06:34 -05:00
Tyler Renelle 35cea7fcbb notification on "onlies" mechanic 2013-03-03 20:59:14 -05:00
Tyler Renelle 6189fee74e algorightms notification (to warn people to restore their exp) 2013-03-03 16:14:16 -05:00
Tyler Renelle 34f5f2dc54 custom dayStart 2013-03-03 01:21:10 -05:00
Tyler Renelle 0f0ca21f82 fix default dailies repeat schema 2013-03-02 23:57:10 -05:00
Philip How 08839278b3 Notification and Algorithim changes 2013-03-02 18:23:43 +00:00
Tyler Renelle 811d6de107 fix to previous - don't do it dynamically, do it on save 2013-02-27 09:15:06 -05:00
Tyler Renelle 01182b377d add a self-serve restore modal for users who want to restore their stats 2013-02-27 09:07:51 -05:00
Tyler Renelle eee1983769 remove kickstarter notification stuff 2013-02-19 21:57:33 -05:00
Tyler Renelle f0f565e5cc put reset dom back in 2013-02-19 13:38:26 -05:00
Tyler Renelle 4bdbbfe764 fix to corrupted tasks - remove them when cleaning the user 2013-02-17 14:16:58 -05:00
Tyler Renelle 6e307e0f6d handle _.where bug for corrupt tasks 2013-02-17 12:20:18 -05:00
Tyler Renelle a3ef2e1977 temporary method for active profile username - {#if} on private paths
in derby seems iffy
2013-02-17 01:51:40 -05:00
Tyler Renelle 7ce6ae3eee kickstarter celebration notification 2013-02-15 19:37:54 -05:00
Tyler Renelle 7133295dbe set lower default tokens 2013-02-13 02:02:31 -05:00
Tyler Renelle 5ea0dfe713 move idList back to root-level, is what's causing the sort bug - see https://github.com/codeparty/racer/pull/73 2013-02-08 21:03:56 -05:00
Tyler Renelle 648032228a .main-avatar popovers were all clobbering eachother 2013-02-08 18:45:22 -05:00
Tyler Renelle 5d37644d28 interferance with tour 2013-02-08 18:37:26 -05:00
Tyler Renelle 51848acec1 add popovr customizations notification 2013-02-08 18:22:26 -05:00
Tyler Renelle 230d672fc7 refactor much of the hodge-podge code into their own files 2013-02-08 18:03:46 -05:00