- Rebuilt collision on the rocks at the Ferry to not block the avatar.
- Rebuilt collision on the sandbags in the Courtyard to not block the avatar.
- Fixed a toe-stub at the bottom of the Museum stairwell
- Fixed three toe-stubs in the Canyon mall.
- Fixed three toe-stubs near the meeting of the Canyon stairs, Great Stairs, and timeline in the courtyard.
- Added collision to a boulder in the canyon that was previously intangible.
- Rebuilt collision on rocks around the library to not block the avatar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------- Block 1468065 at 0x2208F2C8: 76 bytes ---------- | |
Leak Hash: 0xE36F2940, Count: 2, Total 152 bytes | |
Call Stack: | |
ucrtbased.dll!malloc() | |
d:\agent\_work\57\s\src\vctools\crt\vcstartup\src\heap\new_scalar.cpp (35): plClient.exe!operator new() + 0x9 bytes | |
D:\Plasma\CyanWorlds.comEngine\Sources\Plasma\PubUtilLib\plVault\plVaultClientApi.cpp (1079): plClient.exe!0x0150118B() + 0x7 bytes | |
D:\Plasma\CyanWorlds.comEngine\Sources\Plasma\PubUtilLib\plVault\plVaultClientApi.cpp (86): plClient.exe!0x0151D50A() + 0x3A bytes | |
D:\Plasma\CyanWorlds.comEngine\Sources\Plasma\PubUtilLib\plVault\plVaultClientApi.cpp (360): plClient.exe!BuildNodeTree() + 0x47 bytes | |
D:\Plasma\CyanWorlds.comEngine\Sources\Plasma\PubUtilLib\plVault\plVaultClientApi.cpp (462): plClient.exe!FetchNodesFromRefs() + 0x17 bytes | |
D:\Plasma\CyanWorlds.comEngine\Sources\Plasma\PubUtilLib\plVault\plVaultClientApi.cpp (881): plClient.exe!0x015102DE() + 0x1D bytes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
globalsdl BaronCityOffice tldnRopeBridgeFromBCOVis 1 | |
globalsdl BaronCityOffice bcoGZMarkerVis 1 | |
globalsdl BaronCityOffice bcoGZBeamVis 1 | |
globalsdl Cleft clftYeeshaPage19Vis 1 | |
globalsdl Descent dsntGZMarkerVis 1 | |
globalsdl Descent dsntYeeshaPageMusicPlayerVis 1 | |
globalsdl Descent dsntCalendarSpark05 1 | |
globalsdl Descent dsntKILightFunc 1 | |
globalsdl EderDelin dlnYeeshaPage21Vis 1 | |
globalsdl EderDelin dlnYeeshaPageBenchVis 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bmesh | |
import bpy | |
from contextlib import contextmanager | |
@contextmanager | |
def bmesh_object(name): | |
mesh = bpy.data.meshes.new(name) | |
obj = bpy.data.objects.new(name, mesh) | |
obj.draw_type = "WIRE" | |
bpy.context.scene.objects.link(obj) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS D:\Plasma\dirtsand> docker-compose up | |
Starting dirtsand_db_1 ... done | |
Starting dirtsand_moul_1 ... done | |
Attaching to dirtsand_db_1, dirtsand_moul_1 | |
db_1 | | |
db_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization | |
db_1 | | |
db_1 | 2020-05-23 23:52:17.686 UTC [1] LOG: starting PostgreSQL 12.3 (Debian 12.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit | |
db_1 | 2020-05-23 23:52:17.686 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 | |
db_1 | 2020-05-23 23:52:17.687 UTC [1] LOG: listening on IPv6 address "::", port 5432 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Visual Leak Detector Version 2.5.1 installed. | |
Aggregating duplicate leaks. | |
Outputting the report to the debugger and to G:\Plasma\Games\CWE plClient\memory_leak_report.txt | |
WARNING: Visual Leak Detector detected memory leaks! | |
---------- Block 17103 at 0x01BA7950: 140 bytes ---------- | |
Leak Hash: 0xD508286D, Count: 4, Total 560 bytes | |
Call Stack: | |
ucrtbased.dll!malloc() | |
D:\Libraries\VC++2019\x86\root\openssl-1.1.1c\crypto\mem.c (230): plClient.exe!CRYPTO_zalloc() + 0x10 bytes | |
Data: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" *==LICENSE==* | |
CyanWorlds.com Engine - MMOG client, server and tools | |
Copyright (C) 2011 Cyan Worlds, Inc. | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version https://git-lfs.github.com/spec/v1 | |
<<<<<<< Updated upstream | |
oid sha256:e1b90c53a19ba2d51ba2b342bc670b7361c472fb68c16ccf3fa4ac96e3eae251 | |
size 40267404 | |
======= | |
oid sha256:fcbe7ce63fe4a537344b3c25b1a31460b67f92222b456bc812ac80221aeb02fe | |
size 40267392 | |
>>>>>>> Stashed changes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# PRP_as_Text is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# PRP_as_Text is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
NewerOlder