Nick Winter
|
2c6fc67db2
|
Some simulation and ladder fixes. Preparing Criss-Cross tournament.
|
2014-08-18 21:49:58 -07:00 |
|
Scott Erickson
|
51a831a2e7
|
Tweaked the goal id field schema to be a bit more stringent. Forces the id to be a slug.
|
2014-08-18 16:40:18 -07:00 |
|
Scott Erickson
|
9f6bfb854d
|
Fixed the markdown treema node after changes to the ace editor node on treema broke things.
|
2014-08-18 16:04:43 -07:00 |
|
Nick Winter
|
34c389ed5d
|
Put the Markdown mode in there. (We can't figure out why it wasn't there or whether it ever worked or why it stopped working, but whatever.)
|
2014-08-18 15:42:32 -07:00 |
|
Scott Erickson
|
f8d4e42c67
|
Set up thang types to now have a raster portrait icon if we want to give them custom ones not based on vector artwork.
|
2014-08-18 15:25:45 -07:00 |
|
Scott Erickson
|
9ee3c6f3fe
|
Added a description to the achievement icon.
|
2014-08-18 15:25:45 -07:00 |
|
Nick Winter
|
4b88c930a4
|
Merge pull request #1453 from Darredevil/patch-15
Added new 'Minimax Tic-Tac-Toe' level
|
2014-08-18 14:11:15 -07:00 |
|
Nick Winter
|
2588ec67ff
|
Fix for buildLoop still trying to loop after LevelLoader destruction for some reason.
|
2014-08-18 14:09:28 -07:00 |
|
Nick Winter
|
071f006acf
|
Merge branch 'master' of https://github.com/codecombat/codecombat
|
2014-08-18 14:09:02 -07:00 |
|
Nick Winter
|
8ca9374de0
|
Zoom-aware, ratio-based edge avoidance (polish for #1448).
|
2014-08-18 14:08:54 -07:00 |
|
Scott Erickson
|
3f78b5f979
|
Merge pull request #1452 from rubenvereecken/new_achievement
New achievement modal fills in level.original query bit
|
2014-08-18 13:56:45 -07:00 |
|
Scott Erickson
|
86ba46b64c
|
Refactored LevelLoader's loading of session dependencies a bit so it's easy to have it load them on demand.
|
2014-08-18 13:43:17 -07:00 |
|
Scott Erickson
|
69ab177702
|
Trying to get rid of debug logs in karma. Tried to do it with the conf, didn't seem to work, did a hack instead.
|
2014-08-18 13:43:17 -07:00 |
|
Nick Winter
|
9697af6b05
|
Merge pull request #1448 from TheSecretSquad/issue#1213CoordinateDisplayEdgeDetection
Issue#1213 coordinate display edge detection
|
2014-08-18 13:42:37 -07:00 |
|
Nick Winter
|
a92c3fdf0a
|
Merge pull request #1447 from Imperadeiro98/patch-1
Update pt-PT.coffee
|
2014-08-18 13:38:53 -07:00 |
|
Nick Winter
|
821b3c84b5
|
Merge pull request #1446 from dkundel/master
Autocomplete Basic fix for issue #1381
|
2014-08-18 13:37:39 -07:00 |
|
Darredevil
|
1f51eabe48
|
Added new 'Minimax Tic-Tac-Toe' level
|
2014-08-18 18:39:16 +03:00 |
|
Ruben Vereecken
|
48a79ad48c
|
New achievement modal fills in level.original query bit
|
2014-08-18 14:35:57 +02:00 |
|
Pete DiSalvo
|
a011f118e3
|
Added CoordinateDisplay edge detection. Doesn't account for camera zoom.
|
2014-08-16 18:51:47 -04:00 |
|
Pete DiSalvo
|
eed68c0a1c
|
Working orientation. Doesn't account for camera zoom
|
2014-08-16 18:30:41 -04:00 |
|
Pete DiSalvo
|
31e609c0c8
|
Added edge detection to camera, and worked on orientations
|
2014-08-16 18:30:41 -04:00 |
|
Pete DiSalvo
|
dc7529344c
|
Working on orientation
|
2014-08-16 18:30:41 -04:00 |
|
Pete DiSalvo
|
8f6d162542
|
Beginning work on edge detection
|
2014-08-16 18:30:41 -04:00 |
|
Imperadeiro98
|
89e8d523c5
|
Update pt-PT.coffee
|
2014-08-16 09:35:34 +01:00 |
|
Dominik Kundel
|
c52503f682
|
bump up zatanna version
|
2014-08-15 23:49:19 +02:00 |
|
Nick Winter
|
3b083e15f5
|
Don't require any Component default properties in hero levels, for maximum defaultability.
|
2014-08-15 12:27:56 -07:00 |
|
Nick Winter
|
5f20e6f05e
|
Thangs get inserted into hero levels without any Components for easy defaulting. Working on moving Hero Placeholder ThangType swapping from LevelLoader to Level, but it's not there yet.
|
2014-08-15 12:09:56 -07:00 |
|
Nick Winter
|
03e39c3f5c
|
Fixed Level denormalize test.
|
2014-08-15 11:15:48 -07:00 |
|
Nick Winter
|
ba1e7005ca
|
Worked around issue with docs tab polluting supermodel for components to save. Another instance of #1108. Actually, same one, but the fix eralier got undone.
|
2014-08-15 10:50:05 -07:00 |
|
Scott Erickson
|
366dfadba5
|
Fixed a bug in IDify.
|
2014-08-15 10:36:21 -07:00 |
|
Scott Erickson
|
8233df514e
|
Added an acceptor field to patches.
|
2014-08-15 10:36:21 -07:00 |
|
Nick Winter
|
f1a9848366
|
Fixed a couple errors.
|
2014-08-15 10:27:36 -07:00 |
|
Scott Erickson
|
7db821309a
|
Tweaked isRecalculable.
|
2014-08-15 10:11:22 -07:00 |
|
Scott Erickson
|
ca83023591
|
Tweaked the earned achievement recalculator.
|
2014-08-15 10:11:22 -07:00 |
|
Ruben Vereecken
|
4f22723084
|
Added Query streams wherever possible to ease server load.
|
2014-08-15 10:11:11 -07:00 |
|
Scott Erickson
|
34207d28c9
|
Streamifying and optimizing the recalculating of stats scripts.
|
2014-08-15 10:10:52 -07:00 |
|
Nick Winter
|
4a133f6998
|
Added popovers to community social link logos.
|
2014-08-15 09:43:55 -07:00 |
|
Nick Winter
|
32c74db282
|
Merge pull request #1442 from dkundel/master
Fixing most of the issues described in #18
|
2014-08-15 09:02:15 -07:00 |
|
Nick Winter
|
419e86b50f
|
Merge pull request #1443 from Imperadeiro98/master
Update pt-PT.coffee
|
2014-08-15 08:18:23 -07:00 |
|
Imperadeiro98
|
2cbbb1c0dc
|
Update pt-PT.coffee
|
2014-08-15 11:32:30 +01:00 |
|
Dominik Kundel
|
68828b67bb
|
removed console.log
|
2014-08-15 02:04:46 +02:00 |
|
Dominik Kundel
|
755a86e3d3
|
moving some styling
|
2014-08-15 01:56:01 +02:00 |
|
Dominik Kundel
|
45e4079c2b
|
bumbed up zatanna to fix autocomplete issues
|
2014-08-15 01:55:11 +02:00 |
|
Nick Winter
|
69c22db434
|
Moved Hero Placeholder replacement logic to Level's denormalizeThang.
|
2014-08-14 16:35:03 -07:00 |
|
Matt Lott
|
98bed57751
|
Merge pull request #1441 from differentmatt/master
Instrument user code problems
|
2014-08-14 16:17:47 -07:00 |
|
Matt Lott
|
9752c4b18a
|
Updating user_code_problem schema types
|
2014-08-14 15:47:02 -07:00 |
|
Nick Winter
|
0f983bdcf1
|
Crude steps towards using your hero equipment in items levels.
|
2014-08-14 15:12:15 -07:00 |
|
Scott Erickson
|
9404c40b47
|
Another stab at fixing the tests.
|
2014-08-14 14:22:02 -07:00 |
|
Scott Erickson
|
2060bb5ac5
|
Turning off a test that for some reason is breaking on Travis but nowhere else.
|
2014-08-14 14:07:20 -07:00 |
|
Scott Erickson
|
827f6ee8b8
|
Added a swap button, as well as moving my testing to the demo view and adding some specifications, fixing bugs and tweaking interactions along the way.
|
2014-08-14 14:04:03 -07:00 |
|