Commit f9b36eb
- BuildTools/cmake/stages/Init.cmake+12
- Source/Client/3dStuff.cpp+1-1
- Source/Client/Client.h+24-2
- Source/Client/MapSprite.cpp+23
- Source/Client/MapSprite.h+3
- Source/Client/MapView.cpp+98-117
- Source/Client/MapView.h+4-23
- Source/Client/SpriteManager.cpp+5-50
- Source/Common/EntityProperties.h+8
- Source/Common/Properties.cpp+4-4
- Source/Common/Properties.h+2-2
- Source/Common/PropertiesSerializator.cpp+4-4
- Source/Common/Settings-Include.h+3-2
- Source/Frontend/Rendering-Direct3D.cpp+17-1
- Source/Frontend/Rendering-OpenGL.cpp+13
- Source/Frontend/Rendering.cpp+4
- Source/Frontend/Rendering.h+113-29
- Source/Scripting/AngelScript/AngelScriptGlobals.cpp+106-22
- Source/Scripting/ClientGlobalScriptMethods.cpp+1-1
- Source/Scripting/ClientMapScriptMethods.cpp+19
- Source/Tests/Test_Properties.cpp+4-4
- Source/Tools/EffectBaker.cpp+2
- Source/Tools/Mapper.cpp-36
- Source/Tools/Mapper.h-1
- Source/Tools/MetadataBaker.cpp+3-3
- Source/Tools/ModelMeshBaker.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | 212 | | |
221 | 213 | | |
222 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 83 | | |
87 | 84 | | |
88 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
1514 | 1513 | | |
1515 | 1514 | | |
1516 | 1515 | | |
1517 | | - | |
1518 | | - | |
1519 | | - | |
1520 | | - | |
1521 | | - | |
1522 | | - | |
1523 | | - | |
1524 | | - | |
1525 | 1516 | | |
1526 | 1517 | | |
1527 | 1518 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | 341 | | |
344 | 342 | | |
345 | 343 | | |
346 | 344 | | |
347 | 345 | | |
348 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments