219 Commits (rarified/vs2003buildtargets)

Author SHA1 Message Date
rarified 7ae0f6f531 Add "Release_Internal" and "Debug_Internal" configurations to VS2003.net solutions 4 years ago
Adam Johnson c8ef3908ef Update Win10 FCS Mouse fix to apply to later Win version (cherry picked from commit 1bc5d9b80fe28bca8f7071f561681eeb6d98e0b2) 4 years ago
Adam Johnson f8841b8264 Add workaround for mouse handling bug in Win10 FCU (cherry picked from commit d15e58f3da33c77d015f1af248354b01ca237362) 4 years ago
Adam Johnson ec654905ee Fix spawning inside regions (cherry picked from commit fe5ad6d437) 4 years ago
Adam Johnson f1ed7f4b7d Fix crazy camera stack issues (cherry picked from commit 6ece5e6341) 4 years ago
Adam Johnson ab400f11a7 Fix memory leak (cherry picked from commit 8cbde377ef) 4 years ago
rarified b187b8fc59 Fix edit error in plPXPhysical::ISetTransformGlobal, mismatched braces 4 years ago
Adam Johnson c99bf23af4 Fix for animated detector regions ... (cherry picked from commit 057566416b) 4 years ago
rarified 8c089f6cc9 Fix syntax error on patch application 4 years ago
Adam Johnson 340a538c96 Fix Player and CGZ marker games (Cherry picked from b4e1dc352e) 4 years ago
Adam Johnson 906cebbd25 More panic link fixes. (Cherry picked from e733ca824b) 4 years ago
Adam Johnson 9e1d8446ca Fix null pointer dereference in plSimulationMgr::InitSimulation. 4 years ago
rarified 91f9948e2f [c.f. Hoikas Discord>>OpenUru>>Dev] 4 years ago
rarified 7aec3d5b13 Update STATUS_PATH per current Cyan server organization: 4 years ago
rarified 73895318e9 Change Huru 'nullptr' to NULL in plMipmap.cpp 5 years ago
rarified 3a62c231d2 Merge H-uru GIT PR356: 5 years ago
cjkelly1 4239d7a046 Add plFileEncrypt, plFileSecure, and plPythonPack projects to "MSVC10Projects" AllClient.sln 5 years ago
cjkelly1 d173a5230f Remove pfCCR project files from "MSVC10Projects" and remove project from AllClient.sln. 5 years ago
cjkelly1 8706a86725 Add missing PhysX Cooking include directory to plPhysX project in "MSVC10Projects". 5 years ago
cjkelly1 148e81b6e9 plClient uses filters instead of AdditionalDependencies in the linker properties (unlike plPageOptimizer). 5 years ago
cjkelly1 06a696c725 Forgot to add NxCooking.lib to linker for plClient and plPageOptimizer projects. Adding it. 5 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 5f5dd2745f Restore include paths and libraries for WinHttp and Ogg/Vorbis, eliminated by the conflict resolution in 8a7d72003333 11 years ago
Christian Walther 6ebf8ae3a3 Restore the OU changes to AllClient-ou.sln that were lost in AllClient.sln 8a7d72003333/e7bb0959f189 11 years ago
Christian Walther 9ea22b7f65 Copy AllClient.sln to AllClient-ou.sln 11 years ago
Christian Walther 015acf9c7f Link DX libraries using library search paths rather than by their full paths, as for some reason Cyan appears to have them in DX9.0c/Lib while we have them in DX9.0c/Lib/x86. See also e7bb0959f189. 11 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 68f59ef839 Restore OpenAL include paths that were eliminated by the conflict resolution in 8a7d72003333. 11 years ago
Christian Walther b0b8ed6306 Remove preprocessor definition EAX_SDK_AVAILABLE, undoing most of 52c6f0317f79 11 years ago
Christian Walther 9743c73a44 Remove Bink stubs in anticipation of cyantific debinkification 11 years ago