Commit graph

325 commits

Author SHA1 Message Date
Tyler Renelle
81108a0039 feat(backgrounds): i18n for backgrounds 2014-06-10 18:29:33 -06:00
Tyler Renelle
1151576e6c feat(backgrounds): group bgs into sets in content.coffee, for easier
"purchase set"
2014-06-10 17:47:08 -06:00
Tyler Renelle
d95528a205 feat(backgrounds): add backgrounds feature 2014-06-10 17:47:08 -06:00
Tyler Renelle
9767c540c3 feat(bosses): add Octohulu quest 2014-06-09 14:23:46 -06:00
Alice Harris
9f084e1ac4 show "unequipped" message instead of "equipped" when taking off gear 2014-05-27 12:08:15 +10:00
Tyler Renelle
cfd2c427e8 feat(mystery): add 05/2014 mystery item 2014-05-23 00:33:39 +02:00
Tyler Renelle
73b8128af9 fix(accessories): add body accessory to user model, fixes https://github.com/HabitRPG/habitrpg/issues/3346 2014-05-22 23:23:30 +02:00
Alice Harris
c09e06e73a fix #3513 - if contrib level is NaN, use 0
Fixes (I hope) https://github.com/HabitRPG/habitrpg/issues/3513. NOTE that private code will need to be edited too - ref f49ed5436c
2014-05-22 16:25:08 +10:00
Tyler Renelle
25ce644915 feat(mystery): 0 GP mystery items @deilann 2014-05-21 08:49:51 -06:00
Tyler Renelle
912f2152a1 chore(grunt): grunt 2014-05-21 08:29:35 -06:00
Tyler Renelle
b0f4c9e9e3 Merge pull request #217 from Alys/messageEvolve
insert messageEvolve into correct locations, replacing incorrect messageAlreadyMount
2014-05-17 19:21:24 -06:00
Tyler Renelle
fea7e9e69d Merge pull request #218 from Alys/todo-with-checklist-untick
fix bug where an un-checked to-do with checklist removes only part of reward
2014-05-17 19:20:48 -06:00
Alice Harris
7edeb53cda add correct message for equipping equipment
Currently, when you put on equipment, you see the messageBought notification. There was no messageEquipped notification in the code so I've added one.

I've updated ALL locale files IN ENGLISH, following the convention already in place for using English when there is no translation (e.g., locales/pl/messages.json, locales/sv/messages.json).
2014-05-18 10:45:24 +10:00
Alice Harris
8f07f06cb0 fix bug where an un-checked to-do with checklist removes only part of reward
When a to-do is checked off, the rewards are increased by the number of checklist items that have been completed. However as reported in https://github.com/HabitRPG/habitrpg/issues/3474, if the to-do is later un-checked, then the rewards subtracted are not being similarly increased by the number of checklist items completed. This fix will change that - the number of checklist items completed will have an equal effect on checking and unchecking a to-do.

