Scott Erickson
|
31214e854e
|
Wabam. Refactored a bunch of stuff into 'core' folders so that it's clearer which files are being loaded first thing, and which are not. Also reworked a bunch of the anymatch things in config.coffee, cause there were better ways.
|
2014-11-28 17:49:41 -08:00 |
|
Nick Winter
|
4b45385571
|
Working on paper dolls.
|
2014-11-28 12:11:59 -08:00 |
|
Nick Winter
|
915a3243f5
|
Added feature image hair and thumb slots to the ThangType.
|
2014-11-26 16:29:48 -08:00 |
|
Nick Winter
|
fc18ed0153
|
Undisabled the new Adventurer levels we just emailed about.
|
2014-11-26 12:56:58 -08:00 |
|
Nick Winter
|
c701ca9eb0
|
Sorting items by tier instead of gems so that the unlock order will be consistent, and so that we can show the Ring of Speed early despite its high price.
|
2014-11-26 09:22:30 -08:00 |
|
Nick Winter
|
2c0bf2fef1
|
Requiring certain heroes for certain levels, and showing the choose hero view when they go to play a level where the hero has changed.
|
2014-11-26 08:53:06 -08:00 |
|
Nick Winter
|
24ac3050bd
|
Added a bunch of button click sound triggers.
|
2014-11-26 06:58:23 -08:00 |
|
Nick Winter
|
6f2ac13c5a
|
Not duplicating spell docs if they're explicitly granted.
|
2014-11-25 17:49:31 -08:00 |
|
Scott Erickson
|
425da04ab6
|
Looks like I left a wee bit of debugging code in PlayItemsModal, and it was messing things up.
|
2014-11-25 16:27:42 -08:00 |
|
Scott Erickson
|
464f06c031
|
Turned off saving automatically when you toggle subscriptions in the AccountSettingsView, as it was triggering the PlayAccountModal to save and close.
|
2014-11-25 13:32:43 -08:00 |
|
Scott Erickson
|
8f55b9bc1b
|
Refactored the AccountSettingsView to be both in the site and in the PlayAccountModal.
|
2014-11-25 12:43:17 -08:00 |
|
Nick Winter
|
bbc9b615ea
|
ItemDetailsView showing item descriptions now.
|
2014-11-25 10:28:31 -08:00 |
|
Nick Winter
|
5c77eea304
|
You can now buy heroes.
|
2014-11-25 10:15:10 -08:00 |
|
Nick Winter
|
98f1eec10c
|
Upgraded choose hero view for locked heroes. Went back to animated heroes instead of feature images. Removed some server logs.
|
2014-11-25 09:28:50 -08:00 |
|
Nick Winter
|
9accd0cb04
|
You can now buy cross-class items once you have a hero of that class. When you click to buy an item you can't afford, it takes you to the gem shop. Increased amount of items you can purchase a bit more.
|
2014-11-24 10:51:20 -08:00 |
|
Nick Winter
|
c7f8565ae7
|
Getting a few more placeholder stats filled in automatically in ItemDetailsView. Showing buildTypes for Builder's Hammer docs. Fixed font casing / humanizing for skills granted.
|
2014-11-23 11:08:20 -08:00 |
|
Nick Winter
|
f16c1b5030
|
Fixed a few UX issues Chloe found.
|
2014-11-22 20:56:46 -08:00 |
|
Nick Winter
|
549fb8aa37
|
Attempting to require purchase of tarnished bronze breastplate in The Raised Sword.
|
2014-11-21 16:23:26 -08:00 |
|
Nick Winter
|
e97ba54c94
|
Reduced how much we're sending to Mixpanel. Turned off experimental languages A/B test.
|
2014-11-20 20:31:17 -08:00 |
|
Scott Erickson
|
13de055c0b
|
Set up a basic achievements list modal for the world map.
|
2014-11-19 14:56:40 -08:00 |
|
Nick Winter
|
96ff44017e
|
A few fixes for unequippable cross-class item state.
|
2014-11-18 19:37:08 -08:00 |
|
Scott Erickson
|
acd94c4247
|
Fixed the nanoscroller in the item details view to be off the sheet and always visible.
|
2014-11-18 13:44:34 -08:00 |
|
Scott Erickson
|
95dca575d1
|
Set up stripe on the server and site to allow purchases through the website.
|
2014-11-17 15:15:08 -08:00 |
|
Nick Winter
|
0d68ad250d
|
Fixed awardable items showing up in inventory/store items list when not earnned, and showing up at the end when earned.
|
2014-11-17 08:25:27 -08:00 |
|
Nick Winter
|
b7c2a33ddc
|
Fixed some i18n on the PlayHeroesModal, and started showing special hero skills.
|
2014-11-15 07:40:10 -08:00 |
|
Nick Winter
|
4fe6fd3020
|
Some fixes for loading iPad gem products.
|
2014-11-12 20:21:14 -08:00 |
|
Scott Erickson
|
5b034194ee
|
Put in the new BuyGemsModal design.
|
2014-11-12 17:17:24 -08:00 |
|
Scott Erickson
|
fc3a5de2f2
|
Tweaked the BuyGemsModal to not need gems from the iPad app.
|
2014-11-12 12:15:03 -08:00 |
|
Nick Winter
|
26beb8a034
|
A few improvements to ItemDetailsView formatting to deal with spells granted.
|
2014-11-12 11:02:05 -08:00 |
|
Scott Erickson
|
9b33ffe5d8
|
Tweaked the BuyGemsModal to not care if iPad event handling is synchronous or not.
|
2014-11-12 10:37:09 -08:00 |
|
Scott Erickson
|
a582717bc3
|
Set up the BuyGemsModal with Backbone events so the iPad can communicate with it.
|
2014-11-12 10:23:43 -08:00 |
|
Scott Erickson
|
ad35109878
|
Built the BuyGemsModal stub.
|
2014-11-12 09:40:55 -08:00 |
|
Nick Winter
|
0af7b4d5b7
|
Preparing for being able to use multiple hero classes. Deleted old ChooseHeroView. Improvements to missile trajectories.
|
2014-11-11 16:37:00 -08:00 |
|
Nick Winter
|
ce04541d3a
|
Working on tying item purchasability to player level, plus other small tweaks to the item store.
|
2014-11-10 22:07:55 -08:00 |
|
Scott Erickson
|
f21f54cd19
|
Refactored, mostly redesigned inventory view, modeled after the Heald item store design.
|
2014-11-10 15:31:32 -08:00 |
|
Matt Lott
|
c5b26a4376
|
A/B test experimental languages hero select
Test group not shown experimental languages on first hero select.
|
2014-11-10 11:08:21 -08:00 |
|
Nick Winter
|
956186b538
|
Fixed #1604: changing languages and reloading work better now.
|
2014-11-10 09:36:40 -08:00 |
|
Nick Winter
|
9b074841d6
|
Messed around with some of the new modals' scroll bars.
|
2014-11-09 19:39:09 -08:00 |
|
Scott Erickson
|
eecdbdbe17
|
Minor fix for when changing hero from the world map.
|
2014-11-07 13:02:48 -08:00 |
|
Scott Erickson
|
424c3a6d3e
|
Integrated the new PlayHeroesModal into the game, refactoring PlayLevelModal into LevelSetupManager.
|
2014-11-06 16:23:23 -08:00 |
|
Nick Winter
|
851bf39c5c
|
Using extendedName.
|
2014-11-05 20:22:15 -08:00 |
|
Nick Winter
|
ce8b3bc83c
|
Added hero components projection for good hero stat comparison bars. Fixed overflow/scrolling on code language selector for play-heroes-modal.
|
2014-11-05 19:37:13 -08:00 |
|
Scott Erickson
|
c660053dea
|
Set up the PlayHeroesModal, and hooked it into the world map.
|
2014-11-05 19:04:14 -08:00 |
|
Nick Winter
|
b776350e6a
|
Made item shop fit on iPad and small screens.
|
2014-11-04 08:39:36 -08:00 |
|
Nick Winter
|
ff1f9d488c
|
Hiding items with no stats or properties in the item shop for non-admins. Simple Boots show as owned. Enabled item shop for non-admins.
|
2014-11-04 07:52:23 -08:00 |
|
Nick Winter
|
9dba7ee187
|
Temporarily making Wizard/Ranger gear unpurchasable while we have no Wizards or Rangers.
|
2014-11-04 07:19:30 -08:00 |
|
Scott Erickson
|
33d14918b0
|
Implementation of Heald's design of the PlayItemsModal. Added purchasing logic to the server to support it. Refactored header font from Bangers to Open Sans Condensed.
|
2014-11-03 20:48:59 -08:00 |
|
Nick Winter
|
9b29e9512f
|
Fixed GameMenuModal sometimes defaulting a Python player back to JavaScript.
|
2014-10-29 16:49:37 -07:00 |
|
Matt Lott
|
bb8d1d8362
|
Adding more analytics even tracking
Actions on homepage
Path from homepage to first level
|
2014-10-21 16:55:16 -07:00 |
|
Nick Winter
|
7c2982d3f1
|
Adding some logging for crazy save validation bugs. Swapping in flag item slot.
|
2014-10-21 13:57:49 -07:00 |
|
Nick Winter
|
d3f35f024a
|
Fixed #1665. Fixed #1667.
|
2014-10-15 10:33:33 -07:00 |
|
Nick Winter
|
9826311656
|
Started playing menu music on WorldMapView. Only go full-screen on squat windows where we really need it (see #1669).
|
2014-10-15 10:28:29 -07:00 |
|
Nick Winter
|
d79d40b98c
|
Moved spellbooks to right hand. Put full-body hero feature images in. Saved some height on ChooseHeroView and InventoryView for smaller screens. Hid level play counts unless admin.
|
2014-10-14 09:54:36 -07:00 |
|
Nick Winter
|
80537dfac7
|
Experimented with triggering full-screen on first level start.
|
2014-10-13 21:45:14 -07:00 |
|
Nick Winter
|
7487df5af8
|
Point out (and require) equipping of necessary items for first set of levels. Can now drag items to unequip.
|
2014-10-09 15:54:18 -07:00 |
|
Nick Winter
|
285264ceb4
|
Skip past hero selection if hero has already been selected.
|
2014-10-02 11:18:43 -07:00 |
|
Nick Winter
|
c0c436189f
|
Better preserving supermodel when navigating between new hero levels. Fixed a problem with garbage collection of large CocoModel error callbacks.
|
2014-09-25 00:02:53 -07:00 |
|
Nick Winter
|
4cdff02a32
|
Implemented most of new inventory view.
|
2014-09-20 23:11:51 -07:00 |
|
Nick Winter
|
9f6e1e081c
|
Using language choice from ChooseHeroView.
|
2014-09-20 16:04:13 -07:00 |
|
Nick Winter
|
ae14bd1ced
|
Hooked up hero choice from ChooseHeroView and PlayLevelModal. Tried to fix some oddities with achievements. Fixed #1564.
|
2014-09-20 15:18:21 -07:00 |
|
Nick Winter
|
e3b75a69ea
|
Working on PlayLevelModal and ChooseHeroView.
|
2014-09-19 22:16:05 -07:00 |
|
Nick Winter
|
ec21637adf
|
Showing the new hero levels instead of the old campaign levels on the /play-hero map.
|
2014-09-19 11:03:38 -07:00 |
|
Nick Winter
|
95e37fa3b2
|
Starting new front view (at /front for now) and play view (at /play-hero for now).
|
2014-09-17 18:56:08 -07:00 |
|