-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed resource paths and optimized textures.
Cleaned and updated pom.xml and readme.md. Cleaned up gitignore some layout some. Cleaned up formatting in some files a tiny bit. Updated license headers to reflect changes. Added .wav and .dat as binary in gitatttributes. Removed jalopy.xml for now, as it's old and not used (yet).
- Loading branch information
Wulfspider
committed
Dec 18, 2012
1 parent
536afaa
commit 3ab7746
Showing
1,786 changed files
with
14,318 additions
and
14,785 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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Set default behaviour, in case users don't have core.autocrlf set. | ||
* text=auto | ||
# Normalize as LF in the repository, OS native locally | ||
* text | ||
*.java text | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
# Binary files that should not be modified | ||
*.dat binary | ||
*.jpg binary | ||
*.png binary | ||
*.jpg binary | ||
*.ttf binary | ||
*.wav binary |
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,24 +1,24 @@ | ||
This file is part of ${name}. | ||
|
||
${copyright} <${url}/> | ||
${name} is licensed under the ${license}. | ||
${name} is licensed under the Spout License Version 1. | ||
|
||
${name} is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Lesser General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
${name} is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU Lesser General Public License as published by the Free | ||
Software Foundation, either version 3 of the License, or (at your option) | ||
any later version. | ||
|
||
In addition, 180 days after any changes are published, you can use the | ||
software, incorporating those changes, under the terms of the MIT license, | ||
as described in the ${license}. | ||
as described in the Spout License Version 1. | ||
|
||
${name} is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Lesser General Public License for more details. | ||
${name} is distributed in the hope that it will be useful, but WITHOUT ANY | ||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | ||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for | ||
more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public License, | ||
the MIT license and the ${license} along with this program. | ||
the MIT license and the Spout License Version 1 along with this program. | ||
If not, see <http://www.gnu.org/licenses/> for the GNU Lesser General Public | ||
License and see <${licenseUrl}> for the full license, | ||
including the MIT license. | ||
License and see <http://spout.in/licensev1> for the full license, including | ||
the MIT license. |
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
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
28 changes: 14 additions & 14 deletions
28
src/main/java/org/spout/vanilla/chat/VanillaStyleFormatter.java
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
28 changes: 14 additions & 14 deletions
28
src/main/java/org/spout/vanilla/chat/VanillaStyleHandler.java
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.