Hard-wrap readme for easier diffing
This commit is contained in:
54
README.md
54
README.md
@@ -1,26 +1,46 @@
|
|||||||
Classic Blades of Exile
|
Classic Blades of Exile
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
This project hosts the source code to the classic RPG creator Blades of Exile after it was released
|
This project hosts the source code to the classic RPG creator Blades of
|
||||||
by [Spiderweb Software](http://www.spiderwebsoftware.com/) under GPLv2. It is a svn-git transfer from the
|
Exile after it was released
|
||||||
[Google Code Project](http://code.google.com/p/openexile/); all issues and trunk code has been ported.
|
by [Spiderweb Software](http://www.spiderwebsoftware.com/) under GPLv2.
|
||||||
|
It is a svn-git transfer from the
|
||||||
|
[Google Code Project](http://code.google.com/p/openexile/); all issues
|
||||||
|
and trunk code has been ported.
|
||||||
|
|
||||||
The primary purpose of this project is to provide bug fixes to Blades of Exile
|
The primary purpose of this project is to provide bug fixes to Blades of
|
||||||
so that it can compile and run on modern operating systems. The secondary purpose is
|
Exile
|
||||||
to generalize and extend its functionality while maintaining backwards compatibility.
|
so that it can compile and run on modern operating systems. The
|
||||||
|
secondary purpose is
|
||||||
|
to generalize and extend its functionality while maintaining backwards
|
||||||
|
compatibility.
|
||||||
|
|
||||||
If you would like to be added to this project contact [Sylae](https://github.com/sylae)
|
If you would like to be added to this project contact
|
||||||
or one of the other people on the owners list. This is an open project, with no strong prerequisites
|
[Sylae](https://github.com/sylae)
|
||||||
for getting commit access. With that in mind, please be careful of what you check into the repository.
|
or one of the other people on the owners list. This is an open project,
|
||||||
Please do not commit any binaries, junk files, or anything that doesn't compile.
|
with no strong prerequisites
|
||||||
|
for getting commit access. With that in mind, please be careful of what
|
||||||
|
you check into the repository.
|
||||||
|
Please do not commit any binaries, junk files, or anything that doesn't
|
||||||
|
compile.
|
||||||
|
|
||||||
The current task at hand is to merge the Windows code into the current Mac codebase, which no longer uses platform-specific APIs for most things (a few files would need to be rewritten for Windows).
|
The current task at hand is to merge the Windows code into the current
|
||||||
|
Mac codebase, which no longer uses platform-specific APIs for most
|
||||||
|
things (a few files would need to be rewritten for Windows).
|
||||||
|
|
||||||
Helpful Links
|
Helpful Links
|
||||||
-------------
|
-------------
|
||||||
* [Jenkins Server](http://te.calref.net:8080/) - Runs a build after every push
|
* [Jenkins Server](http://te.calref.net:8080/) - Runs a build after
|
||||||
* [BoE Forum at Spiderweb Software](http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/)
|
every push
|
||||||
* [Original Game Source](http://www.spiderwebsoftware.com/blades/opensource.html) - Where it all began. Warning: Terrifying code.
|
* [BoE Forum at Spiderweb
|
||||||
* [Ormus's Code](http://info.wsisiz.edu.pl/~kowalsg0/) - The basis for most, if not all, of the Win32 work.
|
Software](http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-
|
||||||
* [Experimental Builds](http://celmin.pwcsite.com/oboe/) - will be put up whenever Celtic Minstrel feels like it.
|
of-exile/)
|
||||||
* [Blades File Dump](http://blades.calref.net/) - A spot to quickly add project files; mostly contains older binaries from the Google Code page.
|
* [Original Game
|
||||||
|
Source](http://www.spiderwebsoftware.com/blades/opensource.html) - Where
|
||||||
|
it all began. Warning: Terrifying code.
|
||||||
|
* [Ormus's Code](http://info.wsisiz.edu.pl/~kowalsg0/) - The basis for
|
||||||
|
most, if not all, of the Win32 work.
|
||||||
|
* [Experimental Builds](http://celmin.pwcsite.com/oboe/) - will be put
|
||||||
|
up whenever Celtic Minstrel feels like it.
|
||||||
|
* [Blades File Dump](http://blades.calref.net/) - A spot to quickly add
|
||||||
|
project files; mostly contains older binaries from the Google Code page.
|
Reference in New Issue
Block a user