-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c89af7a
commit d575320
Showing
109 changed files
with
4,732 additions
and
7,701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,63 @@ | ||
|
||
# Auto-built applications | ||
# Runtime Caches | ||
|
||
/lychee.store | ||
/bin/editor | ||
/bin/ranger | ||
/bin/runtime | ||
/bin/harvester.pid | ||
|
||
/libraries/lychee/source/DIST.js | ||
# GitHub Integration | ||
|
||
/.github/TOKEN | ||
/.github/ISSUES | ||
|
||
# Fuck these guys | ||
|
||
/__TODO__ | ||
/.idea | ||
.DS_Store | ||
|
||
|
||
|
||
# Libraries | ||
|
||
/libraries/* | ||
/libraries/*/build | ||
/projects/*/build | ||
/libraries/*/lychee.store | ||
/libraries/lychee/source/DIST.js | ||
!/libraries/README.md | ||
|
||
!/libraries/breeder | ||
!/libraries/fertilizer | ||
!/libraries/harvester | ||
!/libraries/lychee | ||
!/libraries/strainer | ||
|
||
|
||
|
||
# Projects | ||
|
||
/projects/* | ||
/projects/*/build | ||
/projects/*/lychee.store | ||
/projects/cultivator/*/lychee.store | ||
!/projects/README.md | ||
|
||
|
||
# Whitelisted git-tracked projects | ||
!/projects/emoji-chat | ||
!/projects/text-chat | ||
!/projects/boilerplate | ||
!/projects/cultivator | ||
!/projects/lethalmaze | ||
!/projects/mode7 | ||
!/projects/over-there | ||
!/projects/pong | ||
!/projects/text-chat | ||
!/projects/tictactoe | ||
!/projects/lethalmaze | ||
|
||
|
||
# Cultivator | ||
/projects/*/build | ||
/projects/cultivator/editor/build | ||
/projects/cultivator/ranger/build | ||
|
||
|
||
# GitHub Integration | ||
.github/TOKEN | ||
.github/ISSUES | ||
# Cultivator Projects | ||
|
||
# Well, yeah. Fuck these guys | ||
/__TODO__ | ||
.DS_Store | ||
/projects/cultivator/editor/build | ||
/projects/cultivator/editor/lychee.store | ||
/projects/cultivator/ranger/build | ||
/projects/cultivator/ranger/lychee.store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
|
||
# lychee.js CHANGELOG | ||
|
||
All lychee.js versions are released in a quarterly release cycle. | ||
|
||
At the end of each quarter, a new release is automatically | ||
generated, tagged and pushed to GitHub. | ||
|
||
We do NOT use semantic versioning as it is assumed to always use | ||
at least the latest quarterly release on the `master` branch or | ||
the `development` branch. | ||
|
||
As we cannot influence decisions of our Artificial Intelligence, | ||
some things might break temporarily on the `development` and | ||
`humansneednotapply` branch. | ||
|
||
The update behaviour is changed as explained in the [RELEASE Guide](./guides/RELEASE.md). | ||
|
||
|
||
## [2016-Q3] - 2016-09-28 (UNRELEASED) | ||
|
||
- Changed: Integration of [@humansneednotapply](https://github.com/humansneednotapply) Account. | ||
- Changed: Integration of `.github/TOKEN` file. | ||
- Changed: License to MIT/GPL3/CC4-BY-SA. | ||
- Changed: New Welcome Page for easier Project-based workflow. | ||
- Fixed: lychee.ui Entities. | ||
- Fixed: lychee.effect Stack is now completely delay-compatible. | ||
- Added: lychee.js Editor allows `project` changes. | ||
- Removed: fyto.js was deprecated, lycheejs-legacy is embraced. | ||
|
||
|
||
## [2016-Q2] - 2016-06-27 | ||
|
||
- **Changed**: ES6 Migration for all lychee.js Definitions (`/libraries` and `/projects`). | ||
- Changed: lychee.js Harvester uses event/socket-driven API. | ||
- Changed: lychee.Definition sandbox with Feature Detection. | ||
- Changed: lychee.Environment sandbox with Feature Prediction. | ||
- Changed: lychee.js Harvester uses lychee.net.protocol.HTTP. | ||
- Changed: lychee.js Ranger uses new Harvester API. | ||
- Changed: lychee.codec Stack replaces lychee.data Stack. | ||
- Added: Maintenance scripts (`/bin/maintenance/`). | ||
- Added: lychee.js Fertilizer supports `html` Applications and Libraries. | ||
- Added: lychee.js Breeder supports `init`, `fork` and `pull` actions. | ||
- Added: lychee.ui Stack automates UI/UX Flow (Blueprint and Element). | ||
- Added: lychee.net Stack supports all platform tags peer-to-peer. | ||
- Added: lychee.Stash adapter allows Asset-compatible storage. | ||
- Added: lychee.Storage adapter allows Key/Value storage. | ||
|
||
|
||
## [2016-Q1] - 2016-03-25 | ||
|
||
- **Changed**: Migrated all Libraries to `/libraries` folder. | ||
- **Changed**: Migrated all Projects to `/projects` folder. | ||
- **Changed**: lychee.game renamed to lychee.app Stack. | ||
- Changed: Renamed `sorbet` Project to lychee.js Harvester`. | ||
- Changed: Project Lethalmaze as multiplayer tank game. | ||
- Changed: Project Boilerplate is compatible with AI. | ||
- Added: lychee.js Harvester is a reusable library and project. | ||
- Added: GNU/Linux, OSX and BSD Development Host support. | ||
|
||
|
||
## [2015-Q4] - 2015-11-30 | ||
|
||
- **Removed**: Windows Development Host support. | ||
- Changed: Major Redesign of lychee.ui Stack. | ||
- Changed: Better Guides to `/guides` folder. | ||
- Added: Project Over-There (NASA hackathon). | ||
- Added: Platform support for `node`, `html-nwjs` and `html-webview`. | ||
- Added: lychee.ui and lychee.effect Stack. | ||
|
||
|
||
# GIT CHANGELOG | ||
|
||
- [Unreleased](https://github.com/Artificial-Engineering/lycheejs/compare/2016-Q3...HEAD) | ||
- [2016-Q3](https://github.com/Artificial-Engineering/lycheejs/compare/2016-Q2...2016-Q3) | ||
- [2016-Q2](https://github.com/Artificial-Engineering/lycheejs/compare/2016-Q1...2016-Q2) | ||
- [2016-Q1](https://github.com/Artificial-Engineering/lycheejs/compare/2015-Q4...2016-Q1) | ||
- [2015-Q4](https://github.com/Artificial-Engineering/lycheejs/compare/a285915ac5ac541b622fece52a039fbf2051f469...2015-Q4) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
#!/bin/bash | ||
|
||
lowercase() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.