Cat Sync
|
90d7159501
|
Added mountain terrain generator
|
2015-03-12 13:31:21 -04:00 |
|
Nick Winter
|
60db16b1c3
|
Making all code languages load for level editor to avoid busted level previews. Added CoffeeScript compiler to web worker so we can use Referee extraCode.
|
2015-03-04 11:29:03 -08:00 |
|
Nick Winter
|
44008be95f
|
Level Editor doesn't need to load your session or its hero config (or break doing so). Fixed adding unconfigured heroes to levels busting the level.
|
2015-02-27 21:37:55 -08:00 |
|
Nick Winter
|
e48d996a60
|
Fixed #2286.
|
2015-02-24 11:45:50 -08:00 |
|
Nick Winter
|
0f6404fea1
|
Being a tiny bit more idiomatic about CoffeeScript ranges.
|
2015-02-23 15:03:48 -08:00 |
|
Nick Winter
|
6d9e7a76ce
|
Merge pull request #2389 from amankr/bug/duplicates
Issue #2267: Removed duplicates from TreemaData
|
2015-02-23 15:02:20 -08:00 |
|
Aman Kumar
|
d8a4803268
|
Issue #2267: Removed duplicates from TreemaData
|
2015-02-24 03:18:35 +05:30 |
|
Aman Kumar
|
436594555c
|
Issue #1785: Empty level editor folders removed
|
2015-02-22 05:11:02 +05:30 |
|
Nick Winter
|
3bdede3587
|
Fixed #141.
|
2015-02-11 15:13:38 -08:00 |
|
Nick Winter
|
60d68ca23c
|
Fixed some memory leaks and particle disposal problems. Re-enabled particles. Tweaked particle stylings.
|
2015-02-02 18:02:57 -08:00 |
|
Nick Winter
|
4b388f2775
|
Fixed some memory leaks. Fixed a couple minor bugs.
|
2015-01-31 12:23:44 -08:00 |
|
Nick Winter
|
022d31c19a
|
Basic leaderboards are working.
|
2015-01-30 21:36:48 -08:00 |
|
Nick Winter
|
f78ea3d786
|
Yaaaaay
|
2015-01-30 09:40:46 -08:00 |
|
Nick Winter
|
7dd128780f
|
Unlocking all audition levels in Auditions campaign.
|
2015-01-21 11:49:56 -08:00 |
|
Nick Winter
|
f86d106077
|
Showing replayable level difficulty in control bar.
|
2015-01-16 12:50:10 -08:00 |
|
Imperadeiro98
|
fa3d8a2dd0
|
i18n duplicate strings
|
2015-01-15 17:34:39 +00:00 |
|
Nick Winter
|
ea2392b2fe
|
Removed buildTime annoyance from level save diffs.
|
2015-01-11 10:10:55 -08:00 |
|
Nick Winter
|
5c352699b0
|
buildTime stuff.
|
2015-01-10 09:33:41 -08:00 |
|
Imperadeiro98
|
19756b3be2
|
Update LevelEditView.coffee
|
2015-01-05 23:49:47 +00:00 |
|
Imperadeiro98
|
029b28853f
|
Update LevelEditView.coffee
|
2015-01-05 20:24:42 +00:00 |
|
Nick Winter
|
947811c01b
|
Replayable once-per-day increasing-difficulty level basics.
|
2015-01-05 10:44:24 -08:00 |
|
Nick Winter
|
c54fd5ab4b
|
Moved editors from PUT to POST so that version saving behavior is preserved and admins can PUT without saving new versions.
|
2014-12-29 09:14:43 -08:00 |
|
Nick Winter
|
744d30737e
|
Merged in campaign editor and campaign view. Destroyed WorldMapView, CampaignOptions, and LevelOptions. Lots of stuff is now stored in the database instead of code. Cleaned up a few unneeded old features. Fixed some problems with checking permissions on first rather than latest versions of documents.
|
2014-12-28 13:25:20 -08:00 |
|
Nick Winter
|
e153a7ecce
|
Added some more world rand shortcut functions. Fixed a bug with toggling collision in level editor. Updated CommunityView contributor class i18n linking.
|
2014-12-21 21:38:12 -08:00 |
|
Nick Winter
|
e8d185a860
|
Embedding level completion checklist inside the level editor.
|
2014-12-20 20:01:07 -08:00 |
|
Nick Winter
|
f26b43f8a5
|
Fixed floor y scaling. Fixed issues with client-side disabling of new model / fork / revert population actions without permissions. Ameliorated some ensure_comprehensions warnings.
|
2014-12-20 16:02:41 -08:00 |
|
Nick Winter
|
8528f5039b
|
Linking to FAQ from contact page. Now showing all Components in level editor, not just ones that are present in the level.
|
2014-12-20 14:40:28 -08:00 |
|
Nick Winter
|
e4c6d07a4a
|
Added keyboard shortcuts to move, resize, minor-rotate, and toggle collision for Thangs in the level editor. Fixed some issues with stretchy Thangs and collision shapes not updating. Fixed #1699. Fixed #57. Colored collision overlays according to collision categories.
|
2014-12-20 13:39:51 -08:00 |
|
Nick Winter
|
68678a6057
|
Add upcoming desert levels to the world map.
|
2014-12-13 19:43:12 -08:00 |
|
Nick Winter
|
1f2408a99f
|
Can actually edit requiresSubscription on levels.
|
2014-12-03 15:50:34 -08:00 |
|
Scott Erickson
|
be809337c4
|
Refactored to make TreemaUtils generally available but TreemaNode only available for views that need it.
|
2014-11-29 17:51:40 -08:00 |
|
Scott Erickson
|
3a4eaa718f
|
Did what I needed to do to get d3 to not be loaded during play: refactored the ladder views out of the play wad, and got the Router to handle viewClass being a string rather than a fully loaded module.
|
2014-11-29 16:46:51 -08:00 |
|
Scott Erickson
|
129e07e231
|
Refactored a bunch of editor stuff to be included in the wads. Fixed a bug with the I18NEditModelView.
|
2014-11-29 13:36:48 -08:00 |
|
Nick Winter
|
891b78eb44
|
Hiding some ThangTypes from view in level editor.
|
2014-11-29 10:34:04 -08:00 |
|
Scott Erickson
|
31214e854e
|
Wabam. Refactored a bunch of stuff into 'core' folders so that it's clearer which files are being loaded first thing, and which are not. Also reworked a bunch of the anymatch things in config.coffee, cause there were better ways.
|
2014-11-28 17:49:41 -08:00 |
|
Scott Erickson
|
b698745e05
|
Set up the site to load its logic and templates piecemeal rather than in one giant app.js file.
|
2014-11-28 16:38:56 -08:00 |
|
Nathan Rosquist
|
da4116ee2e
|
Add tree_stand thangs to Generate Terrain modal in level editor. Use as border for grassy terrain.
|
2014-11-26 12:18:57 -08:00 |
|
Nick Winter
|
55eaed0cd2
|
Updated AI/Vision pathfinding/line-of-sight default terrain updates.
|
2014-11-26 10:51:30 -08:00 |
|
Nick Winter
|
904d605e42
|
Getting ready to add new levels.
|
2014-11-21 20:36:56 -08:00 |
|
Scott Erickson
|
025780a575
|
Added loadingTip property to levels, set them up on the LevelLoadingView, and got them prepped for i18n-ing.
|
2014-11-12 15:00:24 -08:00 |
|
Scott Erickson
|
67684b89d5
|
Fixed #1687, forcing reloads when populating i18n in documents.
|
2014-10-28 14:21:22 -07:00 |
|
Scott Erickson
|
895645ef6d
|
Levels and Components with i18nCoverage update that coverage from the level editor now.
|
2014-10-28 13:48:17 -07:00 |
|
Scott Erickson
|
cea04d27ad
|
Built diplomat-specific views for editing levels, components, achievements and thang types.
|
2014-10-27 17:16:22 -07:00 |
|
Nick Winter
|
4c33b98e27
|
Fixed building Thangs with new Components that no other Thang uses. Fixed THangs with id 0 in the level editor.
|
2014-10-23 18:11:12 -07:00 |
|
Scott Erickson
|
1f7d098b2e
|
Added rotation buttons in the context menu and shortcuts to the level editor.
|
2014-10-22 07:53:49 -07:00 |
|
Scott Erickson
|
7f4ac3e5d6
|
Fixed point and region choosers in the level editor.
|
2014-10-21 10:59:05 -07:00 |
|
Nick Winter
|
1fb48f2b85
|
Fixed a few bugs. Removed Olark; disabled LinkedIn. Added ladder submission to HeroVictoryModal.
|
2014-10-19 17:38:10 -07:00 |
|
Nick Winter
|
440e1700b1
|
Using aiSource now for enemy AIs in multiplayer, separate from sample code source.
|
2014-10-19 12:44:58 -07:00 |
|
Nick Winter
|
56a80e3615
|
Started getting hero-ladder level type working.
|
2014-10-18 14:51:49 -07:00 |
|
Nick Winter
|
ff467d1f31
|
Don't play a selection sound when adding a Thang.
|
2014-10-07 12:04:55 -07:00 |
|