-
-
Notifications
You must be signed in to change notification settings - Fork 6
Big Bang Homepage Update + NEW Server browser #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dc-redeclipse
wants to merge
45
commits into
redeclipse:master
Choose a base branch
from
dc-redeclipse:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
2f57d8d
Update _config.yml
dc-redeclipse da238a6
Update _config.yml
dc-redeclipse 92f8489
Update _config.yml
dc-redeclipse 8e6a789
Update _config.yml
dc-redeclipse 1530ea5
Update _config.yml
dc-redeclipse 21e825d
Update _config.yml
dc-redeclipse 48bb5e1
first push
dc-redeclipse aa91ae2
Update index.html
dc-redeclipse 7f7dee8
Update index.html
dc-redeclipse ec3c245
v01
dc-redeclipse cdc5b18
homepage update for 2.1 (v0.1)
dc-redeclipse ff20044
updated to cover
dc-redeclipse 62ee9f7
fin
dc-redeclipse 1e08cec
up
dc-redeclipse 84c43b0
Update index.html
dc-redeclipse c707ed4
Update index.html
dc-redeclipse ebc4b9d
Update index.html
dc-redeclipse 391b7ab
Big Bang
dc-redeclipse 1b85baf
Update _config.yml
dc-redeclipse 4ac8c4d
Update index.html
dc-redeclipse 04dc2dd
little fix in Update _config.yml
dc-redeclipse 7a44e4e
Update _config.yml
dc-redeclipse 08ed1ea
Update index.html
dc-redeclipse 716e602
Merge branch 'master' of https://github.com/dc-redeclipse/redeclipse.…
dc-redeclipse 47c6fc8
Update index.html
dc-redeclipse 06c415e
Update index.html
dc-redeclipse d46a95a
Update index.html
dc-redeclipse 5cf7e8a
Update index.html
dc-redeclipse 56369d6
fix
dc-redeclipse 60bb6e3
Update index.html
dc-redeclipse 34251a4
Update index.html
dc-redeclipse 6417f23
Update index.html
dc-redeclipse 60b460c
Update index.html
dc-redeclipse dfd3157
updated crosshair and download
dc-redeclipse 35ad364
Update index.html
dc-redeclipse d8ffe1c
Update index.html
dc-redeclipse 369e422
Update index.html
dc-redeclipse bbb6212
change www.redeclipse.net to redeclipse.net
dc-redeclipse 552a23f
add Important Notice About Unofficial Packages
dc-redeclipse 26d3f91
Big Bang Homepage Update + NEW Server browser
dc-redeclipse c09705e
Update bits
dc-redeclipse d598518
little fix
dc-redeclipse e1e5a6c
clean
dc-redeclipse d9a93ac
Revert "clean"
dc-redeclipse 59655a4
add maps submodule
dc-redeclipse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -11,4 +11,7 @@ data/local.yml | |
| *.rej | ||
| *.bak | ||
| *.kate-swp | ||
|
|
||
| .env | ||
| __pycache__/ | ||
| *.py[cod] | ||
| data/*.json | ||
This file contains hidden or 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,3 +1,7 @@ | ||
| [submodule "bits"] | ||
| path = bits | ||
| url = https://github.com/redeclipse/www-bits.git | ||
|
|
||
| [submodule "maps"] | ||
| path = maps | ||
| url = https://github.com/redeclipse/maps.git |
This file contains hidden or 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 hidden or 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 +1 @@ | ||
| www.redeclipse.net | ||
| redeclipse.net |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,8 +1,11 @@ | ||
| version: "2.0.0" | ||
| release: "Jupiter Edition" | ||
| date: "19th December 2019" | ||
| version: "2.0.9" | ||
| release: "Big Bang Beta" | ||
| date: "24th December 2025" | ||
| #version: "2.1.0" | ||
| #release: "Big Bang Edition" | ||
| #date: "24th December 2026" | ||
| youtube: p7w4LXJ_JJ8 | ||
| copyright: "2009-2020 Quinton Reeves, Lee Salzman" | ||
| copyright: "Quinton Reeves, Lee Salzman" | ||
| screenshots: | ||
| pages: 20 | ||
| items: 4 |
This file contains hidden or 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,15 +1,24 @@ | ||
| - url: /steam | ||
| title: "Steam" | ||
| class: "fab fa-steam" | ||
| - url: /discord | ||
| title: "Discord" | ||
| class: "fab fa-discord" | ||
| - url: /servers | ||
| title: "Server browser" | ||
| class: "fas fa-server" | ||
| - url: /download | ||
| title: "Downloads" | ||
| class: "fas fa-download" | ||
| - url: /docs | ||
| title: "Documentation" | ||
| class: "fas fa-book" | ||
| - url: /github | ||
| title: "GitHub" | ||
| class: "fab fa-github" | ||
| - url: /discuss | ||
| title: "Discussions" | ||
| class: "fas fa-comment" | ||
| - url: /issues | ||
| title: "Issue Tracker" | ||
| class: "fas fa-tasks" | ||
| - url: /servers | ||
| title: "Server List" | ||
| class: "fas fa-server" |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.