Skip to content

Commit

Permalink
Moved the code to separate repository & added the basic configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
filux committed Mar 27, 2014
1 parent 12a8040 commit 02cdd13
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 2 deletions.
41 changes: 41 additions & 0 deletions .gitattributes
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
50 changes: 50 additions & 0 deletions .gitignore
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
16 changes: 16 additions & 0 deletions README.md
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) ...
1 change: 0 additions & 1 deletion README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion flags/README → flags/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
These flag icons have been copied from http://www.famfamfam.com where they are
made available under a Public Domain license. Some of the original content has
been removed.
been removed.

Original license:
-----
Expand Down

0 comments on commit 02cdd13

Please sign in to comment.