rarified
79d6463281
Merge branch 'rarified/sdk-provisioning-1'
4 years ago
rarified
c6ee5776df
Update SDK-binary - fix Physx Provisioning
4 years ago
rarified
6de1042500
Merge branch 'rarified/sdk-provisioning-1'
4 years ago
rarified
42f72151ca
Update SDK-binary for provisioning.
4 years ago
rarified
3223a0f76c
Merge commit '7b2fd8d719618bb9f9e6b96270399fde29fcd14f' into HEAD
4 years ago
rarified
7b2fd8d719
Update SDK-binary
4 years ago
rarified
14724e82c0
Update SDK-binary version
4 years ago
rarified
7aeee689bd
Update SDK-binary Submodule version.
...
Scripting updates, provision non-open source SDKs.
4 years ago
rarified
d05e13603a
Synchronize submodule SDK-binary for Opus and Speex updates.
4 years ago
rarified
d38f737366
Updated plClient solution to change Opus build directory to VS2010.
4 years ago
rarified
82dabff2f2
Synchronize with new SDK-binary for builds eliminating OpenMP.
4 years ago
rarified
f4a8db4f10
Update SDK-binary submodule to use VPX 1.7.0
4 years ago
rarified
37434040a3
Update SDK-binary for new installall.bat script
4 years ago
rarified
70f968ec7a
Merge branch 'rarified/sdk-reorg-1'
4 years ago
rarified
f66df98794
Jenkins can't cope with submodule name different than the <path>
...
in the superproject.
Change .gitmodules entry "SDK-binary" to "MOULOpenSourceClientPlugin/SDK-binary"
4 years ago
rarified
5b9ae0d6e4
Merge branch 'rarified/unify-line-endings'
4 years ago
rarified
22f3ab2bff
Adjust .gitattributes
...
Remove .hgignore (no longer in Mercurial)
4 years ago
rarified
b411f5e886
Merge branch 'rarified/update-moul-patchbase'
4 years ago
rarified
e24cbd91ec
Update Cyan shard server addresses to remove from OU build patch file.
4 years ago
rarified
bcecd851b6
Merge branch 'rarified/sdk-reorg-1'
4 years ago
rarified
405bc40785
Merge branch 'master' into rarified/sdk-reorg-1
...
Propogate SDK-binary submodule into branch.
4 years ago
rarified
4b86c6e123
Add submodule reference to SDK-binary (VS2010)
4 years ago
rarified
70018d4cd1
Remove submodule reference for cleanup.
4 years ago
rarified
9d9788b99a
Reorganization Phase 2: update solution files for new references.
4 years ago
rarified
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.
4 years ago
rarified
c5bbb0541f
Merge branch 'rarified/vs2010_default'
4 years ago
rarified
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.
4 years ago
rarified
83146700d2
Merge branch 'rarified/findpagevalidate'
4 years ago
rarified
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.
4 years ago
rarified
6416015302
Merge branch 'rarified/movieplayer'
4 years ago
rarified
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.
4 years ago
rarified
3cfc3da9ca
Merge branch 'rarified/movieplayer'
4 years ago
rarified
d45a2fa45b
Another fix to plClient.vcxproj; Change "Debug" to "Release" in a few library
...
locations for Release_Internal
4 years ago
rarified
af91c3e382
Merge branch 'rarified/movieplayer'
4 years ago
rarified
e7b9663837
VS2010: Unify library paths and names for various build configurations
4 years ago
rarified
2238f279b8
Merge branch 'rarified/movieplayer'
4 years ago
rarified
7385171b8a
Fix wrong version when enabling fLangCodes for VS2010/VS2003
...
Added one more #ifdef for fLangCodes around fLangCodes declaration
4 years ago
rarified
d330e0fe5f
Merge branch 'rarified/movieplayer'
4 years ago
rarified
eead82f0fc
VS2003: fix #if condition precedence
4 years ago
rarified
b1d009a619
Merge branch 'rarified/movieplayer'
4 years ago
rarified
023850de47
VS2003: Add missed fix to eliminate plLocalization::GetLocalizationCodes() on VS2003
4 years ago
rarified
faae658d57
Restore movie playback features (adapted from H'uru)
...
Merge branch 'rarified/movieplayer'
4 years ago
rarified
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
4 years ago
rarified
14e3118aaa
Change appearance of UruLiveIntro (Yeesha) movie to post-avatar setup
...
Also small whitespace cleanup
4 years ago
Adam Johnson
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.
4 years ago
Adam Johnson
bf27010d11
Fix type warning in virtual function stack for plWin32Sound::ISetActualVolume()
...
- const declaration in argument list didn't match plSound::ISetActualVolume()
4 years ago
Adam Johnson
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
4 years ago
rarified
33a1e301f7
Forgot to add VS projects for pfMoviePlayer
4 years ago
rarified
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)
4 years ago
rarified
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.
4 years ago