Commit Graph

440 Commits

Author SHA1 Message Date
Martin Mittring
487552e3cc added OpenSubDiv 3.0 to ThirdParty, approved by legal
[CL 2589111 by Martin Mittring in Main branch]
2015-06-16 15:06:23 -04:00
Dmitry Rekman
dd9ff66c86 CEF: fix Mac SlateViewer compile error.
#codereview Michael.Trepka

[CL 2588615 by Dmitry Rekman in Main branch]
2015-06-16 10:33:30 -04:00
Rolando Caloca
e01aa54725 UE4 - Fix /GL on MikkTSpace and ForsythTriOptimizer libs (UE-16052)
[CL 2587672 by Rolando Caloca in Main branch]
2015-06-15 14:44:33 -04:00
Ori Cohen
dd3d09fe65 Update PhysX 3.3.3 with bug fixes
[CL 2584958 by Ori Cohen in Main branch]
2015-06-11 17:11:44 -04:00
Justin Sargent
273cde1704 Merging using UE4-To-UE4-LauncherDev
#platformnotify Josh.Adams

[CL 2581810 by Justin Sargent in Main branch]
2015-06-09 16:41:53 -04:00
KitatusStudios
7775a401b1 PR #931: Cleaning up Spelling Errors / Grammer Errors in Comments (Contributed by KitatusStudios)
[CL 2577221 by Matt Kuhlenschmidt in Main branch]
2015-06-04 13:19:17 -04:00
Andy Bayle
b2e57f072d Latest TPS licensing added
[CL 2572429 by Andy Bayle in Main branch]
2015-06-01 10:00:27 -04:00
Andy Bayle
12c97f342e Licenses added for legal TPS process
[CL 2571576 by Andy Bayle in Main branch]
2015-05-29 21:03:58 -04:00
yaakuro
a823b376fb SDL2: fix for maximize/minimize events not being sent on function calls.
- PR #1115 contributed by yaakuro.

#codereview Ryan.Gordon

[CL 2563756 by Dmitry Rekman in Main branch]
2015-05-23 00:34:59 -04:00
JJ Hoesing
96fbb8d0f2 SteamVR plugin in monolithic builds was using the steam_api[64].dll, resulting in bad entry points. We are currently on Steamworks 1.32, and 1.33 is the version that removes the old SteamVR API. So we have two libs that both contain VR_Init(), VR_Shutdown(), etc. This wasn't an issue on modular builds, but is likely an order of initialization issue on monolithic builds.
Any potentially shared entry points are now gathered via GetProcAddress in the SteamVR plugin until we can get Steamworks to 1.33 or higher, which removes the SteamVR entry points.

Fix for UE-15763.

[CL 2560466 by JJ Hoesing in Main branch]
2015-05-21 03:51:32 -04:00
Zachary EdgertonJones
1831b73a96 Third party licenses
[CL 2557739 by Zachary EdgertonJones in Main branch]
2015-05-19 17:09:12 -04:00
Dmitry Rekman
3f5fe96cc9 Linux: fix unability to select project folder (UE-15705).
- Apparently the culprit was that filter *.* is interpreted literally in GTK3 (but not GTK2?), filtering out dialogs not containing a dot in their name.
- Libraries have been rebuilt against 14.04 LTS.

[CL 2555675 by Dmitry Rekman in Main branch]
2015-05-18 15:37:41 -04:00
Nick Whiting
bf86f78d7b #Oculus Updating Oculus runtimes to 0.6, fixes up several crashes with DX11 (UE-15152, UE-15467)
[CL 2551476 by Nick Whiting in Main branch]
2015-05-14 17:32:12 -04:00
Ori Cohen
8bf6dbe196 Fix crash in physx constraints.
Fix crash in destruction when using shared shapes.

UE-14021, UE-14400

[CL 2551006 by Ori Cohen in Main branch]
2015-05-14 13:51:53 -04:00
Dmitry Rekman
6609b7bf77 Linux: prebuilt LinuxNativeDialogs against 14.04.2 LTS.
- Fixes UE-15474 and UE-14069.
- Minor updates to LND build.

[CL 2549927 by Dmitry Rekman in Main branch]
2015-05-13 19:07:08 -04:00
Andy Bayle
4e8e1b3c7c TPS license add
[CL 2549642 by Andy Bayle in Main branch]
2015-05-13 17:01:06 -04:00
Terence Burns
7a5dd10a79 Removing Facebook 3.16 SDK. We have upgraded to using 4.01
[CL 2546767 by Terence Burns in Main branch]
2015-05-12 03:10:34 -04:00
Dmitry Rekman
187fa3c94e LinuxNativeDialogs: fix for a crash (UE-15091) and other improvements.
- LND will init/tear down backend DSOs cleanly.
- LND will attempt to detect the desktop environment and use appropriate backend class.
- Filters are fixed so GTK backend can parse them.
- LC_NUMERIC is forced to en_US to prevent comma vs. dot problems when parsing configs.
- Qt4 is tried before Qt5 as the latter can still crash on shutdown.

[CL 2546195 by Dmitry Rekman in Main branch]
2015-05-11 18:30:57 -04:00
Nick Whiting
9188e708fc #oculus Updating to 0.5.0 runtimes, support for Canvas in 3D, common code added for GearVR / desktop (UE-14204)
[CL 2537769 by Nick Whiting in Main branch]
2015-05-05 13:46:42 -04:00
JJ Hoesing
18782c890d - Added OpenVR EULA to the ThirdParty/Licenses folder
[CL 2536336 by JJ Hoesing in Main branch]
2015-05-04 16:21:19 -04:00
Rolando Caloca
3c35f75ad8 UE4 - hlslcc - fix dump assert
[CL 2536223 by Rolando Caloca in Main branch]
2015-05-04 15:40:14 -04:00
JJ Hoesing
a696da87a5 OpenVR TPS report
PC LOAD LETTER

[CL 2535519 by JJ Hoesing in Main branch]
2015-05-04 04:12:31 -04:00
JJ Hoesing
b9b54f3b0e - Updated to latest public OpenVR libs
- Fixed device to controller mapping so that controllers always start at 0, skipping other tracked devices
- Cleaned up how we pass the IVRSystem handle around

[CL 2534734 by JJ Hoesing in Main branch]
2015-05-01 21:16:13 -04:00
Dmitry Rekman
4ca19c5a56 SDL: keyboard fix and X11 traffic opt from icculus (RyanG).
- Fixes UE-14501 (first character ignored in the console) - regression in SDL (TEXTINPUT event was delievered before KEYDOWN).
- Partially addresses UEPLAT-702 (fixing perf bottlenecks on X11) by caching mouse state/pos in SDL2 itself and reducing communication with the server.
- x86_64 and armv6l libs rebuilt.

#codereview Ryan.Gordon

[CL 2533728 by Dmitry Rekman in Main branch]
2015-05-01 11:22:56 -04:00
yaakuro
1311f1ad42 Linux: merging pull requests that fix a bunch of UI bugs.
- UE-14543: PR #1104: Fix for notification over dialog window issue on GNU/Linux (Contributed by yaakuro)
- UE-14542: PR #1103: Allow Layout Border on GNU/Linux (Contributed by yaakuro)
- Fixes UE-14578 (Entire menu closes when child menu loses focus)
- Fixes UEPLAT-192 (Better support for window decorations).
- Contributed by yaakuro, with cosmetic changes.
- SDL libs rebuilt for x86_64 and ARMv6l.

[CL 2532869 by Dmitry Rekman in Main branch]
2015-04-30 19:29:45 -04:00