Scott Erickson
597ace25cc
Fixed the spell list tab entry view popover to not popover when using the dropdown.
2014-02-14 16:08:01 -08:00
Scott Erickson
a25b1be916
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-14 15:57:54 -08:00
Michael Schmatz
63a5769bcf
Fixed various bugs in simulator and put in home view
2014-02-14 15:50:42 -08:00
Scott Erickson
d55e4cd624
Made sure session objects are loaded from the server fresh, no caching.
2014-02-14 15:35:54 -08:00
Michael Schmatz
643cafc89f
Refactored level handler and level session schema
2014-02-14 14:55:30 -08:00
Scott Erickson
13caae2690
Fixed the massive memory leak.
2014-02-14 14:10:55 -08:00
Scott Erickson
a8c483a59f
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-14 14:10:35 -08:00
Scott Erickson
55fcad2cc3
Fixed a couple bugs with the wizard.
2014-02-14 14:10:28 -08:00
Scott Erickson
7faa401177
Trying to improve memory by clearing out all properties of destroyed objects.
2014-02-14 13:31:26 -08:00
Scott Erickson
1349a59084
Refactored destroy functions to have super be the last thing.
2014-02-14 10:57:47 -08:00
Michael Schmatz
7cec574e17
Started simulator refactor
2014-02-14 10:49:19 -08:00
Scott Erickson
693fa06afb
Fixed a bug in the competitor code session setting when the player has no code yet.
2014-02-14 10:38:20 -08:00
Michael Schmatz
2b1079912a
Merge pull request #368 from gintau/master
...
Revsing Traditional Chinese translation and adding translation of "about".
2014-02-13 21:06:57 -08:00
Nick Winter
da866a418c
Fixed cast options clicking.
2014-02-13 17:43:42 -08:00
Michael Schmatz
fc76846aa6
Stopped parsing ladder as int
2014-02-13 17:34:31 -08:00
Michael Schmatz
db0695513e
Implemented reverse sorting of backbone collection
2014-02-13 17:30:59 -08:00
Michael Schmatz
6011ac0df4
Changed subscription frequency to prevent multiple score registrations
2014-02-13 17:19:43 -08:00
Michael Schmatz
ca7376b794
Worked around mongoose toObject
...
Also tried elementary memory leak fix
2014-02-13 17:10:01 -08:00
Scott Erickson
4001d1c7fe
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-13 16:42:49 -08:00
Scott Erickson
476cc87628
Set up the ladder to be able to compete against other sessions.
2014-02-13 16:42:35 -08:00
Nick Winter
9a835ffc0a
Re-enabled spell tab entry docs.
2014-02-13 16:09:32 -08:00
Michael Schmatz
d33c39c21e
Added continuous simulation and fix for "no team"
2014-02-13 15:59:40 -08:00
Scott Erickson
9bea226677
Fixed the ladder table.
2014-02-13 15:57:07 -08:00
Scott Erickson
8775e86161
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-13 15:54:01 -08:00
Scott Erickson
97b4e7661d
Level loader now loads session based on the team property in the url.
2014-02-13 15:51:41 -08:00
Scott Erickson
9327d420bc
Fixed a bug.
2014-02-13 15:51:18 -08:00
Scott Erickson
b8051689b3
Fixed the goal manager from polluting the goals in the level with the isPositive property.
2014-02-13 15:50:53 -08:00
Michael Schmatz
d6e99273bc
Quick fix for team not being detected
2014-02-13 15:42:00 -08:00
Michael Schmatz
ad0590f9ba
Merged in Scott's changes manually
2014-02-13 15:14:10 -08:00
Scott Erickson
1d3e013cc6
Merge remote-tracking branch 'origin/master'
...
Conflicts:
app/views/play/ladder_view.coffee
2014-02-13 15:11:11 -08:00
Scott Erickson
32337df156
Trimmed down the ladder view for now.
2014-02-13 15:09:40 -08:00
Michael Schmatz
480de71eb6
Leaderboard is starting to work
2014-02-13 15:02:49 -08:00
Michael Schmatz
40c26bb395
Scoring queues mostly working
2014-02-13 12:59:24 -08:00
Ting-Kuan
803770a080
Revise the phrasing of exisitng translations.
...
Translate "about".
2014-02-13 14:32:08 -05:00
Nick Winter
aa282c3a35
Updates for formatting palette docs.
2014-02-13 11:18:20 -08:00
Scott Erickson
2b742da9e4
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-13 10:38:43 -08:00
Michael Schmatz
14530b779a
Refactored scoring submissions, added beginnings of spectator view
2014-02-13 10:37:44 -08:00
Scott Erickson
2e280fad6b
Set up the multiplayer modal with a submit button for the ladder queue.
2014-02-13 10:16:27 -08:00
Scott Erickson
850942b895
Fixed the chat layout.
2014-02-13 10:10:20 -08:00
Scott Erickson
df2171e921
Merge branch 'master' of https://github.com/codecombat/codecombat
...
Conflicts:
app/views/play/level_view.coffee
2014-02-13 10:04:42 -08:00
Scott Erickson
23964abee9
Set up the goal manager to only use goals from the level.goals property, rather than from scripts.
2014-02-13 09:26:42 -08:00
Nick Winter
9ac0939bb8
Fixed modal switchout and palette property interpolation. Refactored all use of .hide to .secret so we can use jQuery to show/hide things again.
2014-02-13 09:26:21 -08:00
Ting-Kuan
559e0b7aa0
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-13 09:21:49 -05:00
Ting-Kuan
ba405b8fed
Revise zh-tw translations.
2014-02-13 09:21:40 -05:00
Nick Winter
adaedc240c
Fixed cast button click bug.
2014-02-12 20:45:29 -08:00
Nick Winter
04abe36837
Don't need that Docs import.
2014-02-12 20:36:17 -08:00
Nick Winter
8a80b9770d
More work on docs. Got rid of Docs.coffee.
2014-02-12 18:54:45 -08:00
Nick Winter
d2345432ff
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-12 16:42:31 -08:00
Nick Winter
dc8c4394e1
Spell palette entries now using property docs from components.
2014-02-12 16:42:09 -08:00
Scott Erickson
8176e2258f
Set up the goal manager to use goals from the new level goals property, rather than from scripts. Backward-compatible for now.
2014-02-12 16:20:25 -08:00
Scott Erickson
f3489a6c2f
Added a 'stop' button for viewing end animations on thang types.
2014-02-12 16:18:25 -08:00
Nick Winter
b7be08ac19
Fixed one more leak.
2014-02-12 13:43:17 -08:00
Nick Winter
cdf268ce4f
Merged.
2014-02-12 13:10:58 -08:00
Nick Winter
5655084981
Fixed a ton more leaks.
2014-02-12 12:41:41 -08:00
Scott Erickson
abedd07b04
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-12 12:27:12 -08:00
Scott Erickson
2f48925e86
Added a list of goals as a property to levels for when they won't be added by scripts. Set up the editor to be able to edit these values.
2014-02-12 12:27:02 -08:00
Michael Schmatz
dae788905a
Merge pull request #362 from cassiocardoso/patch-1
...
Finished pt-BR translation.
2014-02-12 11:38:14 -08:00
Cassio Cardoso
32db5244b5
Finished pt-BR translation.
2014-02-12 16:15:21 -02:00
Scott Erickson
59f0d8a93e
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-12 09:55:35 -08:00
Scott Erickson
533069dba8
Fixed a bug with the goals.
2014-02-12 09:55:19 -08:00
Michael Schmatz
ad8a8e00e8
Merge pull request #354 from justin-/fix/diplomat-template
...
Add indentation to fix template engine output
2014-02-12 09:09:24 -08:00
Michael Schmatz
a0b02c41fa
Merge pull request #351 from liyinkan/master
...
Update Chinese (simplified)
2014-02-12 08:51:08 -08:00
Michael Schmatz
5c7a471667
Merge pull request #349 from cassiocardoso/patch-1
...
Update pt-BR.coffee
2014-02-12 08:47:30 -08:00
Scott Erickson
bdbb1710eb
More memory fixes.
2014-02-11 16:09:44 -08:00
Michael Schmatz
1a2fa68473
Merge branch 'feature/task-queue'
...
Conflicts:
app/views/play/level/tome/spell.coffee
2014-02-11 15:58:38 -08:00
Scott Erickson
71b6ebf8eb
More memory fixes.
2014-02-11 15:47:59 -08:00
Michael Schmatz
76b949ac1e
Various changes before merge
2014-02-11 15:47:06 -08:00
Scott Erickson
d9f4594c9f
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-11 15:39:02 -08:00
Scott Erickson
ac49e5eec1
More memory fixes.
2014-02-11 15:38:36 -08:00
Michael Schmatz
b29ab56fe2
Fixed simulation goals
2014-02-11 15:26:57 -08:00
Nick Winter
c29e4d6c9c
Stupid casting sound effect.
2014-02-11 15:05:54 -08:00
Scott Erickson
2a19da5ba2
More memory fixes.
2014-02-11 14:58:45 -08:00
Nick Winter
6505064fb6
Slightly less aggressively preload workers.
2014-02-11 14:38:47 -08:00
Scott Erickson
b904e1f939
More memory fixes.
2014-02-11 14:24:06 -08:00
Michael Schmatz
a6b15663a4
Merge branch 'master' into feature/task-queue
...
Conflicts:
app/views/play/level/tome/spell.coffee
2014-02-11 13:10:59 -08:00
Michael Schmatz
cef7e89326
Added goal states listener
2014-02-11 13:09:53 -08:00
Michael Schmatz
58bfddeebf
Background simulation is now showing signs of life!
2014-02-11 12:58:23 -08:00
Scott Erickson
47eeda5af4
More memory fixes.
2014-02-11 12:54:08 -08:00
Scott Erickson
7ddb97fa22
More memory fixes.
2014-02-11 12:32:12 -08:00
Scott Erickson
b0a74e5b1a
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-11 12:24:25 -08:00
Nick Winter
2d9606a8eb
includeFlow only on the currently selected Thang.
2014-02-11 12:16:53 -08:00
Scott Erickson
166bb6db45
More memory cleanup.
2014-02-11 12:10:21 -08:00
Nick Winter
d22c716dce
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-11 12:02:53 -08:00
Scott Erickson
aa4cc8d9c4
Added a whole bunch of view teardown.
2014-02-11 12:02:49 -08:00
Nick Winter
d2a7bfd11c
Added GoldView.
2014-02-11 12:02:27 -08:00
Scott Erickson
7ad6faa0c0
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-11 11:31:13 -08:00
Scott Erickson
8ff38a724d
Fixing some event tearing down.
2014-02-11 11:31:02 -08:00
Scott Erickson
21c93e85ed
Fixed a bug with tearing down angels.
2014-02-11 11:30:47 -08:00
Michael Schmatz
612a374b3f
Progress on simulator
2014-02-11 11:27:39 -08:00
Nick Winter
f9bb6de3ff
Typoooo
2014-02-11 09:33:35 -08:00
Nick Winter
c61e2496d8
Trying a faint gold coin noise when you kill something worth money.
2014-02-11 09:28:26 -08:00
Michael Schmatz
c0d43ea32b
Merge branch 'master' into feature/task-queue
2014-02-10 17:10:26 -08:00
Michael Schmatz
7faabc37e3
Simulation button
2014-02-10 17:09:51 -08:00
Nick Winter
7d5db41f5d
God prepares Workers for Angelic consumption ahead of time.
2014-02-10 17:09:19 -08:00
Michael Schmatz
0cbf669474
Added teamSpells persistence
2014-02-10 16:31:21 -08:00
Michael Schmatz
cc3b93a0f8
Transfer teamSpellMap from tome to levelBus
2014-02-10 16:18:39 -08:00
Nick Winter
f812241bd5
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-10 14:50:35 -08:00
Nick Winter
9507be4c9a
Turned off includeFlow for horrific performance reasons on project-dota for now.
2014-02-10 14:19:54 -08:00
Michael Schmatz
465ea22b1a
More progress with queues and client-side simulation
2014-02-10 13:18:39 -08:00
Scott Erickson
9f5b51da19
Made goals for other teams invisible.
2014-02-10 12:49:38 -08:00
Scott Erickson
d95b66df0a
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-10 12:12:49 -08:00
Scott Erickson
97d823cc48
Made the LatestVersionReferenceNode use projection results.
2014-02-10 12:12:22 -08:00
Nick Winter
26016f48e2
Skip protectAPI for now. Defer worker termination until after it reports stats.
2014-02-09 18:44:31 -08:00
justin
719dbea3bf
Add indentation to fix template engine output
2014-02-09 12:31:15 -05:00
Yinkan Li
6ced32a1de
update Chinese (simplified)
...
update ‘…’ to ‘……’
add ‘ ’ before and after for each english in Chinese
add ‘。’ for some value
add translation value for ‘email_notifications_description’
update ‘customize_wizard’
update ‘:’ to ‘:’
update ‘!’ to ‘!’
2014-02-09 16:43:13 +08:00
Cassio Cardoso
8d383bc7ea
Update pt-BR.coffee
...
Work in progress.
2014-02-08 23:25:46 -02:00
Nick Winter
eb3f57ce34
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-08 15:32:23 -08:00
Nick Winter
f2bcf019fa
Should update code when other player changes it again.
2014-02-08 15:32:14 -08:00
Kushal
40eead0341
use https when linking to wikipedia
...
Wikipedia supports (but does not yet require) https. This will change in the future but it will not hurt to switch to https ourselves :)
https://blog.wikimedia.org/2013/08/01/future-https-wikimedia-projects/
2014-02-08 16:31:52 -06:00
Scott Erickson
74ddb1135a
Tweaked collision to make missiles not collide with one another.
2014-02-08 12:27:56 -08:00
Nick Winter
22433b14ae
Tweaked about avatar formatting.
2014-02-08 10:30:28 -08:00
Nick Winter
2e7a1fd0ef
Working on the contribute pages -- #314 .
2014-02-08 10:21:12 -08:00
Nick Winter
2a740f777e
Starting to add contributor avatars.
2014-02-07 18:38:17 -08:00
Nick Winter
b2bf4db222
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-07 16:47:38 -08:00
Scott Erickson
0365998658
Began work on a ladder view.
2014-02-07 15:51:05 -08:00
Michael Schmatz
73b0d98538
Merge branch 'master' into feature/task-queue
...
Conflicts:
server/commons/mapping.coffee
2014-02-07 14:31:34 -08:00
Nick Winter
11c63d262d
Merge pull request #347 from monetita/patch-1
...
Update he.coffee
2014-02-07 13:59:27 -08:00
Scott Erickson
72b1b989d8
Tweaked the world to return points that are not 0,0, as that's what the world reports non-existent thangs at.
2014-02-07 11:49:16 -08:00
Scott Erickson
c3bd9cef80
Merge remote-tracking branch 'origin/master'
2014-02-07 11:05:43 -08:00
Nick Winter
2efb9a0ea1
Simple team switch links in multiplayer menu.
2014-02-07 10:51:21 -08:00
monetita
89f6282d50
Update he.coffee
2014-02-07 19:12:46 +02:00
Nick Winter
86de427204
Messing with team setting.
2014-02-06 17:31:08 -08:00
Scott Erickson
ee24263232
Added handling for thang type goesTo animation properties.
2014-02-06 17:00:02 -08:00
Nick Winter
2a3e47b08f
Using playable team config from Alliance system.
2014-02-06 16:05:41 -08:00
Michael Schmatz
b93b5d3062
Added xavismeh to french translators
2014-02-06 14:42:56 -08:00
Michael Schmatz
7dcc351e75
Merge pull request #346 from xavismeh/i18n-fr
...
Improved FR translation
2014-02-06 14:39:42 -08:00
Nick Winter
642d88fe93
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-06 14:00:31 -08:00
Nick Winter
6af2d34f59
Fixed a ton of memory leaks, but not all of them.
2014-02-06 14:00:27 -08:00
Scott Erickson
1e184c9590
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-06 13:23:04 -08:00
Scott Erickson
6484f787c5
Tweaked layer order updating to fallback to sorting by x if y and z are the same.
2014-02-06 13:22:47 -08:00
Michael Schmatz
721ca5f9ca
Credits for FR translation
...
Merged in xavismeh's translation changes
Dummy credits commit
2014-02-06 20:57:30 +01:00
Michael Schmatz
f2b4ffb123
Merged in xavismeh's translation changes
2014-02-06 11:20:59 -08:00
Nick Winter
b696a3f188
Don't count on Olark being there.
2014-02-06 11:16:57 -08:00
Scott Erickson
332ea0df2c
Fixed the level editor save view knowing if the level has changes to save.
2014-02-06 10:30:49 -08:00
Scott Erickson
f3d1a43bbf
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-06 10:19:01 -08:00
Nick Winter
ea99a7b139
Turned off Olark for now.
2014-02-06 10:17:54 -08:00
Scott Erickson
9fd12b15bf
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-06 09:29:13 -08:00
Nick Winter
847faf4d10
Possibly hooked up scaleFactorX and scaleFactorY.
2014-02-06 08:27:49 -08:00
Nick Winter
2a8d0eb694
Updates for ThangsList refreshing its Thangs.
2014-02-05 20:08:28 -08:00
Nick Winter
cc3465fd6f
Improvement for errors updating action of non-existent Thangs in HUD.
2014-02-05 15:54:34 -08:00
Scott Erickson
6728712064
Fixed the thang components edit view in both locations now.
2014-02-05 15:39:08 -08:00
Scott Erickson
25e2895b64
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-05 15:18:23 -08:00
Nick Winter
cec52d70f3
Improvements to how Tome subviews manage Thang updates.
2014-02-05 15:16:59 -08:00
Scott Erickson
7041a12244
Fixed display of actions using container in the thang editor.
2014-02-05 15:16:07 -08:00
Scott Erickson
f900009770
Actions without a container or animation to show don't show anything.
2014-02-05 14:57:05 -08:00
Scott Erickson
88beb4db5f
Fixed the positioning of the thang components view in the thang editor.
2014-02-05 14:39:56 -08:00
Scott Erickson
323d3570ec
Fix for the dynamic programming level of project dota.
2014-02-05 13:39:41 -08:00
Scott Erickson
966155593c
Various fixes.
2014-02-05 11:03:32 -08:00
Michael Schmatz
5c328d09f5
Added scoring and queue modules
2014-02-05 09:39:14 -08:00
Michael Schmatz
a3b17c7d86
Put in basic client-side routes and created server side scoring routing file
2014-02-04 10:07:14 -08:00
Scott Erickson
6533196bc7
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-02-03 14:01:30 -08:00
Scott Erickson
81912d25d1
Added a handler for when components or systems go rogue, so they don't take down the level editor quite so hard.
2014-02-03 14:01:20 -08:00
Nick Winter
738b791683
Updated to new Aether range info, fixing error line numbers.
2014-02-03 13:58:25 -08:00
Glen De Cauwsemaecker
e920054695
Resolved category-issues for the da.coffee language file.
2014-02-03 13:04:45 +01:00
Glen De Cauwsemaecker
0ead214584
Merge https://github.com/Einar-Rasmussen/codecombat
2014-02-03 12:59:00 +01:00
Einar Rasmussen
5d0084e95d
Update da.coffee
...
Rådmand -> rådgiver since counselor != chancellor
2014-02-03 11:35:34 +00:00
Scott Erickson
09bb669439
Fixed #300
2014-02-02 16:51:22 -08:00
Einar Rasmussen
666a85e986
Update da.coffee
...
Finished 'classes' + other minor edits.
2014-02-02 20:33:54 +00:00
Nick Winter
a5065d273d
More for #133 .
2014-02-02 10:42:18 -08:00
Nick Winter
068f798d58
Fixed bugs in Tome spell views swapping.
2014-02-02 10:26:42 -08:00
Nick Winter
a28ce55793
Localization quote escape typo.
2014-02-02 10:17:23 -08:00
Einar Rasmussen
415b49b661
Update da.coffee
2014-02-02 12:49:24 +00:00
Daniel
517adc9314
Update es-ES.coffee
...
Hi!
I have translated the remaining lines and I also have modified a few lines that had some minor grammar mistakes. All the text is translated.
Cheers!
2014-02-02 00:31:09 +01:00
Nick Winter
f8f3bdd1e3
Improved error alert space usage.
2014-02-01 13:56:55 -08:00
Einar Rasmussen
b602691748
Merged mine and sorsjens versions.
2014-02-01 22:21:15 +01:00
Nick Winter
546914052d
A few tweaks to wizard floating.
2014-02-01 11:02:20 -08:00
Nick Winter
9a1afd6772
Merge pull request #320 from vanous/cz-translation
...
raw translation to czech finished
2014-02-01 10:57:10 -08:00
vanous
d2fb1cfa11
raw translation to czech finished
...
it will need fine tuning, checking within context and more
2014-02-01 19:38:47 +01:00
Nick Winter
663c48c814
Merge pull request #319 from sorsjen/patch-1
...
Update da.coffee
2014-02-01 08:41:44 -08:00
Nick Winter
33bdce8a63
Merge branch 'locale' of git://github.com/HiroP0/codecombat into HiroP0-locale
2014-02-01 08:35:52 -08:00
Einar Rasmussen
582bb15862
Update da.coffee
...
Line 173-181
2014-02-01 16:25:50 +00:00
Nick Winter
b502c24ece
A few updates to the contributors lists.
2014-02-01 08:22:26 -08:00
sorsjen
a2e64860dd
Update da.coffee
...
Added translated strings
2014-02-01 16:32:55 +01:00
Nick Winter
7ba6e5d0f2
Fixed #316 .
2014-01-31 16:32:46 -08:00
Nick Winter
ee7d8a06fe
A few SpellView / debugger fixes.
2014-01-31 16:16:59 -08:00
Nick Winter
632316314e
Don't include flow for invisible methods, don't include protectAPI for non-writable methods.
2014-01-31 14:51:06 -08:00
Nick Winter
4d891ee7fa
Fixed sprite offset positioning bug.
2014-01-31 13:28:42 -08:00
Michael Glass
1df1a2499d
Extended German translation (about, minor fixes)
2014-01-31 13:16:58 -08:00
Nick Winter
8d81d75d2b
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-31 10:50:22 -08:00
Nick Winter
2e9386ab70
Fix for fix for #133 .
2014-01-31 10:50:15 -08:00
Michael Schmatz
ce48411ddb
Added worker_world.coffee
2014-01-31 10:40:01 -08:00
Nick Winter
cba7807053
Possibly handling #133 .
2014-01-31 10:26:24 -08:00
Nick Winter
72a3e82404
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-31 10:21:35 -08:00
Nick Winter
6303d28554
Refactored bobbing.
2014-01-31 10:21:32 -08:00
Nick Winter
d46716eec4
Merge pull request #299 from p-buse/eventcheck-regexp
...
Added Regular Expression Event Checker
2014-01-31 07:58:13 -08:00
vanous
1758246b7b
small changes
2014-01-31 09:02:18 +01:00
vanous
c88ad87332
some typo corrections
2014-01-31 09:01:03 +01:00
Nick Winter
d79d66c175
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-30 16:36:40 -08:00
Nick Winter
6e40fa09a6
Updated some Bootstrap event names.
2014-01-30 16:36:36 -08:00
Scott Erickson
3093b59588
Fixed #296
2014-01-30 16:25:06 -08:00
Scott Erickson
46d1d10abe
Removed an unnecessary fat arrow.
2014-01-30 16:20:58 -08:00
Scott Erickson
c376ba6841
Fixed #303
2014-01-30 16:19:55 -08:00
Scott Erickson
1b75ab15db
Added some error handlers for messed up thang type configs.
2014-01-30 16:17:41 -08:00
Scott Erickson
591a8e9ab5
Made the revert modal reload the page if anything was reverted.
2014-01-30 15:38:49 -08:00
Scott Erickson
6d5e9d13c9
Changed the links for artisan documentation to the new wiki pages.
2014-01-30 15:29:20 -08:00
Scott Erickson
0415e8ea4c
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-30 15:27:24 -08:00
Scott Erickson
3ca6a5709b
Fixed a bug where systems tabs would change components tabs.
2014-01-30 15:27:10 -08:00
Scott Erickson
371bd9f41c
Tweaked tab styling on level editor.
2014-01-30 15:22:01 -08:00
Michael Schmatz
fe89c9fbad
Fix for #290
2014-01-30 15:03:55 -08:00
Scott Erickson
5f81eb670b
Some styling fixes, removed commented out stuff.
2014-01-30 14:37:33 -08:00
Nick Winter
bd45930071
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-30 14:22:06 -08:00
Nick Winter
7dcbbb983f
Added missing mixins and indoor wall handling.
2014-01-30 14:21:58 -08:00
Glen De Cauwsemaecker
eea541aa1c
Merge branch 'cz-translation' of https://github.com/vanous/codecombat
2014-01-30 22:22:28 +01:00
Scott Erickson
210235553e
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-30 12:19:44 -08:00
Scott Erickson
5429e8ad2a
Cleaning up editors in the systems and components tabs.
2014-01-30 12:19:25 -08:00
Scott Erickson
231e8582fa
Added some basic control tips to the thang components edit view.
2014-01-30 12:07:01 -08:00
Nick Winter
b09d1b1c74
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-30 12:03:35 -08:00
Nick Winter
a6bfb6770c
Matched gradient background colors in HUD to ThangAvatarView.
2014-01-30 12:03:33 -08:00
Scott Erickson
56576dd1a5
Fixed the styling for editing components in the level editor.
2014-01-30 12:01:43 -08:00
Scott Erickson
827b5a3756
Fixed the world select modal.
2014-01-30 11:55:46 -08:00
vanous
0d453f2860
translated about and classes to cz
2014-01-30 20:52:24 +01:00
Scott Erickson
ed1b5c6560
Fixed slowness to editing settings for large levels.
2014-01-30 11:40:24 -08:00
Scott Erickson
65f74e9587
Improved the navbars in the level editor.
2014-01-30 11:37:40 -08:00
Paul Buser
8881a880ea
Merge branch 'master' of https://github.com/codecombat/codecombat into eventcheck-regexp
2014-01-29 23:57:47 -05:00
Nick Winter
067d3abd75
Improved handling of spawning Programmables in Tome after the fact.
2014-01-29 16:26:08 -08:00
Glen De Cauwsemaecker
67e575065b
quick-fix for the de.coffee locale file
2014-01-29 22:54:23 +01:00
Glen De Cauwsemaecker
94328f202e
Merge branch 'locale' of https://github.com/HiroP0/codecombat
2014-01-29 22:52:33 +01:00
Glen De Cauwsemaecker
ca1bb6a1ec
Merge branch 'cz-translation' of https://github.com/vanous/codecombat
2014-01-29 22:36:55 +01:00
vanous
35397a356c
fixing typo, caused by web editor
2014-01-29 22:28:04 +01:00
vanous
ea458a0edc
fixing typo, caused by web editor
2014-01-29 22:27:22 +01:00
vanous
bfcf5b7e39
Halfway through czech translation
2014-01-29 22:25:33 +01:00
Nick Winter
e0108a3166
A few fixes for the Bootstrap 3 migration. Fixed #280 .
2014-01-29 12:18:37 -08:00
Scott Erickson
f065406cf5
Merge branch 'feature/bootstrap3'
2014-01-29 10:40:34 -08:00
Scott Erickson
bac4fbcd7d
Fixed naming.
...
Improved tome updating of programmable spell thangs.
2014-01-29 10:14:12 -08:00
Nick Winter
01efb2f92b
Improvements to SpellDebugView hover.
2014-01-29 08:38:37 -08:00
Michael Glass
04f0aa9473
Fixed some German langues issues. Translated good deal of legals page.
2014-01-28 21:20:25 -08:00
Nick Winter
c3f5c1c334
Merge branch 'master' of https://github.com/codecombat/codecombat
2014-01-28 15:24:12 -08:00
Nick Winter
fb7739727c
Updates for Aether's protectAPI stuff.
2014-01-28 15:24:08 -08:00
vanous
58569cdd2c
Misunderstood the first translation line. Fixed.
2014-01-28 22:53:55 +01:00
vanous
c8260e97ae
Correcting typo
...
Correcting typo causing The Travis CI build could not complete due to an error
2014-01-28 22:48:12 +01:00
vanous
470b06d888
Initial work at czech translation
2014-01-28 22:25:58 +01:00
Scott Erickson
065a1c4c27
New editor layout.
2014-01-28 13:16:50 -08:00
Scott Erickson
407d2c7768
Merge branch 'master' into feature/bootstrap3
...
Conflicts:
app/styles/editor/level/edit.sass
Also experimenting with a new layout for the level editor.
2014-01-28 12:46:33 -08:00
Scott Erickson
6e9f93d299
Merge branch 'master' into feature/bootstrap3
...
Conflicts:
app/styles/editor/level/edit.sass
Also experimenting with a new layout for the level editor.
2014-01-28 12:46:17 -08:00
Scott Erickson
55ea4d86e4
Made the level editor layout more stretchy.
2014-01-28 12:27:11 -08:00
Scott Erickson
00872f80f9
Fixed the bug where opening a modal or switching a tab while having a thang to add selected would create a thang.
2014-01-28 11:54:16 -08:00
Scott Erickson
e2db421d1c
Fixed cloning.
2014-01-28 09:22:23 -08:00
Scott Erickson
9336a637ce
Merge branch 'master' into feature/bootstrap3
2014-01-27 21:25:26 -08:00
Scott Erickson
a82a6a4188
Systems part of #266 .
2014-01-27 21:25:01 -08:00
Scott Erickson
ca026610b1
Component part of #266 .
2014-01-27 21:06:27 -08:00
Scott Erickson
0b7224e2f4
Tweaked the home page button. #279
2014-01-27 19:11:39 -08:00
Scott Erickson
b4cd7bdec4
Fixed #281
2014-01-27 19:03:22 -08:00
Scott Erickson
43193aab4a
Removed a buggy transition.
2014-01-27 18:58:27 -08:00
Scott Erickson
fa8928c187
Fixed the wizard sprite on the home page again.
2014-01-27 18:55:25 -08:00
Scott Erickson
a239ba3465
Removed some more .controls from forms.
2014-01-27 18:50:03 -08:00
Scott Erickson
13af9febbf
More fixes for #283
2014-01-27 18:44:05 -08:00
Scott Erickson
096d318e96
Fixed #283
2014-01-27 18:05:39 -08:00
Scott Erickson
d6e21192f5
Fixed #278
2014-01-27 16:59:34 -08:00
Scott Erickson
9c7ac3dfdc
Fixed the top nav height.
2014-01-27 16:20:13 -08:00
Scott Erickson
22e6942165
Fixed account settings page.
2014-01-27 16:07:17 -08:00