8d36a0d028
Closes #182 -- dpogue/kill_utils
...
Conflicts:
Sources/Plasma/Apps/plClient/winmain.cpp
2012-04-14 19:34:07 -04:00
b1d65a194a
Fix memory corruption with DNS lookups.
...
Thanks @Mystler for finding and reporting this, and thanks @Hoikas for
investigating and confirming the fix.
2012-04-14 16:26:24 -07:00
cb209c853f
Move these inline to be faster.
2012-04-08 12:48:24 -07:00
1fa981d09e
plUUID operator< should return a bool.
2012-03-30 22:03:55 -07:00
bb200c5b30
Make sure plNetAddress is included correctly.
2012-03-27 23:10:54 -07:00
883ce6fcbf
Doxygen plNetAddress to make it less confusing.
2012-03-27 21:32:02 -07:00
3ba721711e
Completely kill pnUtAddr and NetAddress.
2012-03-26 21:49:10 -07:00
3ea3473d13
Get rid of pnUtW32Addr and make IP strings char*s.
...
IP addresses don't need to be unicode.
pnUtAddr is still around until we replace all NetAddress uses with
plNetAddress (they are typedef'ed to each other right now).
2012-03-26 21:27:55 -07:00
06a561fc85
Fix bugs with plNetAddress.
...
This allows the patcher to successfully connect to both GateKeeper and
FileSrv.
2012-03-26 19:03:43 -07:00
fbc6e33f7d
Rename these to make more sense.
2012-03-26 16:14:17 -07:00
5beda0ab87
Implement client window flashing
...
This will be used in python to grab the player's attention on PMs or other
interesting events.
2012-03-20 21:00:59 -04:00
4737e791cb
Remove almost all uses of NetAddress.
...
This probably has a bunch of bugs because of Network Order/Host Order
issues. If we intend to actually support BE architectures, these
problems are going to get much much worse :(
2012-03-12 21:59:10 -07:00
4b3d4a0d83
Add an operator== to plNetAddress.
2012-03-12 21:04:27 -07:00
e770beb73d
Kill pnNetDiag.
2012-03-12 21:03:58 -07:00
72d92bc66e
Start killing off NetAddress.
2012-03-11 23:12:03 -07:00
7bd51c923f
Merge branch 'plNetAddress' into kill_utils
2012-03-11 22:19:32 -07:00
e70cb420f3
Update plNetAddress to use plString.
2012-03-11 20:54:03 -07:00
9479aadb3a
Move pnUtBigNum to pnEncryption/plBigNum.
2012-03-11 20:04:10 -07:00
b8e4f00ad6
Remove more unused pnUtils code.
2012-03-11 00:02:40 -08:00
270e05738f
Clean up pnSimpleNet.
...
Removes Pch.h.
Removes a pnUtList.
Removes a PnUtHash (and all the weird warnings from it).
2012-03-10 22:19:34 -08:00
f6f063a9dd
Fix pnNetCli for *nix.
...
Thanks to @zrax for breaking it originally :P
Also switch another CCritSect over to hsMutex, and replace LIST with
std::list.
2012-03-10 20:34:03 -08:00
a28213806f
Fix compiling.
2012-03-10 19:16:52 -08:00
3bf303885a
PnUtCrypt compiles on *nix now.
2012-03-10 18:16:18 -08:00
251cf02bd7
Move AtomicAdd/AtomicSet to hsUtils.
2012-03-10 17:49:22 -08:00
26dc1fa120
Get rid of the PnUtils TLS stuff.
2012-03-10 17:47:25 -08:00
590eea770f
Remove CEvent entirely.
2012-03-10 16:09:03 -08:00
3b39393077
Kill the CpuGetInfo function.
...
We're probably going to kill pnNetDiag at some point anyways.
2012-03-10 13:42:00 -08:00
8c95dbe3a8
We actually don't need pnUtAddr.cpp at all anymore
2012-03-10 13:42:00 -08:00
dfee3034f0
Clean up pnUtAddr of unused stuff.
...
Still need to move ALL of this over to pnNetCommon's plNetAddress at
some point.
2012-03-10 13:42:00 -08:00
c1870f178b
Remove some code that was never used anywhere.
2012-03-10 13:42:00 -08:00
62249844c3
Remove some unused stuff from pnUtMisc.
2012-03-10 13:42:00 -08:00
62d1213853
Remove a bunch of unused pnUtils stuff.
2012-03-10 13:42:00 -08:00
0168e89487
Missed a few references to NtFile.
2012-03-04 16:28:19 -08:00
d1da655fb2
Kill off pnAcFile entirely.
2012-03-04 16:28:16 -08:00
0e56037444
Redirect pnAcLog stuff to plStatusLog.
2012-03-04 15:20:20 -08:00
22a6b3b277
Fix a Clang error from pnUtHash.
2012-02-24 22:56:02 -08:00
d8d6b0b377
Remove some lingering pnIni references.
2012-02-18 00:20:57 -08:00
cc21988872
Kill pnIni.
2012-02-18 00:14:39 -08:00
564c97921f
Kill pnIniExe.
2012-02-18 00:14:17 -08:00
ba7950bb80
Kill pnMail.
2012-02-17 23:55:02 -08:00
4535d38cc9
Kill pnSqlLib.
2012-02-17 23:54:27 -08:00
64ea209754
Kill pnOraLib.
2012-02-17 23:53:53 -08:00
e5aaef09e0
Kill pnCrash.
2012-02-17 23:50:25 -08:00
46ca15c61c
Kill pnCrashExe.
2012-02-17 23:44:27 -08:00
1687426987
Kill pnNetLog.
2012-02-17 23:41:36 -08:00
23911b0a49
Actually fix it, thanks to Zrax and Paradox
2012-02-15 01:46:18 -05:00
e985616107
Fix errors.
2012-02-12 18:32:07 -08:00
ee338c9adf
Fix some casting errors.
2012-02-12 15:26:47 -08:00
39e8dd1b3c
Remove all the Digest stuff from pnUtCrypt.
2012-02-12 15:23:31 -08:00
7a5d61f7c8
Move plRandom into pnEncryption.
...
--HG--
rename : Sources/Plasma/PubUtilLib/plMath/plRandom.h => Sources/Plasma/NucleusLib/pnEncryption/plRandom.h
2012-02-12 15:23:02 -08:00