174 Commits (91f9948e2fa24f4180aa4314a2e3d9a26f9a50cb)

Author SHA1 Message Date
rarified 91f9948e2f [c.f. Hoikas Discord>>OpenUru>>Dev] 4 years ago
rarified 7aec3d5b13 Update STATUS_PATH per current Cyan server organization: 4 years ago
cjkelly1 a49cb6eb1f Backport of H'Uru/Plasma PR533 - Implement a generic hull/trimesh collider format. 5 years ago
rarified 92e95d5a99 Add function NetCliAuthGetCurrentConnPort() to plNglGame to provide current Auth 5 years ago
CyanWorlds c888e43c73 Cleaned up password hashing to try SH1 then SH0. More comments and easier to modify. 7 years ago
CyanWorlds 947a64c05f Changed password hashing to try SHA-1 first and if that doesn't work then try SHA-0. This should allow shard owners to chose either SHA-1 or SHA-0 for their password hash without interfering with other shards. And allow them to change their password hash without requiring everyone to reset their passwords. 7 years ago
Ian McIntosh 207bf3d62e Make all account types use the same password hash. Precursor to restoring MOULa account creation. 7 years ago
Christian Walther b74e9f47bb Don't crash when the HTTP request for getting the server status message fails. 7 years ago
Christian Walther 343c6ffbda Reintroduce plBinkPlayer stub 9 years ago
Ian McIntosh c68640f76c winmain.cpp edited online with Bitbucket 10 years ago
Christian Walther ce5719c83f Let ptVault.setAgePublic accept ptVaultAgeInfoNode in addition to ptAgeInfoStruct. 10 years ago
Ian McIntosh c71e8fbee0 Fix for forgotten logins when removable media attached. Incorporated suggestion from previous PR #32 on OpenUru_org/CWE-ou 10 years ago
Christian Walther 21e2a6de7b Fix MSVC7 warnings. 10 years ago
Christian Walther 8b62863419 Don't crash when the HTTP request for getting the server status message fails. 10 years ago
Christian Walther 9c609b9fd8 Modulate text shadow opacity by the alpha of the text color to make the player lists fade properly. 10 years ago
Anne Marije v/d Meer d1c86267b3 Const getters 10 years ago
Christian Walther 6b2dedf547 Make font flags available to Python in PlasmaConstants. 10 years ago
Anne Marije v/d Meer 192e4a252c Fix comment Hoikas 10 years ago
Christian Walther c0b63e4237 Fix ptGUIControl.setFontFlags(). 10 years ago
Anne Marije v/d Meer 020f8a1ba0 Move methods to pyGUIControl to pyGUIControlTextBox. 10 years ago
Anne Marije v/d Meer 39ff487ca8 add python api to set flags 10 years ago
Christian Walther a0bbef1819 Undo the kRenderJustXForceLeft bugfix of 4 commits back. 10 years ago
Christian Walther 5a10e2095a Link eax.lib and eaxguid.lib using #pragma comment(lib) rather than naming them in the linker options (brought back by e7bb0959f189). This is evil, but in the absence of more appropriate features (vsprops) in VS 2003 allows us to avoid separate projects or configurations for the cases with/without EAX and all the duplication that would bring with it. 11 years ago
Christian Walther 8096f8b77d Restore parts of pfCCR that are still needed by other projects, undoing part of 791583dea277: 11 years ago
Christian Walther 9743c73a44 Remove Bink stubs in anticipation of cyantific debinkification 11 years ago
Christian Walther 7bc602870d Build 918 chunk 17: Define EAX_SDK_AVAILABLE 11 years ago
Christian Walther e37277050d Build 918 chunk 16: Remove Bink references from projects, enclose uses of video functionality in #ifdef USE_BINK_SDK 11 years ago
Christian Walther 47b02dfc68 Build 918 chunk 12: Change CLASS_C_SUBNET_MASK 11 years ago
Christian Walther 0525163e56 Build 918 chunk 11: Unconditionally enable LogMsgDebug() 11 years ago
Christian Walther 2cabf18bfa Build 918 chunk 10: Remove pfCCR 11 years ago
Christian Walther 31fd3e28c7 Build 918 chunk 9: Remove empty folders plGClip, Cypython, PythonLib 11 years ago
Christian Walther 071410a4d8 Build 918 chunk 8: Add OpenSSL include folder, replace libcrypto.a by libeay32.lib 11 years ago
Christian Walther c30992af4d Build 918 chunk 5: Adjustments to updated zlib+libpng 11 years ago
Christian Walther ff38a5f9d2 Build 918 chunk 4: Build number, release notes 11 years ago
Christian Walther ece6e6c063 Build 918 chunk 2: update from CWE-ou 11 years ago
CyanWorlds 46a0cf6206 Build 918 11 years ago
Adam Johnson 3825317e5e Link shadowed text rendering to the plDynamicTextMap::kFontShadowed flag. 11 years ago
Christian Walther f03a837642 Add more functionality to the bink stubs to make them behave more like the previous implementation did when built without BINK_SDK_AVAILABLE. 12 years ago
Adam Johnson 30d140b8a0 stub out plClient Bink support 12 years ago
Lyrositor c6016223f2 Add functions to fix KI Chat scrolling issue. 12 years ago
Skoader 7a47e52ac6 Rework PhysX collision flutter bug workaround 12 years ago
Skoader 2c06d3b2d3 Only apply height correction to human avatars. 12 years ago
Skoader 79377e2b95 Clear achieved linear velocity on disabled avatars. 12 years ago
Skoader 3d14321f26 Clear impact velocity on WalkingStrategy Reset. 12 years ago
Adam Johnson d638355955 Track mouse ups/downs for releasing purposes 12 years ago
Skoader 03ecfe00b4 Increase height correction to match graphical representation 12 years ago
Skoader 860b071bb2 Clear linear velocity after each update. 12 years ago
Skoader d02cde1703 Disabled avatar updates 12 years ago
Skoader 32ba4e06e2 Fix controlled flight bug 12 years ago
Adam Johnson a617803fd0 Capture the mouse on clicks 12 years ago