Scott Erickson
|
8b7f3c8cbe
|
Set treema back to an actual version.
|
2014-08-29 09:16:17 -07:00 |
|
Scott Erickson
|
570380c2a4
|
Merge branch 'master' into feature/defaults
|
2014-08-29 08:14:43 -07:00 |
|
Nick Winter
|
a4b2333fd3
|
Added Systems documentation. Fixed #1115.
|
2014-08-28 22:32:55 -07:00 |
|
Nick Winter
|
124f999bc8
|
Fixed #1105. Also send HipChat notifications whenever anyone changes anything; let's see if it's too much.
|
2014-08-28 19:39:46 -07:00 |
|
Nick Winter
|
f74a152942
|
Fixed #1104.
|
2014-08-28 18:55:33 -07:00 |
|
Scott Erickson
|
9406a8c920
|
Merge branch 'master' into feature/defaults
|
2014-08-28 17:58:58 -07:00 |
|
Scott Erickson
|
5fd154ca8b
|
Tweaked the level serialization, leaving in walkDefaults for now because there may still be some components that don't have defaults properly set up. Added a warn log for when this happens so it can be fixed.
|
2014-08-28 17:57:39 -07:00 |
|
Nick Winter
|
e67b4ae064
|
Fixed #1090.
|
2014-08-28 17:08:05 -07:00 |
|
Scott Erickson
|
74ca7fe0cc
|
Migrated to Treema's use of 'schema' as the raw schema property, and 'workingSchema' as the flattened, dereferenced schema.
|
2014-08-28 17:05:46 -07:00 |
|
Scott Erickson
|
608d114c5c
|
Fixed metaschemas not being found.
|
2014-08-28 15:54:05 -07:00 |
|
Scott Erickson
|
8f95ad2787
|
Fixed a few bugs.
|
2014-08-28 15:42:46 -07:00 |
|
Scott Erickson
|
2dde77f8b0
|
Merge branch 'master' into feature/defaults
|
2014-08-28 15:26:04 -07:00 |
|
Scott Erickson
|
154b91c753
|
Changed LevelLoader to always deeply load components and thang types, not just for hero levels.
|
2014-08-28 15:19:04 -07:00 |
|
Nick Winter
|
0fa5d264f4
|
Fixed #1072 by raising selection state so that we can see it if we're selecting an obstacle.
|
2014-08-28 14:25:37 -07:00 |
|
Nick Winter
|
107a727d02
|
Fixed a bug in the WizardSettingsModal being destroyed and still trying to do things.
|
2014-08-28 14:06:53 -07:00 |
|
Nick Winter
|
f79a2848fd
|
Fixed #1038. Focus should now remain on code editor when after clicking on Surface.
|
2014-08-28 14:00:54 -07:00 |
|
Scott Erickson
|
e3bc9045d1
|
Couple tweaks.
|
2014-08-28 13:53:00 -07:00 |
|
Scott Erickson
|
8b056cfb8f
|
Refactored the item equips view to limit items by slot and also moved the item name loading to the node class itself.
|
2014-08-28 11:24:45 -07:00 |
|
Nick Winter
|
1094d09aa5
|
Fixed #1226. Fixed #1156. Fixed two other issues with spectate mode.
|
2014-08-28 11:23:52 -07:00 |
|
Nick Winter
|
d7ae07c012
|
Fixed Facebook login bug.
|
2014-08-28 11:16:55 -07:00 |
|
Nick Winter
|
a471462279
|
Merge pull request #1497 from Imperadeiro98/master
Update pt-PT.coffee
|
2014-08-28 10:51:30 -07:00 |
|
Nick Winter
|
54207f0f7d
|
Fixed #1000.
|
2014-08-28 10:50:20 -07:00 |
|
Imperadeiro98
|
92055aaa21
|
Update pt-PT.coffee
|
2014-08-28 18:20:52 +01:00 |
|
Scott Erickson
|
94065a0c4c
|
Merged conflicts.
|
2014-08-28 09:59:07 -07:00 |
|
Scott Erickson
|
8b943d1c2c
|
Merged conflicts.
|
2014-08-28 09:59:03 -07:00 |
|
Nick Winter
|
a0e1806239
|
Fixed a bug with old, un-migrated level-set-playing events in button handlers.
|
2014-08-28 09:52:51 -07:00 |
|
Scott Erickson
|
f8f67833d1
|
Refactored the config defaults script to work on systems, too, and save results.
|
2014-08-28 09:52:46 -07:00 |
|
Nick Winter
|
a50f6b9224
|
Fixed a bug with reloading non-writable code.
|
2014-08-28 09:41:47 -07:00 |
|
Nick Winter
|
a39097b366
|
Fixed #1494.
|
2014-08-28 09:29:38 -07:00 |
|
Nick Winter
|
ec6b3d7e5f
|
Fixed #1481. More Mediator schema fixes.
|
2014-08-28 09:27:42 -07:00 |
|
Nick Winter
|
28431703f5
|
Fixed #953.
|
2014-08-27 22:23:24 -07:00 |
|
Nick Winter
|
02255044e3
|
Fixed #847. Fixed some subscription schemas.
|
2014-08-27 18:43:17 -07:00 |
|
Scott Erickson
|
bcffc5811f
|
Migrated the Level populating of component and system config defaults to the new Treema utility method.
|
2014-08-27 18:17:47 -07:00 |
|
Scott Erickson
|
87d455e98b
|
Wrote a script to migrate component config defaults to the new system.
|
2014-08-27 18:16:19 -07:00 |
|
Nick Winter
|
cd3bf4d0db
|
Fixed a few bugs.
|
2014-08-27 18:05:18 -07:00 |
|
Nick Winter
|
2ef7bff2c5
|
Fixed #886.
|
2014-08-27 17:54:16 -07:00 |
|
Scott Erickson
|
7bdfcb4313
|
Fixed pasting component configs into the thang component config treema.
|
2014-08-27 17:29:28 -07:00 |
|
Nick Winter
|
92b29915e2
|
Finished fixing #841.
|
2014-08-27 17:26:56 -07:00 |
|
Nick Winter
|
3f16aaab61
|
Fixed a few more Backbone Mediator event validation issues.
|
2014-08-27 16:31:44 -07:00 |
|
Nick Winter
|
1a452baf3c
|
Merge pull request #1493 from RikardGehlin/patch-1
Update sv.coffee
|
2014-08-27 15:10:43 -07:00 |
|
Rikard Gehlin
|
7aa1a4112a
|
Update sv.coffee
|
2014-08-28 00:08:43 +02:00 |
|
Nick Winter
|
ee9e453896
|
Fixed #828. Added many other minor refactorings.
|
2014-08-27 12:24:11 -07:00 |
|
Scott Erickson
|
ac2c39a266
|
Fixed an infinite loop bug in CoordinateGrid.
|
2014-08-27 09:49:37 -07:00 |
|
Nick Winter
|
d5b1010a47
|
Merge pull request #1492 from djsmith85/master
Added a few German translations
|
2014-08-27 07:49:56 -07:00 |
|
djsmith85
|
8b80ac5c44
|
Added a few German translations
Added translations to de.coffee and synced them with de-DE.coffee and
de-AT.coffee.
|
2014-08-27 11:28:23 +01:00 |
|
Nick Winter
|
6ff01f7deb
|
Fixed #814.
|
2014-08-26 18:11:35 -07:00 |
|
Nick Winter
|
871cd4b3c9
|
Fixed #784.
|
2014-08-26 17:34:00 -07:00 |
|
Scott Erickson
|
607a2a133f
|
Made the SuperModel a little bit more clever about handling duplicate loaded models, hopefully fixed #1108.
|
2014-08-26 16:46:23 -07:00 |
|
Scott Erickson
|
98752159ca
|
Made the SuperModel a little bit more clever about handling duplicate loaded models.
|
2014-08-26 16:31:53 -07:00 |
|
Nick Winter
|
1864cb09bc
|
Fixed #712. Fixed a bug with listing files/musics in admin files view due to removed trailing slashes.
|
2014-08-26 15:42:33 -07:00 |
|