-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchanges.txt
124 lines (98 loc) · 2.89 KB
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Version 0.15.0
==============
+ Added SDL external project module
+ Added SDL2_ttf external project module
+ Added Freetype external project module
- Fix external project module dependency support
Version 0.14.3
==============
- Fix Lua build issue with linking math libraries in Linux
Version 0.14.2
==============
- Fix Lua build issue with Linux
Version 0.14.1
==============
- Fix Lua include issue
Version 0.14.0
==============
+ Added Lua external project module
Version 0.13.3
==============
- Bump SFML v1.6 from -5 to -6 to fix VS20xx build issues
- Fix TmxParser CMake build script
Version 0.13.2
==============
- Bump SFML v1.6 from -4 to -5 to fix ephemeral ports
Version 0.13.1
==============
- CMake 2.8.2 compatibility fixes
Version 0.13.0
==============
- Add better console only support to Example and Skeleton
Version 0.12.0
==============
- Final fixes for 3rdparty prebuilt libraries
Version 0.11.3
==============
- Fix 3rd party prebuilt library issues
Version 0.11.2
==============
- Fix Example project issues
Version 0.11.1
==============
- Fix zlib1.dll copy issue
Version 0.11.0
==============
- Change EXTERNAL_CMAKE_DIR to PROJECT_NAME
+ Added zlib external project module
+ Added TmxParser external project module
Verison 0.10.0
==============
- Fix minor build order issue in Box2D and PROJECT_NAME dependency problems
- Added TinyXML external project module
Version 0.9.2
=============
- Fix SFML 2.0 RC issues
- Add arial font to example program due to default font bug with SFML 2.0
Version 0.9.1
=============
- Fix SFML main issues
- Fix fake FindXYZ.cmake case sensitivity issues
- Fix Example SFML2 issues
- Disable Thor for now until it becomes SFML2 compatible
Version 0.9.0
=============
- Fix fake FindXYZ.cmake case sensitivity issue
- Fix other Box2D include directory issues
Version 0.8.1
=============
- Change SFML to default to 2.0 version
- Fix SFML v1.6 respository to use version 1.6.4 version which fixes an issue in the src/SFML/Network/CMakeLists.txt file
Version 0.8.0
=============
- Added Box2D external library support
- Added GQE-entities and spacedots example program support
Version 0.7.0
=============
- Fix issues with post_build copy of binary files and SFML2 changes to Example
Version 0.6.0
=============
- Now builds external libraries and projects all within one solution file.
Version 0.5.0
=============
- Several general fixes
- License file fixes
- Added Thor library (default SFML to get latest)
Version 0.4.0
==============
- Initial release to Google Code project site
- Documentation updates and tutorials
Version 0.3.0
==============
- Bug fixes for Visual Studio linker issues
Version 0.2.0
==============
- Bug fixes for TOPLEVEL_DIR and other option issues
Version 0.1.0
==============
- Initial beta release of working project