1
0
Fork 0
forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
Find a file
Matchu 00b0394d01 include zone restrictions in item conflict checks
That is, Neopets.com will raise an error when you try to equip a
Kyrii Mage Cape to a pet who's already wearing Ceremonial Shenkuu
Warrior Armour, since the armor restricts the Collar zone which
the cape occupies. DTI, however, would just hide the Collar zone,
as if it were biology. Now, however, DTI will unwear the armor
when you wear the cape, and vice-versa (despite the restriction
relationship being one-directional).
2013-08-12 20:30:38 -04:00
.sass-cache phew. rails 3.2.12, including some asset pipeline. still buggy. 2013-03-05 20:08:57 -06:00
app include zone restrictions in item conflict checks 2013-08-12 20:30:38 -04:00
autotest
config pet rate limit is now 3/30sec 2013-07-02 20:50:34 -07:00
db label pet states as glitched, send to bottom of emotion order 2013-04-27 10:21:51 -05:00
doc
lib fix NoMethodError when pet not found 2013-04-25 16:39:13 -05:00
public update favicon 2013-06-21 18:39:03 -07:00
script
spec
test
tmp
vendor use addressable 2.3.5 for ruby 2.0 compatibility 2013-07-09 20:06:43 -07:00
.gitignore
bundle rails 3.1 upgrade - still buggy 2013-03-05 15:10:25 -06:00
config.ru
Gemfile throttle pet loads per ip 2013-07-02 14:10:01 -07:00
Gemfile.lock use addressable 2.3.5 for ruby 2.0 compatibility 2013-07-09 20:06:43 -07:00
isntall rails 3.1 upgrade - still buggy 2013-03-05 15:10:25 -06:00
LICENSE
Rakefile update Rakefile and tasks to match new version of rake 2013-01-02 23:40:37 -05:00
README

An extension of Dress to Impress (PHP) that runs on Ruby on Rails.
I wanted to use Rails initially for Impress, but hoped that using
PHP would allow me to attract more developers. Looks like that
wasn't the case, so I just went with what I loved and made the
items database in Rails.

Future Impress sections will likely find themselves in this
project, rather than the PHP project.