Skip to content

Commit 8cc1ca3

Browse files
committed
Push local changes
Now works. Added basic UDP support. Fixes clients disconnecting due to buffer corruption. Fixes characters moving to 0, 0, 0.
1 parent 07dc76f commit 8cc1ca3

16 files changed

+725
-599
lines changed

.gitignore

+6-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,7 @@
1-
/*.suo
2-
/Ankh.Load
3-
/Dawn of Light.resharper.user
4-
/Ophyr.sln
5-
/Storm.sln
6-
/_ReSharper.Dawn of Light
7-
/auto_version
8-
/[dD]ebug
9-
/no_versionning
10-
/obj
11-
/[rR]elease
12-
/Dawn of Light - Working.sln
13-
/Dawn of Light.sln.cache
14-
/desktop.ini
15-
/_patches
16-
/.sonar
17-
/DOLBase/.sonar
18-
/DOLConfig/.sonar
19-
/DOLDatabase/.sonar
20-
/DOLServer/.sonar
21-
/GameServer/.sonar
22-
/sonar-project.properties
23-
/sonar-runner.bat
24-
/sys$command
25-
/UnitTests/.sonar
26-
/UnitTests/obj
27-
/GameServerScripts/.sonar
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
285
/.vs
29-
/[pP]ackages
30-
/[bB]uild
31-
/*.user
32-
/nuget.exe
33-
/Debug.zip
34-
.idea/
35-
/bin/
36-
/obj/
6+
/bin
7+
/obj

AtlasSimulator.csproj

-15
This file was deleted.

0 commit comments

Comments
 (0)