Nick Winter
|
88ee363576
|
Add schoolName field to AuthModal
|
2015-12-01 17:44:03 -08:00 |
|
Nick Winter
|
95c703a7df
|
Simulate games in background while playing levels if we think there's extra compute power
|
2015-11-29 12:30:19 -08:00 |
|
Nick Winter
|
46e738a737
|
Collapse sets of achievements in achievements list
|
2015-11-28 08:39:05 -08:00 |
|
Nick Winter
|
ec7f17a149
|
Show level indexes in courses
|
2015-11-24 08:56:28 -08:00 |
|
Nick Winter
|
e0011ee5d0
|
Classroom invite codes are now real words like BigFrogFarm
|
2015-11-22 07:47:28 -08:00 |
|
Matt Lott
|
db5f0171c7
|
Make trial request created property editable
|
2015-11-19 16:07:02 -08:00 |
|
Matt Lott
|
804c62e13b
|
Add created field to trial requests
Necessary for importing external trial requests.
|
2015-11-19 15:20:42 -08:00 |
|
Nick Winter
|
c8ceca4d3d
|
Add user.courseInstances, use it for course ladders
|
2015-11-19 10:41:31 -08:00 |
|
Scott Erickson
|
6a54c7cf54
|
Add classroom name, description, and language editing, and classroom language infrastructure
|
2015-11-17 16:10:23 -08:00 |
|
Nick Winter
|
040f7c94ab
|
Track ladderAchievementDifficulty in multiplayer human level sessions
|
2015-11-17 15:25:22 -08:00 |
|
Nick Winter
|
f1b0b4f9c5
|
Allow achievement query editing in achievement editor
|
2015-11-17 15:24:33 -08:00 |
|
Nick Winter
|
9b990ba452
|
Mark mirror match multiplayer levels complete on success
|
2015-11-17 15:23:34 -08:00 |
|
Nick Winter
|
31a13d69b3
|
Add playback: playing: false default to scripts, with default editor task to adjust it
|
2015-11-15 08:03:14 -08:00 |
|
Nick Winter
|
fe05e66458
|
Give Campaigns types so that course campaigns can share hero levels
|
2015-11-12 10:25:25 -08:00 |
|
Nick Winter
|
f7f7cd683e
|
Allow using hero levels as course levels. Refactor current course tracking to use GET parameters.
|
2015-11-12 10:25:25 -08:00 |
|
Scott Erickson
|
d9d5dce2e0
|
Merge branch 'master' into course-correction
|
2015-11-10 16:34:33 -08:00 |
|
Nick Winter
|
2259076800
|
LoadingScreen -> level intro behavior
|
2015-11-10 15:22:09 -08:00 |
|
Scott Erickson
|
0c5b39e029
|
Merge branch 'master' into course-correction
Some package scripts got in the way of each other
|
2015-11-09 18:18:02 -08:00 |
|
Scott Erickson
|
c8a47818c2
|
Initial setup of the hoc page
|
2015-11-09 16:45:12 -08:00 |
|
Scott Erickson
|
39a60f1cb7
|
Disabling required fields to make it easier to migrate
|
2015-11-09 16:07:27 -08:00 |
|
Scott Erickson
|
4b71447877
|
Have POST /db/prepaid/:id/redeemers set user.coursePrepaidID property
|
2015-11-05 12:53:25 -08:00 |
|
Nick Winter
|
34715befcc
|
Increment user's concept stats on level completion
|
2015-11-04 13:42:09 -08:00 |
|
Scott Erickson
|
0e2305bc3d
|
Add POST /db/course_instance/:id/members
|
2015-11-03 14:00:51 -08:00 |
|
Scott Erickson
|
429f50e1c6
|
Untie CourseInstance creation from prepaids, tie them to classrooms instead
|
2015-11-03 11:18:44 -08:00 |
|
Scott Erickson
|
27d423a410
|
Add Classroom server model and endpoints
|
2015-11-02 17:07:23 -08:00 |
|
Scott Erickson
|
c3735ba0eb
|
Add exhausted property to prepaid model
It is true when redeemers.length >= maxRedeemers
|
2015-11-02 13:06:58 -08:00 |
|
Scott Erickson
|
fa4355f946
|
Add programming language to options in course instances
|
2015-10-30 15:56:43 -07:00 |
|
Rob
|
f0e1fc1f77
|
Let API properties declare their return values should be captured.
Auto complete will know when to add a variable asingment.
|
2015-10-29 15:07:19 -04:00 |
|
Rob
|
da92e15bfb
|
Give some API properties priority in autocomplete.
|
2015-10-27 23:23:43 -04:00 |
|
Scott Erickson
|
9e04d425cc
|
Levels link in ControlBarView goes to last visited course instance page for course levels
|
2015-10-27 17:04:07 -07:00 |
|
Scott Erickson
|
57c5384ec1
|
Refactor editor:save-new-version from a mediator event to a normal Backbone event
Part of a push to move away from global subscriptions when 'local' ones will do.
|
2015-10-21 15:34:07 -07:00 |
|
Scott Erickson
|
1085731fdd
|
Fix colorConfig prerendered sprite sheet data, comparison
|
2015-10-14 10:41:10 -07:00 |
|
Scott Erickson
|
39bddb889e
|
Have LayerAdapter use prerendered spritesheets (unfinished)
|
2015-10-13 16:43:56 -07:00 |
|
Scott Erickson
|
919e0605e9
|
Add spriteSheets to ThangType, export modal to Thang Editor
Units can be exported as rastered sprite sheets. This is the first part of the project,
the second part will be having the game use them.
|
2015-10-12 16:47:48 -07:00 |
|
Nick Winter
|
5dde55c1f3
|
Add premium server recognition for Brazil
|
2015-10-09 08:05:34 -07:00 |
|
Scott Erickson
|
2d2f4814f4
|
Add course membership required error to LevelLoadingView
|
2015-10-06 12:48:58 -07:00 |
|
Scott Erickson
|
ee138660da
|
Tweak level schema to get WebStorm to stop thinking it's bad syntax
|
2015-10-06 11:06:41 -07:00 |
|
Matt Lott
|
686d7ac0a8
|
Fix course schema typo
|
2015-09-25 15:28:43 -07:00 |
|
Matt Lott
|
a2577cc521
|
Update courses landing page
|
2015-09-10 10:39:21 -07:00 |
|
Nick Winter
|
0153f8078d
|
Disabled Io language choice until/unless someone finishes its parser.
|
2015-09-08 14:50:07 -07:00 |
|
Matt Lott
|
9131d8668f
|
Course enroll page
Will add a prepaid purchase once the prepaid-v2 branch is merged into
master.
|
2015-09-03 11:04:52 -07:00 |
|
Matt Lott
|
8de00767b3
|
Initial courses object model
|
2015-08-29 07:15:39 -07:00 |
|
Nick Winter
|
da0b7d3e64
|
Merge pull request #2955 from codecombat/leagues
Leagues!
|
2015-08-19 15:34:54 -07:00 |
|
Nick Winter
|
bda2483738
|
Added league-based ladder game simulation.
|
2015-08-15 05:38:47 -07:00 |
|
Matt Lott
|
05a9013164
|
Remove deprecated prepaid schema properties
|
2015-08-13 11:13:15 -07:00 |
|
Matt Lott
|
4804f3965f
|
🐛Fix prepaid schema for redeemers property
|
2015-08-13 10:57:47 -07:00 |
|
Matt Lott
|
9c39bf7656
|
Update prepaids to support multiple redeemers for a single code
Will remove deprecated properties after updating production.
|
2015-08-12 15:51:18 -07:00 |
|
Cat Sync
|
37fbb07211
|
Added continue_statements, graphics, and parameters to concepts list
|
2015-08-10 10:56:21 -04:00 |
|
Matt Lott
|
0768b533e2
|
Subs dashboard perf
Caching older (at least 16 days) Stripe invoices in analytics
collection, which will be updated once a day via the analytics server
cron job.
|
2015-07-31 16:19:40 -07:00 |
|
Nick Winter
|
15ecc92abc
|
Adding 'course' type levels. Removing 'campaign' type levels.
|
2015-07-24 17:37:42 -07:00 |
|