2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00
Commit Graph

22 Commits

Author SHA1 Message Date
542711c7c0 Fix misplaced return value.
The "wait for server response" return value was short-circuiting the
"already done" value. The previous commit fixed always needing a new
instance, exposing this problem.
2021-10-17 16:28:51 -06:00
ed516b6508 Fix wild access to font structures when rendering non-ascii unicode characters. 2021-10-16 15:06:11 -06:00
4329212d98 Fix assertion with incorrect limit on age sequence prefix. 2021-10-16 15:06:02 -06:00
8ff71fb384 Correct calls to StrTo(Unicode|Ansi) to use the correct size. 2021-10-16 14:53:27 -06:00
e2aec8d52c Fix an infinite loop in plDxPipeline.
H'Uru PR #719 commit log:

commit 5f53b86494605c484c0b304e0a5ab15a07929106
Author: Adam Johnson <AdamJohnso@gmail.com>
Date:   Fri Sep 4 07:38:15 2020 -0400

    Fix an infinite loop in plDXPipeline.

    This was observed in a 2x2 DXT1 mipmap produced by Korman. While Korman
    should probably force such a thing to be uncompressed, the pipeline
    should also not be able to enter such an obviously invalid state.

M       Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.cpp
2021-09-07 14:45:45 -06:00
d007fac536 Limit the scope of callback suppression.
Per testing on Minkata, suppressing callbacks during all vault downloads
has a deleterious effect on imagers. While my high level assumption is
correct, vault downloads can encompass situations where we want
notifications (eg re-downloading imager inbox folders, new age info
vault fragments). Whoops!
2021-07-28 22:27:26 -04:00
8c46126007 Suppress vault callbacks when loading or unloading VNodeMgrs.
On MOULa, there have been complaints about linking to some Neighborhoods
and activating some players taking a very long time. One of these
Neighborhoods in particular is the "DRC(67) Bevin". When I attempted to
link to this Age, I found the link took approximately 85 seconds each
time. On profiling, I discovered that for every node downloaded during
the initialization phase, we were calling into Python at least once.
Suppressing vault callbacks during times when they are obviously going
to storm and be useless decreases the link time to 7 seconds.
2021-07-23 00:28:29 -04:00
926267c6de [PATCH] Make pyVault::AddChronicleEntry a blocking operation to avoid
H-uru:
From f45679a54f Mon Sep 17 00:00:00 2001
From: Adam Johnson <AdamJohnso@gmail.com>
Date: Sun, 15 Jan 2012 18:35:05 -0500
Subject: [PATCH] Make pyVault::AddChronicleEntry a blocking operation to avoid
 a race condition
2021-07-21 15:22:29 -06:00
bbde8fe51f Merge branch 'master' into ticket/11 2021-07-16 11:30:42 -06:00
ef26e5f87c Merge branch 'master' into ticket/10 2021-07-09 16:13:26 -06:00
bc3e8013a1 Merge branch 'master' into ticket/9 2021-07-07 10:17:21 -06:00
8ca8eb29d3 Replace isnan() reference with _isnan(). VS2010 didn't have it in std::cmath. 2021-07-06 14:37:41 -06:00
942ae4b8e5 Merge branch 'master' into ticket/8 2021-07-06 10:46:55 -06:00
4550451ae5 Fix things that framerate unlock will expose
Hoikas pointed these out to me
https://github.com/H-uru/Plasma/pull/503
https://github.com/H-uru/Plasma/pull/505
2021-07-02 17:57:23 -07:00
d0f1e6f3e7 Remove the PhysX changes orig. bundled with unlock 2021-06-24 22:05:24 -07:00
062bfd40d3 Zrax's fix to re-enable the numlock key
37d6c12b94
2021-06-04 20:31:06 -07:00
457b254baf Hoikas' performance fixes
1) Asyncfixes
https://github.com/H-uru/Plasma/pull/22
2) One small change from "LocalizationData String Stuff"
(Simplifify wData in LocalizationXMLFile::HandleData)
https://github.com/H-uru/Plasma/pull/229
3) Fix buddy-add stutter
https://github.com/H-uru/Plasma/pull/346
2021-06-02 10:58:49 -07:00
5fc5c81c08 Hoikas' fix for crash when triggering missing animation
https://github.com/H-uru/Plasma/pull/103
2021-05-31 16:15:26 -07:00
e455a71c2e Hoikas' framerate unlock
https://github.com/H-uru/Plasma/pull/143
2021-05-31 15:01:46 -07:00
59b45769ee Cleaner string handling courtesy rarified 2021-05-31 11:14:26 -07:00
576ac25f03 Hoikas' subworld fixes including PhysX support
1) Allow plSubWorldMsg to be sent over the network
https://github.com/H-uru/Plasma/pull/107
2) Cleanup VolumeSensorConditionalObject
https://github.com/H-uru/Plasma/pull/537
3) Add two new compiler feature tests - HeadSpin.h changes ONLY, as
prerequisite for VolumeSensorConditionalObject
45be91c0e3
4) Fix a crash and a silly identified by Coverity - changes for
VolumeSensorConditionalObject ONLY
a702cb9d3f
5) PXSubworld (Havok/CC subworld physics support ported to PhysX/MOULa)
https://github.com/H-uru/Plasma/pull/555
2021-05-31 10:48:56 -07:00
96903e8dca CWE Directory Reorganization
Rearrange directory structure of CWE to be loosely equivalent to
the H'uru Plasma repository.

Part 1: Movement of directories and files.
2021-05-15 12:49:46 -06:00