|
1 |
| -<<<<<<< HEAD |
2 | 1 | NOTE: Development of this project is indefinitely suspended in favour of [tmxlite](https://github.com/fallahn/tmxlite)
|
3 | 2 | which supports generic rendering across C++ frameworks such as SFML and SDL2, requires no external linkage and
|
4 | 3 | has broader platform support, including mobile devices.
|
@@ -35,46 +34,9 @@ it freely, subject to the following restrictions:
|
35 | 34 |
|
36 | 35 | *********************************************************************/
|
37 | 36 |
|
38 |
| -This class is designed to load TILED .tmx format maps, compatible with |
39 |
| -TILED up to version 0.9.0 |
40 |
| -======= |
41 |
| -A note on the [current status](http://trederia.blogspot.com/2016/05/sfml-tmx-map-loader-200.html) |
42 |
| - |
43 |
| -Looking for something more lightweight, yet flexible? Try [tmxlite](https://github.com/fallahn/tmxlite)! |
44 |
| - |
45 |
| -/********************************************************************* |
46 |
| - |
47 |
| -Matt Marchant 2013 - 2015 |
48 |
| -SFML Tiled Map Loader - https://github.com/bjorn/tiled/wiki/TMX-Map-Format |
49 |
| - |
50 |
| -The zlib license has been used to make this software fully compatible |
51 |
| -with SFML. See http://www.sfml-dev.org/license.php |
52 |
| - |
53 |
| -This software is provided 'as-is', without any express or |
54 |
| -implied warranty. In no event will the authors be held |
55 |
| -liable for any damages arising from the use of this software. |
56 |
| - |
57 |
| -Permission is granted to anyone to use this software for any purpose, |
58 |
| -including commercial applications, and to alter it and redistribute |
59 |
| -it freely, subject to the following restrictions: |
60 |
| - |
61 |
| -1. The origin of this software must not be misrepresented; |
62 |
| - you must not claim that you wrote the original software. |
63 |
| - If you use this software in a product, an acknowledgment |
64 |
| - in the product documentation would be appreciated but |
65 |
| - is not required. |
66 |
| - |
67 |
| -2. Altered source versions must be plainly marked as such, |
68 |
| - and must not be misrepresented as being the original software. |
69 |
| - |
70 |
| -3. This notice may not be removed or altered from any |
71 |
| - source distribution. |
72 |
| - |
73 |
| -*********************************************************************/ |
74 | 37 |
|
75 | 38 | This class is designed to load TILED .tmx format maps, compatible with
|
76 | 39 | TILED up to version 0.9.0
|
77 |
| ->>>>>>> master |
78 | 40 |
|
79 | 41 | http://trederia.blogspot.co.uk/2013/05/tiled-map-loader-for-sfml.html
|
80 | 42 |
|
|
0 commit comments