Nick Winter
|
073e13f1c7
|
Merge pull request #1022 from zeus1200/patch-1
Update es-ES.coffee
|
2014-05-17 07:21:39 -07:00 |
|
Pablo Lobato
|
8794921018
|
Update es-ES.coffee
|
2014-05-17 11:09:55 +02:00 |
|
Nick Winter
|
418c2f1a2c
|
Preserve original scripts; don't overwrite with nothing if new world finishes before script initialization.
|
2014-05-16 17:38:33 -07:00 |
|
Nick Winter
|
a36a7792ec
|
Fixed problem with IndieSprites not loading, breaking scripts.
|
2014-05-16 17:18:56 -07:00 |
|
Nick Winter
|
f64e50f85b
|
Recording flow only for frame of interest.
|
2014-05-16 16:52:55 -07:00 |
|
Michael Schmatz
|
891471b80a
|
Add time to hover debugger
|
2014-05-16 16:04:10 -07:00 |
|
Scott Erickson
|
ae64032739
|
Refactored the Camera to only listen to events that use the same canvas. Fixed the level editor map selection modals.
|
2014-05-16 15:34:14 -07:00 |
|
Michael Schmatz
|
e631bae248
|
Level session playtime logging
|
2014-05-16 15:27:46 -07:00 |
|
Michael Schmatz
|
5b93414862
|
Add playtime, opponent name, totalScore to match
|
2014-05-16 14:52:49 -07:00 |
|
Michael Schmatz
|
2e36a3352e
|
Modified level session schema to log playtime, renormalize score and name in matches
|
2014-05-16 14:13:59 -07:00 |
|
Michael Schmatz
|
21ccaa2d8a
|
Adjust histogram height downwards
Make room for ranking text
|
2014-05-16 13:33:41 -07:00 |
|
Michael Schmatz
|
ab1b0cac42
|
Added "Rank your session" message
|
2014-05-16 13:30:55 -07:00 |
|
Michael Schmatz
|
bd1261802d
|
Fix rank for unranked sessions on ladder histogram
|
2014-05-16 13:27:42 -07:00 |
|
Michael Schmatz
|
934c853789
|
Live simulation count and fixed double simulator leaderboard session
|
2014-05-16 13:16:35 -07:00 |
|
Michael Schmatz
|
60342cc40e
|
Hover debugger optimization for "this"
|
2014-05-16 10:19:36 -07:00 |
|
Nick Winter
|
5d30cc7eab
|
Merge branch 'master' of https://github.com/codecombat/codecombat
|
2014-05-16 10:04:03 -07:00 |
|
Nick Winter
|
c1052d8d7e
|
Fixed bug with trying to play selection sound for nonexistent sprites.
|
2014-05-16 10:03:45 -07:00 |
|
Michael Schmatz
|
206d63231e
|
Fixed teamSpells instantiation
|
2014-05-16 09:47:15 -07:00 |
|
Nick Winter
|
7811bda6c3
|
Use ace/mdoe/python for Python instead of ace/mode/lua.
|
2014-05-16 08:55:59 -07:00 |
|
Nick Winter
|
cff00f90b5
|
Stopped bug with useTranspiledCode; it will need more work later to get right.
|
2014-05-15 21:53:23 -07:00 |
|
Nick Winter
|
fabf607b6a
|
Merge branch 'master' of https://github.com/codecombat/codecombat
|
2014-05-15 20:49:15 -07:00 |
|
Nick Winter
|
ca6ea474bf
|
Fixed some bugs with sprite sound loading and playback.
|
2014-05-15 20:49:10 -07:00 |
|
Scott Erickson
|
eebbae9b13
|
Added a global SPRITE_RESOLUTION_FACTOR property.
|
2014-05-15 17:09:35 -07:00 |
|
Michael Schmatz
|
65aae86dcc
|
Merge branch 'master' of https://github.com/codecombat/codecombat
Conflicts:
app/lib/simulator/Simulator.coffee
|
2014-05-15 16:44:16 -07:00 |
|
Michael Schmatz
|
a21d17a168
|
Have simulator use transpiledCode
|
2014-05-15 16:43:16 -07:00 |
|
Nick Winter
|
9b7bbef7e1
|
Merge branch 'vickychijwani-master'
|
2014-05-15 15:36:14 -07:00 |
|
Nick Winter
|
c7ca081df9
|
Merged ProblemAlertView fixes.
|
2014-05-15 15:36:06 -07:00 |
|
Nick Winter
|
c2a7530b62
|
Merge branch 'master' of https://github.com/codecombat/codecombat
|
2014-05-15 15:35:08 -07:00 |
|
Michael Schmatz
|
0bb1422d6c
|
Switch spectate and level view to use transpiled code
|
2014-05-15 15:18:17 -07:00 |
|
Nick Winter
|
763e0500b2
|
Tracking simulator clicks.
|
2014-05-15 15:10:50 -07:00 |
|
Nick Winter
|
b973b749c0
|
Merged.
|
2014-05-15 14:57:24 -07:00 |
|
Nick Winter
|
8909d218bc
|
Moved random seed initialization to Existence System, where it can be configured.
|
2014-05-15 14:54:31 -07:00 |
|
Scott Erickson
|
2a1d9a3c6c
|
Turned shadow caching back on, with a little buffer. Makes a bigger diff for maps like Greed on Firefox where they're all over the place.
|
2014-05-15 13:19:10 -07:00 |
|
Vicky Chijwani
|
0a14681e7b
|
Correctly parse multi-line error messages in the editor.
|
2014-05-16 01:41:26 +05:30 |
|
Scott Erickson
|
3a1afbb7ca
|
Turned shadow caching back on. Makes a bigger diff for maps like Greed on Firefox where they're all over the place.
|
2014-05-15 13:06:42 -07:00 |
|
Scott Erickson
|
c03004166c
|
Set up the save version modal/patch modal to submit on submit form (like pressing enter in an input).
|
2014-05-15 12:37:39 -07:00 |
|
Nick Winter
|
c1f9d51b37
|
Added times to runtime errors. Don't load ThangTypes for Thangs that don't exist on the first frame of the world.
|
2014-05-15 11:27:51 -07:00 |
|
Scott Erickson
|
f653aa3375
|
Fixed #1008
|
2014-05-15 10:51:38 -07:00 |
|
Michael Schmatz
|
338b613074
|
Added transpiledCode to victory modal
|
2014-05-15 09:30:59 -07:00 |
|
Nick Winter
|
dbcafbb29b
|
Working on level-specific coding languages, with non-writable code in JavaScript.
|
2014-05-14 21:54:36 -07:00 |
|
Scott Erickson
|
2a17ec5cb9
|
Refactored out displayObject from CocoSprites.
|
2014-05-14 17:05:13 -07:00 |
|
Michael Schmatz
|
4e268d8dc6
|
Add codeLanguage to level session
|
2014-05-14 16:41:02 -07:00 |
|
Nick Winter
|
dd1acb94ed
|
Merge branch 'master' of https://github.com/codecombat/codecombat
|
2014-05-14 16:06:09 -07:00 |
|
Nick Winter
|
c420209a6b
|
Improved GoldView tooltip.
|
2014-05-14 16:06:00 -07:00 |
|
Michael Schmatz
|
1e0f220352
|
Send out transpiled code with simulator task
|
2014-05-14 16:01:08 -07:00 |
|
Michael Schmatz
|
f32a0ca963
|
Added transpile to in-game rank button
|
2014-05-14 15:45:38 -07:00 |
|
Nick Winter
|
d61922ae42
|
Merge branch 'master' of https://github.com/codecombat/codecombat
|
2014-05-14 15:31:19 -07:00 |
|
Nick Winter
|
cc7808251f
|
Zoom/scroll, ModelModal, and coordinate grabber fixes.
|
2014-05-14 15:29:55 -07:00 |
|
George Saines
|
75ab5d6435
|
making our recruitment % consistent
|
2014-05-14 14:55:04 -07:00 |
|
Scott Erickson
|
a1474652f6
|
Merge branch 'feature/thangload'
|
2014-05-14 14:21:40 -07:00 |
|