2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00
Commit Graph

909 Commits

Author SHA1 Message Date
151657a9f2 Fix zombie plCrashHandler issues
Win32 HACK: We wait on both the pfCrashCli handle and the crashed semaphore.
This way, we can proceed to exit pfCrashSrv when the client process exits
insanely.
2012-04-17 15:59:14 -04:00
61a37fd406 Fix plCrashHandler external build 2012-04-17 10:37:57 -07:00
95c255daf4 Change language setting to use an ini file instead of the login.dat 2012-04-17 10:37:42 -07:00
b5f70c4a53 Merge pull request #183 from Hoikas/score-rewrite
GameScore Rewrite
2012-04-15 14:10:47 -07:00
670576bf67 Merge pull request #184 from Hoikas/minidump
Improved Crash Handling
2012-04-15 14:08:20 -07:00
a038af101d Merge pull request #193 from Hoikas/sse
SSE3 Optimizations
2012-04-15 14:07:41 -07:00
db2f4a0bf1 Merge pull request #194 from Hoikas/physx
Redo some PhysX Hacks
2012-04-15 14:04:51 -07:00
ae28963572 Python glue for the new pfGameScore
Remove useless pyScoreMgr and use static methods on pyGameScore that call us
back via OnGameScore()
2012-04-14 23:00:40 -04:00
8e79583717 Add some Python Helpers
We can now convert plString to PyUnicode objects and have static methods
with variable arguments and variable keyword arguments
2012-04-14 22:25:49 -04:00
bbdc5cd0bb Implement new pfGameScore class and friends
pfGameScore will call you back on actions that require server ops. Also, we
ref count the score instead of using some weird hashtable manager class
because the server never actually tells us if someone else changes the
score.
2012-04-14 22:25:49 -04:00
e0cd86bfc1 Convert PyString_*Ex functions over to plString 2012-04-14 22:25:48 -04:00
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
475511ac46 Merge pull request #191 from Hoikas/profile
Remove dead profiling code
2012-04-12 19:48:28 -07:00
c8873a9082 The real Relto plunge fix...
Hack. PhysX is going away, so I'm not going to expend a lot of effort on
making a technically correct fix.
2012-04-12 21:52:58 -04:00
d2a1350e8b Real camera fixes
Corrects popping issues in Kemo but doesn't screw up Teledahn at the same
time... Magical special casing :(
2012-04-12 21:52:04 -04:00
cba9f459e8 Revert "Disallow duplicate camera pushes"
This reverts commit e32fb9b9e248b03b8715904b9a4c0c70b1309cc1, which
introduced camera region bugs
2012-04-12 21:51:12 -04:00
322b49ac20 Revert "Fix relto-plunge"
This reverts commit 8da276f2e50688691b294438ed3d2bcfa218c617, a commit that
did not work as advertised and added too many chances for things to go badly
wrong.
2012-04-12 19:29:04 -04:00
062cb15b44 SSE3 hsMatrix44 multiplication 2012-04-11 23:22:02 -04:00
bb47f83cf3 Simple SSE3 skinning algorithm
Future direction: do lots of work such that hsMatrix44 and hsScalarTriple
are 16-byte aligned so that we can use faster aligned loads
2012-04-11 23:21:54 -04:00
89ec0aa33b Also handle Python long integers in addVarNumber. 2012-04-10 22:29:18 +02:00
82e4c81303 Differentiate between float and int types in plNotify 2012-04-10 22:26:56 +02:00
f6d65dd396 Remove old, unused network stats 2012-04-08 19:03:34 -04:00
31a9862167 Merge pull request #190 from dpogue/pagemap
plResManager performance fix
2012-04-08 15:59:42 -07:00
cb209c853f Move these inline to be faster. 2012-04-08 12:48:24 -07:00
5ad311dd97 Use a std::map for faster page lookups. 2012-04-08 00:18:21 -07:00
3a8911c1cd Fix a rather crippling plString bug on Linux. 2012-04-07 22:37:28 -07:00
60aa7e421e Swap the IP address returned by AuthSrv. 2012-04-07 16:01:30 -07:00
863247f0dd Another attempt to fix the std::list in NLM. 2012-04-07 14:54:36 -07:00
5fa14466c8 Eradicate pfStackTrace 2012-04-06 02:31:49 -04:00
fffdf07467 Slim down the exception dialog 2012-04-06 02:31:48 -04:00
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.
2012-04-06 02:29:21 -04:00
43b9535e96 Implement TryWait for hsSemaphore 2012-04-06 02:29:20 -04:00
c70bb776ba Merge pull request #181 from Hoikas/taskbar
Taskbar Stuff
2012-04-05 23:18:34 -07:00
86de0d4e51 Merge pull request #188 from Hoikas/patcher
Fix Patcher Progress
2012-04-05 23:17:01 -07:00
46c3ab08b3 Merge pull request #187 from Mystler/langChanger
Add language selection to Login form
2012-04-05 23:16:02 -07:00
d0412b2f38 Move the combo box into an own line 2012-04-04 11:57:47 +02:00
f4665a0caf Use the correct file sizes in plResPatcher 2012-04-03 14:50:28 -04:00
90dd0f433d Use Localization list of available languages for login dialog. 2012-04-03 14:11:34 +02:00
8fd6e5eb1b Add language changer to Login form 2012-04-03 14:11:23 +02:00
1fa981d09e plUUID operator< should return a bool. 2012-03-30 22:03:55 -07:00
b6122ff7aa Merge pull request #186 from cwalther/time
Fix KI daylight saving time calculation
2012-03-30 15:46:30 -07:00
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.
2012-03-30 21:53:15 +02:00
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.
2012-03-30 21:48:37 +02: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