a212105067
Pull of marten port of field of view improvements from Hoikas.
...
Merge commit 'b08521425bfbeff4c8a0a120d7fa5f27e0694bb6' into marten/Noikas-horplus-field-of-view
2021-04-09 19:23:47 -06:00
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
2021-04-07 15:36:47 -07:00
874a38b351
Merge branch 'marten/boq-chat-name-completion'
...
closes #2
closes #3 (was closed earlier but mis-spelt closes)
2021-03-27 16:33:44 -06:00
feb0434f25
Fixed error in merge.
2021-03-27 16:32:05 -06:00
2ab6cdf49f
Merge branch 'marten/boq-chat-name-completion'
...
closes #2
2021-03-27 16:05:12 -06:00
d286bc503d
Merge branch 'marten/Hoikas-horplus-field-of-view'
...
closes #4
2021-03-27 13:33:21 -06:00
9a3f202d66
Hoikas support for widescreen field of view (Hor+)
...
1e7cbc3daf
2a7d97d520
a8b667ca1e
Includes selected changes from "Obliterate hsBool":
a709e17069
2021-03-16 22:31:14 -07:00
a984b1159f
chat name completion by boq
...
2807fb455b
2021-03-13 20:48:48 -08:00
1babfcf1ac
chat history browsing by Filtik
...
5e9378ad5e
2021-03-13 20:47:40 -08:00
d7a68f326c
Renormalize line endings on entire repository to <LF> (for files in repository).
...
.gitattributes will alter text endings depending on platform with "text=auto"
2021-02-27 12:03:48 -07:00
b25f2d9fde
Clean up repository inconsistency with line endings for these files.
2021-02-27 11:59:30 -07:00
c6ecd6cd06
Merge branch 'master' of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata
2021-01-20 14:01:51 -07:00
b5be9edf82
Remove VS 2003.NET project files.
2021-01-20 13:58:57 -07:00
18e04e34a5
Update SDK-binary for script fixes
2021-01-16 18:00:21 -07:00
e0f4699a3e
Update SDK-binary - fix PhysX scripting changes.
2021-01-16 17:33:38 -07:00
c6ee5776df
Update SDK-binary - fix Physx Provisioning
2021-01-16 16:30:30 -07:00
42f72151ca
Update SDK-binary for provisioning.
2021-01-16 16:13:53 -07:00
7b2fd8d719
Update SDK-binary
2021-01-16 14:47:23 -07:00
14724e82c0
Update SDK-binary version
2021-01-16 14:32:21 -07:00
7aeee689bd
Update SDK-binary Submodule version.
...
Scripting updates, provision non-open source SDKs.
2021-01-15 13:04:48 -07:00
d05e13603a
Synchronize submodule SDK-binary for Opus and Speex updates.
2021-01-13 11:19:13 -07:00
d38f737366
Updated plClient solution to change Opus build directory to VS2010.
2021-01-12 14:30:33 -07:00
82dabff2f2
Synchronize with new SDK-binary for builds eliminating OpenMP.
2021-01-12 14:13:32 -07:00
f4a8db4f10
Update SDK-binary submodule to use VPX 1.7.0
2021-01-10 13:57:31 -07:00
37434040a3
Update SDK-binary for new installall.bat script
2021-01-01 13:22:00 -07:00
e24cbd91ec
Update Cyan shard server addresses to remove from OU build patch file.
2020-12-29 11:15:22 -07:00
405bc40785
Merge branch 'master' into rarified/sdk-reorg-1
...
Propogate SDK-binary submodule into branch.
2020-12-29 10:33:55 -07:00
4b86c6e123
Add submodule reference to SDK-binary (VS2010)
2020-12-29 10:31:16 -07:00
9d9788b99a
Reorganization Phase 2: update solution files for new references.
2020-12-19 10:18:42 -07:00
c50edd2ea7
Reorganization of SDK placement and references for CWE-ou
...
Phase 1: reorganize StaticSDK directories to better reflect
origin of each SDK, platform, etc. Add SDK-binary as submodule.
2020-12-19 10:16:13 -07:00
26560983d2
Code changes to build with VS2010 without patching.
...
This commit will follow the tag VS2003_FINAL which is the last commit
that will compile under VS2003 without changes.
This incorporates all source code changes known to be necessary to build
CWE with VS2010.
2020-11-03 15:45:09 -07:00
870f6352b5
More fixes to plResManager::FindPage() - it appears invalid pages can exist on
...
the fAllPages list.
Validate each one when the list(set) is walked before operating on it.
2020-08-19 15:45:00 -06:00
d97b9e4681
Added flexiblity... Two movie hooks, PreBranding.webm and PostBranding.webm
...
so if desired a video can be designated to play at either point in the startup
sequence.
2020-08-14 15:31:51 -06:00
d45a2fa45b
Another fix to plClient.vcxproj; Change "Debug" to "Release" in a few library
...
locations for Release_Internal
2020-08-13 14:25:04 -06:00
e7b9663837
VS2010: Unify library paths and names for various build configurations
2020-08-13 13:18:43 -06:00
7385171b8a
Fix wrong version when enabling fLangCodes for VS2010/VS2003
...
Added one more #ifdef for fLangCodes around fLangCodes declaration
2020-08-13 11:49:20 -06:00
eead82f0fc
VS2003: fix #if condition precedence
2020-08-12 19:42:48 -06:00
023850de47
VS2003: Add missed fix to eliminate plLocalization::GetLocalizationCodes() on VS2003
2020-08-12 17:36:41 -06:00
f3c0a81b0b
VS2003: changes for older compiler
...
- nullptr not defined, use nil
- remove unused VCXPROJ with wrong name plMoviePlayer
- std::begin, std::end not defined, conditionally include code for plLocalization::GetLanguageCodes()
on _MSC_VER >= 1800
- add PLASMA_USE_WEBM to appropriate VS projects
- fix library references to opus, vpx and speex
2020-08-12 16:28:42 -06:00
14e3118aaa
Change appearance of UruLiveIntro (Yeesha) movie to post-avatar setup
...
Also small whitespace cleanup
2020-08-11 21:21:03 -06:00
f7bc877285
Patch from Adam Fix movie playback in Opening Sequence
...
- copy fMoviePath in plMoviePlayer::SetFileName() rather than use existing pointer
- fix inability of xOpeningSequence.py to play movie. File path provided not persistent.
2020-08-11 21:11:11 -06:00
bf27010d11
Fix type warning in virtual function stack for plWin32Sound::ISetActualVolume()
...
- const declaration in argument list didn't match plSound::ISetActualVolume()
2020-08-11 10:26:42 -06:00
b233409580
Patches contributed by Adam to resolve movie playback:
...
- vcxproj file issues (local paths, Debug configurations)
- defer movie playback until mouse plate properly sized
- correct conditional and type for plMoviePlayer::Start() reference fVideoTrack
- fix typing to call plPlanarImage::Yuv420ToRgba() causing color artifacting
2020-08-11 10:17:46 -06:00
33a1e301f7
Forgot to add VS projects for pfMoviePlayer
2020-08-10 13:43:41 -06:00
401fedd610
Updates to C++ typing, integrate movie playing into plClient.
...
This version compiles, but does not render movies. WIP.
(Has some rearranged message registration in StartInit() for testing)
2020-08-10 11:09:26 -06:00
4b3f16a912
First effort to port HUru MKV/WEBM Movie Player to Minkata
...
Type restructuring for C++98 and build configuration updates.
This version compiles successfully, but without webm libraries yet linked in.
2020-08-07 10:04:58 -06:00
3feb3aa3c1
Fix optimization in FindPage() that might attempt to use a plPageInfo class
...
before checking it is valid.
2020-07-26 09:06:15 -06:00
f30b909909
Fix a bug related to trashed keys. (cherry picked from H'uru e2b5786988
)
...
It appears that the hsTArray memory management really sucks for smart
pointers like plKey. The crash mentioned at
http://forum.guildofwriters.org/viewtopic.php?f=117&t=6291 went away
immediately after switching plKeyCollector to an std::set.
2020-07-19 10:01:48 -06:00
50855e48ed
Allow PXPhysicals to change scene nodes (cherry picked from H'uru 1b6f315186
)
...
If this isn't done, the client will crash on exit when markers have been
loaded at some point in the game
2020-07-13 16:48:14 -06:00
4e5b51b405
_set_invalid_parameter_handler() apparently not available in VS2003
...
Conditionally include for VS2010+
2020-07-12 06:47:34 -06:00