Adam Johnson
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!
3 years ago
Adam Johnson
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.
3 years ago
rarified
2b8c81ee2a
Merge branch 'ticket/10'
...
closes #10
3 years ago
Adam Johnson
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
3 years ago
rarified
ae019b8df9
Merge branch 'master' into ticket/10
3 years ago
rarified
5d0e4bb853
Merge branch 'ticket/11'
...
closes #11
3 years ago
rarified
bbde8fe51f
Merge branch 'master' into ticket/11
3 years ago
rarified
1a625d77b6
Merge branch 'ticket/10'
...
closes #10
3 years ago
rarified
ef26e5f87c
Merge branch 'master' into ticket/10
4 years ago
rarified
218d8b5726
Merge branch 'ticket/9'
...
closes #9 (requires MOULSCRIPT tix 13)
4 years ago
rarified
bc3e8013a1
Merge branch 'master' into ticket/9
4 years ago
rarified
5b95b7e9b7
Merge branch 'ticket/8'
...
closes #8 (Requires corresponding MOULSCRIPT ticket 13)
4 years ago
rarified
8ca8eb29d3
Replace isnan() reference with _isnan(). VS2010 didn't have it in std::cmath.
4 years ago
rarified
942ae4b8e5
Merge branch 'master' into ticket/8
4 years ago
rarified
a5b059f89e
Merge branch 'ticket/7'
...
closes #7
(corresponding MOULSCRIPT ticket #8 )
4 years ago
John Johns
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
4 years ago
rarified
dfe1423613
Merge branch 'rarified/vs2010project-fixes'
4 years ago
rarified
308b061a96
Merge commit '43c89fe' into rarified/vs2010project-fixes
4 years ago
rarified
fe15d68425
Incorporate stashed fixes to build paths, hsTypes.h macro to reduce build warning noise.
4 years ago
rarified
43c89fe1f6
WIP on master: c914ba5b
Merge branch 'rarified/directoryreorg' closes #6
4 years ago
rarified
f57ce3a775
index on master: c914ba5b
Merge branch 'rarified/directoryreorg' closes #6
4 years ago
John Johns
d0f1e6f3e7
Remove the PhysX changes orig. bundled with unlock
4 years ago
John Johns
22d7ff292c
Fix misplaced insert of DelayArbitration command
4 years ago
John Johns
a6c941b087
Fix previous fix for destringtheoryification
4 years ago
John Johns
40c692d6a9
Remove an unnecessary 'virtual' per Adam
4 years ago
John Johns
0c5c586791
Unstringtheoryify the DebugMsg
4 years ago
John Johns
062bfd40d3
Zrax's fix to re-enable the numlock key
...
37d6c12b94
4 years ago
John Johns
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
4 years ago
John Johns
5fc5c81c08
Hoikas' fix for crash when triggering missing animation
...
https://github.com/H-uru/Plasma/pull/103
4 years ago
John Johns
e455a71c2e
Hoikas' framerate unlock
...
https://github.com/H-uru/Plasma/pull/143
4 years ago
John Johns
59b45769ee
Cleaner string handling courtesy rarified
4 years ago
John Johns
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
4 years ago
rarified
c914ba5bac
Merge branch 'rarified/directoryreorg'
...
closes #6
4 years ago
rarified
b8276a0cd8
Clean up straggling files in MOULOpenSourceClientPlugin
4 years ago
rarified
beda50db1c
CWE Directory Reorganization Part 2: Fix VS2010 project file paths
...
Also moved SDK directories into toolset-specific build directory.
4 years ago
rarified
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.
4 years ago
rarified
c3f4a640a3
Merge branch 'rarified/vs2010project-fixes'
...
closes #5
4 years ago
rarified
d66a51c8ce
Also repaired linker reference to Release build of opus in a Debug configuration
4 years ago
rarified
90ac7a16e9
Fixes to VS2010 project files for Debug* configurations
4 years ago
rarified
036a5a21b1
Merge branch 'marten/Noikas-horplus-field-of-view'
4 years ago
rarified
a212105067
Pull of marten port of field of view improvements from Hoikas.
...
Merge commit 'b08521425bfbeff4c8a0a120d7fa5f27e0694bb6' into marten/Noikas-horplus-field-of-view
4 years ago
John Johns
b08521425b
More aspect ratio fixes from Hoikas and Deledrius
...
ultrawide: 2dc3d527d4
fullscreen default: 7519fe403b
voice chat icon: 060c710ab5
gui screenshots fix (aspect ratio parts ONLY):
c4e10aa11b
4 years ago
rarified
874a38b351
Merge branch 'marten/boq-chat-name-completion'
...
closes #2
closes #3 (was closed earlier but mis-spelt closes)
4 years ago
rarified
feb0434f25
Fixed error in merge.
4 years ago
rarified
2ab6cdf49f
Merge branch 'marten/boq-chat-name-completion'
...
closes #2
4 years ago
rarified
d286bc503d
Merge branch 'marten/Hoikas-horplus-field-of-view'
...
closes #4
4 years ago
rarified
5cf75b4552
Merge branch 'marten/Filtik-chat-history-browsing'
...
close #3
4 years ago
John Johns
9a3f202d66
Hoikas support for widescreen field of view (Hor+)
...
1e7cbc3daf
2a7d97d520
a8b667ca1e
Includes selected changes from "Obliterate hsBool":
a709e17069
4 years ago
John Johns
a984b1159f
chat name completion by boq
...
2807fb455b
4 years ago
John Johns
1babfcf1ac
chat history browsing by Filtik
...
5e9378ad5e
4 years ago