This of course won't fix the problem of, upon unchecking, not being able to calculate the exact value of the rewards that had been given upon checking, so there will still be a discrepancy between checking and unchecking, but it will be much smaller than it is currently.
2014-05-17 19:55:08 +10:00
Alice Harris
01595fcf1a insert messageEvolve into correct locations, replacing incorrect messageAlreadyMount
Currently, when you feed a pet enough to turn it into a mount, you see the messageAlreadyMount notification ("You already have that mount. Try feeding another pet."). This fix changes it to the messageEvolve notification ("You have tamed <%= egg %>, let's go for a ride!").
2014-05-17 19:44:59 +10:00
Tyler Renelle
519154dc89 Revert "feat(archive_todo)" (see http://goo.gl/mCygbz) 2014-05-15 23:48:02 -06:00
Matteo Pagliazzi
0d1d53fff6 Merge branch 'develop' of https://github.com/HabitRPG/habitrpg-shared into develop 2014-05-15 23:12:18 +02:00
Matteo Pagliazzi
77c7e1aa93 fix(i18n): recognize t() funcs 2014-05-15 23:11:52 +02:00
Matteo Pagliazzi
a78dcabddd Merge pull request #215 from Alys/develop
change spellSpecialSnowballNotes to spellSpecialSnowballAuraNotes
2014-05-15 22:56:31 +02:00
Matteo Pagliazzi
78589f9af4 fix(i18n): fallback to english if locale not avalaible 2014-05-15 22:45:22 +02:00
Alice Harris
321258cd27 change spellSpecialSnowballNotes to spellSpecialSnowballAuraNotes 2014-05-16 06:13:33 +10:00
Alice Harris
cc38f9c9b6 change spellSpecialSnowballText to the correct spellSpecialSnowballAuraText
https://github.com/HabitRPG/habitrpg/issues/3466#issuecomment-43166675
2014-05-15 19:56:43 +10:00
Alice Harris
9f97b5528a replace messageBought with messageUnEquipped in the equip function
Users are getting "Bought <item name>" messages when they take off their equipment.
2014-05-15 16:19:58 +10:00
Alice Harris
a7a3abd462 fix typo : Canycane -> Candycane
"Candycane" had the "d" left out in headSpecialCanycaneText and headSpecialCanycaneNotes. I've inserted the "d" in all places that needed it.

I've checked all locale files and none of them had that typo.
2014-05-15 15:16:09 +10:00
Matteo Pagliazzi
f8be09dc78 chore(i18n): use t() syntax for questEggs, grunt, update locales 2014-05-14 17:09:15 +02:00
Tyler Renelle
86c51535c5 feat(rat): add rat quest 2014-05-14 08:47:43 -06:00
Matteo Pagliazzi
f8912c8506 fix(i18n): mistery -> mystery 2014-05-12 17:16:11 +02:00
Tyler Renelle
cc424dac03 chore(grunt): grunt 2014-05-11 21:10:17 -06:00
Matteo Pagliazzi
4868d31496 chore(i18n): update locales & grunt 2014-05-06 20:11:02 +02:00
Matteo Pagliazzi
4083d62f16 chore(i18n): sync with develop 2014-05-06 19:51:36 +02:00
Matteo Pagliazzi
a1c53ec2aa fix(i18n): fix messages, pet and mount names and update locales 2014-05-06 19:51:36 +02:00
Matteo Pagliazzi
17a221f475 chore(i18n): grunt and update locales 2014-05-06 19:51:35 +02:00
Matteo Pagliazzi
17aaa13785 fix(i18n): rebase, fix and compile 2014-05-06 19:51:35 +02:00
Matteo Pagliazzi
c57df7fbc4 fix(i18n): use right syntax and add a few strings 2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
37f999fabe chore(i18n): move new content to strings, update locales 2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
cdaf9285a2 chore(i18n): upload new locales 2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
ad7a890160 refactor(i18n): start using strings for api messages 2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
f80cff8916 refactor(i18n): refactor & fix 2014-05-06 19:51:33 +02:00
Matteo Pagliazzi
85d0ebbc8e improve(i18n): move potion to strings, add content.json for generic content 2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
fdfbd17cf7 improve(i18n): move gear strings to gear.json, recompile 2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
a0ed07996d chore(i18n): move attributes values to interpolation 2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
fcbe8a76f2 chore(i18n): move armor items to content.json 2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
c2d8dc5549 chore(i18n): move all the weapons to content.json and update README.md 2014-05-06 19:51:32 +02:00
Matteo Pagliazzi
968c899836 improve(i18n): add locales for content.json, add code for server to i18n, build 2014-05-06 19:51:31 +02:00
Matteo Pagliazzi
7af95edc8c chore(i18n:): implement i18n module, start moving content to locales/en/content.json, recompile 2014-05-06 19:51:31 +02:00
Tyler Renelle
d92a2eb86e feat(subscriptions): allow one month after sub start-date before it's terminated. 2014-05-05 23:59:28 -06:00
Tyler Renelle
746ce6de4f feat(spring): take egg hunt quest out of the market 2014-04-30 22:28:54 -06:00
Tyler Renelle
b304243119 feat(spring): back to normal npcs 2014-04-30 22:17:59 -06:00
Tyler Renelle
34c86a869f chore(grunt): grunt 2014-04-30 00:31:23 -06:00
Tyler Renelle
db95376b52 feat(mystery): april mystery items 2014-04-24 17:42:36 -06:00