summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorMax <34987259+mparisi20@users.noreply.github.com>2020-09-20 21:24:33 -0400
committerGitHub <noreply@github.com>2020-09-20 21:24:33 -0400
commit8f411434e4b39277a8ab8195afe242c9b36625dd (patch)
tree6046f67b32e73bd0e352697b0bf04065a8764c3e /asm
parent28edfd8a1eca07a97ebb98eda742f456f1c83bad (diff)
parent12d1063966f54ec53f86ca9e8414250b9e886343 (diff)
Merge pull request #65 from mparisi20/master
Reorganize code with /GameSpy library
Diffstat (limited to 'asm')
-rw-r--r--asm/GameSpy/NATify.s (renamed from asm/NATify.s)0
-rw-r--r--asm/GameSpy/gbucket.s (renamed from asm/gbucket.s)0
-rw-r--r--asm/GameSpy/ghttpBuffer.s (renamed from asm/ghttpBuffer.s)0
-rw-r--r--asm/GameSpy/ghttpCallbacks.s (renamed from asm/ghttpCallbacks.s)0
-rw-r--r--asm/GameSpy/ghttpCommon.s (renamed from asm/ghttpCommon.s)0
-rw-r--r--asm/GameSpy/ghttpConnection.s (renamed from asm/ghttpConnection.s)0
-rw-r--r--asm/GameSpy/ghttpEncryption.s (renamed from asm/ghttpEncryption.s)0
-rw-r--r--asm/GameSpy/ghttpMain.s (renamed from asm/ghttpMain.s)0
-rw-r--r--asm/GameSpy/ghttpPost.s (renamed from asm/ghttpPost.s)0
-rw-r--r--asm/GameSpy/ghttpProcess.s (renamed from asm/ghttpProcess.s)0
-rw-r--r--asm/GameSpy/gp.s (renamed from asm/gp.s)0
-rw-r--r--asm/GameSpy/gpi.s (renamed from asm/gpi.s)0
-rw-r--r--asm/GameSpy/gpiBuddy.s (renamed from asm/gpiBuddy.s)0
-rw-r--r--asm/GameSpy/gpiBuffer.s (renamed from asm/gpiBuffer.s)0
-rw-r--r--asm/GameSpy/gpiCallback.s (renamed from asm/gpiCallback.s)0
-rw-r--r--asm/GameSpy/gpiConnect.s (renamed from asm/gpiConnect.s)0
-rw-r--r--asm/GameSpy/gpiInfo.s (renamed from asm/gpiInfo.s)0
-rw-r--r--asm/GameSpy/gpiOperation.s (renamed from asm/gpiOperation.s)0
-rw-r--r--asm/GameSpy/gpiPeer.s (renamed from asm/gpiPeer.s)0
-rw-r--r--asm/GameSpy/gpiProfile.s (renamed from asm/gpiProfile.s)0
-rw-r--r--asm/GameSpy/gpiSearch.s (renamed from asm/gpiSearch.s)0
-rw-r--r--asm/GameSpy/gpiTransfer.s (renamed from asm/gpiTransfer.s)0
-rw-r--r--asm/GameSpy/gpiUnique.s (renamed from asm/gpiUnique.s)0
-rw-r--r--asm/GameSpy/gpiUtility.s (renamed from asm/gpiUtility.s)0
-rw-r--r--asm/GameSpy/gsAvailable.s (renamed from asm/gsAvailable.s)0
-rw-r--r--asm/GameSpy/gsCrypt.s (renamed from asm/gsCrypt.s)0
-rw-r--r--asm/GameSpy/gsLargeInt.s (renamed from asm/gsLargeInt.s)0
-rw-r--r--asm/GameSpy/gsRC4.s (renamed from asm/gsRC4.s)0
-rw-r--r--asm/GameSpy/gsSHA1.s (renamed from asm/gsSHA1.s)0
-rw-r--r--asm/GameSpy/gsXML.s (renamed from asm/gsXML.s)0
-rw-r--r--asm/GameSpy/gstats.s (renamed from asm/gstats.s)0
-rw-r--r--asm/GameSpy/gt2Auth.s (renamed from asm/gt2Auth.s)0
-rw-r--r--asm/GameSpy/gt2Buffer.s (renamed from asm/gt2Buffer.s)0
-rw-r--r--asm/GameSpy/gt2Callback.s (renamed from asm/gt2Callback.s)0
-rw-r--r--asm/GameSpy/gt2Connection.s (renamed from asm/gt2Connection.s)0
-rw-r--r--asm/GameSpy/gt2Main.s (renamed from asm/gt2Main.s)0
-rw-r--r--asm/GameSpy/gt2Message.s (renamed from asm/gt2Message.s)0
-rw-r--r--asm/GameSpy/gt2Socket.s (renamed from asm/gt2Socket.s)0
-rw-r--r--asm/GameSpy/gt2Utility.s (renamed from asm/gt2Utility.s)0
-rw-r--r--asm/GameSpy/md5c.s (renamed from asm/md5c.s)0
-rw-r--r--asm/GameSpy/natneg.s (renamed from asm/natneg.s)0
-rw-r--r--asm/GameSpy/nonport.s (renamed from asm/nonport.s)0
-rw-r--r--asm/GameSpy/qr2.s (renamed from asm/qr2.s)0
-rw-r--r--asm/GameSpy/qr2regkeys.s (renamed from asm/qr2regkeys.s)0
-rw-r--r--asm/GameSpy/sb_crypt.s (renamed from asm/sb_crypt.s)0
-rw-r--r--asm/GameSpy/sb_queryengine.s (renamed from asm/sb_queryengine.s)0
-rw-r--r--asm/GameSpy/sb_server.s (renamed from asm/sb_server.s)0
-rw-r--r--asm/GameSpy/sb_serverbrowsing.s (renamed from asm/sb_serverbrowsing.s)0
48 files changed, 0 insertions, 0 deletions
diff --git a/asm/NATify.s b/asm/GameSpy/NATify.s
index ea73019..ea73019 100644
--- a/asm/NATify.s
+++ b/asm/GameSpy/NATify.s
diff --git a/asm/gbucket.s b/asm/GameSpy/gbucket.s
index 2449fac..2449fac 100644
--- a/asm/gbucket.s
+++ b/asm/GameSpy/gbucket.s
diff --git a/asm/ghttpBuffer.s b/asm/GameSpy/ghttpBuffer.s
index 3dff221..3dff221 100644
--- a/asm/ghttpBuffer.s
+++ b/asm/GameSpy/ghttpBuffer.s
diff --git a/asm/ghttpCallbacks.s b/asm/GameSpy/ghttpCallbacks.s
index 47dc2d6..47dc2d6 100644
--- a/asm/ghttpCallbacks.s
+++ b/asm/GameSpy/ghttpCallbacks.s
diff --git a/asm/ghttpCommon.s b/asm/GameSpy/ghttpCommon.s
index f6b8d38..f6b8d38 100644
--- a/asm/ghttpCommon.s
+++ b/asm/GameSpy/ghttpCommon.s
diff --git a/asm/ghttpConnection.s b/asm/GameSpy/ghttpConnection.s
index 0e042c5..0e042c5 100644
--- a/asm/ghttpConnection.s
+++ b/asm/GameSpy/ghttpConnection.s
diff --git a/asm/ghttpEncryption.s b/asm/GameSpy/ghttpEncryption.s
index 20e2fa3..20e2fa3 100644
--- a/asm/ghttpEncryption.s
+++ b/asm/GameSpy/ghttpEncryption.s
diff --git a/asm/ghttpMain.s b/asm/GameSpy/ghttpMain.s
index 15cdb47..15cdb47 100644
--- a/asm/ghttpMain.s
+++ b/asm/GameSpy/ghttpMain.s
diff --git a/asm/ghttpPost.s b/asm/GameSpy/ghttpPost.s
index 0d74a4e..0d74a4e 100644
--- a/asm/ghttpPost.s
+++ b/asm/GameSpy/ghttpPost.s
diff --git a/asm/ghttpProcess.s b/asm/GameSpy/ghttpProcess.s
index 9322ac2..9322ac2 100644
--- a/asm/ghttpProcess.s
+++ b/asm/GameSpy/ghttpProcess.s
diff --git a/asm/gp.s b/asm/GameSpy/gp.s
index 24ca89c..24ca89c 100644
--- a/asm/gp.s
+++ b/asm/GameSpy/gp.s
diff --git a/asm/gpi.s b/asm/GameSpy/gpi.s
index 53e82bc..53e82bc 100644
--- a/asm/gpi.s
+++ b/asm/GameSpy/gpi.s
diff --git a/asm/gpiBuddy.s b/asm/GameSpy/gpiBuddy.s
index 8c40312..8c40312 100644
--- a/asm/gpiBuddy.s
+++ b/asm/GameSpy/gpiBuddy.s
diff --git a/asm/gpiBuffer.s b/asm/GameSpy/gpiBuffer.s
index abeaec4..abeaec4 100644
--- a/asm/gpiBuffer.s
+++ b/asm/GameSpy/gpiBuffer.s
diff --git a/asm/gpiCallback.s b/asm/GameSpy/gpiCallback.s
index 0d576f3..0d576f3 100644
--- a/asm/gpiCallback.s
+++ b/asm/GameSpy/gpiCallback.s
diff --git a/asm/gpiConnect.s b/asm/GameSpy/gpiConnect.s
index 9033c19..9033c19 100644
--- a/asm/gpiConnect.s
+++ b/asm/GameSpy/gpiConnect.s
diff --git a/asm/gpiInfo.s b/asm/GameSpy/gpiInfo.s
index d7096bb..d7096bb 100644
--- a/asm/gpiInfo.s
+++ b/asm/GameSpy/gpiInfo.s
diff --git a/asm/gpiOperation.s b/asm/GameSpy/gpiOperation.s
index 8c6ee78..8c6ee78 100644
--- a/asm/gpiOperation.s
+++ b/asm/GameSpy/gpiOperation.s
diff --git a/asm/gpiPeer.s b/asm/GameSpy/gpiPeer.s
index 2851a5f..2851a5f 100644
--- a/asm/gpiPeer.s
+++ b/asm/GameSpy/gpiPeer.s
diff --git a/asm/gpiProfile.s b/asm/GameSpy/gpiProfile.s
index 50169e2..50169e2 100644
--- a/asm/gpiProfile.s
+++ b/asm/GameSpy/gpiProfile.s
diff --git a/asm/gpiSearch.s b/asm/GameSpy/gpiSearch.s
index 4f5b866..4f5b866 100644
--- a/asm/gpiSearch.s
+++ b/asm/GameSpy/gpiSearch.s
diff --git a/asm/gpiTransfer.s b/asm/GameSpy/gpiTransfer.s
index 8219725..8219725 100644
--- a/asm/gpiTransfer.s
+++ b/asm/GameSpy/gpiTransfer.s
diff --git a/asm/gpiUnique.s b/asm/GameSpy/gpiUnique.s
index 00a887e..00a887e 100644
--- a/asm/gpiUnique.s
+++ b/asm/GameSpy/gpiUnique.s
diff --git a/asm/gpiUtility.s b/asm/GameSpy/gpiUtility.s
index 3b6f171..3b6f171 100644
--- a/asm/gpiUtility.s
+++ b/asm/GameSpy/gpiUtility.s
diff --git a/asm/gsAvailable.s b/asm/GameSpy/gsAvailable.s
index a459f25..a459f25 100644
--- a/asm/gsAvailable.s
+++ b/asm/GameSpy/gsAvailable.s
diff --git a/asm/gsCrypt.s b/asm/GameSpy/gsCrypt.s
index 24f99c9..24f99c9 100644
--- a/asm/gsCrypt.s
+++ b/asm/GameSpy/gsCrypt.s
diff --git a/asm/gsLargeInt.s b/asm/GameSpy/gsLargeInt.s
index f796161..f796161 100644
--- a/asm/gsLargeInt.s
+++ b/asm/GameSpy/gsLargeInt.s
diff --git a/asm/gsRC4.s b/asm/GameSpy/gsRC4.s
index 2e1fad3..2e1fad3 100644
--- a/asm/gsRC4.s
+++ b/asm/GameSpy/gsRC4.s
diff --git a/asm/gsSHA1.s b/asm/GameSpy/gsSHA1.s
index 48f2f4e..48f2f4e 100644
--- a/asm/gsSHA1.s
+++ b/asm/GameSpy/gsSHA1.s
diff --git a/asm/gsXML.s b/asm/GameSpy/gsXML.s
index 288b366..288b366 100644
--- a/asm/gsXML.s
+++ b/asm/GameSpy/gsXML.s
diff --git a/asm/gstats.s b/asm/GameSpy/gstats.s
index bce424a..bce424a 100644
--- a/asm/gstats.s
+++ b/asm/GameSpy/gstats.s
diff --git a/asm/gt2Auth.s b/asm/GameSpy/gt2Auth.s
index f8adaff..f8adaff 100644
--- a/asm/gt2Auth.s
+++ b/asm/GameSpy/gt2Auth.s
diff --git a/asm/gt2Buffer.s b/asm/GameSpy/gt2Buffer.s
index ab6397e..ab6397e 100644
--- a/asm/gt2Buffer.s
+++ b/asm/GameSpy/gt2Buffer.s
diff --git a/asm/gt2Callback.s b/asm/GameSpy/gt2Callback.s
index fbb959a..fbb959a 100644
--- a/asm/gt2Callback.s
+++ b/asm/GameSpy/gt2Callback.s
diff --git a/asm/gt2Connection.s b/asm/GameSpy/gt2Connection.s
index 878a4a4..878a4a4 100644
--- a/asm/gt2Connection.s
+++ b/asm/GameSpy/gt2Connection.s
diff --git a/asm/gt2Main.s b/asm/GameSpy/gt2Main.s
index cc9ab4a..cc9ab4a 100644
--- a/asm/gt2Main.s
+++ b/asm/GameSpy/gt2Main.s
diff --git a/asm/gt2Message.s b/asm/GameSpy/gt2Message.s
index 437b546..437b546 100644
--- a/asm/gt2Message.s
+++ b/asm/GameSpy/gt2Message.s
diff --git a/asm/gt2Socket.s b/asm/GameSpy/gt2Socket.s
index 8cad7b1..8cad7b1 100644
--- a/asm/gt2Socket.s
+++ b/asm/GameSpy/gt2Socket.s
diff --git a/asm/gt2Utility.s b/asm/GameSpy/gt2Utility.s
index e09ab92..e09ab92 100644
--- a/asm/gt2Utility.s
+++ b/asm/GameSpy/gt2Utility.s
diff --git a/asm/md5c.s b/asm/GameSpy/md5c.s
index 8424c1b..8424c1b 100644
--- a/asm/md5c.s
+++ b/asm/GameSpy/md5c.s
diff --git a/asm/natneg.s b/asm/GameSpy/natneg.s
index 01a051e..01a051e 100644
--- a/asm/natneg.s
+++ b/asm/GameSpy/natneg.s
diff --git a/asm/nonport.s b/asm/GameSpy/nonport.s
index c76e184..c76e184 100644
--- a/asm/nonport.s
+++ b/asm/GameSpy/nonport.s
diff --git a/asm/qr2.s b/asm/GameSpy/qr2.s
index b6bc276..b6bc276 100644
--- a/asm/qr2.s
+++ b/asm/GameSpy/qr2.s
diff --git a/asm/qr2regkeys.s b/asm/GameSpy/qr2regkeys.s
index 8e8f896..8e8f896 100644
--- a/asm/qr2regkeys.s
+++ b/asm/GameSpy/qr2regkeys.s
diff --git a/asm/sb_crypt.s b/asm/GameSpy/sb_crypt.s
index ebda0e7..ebda0e7 100644
--- a/asm/sb_crypt.s
+++ b/asm/GameSpy/sb_crypt.s
diff --git a/asm/sb_queryengine.s b/asm/GameSpy/sb_queryengine.s
index 59269b8..59269b8 100644
--- a/asm/sb_queryengine.s
+++ b/asm/GameSpy/sb_queryengine.s
diff --git a/asm/sb_server.s b/asm/GameSpy/sb_server.s
index 3a2ae29..3a2ae29 100644
--- a/asm/sb_server.s
+++ b/asm/GameSpy/sb_server.s
diff --git a/asm/sb_serverbrowsing.s b/asm/GameSpy/sb_serverbrowsing.s
index 5b40e05..5b40e05 100644
--- a/asm/sb_serverbrowsing.s
+++ b/asm/GameSpy/sb_serverbrowsing.s