Darryl Pogue
5ad311dd97
Use a std::map for faster page lookups.
13 years ago
Darryl Pogue
3a8911c1cd
Fix a rather crippling plString bug on Linux.
13 years ago
Darryl Pogue
60aa7e421e
Swap the IP address returned by AuthSrv.
13 years ago
Darryl Pogue
863247f0dd
Another attempt to fix the std::list in NLM.
13 years ago
Adam Johnson
5fa14466c8
Eradicate pfStackTrace
13 years ago
Adam Johnson
fffdf07467
Slim down the exception dialog
13 years ago
Adam Johnson
14279794f7
Implement pfCrashHandler
...
pfCrashHandler includes a client that watches plClient for crashes. When
it detects a crash, it lets the plCrashSrv (plCrashHandler.exe) know about
it. We then produce a mninidump, then signal the client that it's OK to
show a crash dialog. See http://www.nynaeve.net/?p=128 for a good
explanation of why I split the crash logic into another process.
13 years ago
Adam Johnson
43b9535e96
Implement TryWait for hsSemaphore
13 years ago
Branan Purvine-Riley
c70bb776ba
Merge pull request #181 from Hoikas/taskbar
...
Taskbar Stuff
13 years ago
Branan Purvine-Riley
86de0d4e51
Merge pull request #188 from Hoikas/patcher
...
Fix Patcher Progress
13 years ago
Branan Purvine-Riley
46c3ab08b3
Merge pull request #187 from Mystler/langChanger
...
Add language selection to Login form
13 years ago
Florian Meissner
d0412b2f38
Move the combo box into an own line
13 years ago
Adam Johnson
f4665a0caf
Use the correct file sizes in plResPatcher
13 years ago
Joseph Davies
90dd0f433d
Use Localization list of available languages for login dialog.
13 years ago
Florian Meissner
8fd6e5eb1b
Add language changer to Login form
13 years ago
Darryl Pogue
1fa981d09e
plUUID operator< should return a bool.
13 years ago
Adam Johnson
b6122ff7aa
Merge pull request #186 from cwalther/time
...
Fix KI daylight saving time calculation
13 years ago
Christian Walther
3c73b9f694
Fix KI daylight saving time calculation.
...
The previous implementation had the following bugs:
- DST was truncated to end of October
- DST start was off by one week in years where March 1st is a Monday
- DST start was off by one second (1:59:59 -> 2:00:00 -> 3:00:01 instead of the correct 1:59:59 -> 3:00:00 -> 3:00:01)
Tested against tzdata 2009g.
13 years ago
Christian Walther
595d2659ca
Fix plUnifiedTime::SetGMTime
...
The default value of the "dst" argument must be 0, because -1 leads to incorrect results when the given time falls into local DST. However, a "dst" argument makes no sense on a method that deals with GMT anyway, so remove it entirely.
13 years ago
Darryl Pogue
bb200c5b30
Make sure plNetAddress is included correctly.
13 years ago
Darryl Pogue
883ce6fcbf
Doxygen plNetAddress to make it less confusing.
13 years ago
Darryl Pogue
3ba721711e
Completely kill pnUtAddr and NetAddress.
13 years ago
Darryl Pogue
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).
13 years ago
Darryl Pogue
06a561fc85
Fix bugs with plNetAddress.
...
This allows the patcher to successfully connect to both GateKeeper and
FileSrv.
13 years ago
Darryl Pogue
fbc6e33f7d
Rename these to make more sense.
13 years ago
Adam Johnson
5beda0ab87
Implement client window flashing
...
This will be used in python to grab the player's attention on PMs or other
interesting events.
13 years ago
Adam Johnson
6039d62bc2
Implement progress failures
...
I took the liberty to improve the obvious failure cases where a red progress
bar would be useful.
13 years ago
Adam Johnson
dcba1fb60a
Windows 7 taskbar goodies
...
Update the Windows 7 taskbarlist progress bar on plOperationProgress
callbacks. It's not totally nesecary, but it adds a nice bit of polish to
the experience.
13 years ago
Darryl Pogue
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 :(
13 years ago
Darryl Pogue
4b3d4a0d83
Add an operator== to plNetAddress.
13 years ago
Darryl Pogue
e770beb73d
Kill pnNetDiag.
13 years ago
Darryl Pogue
72d92bc66e
Start killing off NetAddress.
13 years ago
Darryl Pogue
7bd51c923f
Merge branch 'plNetAddress' into kill_utils
13 years ago
Darryl Pogue
cf802fcba0
Remove a bunch of unused custom STL code.
13 years ago
Darryl Pogue
e70cb420f3
Update plNetAddress to use plString.
13 years ago
Darryl Pogue
9479aadb3a
Move pnUtBigNum to pnEncryption/plBigNum.
13 years ago
Darryl Pogue
b8e4f00ad6
Remove more unused pnUtils code.
13 years ago
Darryl Pogue
87f050b55e
Get rid of one hashtable in pfGameMgr.
13 years ago
Darryl Pogue
270e05738f
Clean up pnSimpleNet.
...
Removes Pch.h.
Removes a pnUtList.
Removes a PnUtHash (and all the weird warnings from it).
13 years ago
Branan Purvine-Riley
ec4190e807
Merge pull request #176 from Hoikas/afk-clickables
...
Allow clickables to function while sitting or AFK.
13 years ago
Darryl Pogue
364ac73050
Replace NetLinkingMgr LIST with std::list.
13 years ago
Darryl Pogue
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.
13 years ago
Darryl Pogue
833124c297
Get rid of CCritSect in the patcher stuff.
13 years ago
Darryl Pogue
a28213806f
Fix compiling.
13 years ago
Darryl Pogue
b7035a631e
Try to replace a pnUtList with a std::queue.
13 years ago
Darryl Pogue
3bf303885a
PnUtCrypt compiles on *nix now.
13 years ago
Darryl Pogue
251cf02bd7
Move AtomicAdd/AtomicSet to hsUtils.
13 years ago
Darryl Pogue
26dc1fa120
Get rid of the PnUtils TLS stuff.
13 years ago
Darryl Pogue
590eea770f
Remove CEvent entirely.
13 years ago
Darryl Pogue
9e92b77438
Get rid of CEvent in plUruLauncher.
13 years ago