Date: | 2012-08-02 20:59:00 (12 years 8 months ago) |
Author: | Natalie Adams |
Branch: | default |
Commit: | 821e630e3e35 |
Parents: |
e14c3e870754
|
Message: | * - Adding Factory for Texture2D to create from a list (ie lay a
list of texture2D row by row)
* - Adding AddScreen method to ScreenManager to make the PlayerIndex optional (default of PlayerIndex.One) |
Changes: |
|
File differences
axios/Axios_WP7.csproj |
173 | 173 |
174 | 174 |
175 | 175 |
| 176 |
176 | 177 |
177 | 178 |
178 | 179 |
|
|
axios/Axios_Windows.csproj |
216 | 216 |
217 | 217 |
218 | 218 |
| 219 |
219 | 220 |
220 | 221 |
221 | 222 |
|
|
axios/Axios_Xbox_360.csproj |
166 | 166 |
167 | 167 |
168 | 168 |
| 169 |
169 | 170 |
170 | 171 |
171 | 172 |
|
|
axios/Axios_settings.cs |
112 | 112 |
113 | 113 |
114 | 114 |
| 115 |
| 116 |
| 117 |
| 118 |
115 | 119 |
116 | 120 |
117 | 121 |
|
|
axios/Engine/Extensions/Texture2D.cs |
|
|
axios/Properties/AssemblyInfo.cs |
31 | 31 |
32 | 32 |
33 | 33 |
34 | |
| 34 |
35 | 35 |
36 | 36 |
37 | 37 |
|
|
axios/ScreenSystem/ScreenManager.cs |
289 | 289 |
290 | 290 |
291 | 291 |
| 292 |
| 293 |
| 294 |
| 295 |
| 296 |
| 297 |
| 298 |
| 299 |
| 300 |
| 301 |
| 302 |
| 303 |
| 304 |
| 305 |
| 306 |
| 307 |
| 308 |
| 309 |
| 310 |
| 311 |
| 312 |
292 | 313 |
293 | 314 |
294 | 315 |
|
|
Download the corresponding diff file