Commit 7d00c85
committed
May break!
1 parent 3fe2a5c commit 7d00c85Copy full SHA for 7d00c85
26 files changed
+1,241-1,336Lines changed: 1241 additions & 1336 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/MiNET
- MiNET.Client
- MiNET.Console
- MiNET.ServiceKiller
- MiNET.Test
- Net/RakNet
- MiNET
- Net
- RakNet
- Plugins
- Worlds
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/MiNET/MiNET.Client/MiNetClient.cs
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.Client/MiNetClient.cs+50-41Lines changed: 50 additions & 41 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
81 | 82 | |
82 | 83 | |
83 | 84 | |
84 | | - |
| 85 | + |
85 | 86 | |
86 | 87 | |
87 | 88 | |
| ||
157 | 158 | |
158 | 159 | |
159 | 160 | |
160 | | - |
| 161 | + |
161 | 162 | |
162 | 163 | |
163 | 164 | |
| ||
342 | 343 | |
343 | 344 | |
344 | 345 | |
345 | | - |
| 346 | + |
346 | 347 | |
347 | 348 | |
348 | 349 | |
| ||
402 | 403 | |
403 | 404 | |
404 | 405 | |
405 | | - |
| 406 | + |
406 | 407 | |
407 | 408 | |
408 | 409 | |
| ||
412 | 413 | |
413 | 414 | |
414 | 415 | |
415 | | - |
| 416 | + |
416 | 417 | |
417 | 418 | |
418 | | - |
| 419 | + |
419 | 420 | |
420 | 421 | |
421 | 422 | |
| ||
426 | 427 | |
427 | 428 | |
428 | 429 | |
429 | | - |
| 430 | + |
430 | 431 | |
431 | 432 | |
432 | 433 | |
| ||
529 | 530 | |
530 | 531 | |
531 | 532 | |
532 | | - |
| 533 | + |
533 | 534 | |
534 | | - |
535 | | - |
536 | | - |
537 | | - |
538 | | - |
539 | | - |
540 | | - |
541 | | - |
542 | | - |
| 535 | + |
| 536 | + |
| 537 | + |
543 | 538 | |
544 | 539 | |
545 | 540 | |
| ||
559 | 554 | |
560 | 555 | |
561 | 556 | |
562 | | - |
| 557 | + |
563 | 558 | |
564 | 559 | |
565 | 560 | |
| ||
571 | 566 | |
572 | 567 | |
573 | 568 | |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
574 | 575 | |
575 | 576 | |
576 | 577 | |
| ||
593 | 594 | |
594 | 595 | |
595 | 596 | |
596 | | - |
597 | | - |
598 | | - |
599 | | - |
600 | | - |
601 | | - |
602 | | - |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
| 604 | + |
603 | 605 | |
604 | 606 | |
605 | | - |
606 | | - |
607 | | - |
608 | | - |
609 | | - |
610 | | - |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
611 | 614 | |
612 | 615 | |
613 | 616 | |
614 | | - |
| 617 | + |
615 | 618 | |
616 | 619 | |
617 | 620 | |
| ||
1192 | 1195 | |
1193 | 1196 | |
1194 | 1197 | |
1195 | | - |
1196 | | - |
1197 | | - |
| 1198 | + |
| 1199 | + |
| 1200 | + |
| 1201 | + |
| 1202 | + |
| 1203 | + |
| 1204 | + |
1198 | 1205 | |
1199 | 1206 | |
1200 | 1207 | |
| ||
1214 | 1221 | |
1215 | 1222 | |
1216 | 1223 | |
1217 | | - |
| 1224 | + |
1218 | 1225 | |
1219 | 1226 | |
1220 | | - |
1221 | | - |
1222 | 1227 | |
1223 | | - |
| 1228 | + |
| 1229 | + |
| 1230 | + |
| 1231 | + |
| 1232 | + |
1224 | 1233 | |
1225 | 1234 | |
1226 | 1235 | |
| ||
1247 | 1256 | |
1248 | 1257 | |
1249 | 1258 | |
1250 | | - |
| 1259 | + |
1251 | 1260 | |
1252 | 1261 | |
1253 | 1262 | |
1254 | 1263 | |
1255 | 1264 | |
1256 | 1265 | |
1257 | | - |
| 1266 | + |
1258 | 1267 | |
1259 | 1268 | |
1260 | 1269 | |
|
Collapse file
src/MiNET/MiNET.Console/Startup.cs
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.Console/Startup.cs+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
| 27 | + |
26 | 28 | |
27 | 29 | |
28 | 30 | |
| ||
37 | 39 | |
38 | 40 | |
39 | 41 | |
| 42 | + |
| 43 | + |
| 44 | + |
40 | 45 | |
41 | 46 | |
42 | 47 | |
|
Collapse file
src/MiNET/MiNET.Console/log4net.xml
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.Console/log4net.xml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
107 | 107 | |
108 | 108 | |
109 | 109 | |
110 | | - |
| 110 | + |
111 | 111 | |
112 | 112 | |
113 | 113 | |
|
Collapse file
src/MiNET/MiNET.Console/server.nicke.conf
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.Console/server.nicke.conf+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
3 | 4 | |
4 | 5 | |
5 | | - |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
| ||
58 | 59 | |
59 | 60 | |
60 | 61 | |
61 | | - |
| 62 | + |
62 | 63 | |
63 | 64 | |
64 | 65 | |
| ||
80 | 81 | |
81 | 82 | |
82 | 83 | |
83 | | - |
| 84 | + |
84 | 85 | |
85 | 86 | |
86 | 87 | |
| ||
108 | 109 | |
109 | 110 | |
110 | 111 | |
111 | | - |
| 112 | + |
112 | 113 | |
113 | 114 | |
114 | 115 | |
115 | 116 | |
116 | 117 | |
117 | | - |
| 118 | + |
118 | 119 | |
119 | 120 | |
120 | 121 | |
|
Collapse file
src/MiNET/MiNET.ServiceKiller/Emulator.cs
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.ServiceKiller/Emulator.cs+30-27Lines changed: 30 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
| 39 | + |
| 40 | + |
39 | 41 | |
40 | 42 | |
41 | 43 | |
| ||
48 | 50 | |
49 | 51 | |
50 | 52 | |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
59 | 61 | |
60 | 62 | |
61 | 63 | |
62 | | - |
63 | | - |
64 | | - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
65 | 75 | |
66 | | - |
67 | | - |
68 | | - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
69 | 84 | |
70 | | - |
71 | | - |
72 | 85 | |
73 | 86 | |
74 | 87 | |
| ||
85 | 98 | |
86 | 99 | |
87 | 100 | |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
| 101 | + |
99 | 102 | |
100 | 103 | |
101 | 104 | |
|
Collapse file
src/MiNET/MiNET.ServiceKiller/MiNET.ServiceKiller.csproj
Copy file name to clipboardExpand all lines: src/MiNET/MiNET.ServiceKiller/MiNET.ServiceKiller.csproj+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
24 | 28 | |
25 | 29 | |
26 | 30 | |
|
File renamed without changes.
0 commit comments