An open API service indexing awesome lists of open source software.

https://github.com/aristurtledev/lidgren

This is a copy of the Lidgren source exported from SVN to Git from https://code.google.com/archive/p/lidgren-network/
https://github.com/aristurtledev/lidgren

Last synced: 9 months ago
JSON representation

This is a copy of the Lidgren source exported from SVN to Git from https://code.google.com/archive/p/lidgren-network/

Awesome Lists containing this project

README

          

# Ligren Version 1.0.0.0
This repository is an export of the Lidgren SVN to Git from https://code.google.com/archive/p/lidgren-network/

The purpose of this repository was to update that specific version of Lidgren from .NET Framework to .NET 6 to support the port of Inifiniminer from XNA 3.1 to MonoGame 3.8.1.303.

This repository contains two branches

| Branch | Description |
| -------- | ----------------------------------------------------------------------------------------- |
| main | The .NET 6 update version |
| original | The original .NET Framework version of the Lidgren source as exported from the SVN to Git |

## License
Lidgren is licensed under the MIT License. This can be found in the [LICENSE](LICENSE) file as well as in the text below

```
Copyright (c) 2008 Michael Lidgren

Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom
the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
```