-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved the code to separate repository & added the basic configuration.
- Loading branch information
Showing
5 changed files
with
108 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
* text=auto | ||
*.bat eol=crlf | ||
*.vcproj eol=crlf | ||
*.nsi eol=crlf | ||
*.sln eol=crlf | ||
*.vbs eol=crlf | ||
|
||
*.txt eol=crlf | ||
CMake*.txt eol=lf | ||
version.txt eol=lf | ||
VERSION.txt eol=lf | ||
robots.txt eol=lf | ||
|
||
*.ttc -text -diff | ||
*.ttf -text -diff | ||
*.otf -text -diff | ||
*.tga -text -diff | ||
*.png -text -diff | ||
*.jpg -text -diff | ||
*.bmp -text -diff | ||
*.xpm -text -diff | ||
*.gif -text -diff | ||
*.svg -text -diff | ||
*.ico -text -diff | ||
*.icns -text -diff | ||
*.g3d -text -diff | ||
*.mp4 -text -diff | ||
*.ogg -text -diff | ||
*.wav -text -diff | ||
*.mp3 -text -diff | ||
*.gbm -text -diff | ||
*.mgm -text -diff | ||
*.xcf -text -diff | ||
*.blend -text -diff | ||
*.blend1 -text -diff | ||
|
||
.git export-ignore | ||
.gitignore export-ignore | ||
.gitattributes export-ignore | ||
.gitmodules export-ignore | ||
README.md export-ignore |
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,50 @@ | ||
## Linux | ||
.* | ||
*~ | ||
# Gimp | ||
*.xcf | ||
# Vim | ||
*.un~ | ||
Session.vim | ||
# KDevelop | ||
*.kdev4 | ||
# Meld | ||
*.orig | ||
|
||
## OSX | ||
Icon | ||
|
||
## Windows | ||
*.old | ||
# Windows image file caches | ||
Thumbs.db | ||
thumbs.db | ||
ehthumbs.db | ||
# Folder config file | ||
Desktop.ini | ||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
# Visual studio | ||
*.suo | ||
*.ncb | ||
|
||
## Packages | ||
# it's better to unpack these files and commit the raw source git has its own built in compression methods | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
*.bz2 | ||
|
||
## Logs | ||
*.log | ||
|
||
## Git | ||
!.git | ||
!.gitignore | ||
!.gitattributes | ||
!.gitmodules |
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,16 @@ | ||
**This is code of the MegaGlest master server.** | ||
|
||
MegaGlest (http://megaglest.org) is a libre software cross | ||
platform real-time strategy game. | ||
|
||
[![logo](http://megaglest.org/uploads/megaglest2011/logo/logo.png)] | ||
(http://megaglest.org/) | ||
|
||
> Master server does the following: | ||
> * publish game hosts (when a user decides to host) | ||
> * list hosted games (HTML, CSV, JSON output) | ||
> * list recently hosted gamed (HTML output) | ||
> * list available game mods (CSV output) | ||
> * provide a version check for game installations | ||
go to the [Main Repository](https://github.com/MegaGlest/megaglest-source) ... |
This file was deleted.
Oops, something went wrong.
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