Tyler Renelle
3204418af1
Revert #4291
...
This reverts commit a1ea6869b7 .
2014-11-29 09:16:44 -07:00
Steffen Breiler
64a76566a0
Fix #4259 (always 100% long bars in IE11)
...
Fix issue with IE11 displaying Bars with full length (style: width is ignored) by using ng-style instead of plain style.
2014-11-27 22:52:03 +01:00
Tyler Renelle
d24ece973b
fix(food): popover-placement='top' in foodtray, fixes #4278
2014-11-25 15:26:42 -07:00
Alice Harris
f80da293ce
fix bug that was causing empty pet paws to appear for rare mounts
2014-11-10 06:00:01 +10:00
Alice Harris
8a1973ae2f
fix bug where quest Pets were being used instead of quest Mounts
2014-10-06 13:20:01 +10:00
Alice Harris
0c377343d5
fix bug where dropEggs were used for both types of mounts (instead of 'source')
2014-10-06 13:18:39 +10:00
Alice Harris
d24b4ad141
add fix for hiding Plain Eggs on mounts page
2014-10-06 11:37:40 +10:00
lynnyliz
9886d2c177
added paw prints under Rare Pets (currently there are none on the site)
2014-08-22 21:31:53 -04:00
lynnyliz
a351745a86
added mounts page organization to reflect pets page organization
2014-08-22 21:26:05 -04:00
Tyler Renelle
d6d2be9a00
perf(inventory): bindonce for inventory listings, #3486
2014-07-01 12:42:26 -06:00
Tyler Renelle
de2ba36274
fix(dilatory): typo
2014-06-30 20:47:02 -06:00
Tyler Renelle
9f1035c317
feat(dilatory): scene damage + boss def/str. bug fixes, tests
2014-06-25 14:12:30 -06:00
Matteo Pagliazzi
57e1013ada
fix(i18n): stable
2014-06-16 21:52:25 +02:00
Tyler Renelle
8d49a4d032
perf(pets): render food as bindonce (angular 1.3), see #3558
2014-06-11 15:58:46 -06:00
Tyler Renelle
cb7324ccdb
refactor(pets): render pets server-side
2014-06-11 14:17:47 -06:00
Tyler Renelle
df1867ef4d
refactor(pets): render mounts server-side for better perf
2014-06-11 13:58:51 -06:00
Tyler Renelle
efc9a6e715
fix(pets): if !Content.hatchingPotions[x], use string passed for
...
displayname. Fixes #3575
2014-06-08 11:11:34 -06:00
Yafinee
ff612555ea
#3054 - When feeding/saddling, ineligible pets should not get the green bubble
2014-05-21 19:54:20 +00:00
Matteo Pagliazzi
9b43502669
fix(i18n): pet and mounts
2014-05-06 20:05:57 +02:00
Matteo Pagliazzi
d242ee3291
refactor(i18n): use strings for content
2014-05-06 20:04:09 +02:00
Tyler Renelle
8505e81764
feat(eggQuest): add supporting ng-if for egg quest, so you can't feed
...
eggs. temporary, we should make something more robust like
"canFeed:false". Also, uses jade mixins to DRY the egg stuff
2014-04-06 21:31:06 -06:00
Tyler Renelle
8c23bd0d21
chore(april-fools): revert april fools
2014-04-02 00:05:33 -06:00
Tyler Renelle
a30d491b62
fix(april-fools): matt boch
2014-03-31 20:55:53 -06:00
benmanley
8c2c940d88
Move styles from stable.jade to inventory.styl file
2014-02-21 12:49:46 +00:00
benmanley
c04caefaac
Fix positioning of paw sprites
2014-02-21 12:49:46 +00:00
Matteo Pagliazzi
1a44c3cf0c
refactor(bs3): css
2014-02-09 16:16:43 +01:00
Matteo Pagliazzi
5874941b94
refactor(bs3): inventory & misc
2014-02-09 12:32:12 +01:00
Lorian
322b257b72
Separated stable into dropped pets, quest pets, and rare pets, and made countPets only count the former. Made countMounts only count dropped and quest-hatched mounts, not rare mounts.
2014-02-08 16:57:28 -08:00
Tyler Renelle
5db96ebca2
fix(bs3): port pet feeding bar
2014-02-07 21:57:26 -07:00
Matteo Pagliazzi
5d4d82ad51
refactor(bs3): port options (profile, inventory, social (groups and hall)) and misc
2014-02-05 19:05:42 +01:00
deilann
2e3ee3f97c
removes progress bar of unfeedable pets
2014-02-02 13:22:24 -08:00
Marcelo Sizer
44d9ea2a15
i18n(interpolation): Add string interpolation
2014-01-30 18:25:25 -02:00
Tyler Renelle
5caaff1cea
fix(beastmaster): fixes #2557 , adds opacity to previously-owned pets
...
after they're mounted. You can earn them back again
2014-01-26 17:24:48 -08:00
Matteo Pagliazzi
a6c67f1781
fix(translations): merge @luveluen pull request, fix some syntax
2014-01-22 16:09:32 +01:00
Luveluen
8b97438607
Update stable.jade
2014-01-20 19:44:33 +01:00
Luveluen
e47afa8965
Update stable.jade
2014-01-20 19:41:17 +01:00
Matteo Pagliazzi
d000c70679
fix(translations): revert some views
2014-01-20 17:08:27 +01:00
Luveluen
ffff867ba3
Update stable.jade
2014-01-20 16:20:06 +01:00
Tyler Renelle
8095397317
Quests: hurt boss via score method, refactor chat function, change all content.*.name to content.*.key for consistency
2013-12-23 01:19:18 -07:00
Tyler Renelle
2efc0972d6
cleanup some inventory tabs. now it's inventory > drops, pet, mounts, equipment
2013-12-17 16:51:27 -07:00
Tyler Renelle
ee1cd3c05d
[ #1977 ] APIv2 WIP - start of a framework where operations are shared
...
between client & server. If the op is called on the client, it updates
the user & then POSTs to the server with op of the same name. If called
on server, it updates the user and user.save()s
2013-12-11 21:42:57 -07:00
Sabe Jones
847f090b7a
Remove "yet" from no-food message
...
Fix pet peeve :trombone:
2013-12-08 21:25:34 -06:00
Tyler Renelle
714dad6e91
classes: small bug fixes
2013-12-07 20:41:48 -07:00
Tyler Renelle
f8f8a1334b
Merge branch 'develop' into classes
...
Conflicts:
views/options/inventory/stable.jade
2013-12-07 20:23:26 -07:00
Tyler Renelle
79e8b2f4a5
Revert "mounts: temporarily remove mounts code from views. merging to master so"
...
This reverts commit d245c87f29 .
2013-12-07 11:34:53 -07:00
Tyler Renelle
88c64a6f80
classes & grunt-spritesmith: NPCs habitrpg-shared#85164c9
2013-12-04 16:52:06 -07:00
Tyler Renelle
8803df46c0
classes & grunt-spritesmith: death, paws, gems-cleanup
2013-12-04 16:02:08 -07:00
Tyler Renelle
db5befb570
thanksgiving turkey & npcs
2013-11-27 11:50:18 -07:00
Tyler Renelle
1e6dec0bbe
pets: popover placement fixes
2013-11-14 22:07:08 -08:00
Tyler Renelle
4c3f04cc49
Merge branch 'mounts' into develop
...
Conflicts:
views/options/inventory/stable.jade
2013-11-14 13:04:44 -08:00