├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2013-2014, Snowl (David Diaz - d@viddiaz.com) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files 4 | (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, 5 | merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is 6 | furnished to do so, subject to the following conditions: 7 | 8 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 9 | 10 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 11 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 12 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 13 | IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | LegendaryClient 2 | =============== 3 | 4 | This client is discontinued due to a request from Riot. No more pull requests or code will be committed to this repository. No more support will be provided either. Hopefully some stuff from this client can be implemented in the Official client, though. 5 | 6 | It was a fun project, and I had lots of fun developing it. I knew there was a possibility that it would not be allowed by Riot (especially after Wintermint), but it has certainly helped me with WPF and improving my C#. While I will leave my source code as it is (no point taking it down), I ask that people don't continue this project, you are just wasting time. If you want to improve League of Legends, create a smaller project, or apply for a [job at Riot](http://www.riotgames.com/careers). The source code is not fully up-to-date (around ~5000 lines behind the final client), but is a good indicator of what is needed for a client. 7 | 8 | ------------------------------------ 9 | 10 | This project has been superseded by an in-house project called Breeze (Only available for demonstration). 11 | 12 | ![Breeze](http://puu.sh/aJHtH/49c57f0210.jpg) 13 | --------------------------------------------------------------------------------