summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7cd1c13)
raw | patch | inline | side by side (parent: 7cd1c13)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Tue, 1 Aug 2017 21:44:22 +0000 (00:44 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Tue, 1 Aug 2017 21:44:22 +0000 (00:44 +0300) |
build.bat | patch | blob | history | |
build_headless.bat | patch | blob | history | |
clean.bat | patch | blob | history | |
src/game/g_net.pas | patch | blob | history |
diff --git a/build.bat b/build.bat
index ff46ff553647afd27557beefc149b108afb400b8..a0b001a673ffeeb01ed676171d90eb79fd6eebc0 100644 (file)
--- a/build.bat
+++ b/build.bat
cd "./src/game"
fpc -dUSE_FMOD -MDELPHI -O2 -Fi../lib/vampimg -Fi../lib/vampimg/JpegLib -Fi../lib/vampimg/ZLib -Fu../lib/vampimg -Fu../lib/vampimg/JpegLib -Fu../lib/vampimg/ZLib -FE../../bin -FU../../tmp Doom2DF.dpr
cd "../.."
-pause
diff --git a/build_headless.bat b/build_headless.bat
index 1cfc895623b37443e670ae063b1052ff04f7bea7..fb27ef20a3ea28e2f1c1beec109ff21db8fd4fff 100644 (file)
--- a/build_headless.bat
+++ b/build_headless.bat
cd "./src/game"
fpc -dUSE_FMOD -dHEADLESS -MDELPHI -O2 -Fi../lib/vampimg -Fi../lib/vampimg/JpegLib -Fi../lib/vampimg/ZLib -Fu../lib/vampimg -Fu../lib/vampimg/JpegLib -Fu../lib/vampimg/ZLib -FE../../bin -FU../../tmp -oDoom2DF_H.exe Doom2DF.dpr
cd "../.."
-pause
diff --git a/clean.bat b/clean.bat
index 63f81b6a7e3c0ea61b7debe79c21cba22e4718df..a9c92ee659432192772cdff3b1f4e8fa0a16d266 100644 (file)
--- a/clean.bat
+++ b/clean.bat
del /S *.lps
del "src\game\CustomRes.obj"
del "src\game\*.exe"
-
-pause
\ No newline at end of file
diff --git a/src/game/g_net.pas b/src/game/g_net.pas
index bfc581a0b6ae95129b3c7eb079be5edabed2d844..8738aa24001a67560546c69f05c9da819462d243 100644 (file)
--- a/src/game/g_net.pas
+++ b/src/game/g_net.pas
e_log, e_fixedbuffer, ENet, ENetTypes, ENetPlatform, Classes;
const
- NET_PROTOCOL_VER = 167;
+ NET_PROTOCOL_VER = 168;
NET_MAXCLIENTS = 24;
NET_CHANS = 11;