Commit graph

86841 commits

Author SHA1 Message Date
68987b8690 Fix RPM packaging. 2024-06-14 20:39:24 +02:00
5507ac3632
Merge pull request #1018 from JulianGro/remove_broken_ccache
Remove broken ccache macro
2024-06-14 08:25:31 +02:00
dfd397ebfc Remove broken ccache makro.
This threw a whole bunch of errors when being used, and made use of questionable settings, some of which I couldn't find documentation for.
It has also become really easy to use ccache with cmake through the following environment variables; CMAKE_CXX_COMPILER_LAUNCHER=ccache CMAKE_C_COMPILER_LAUNCHER=ccache
2024-06-12 20:29:53 +02:00
38d399e535 Update build_server_package.bash to include RELEASE_NUMBER. 2024-06-12 20:25:38 +02:00
HifiExperiments
9a2f0f7704
Merge pull request #937 from HifiExperiments/text
Text Entity Improvements
2024-06-10 22:59:44 -07:00
Dale Glass
d7d84c661f
Merge pull request #1013 from HifiExperiments/warnings_master2
Fix new debug build warning
2024-06-08 23:15:33 +02:00
HifiExperiments
bc45c17a19 debug warning fix 2024-06-08 14:12:45 -07:00
Dale Glass
9047d6a190
Merge pull request #1007 from HifiExperiments/warnings_master2
Fix more warnings
2024-06-08 21:31:21 +02:00
32944d48ba
Merge pull request #1010 from JulianGro/fedora-40
Add Fedora 40 servers
2024-06-08 13:05:36 +02:00
435fc0f9f1
Merge pull request #1011 from JulianGro/server_packaging
Add a script to more easily build Debian and RPM server packages.
2024-06-08 13:01:50 +02:00
3a8241aa91 Add a script to more easily build Debian and RPM server packages. 2024-06-08 12:48:02 +02:00
0c600d349f Remove Fedora 38 since it's End Of Life. 2024-06-08 12:01:39 +02:00
a882e247c1 Enable Fedora-40 linux_server_build workflow. 2024-06-08 12:00:34 +02:00
04e0a5f4fd Enable Fedora-39 linux_server_build workflow. 2024-06-08 11:59:56 +02:00
4777166659 Add Dockerfile for building servers on Fedora 40. 2024-06-08 11:56:59 +02:00
6bbc7b40d6 Fix egrep deprecation warning. 2024-06-08 11:56:43 +02:00
61caff7bab Fix newer versions of rpmbuild not finding the LICENSE file. 2024-06-08 11:56:28 +02:00
HifiExperiments
93276a901d one more warning 2024-06-07 14:22:02 -07:00
HifiExperiments
5933627aa7 a few more windows warnings 2024-06-06 18:00:11 -07:00
HifiExperiments
f0da309a4f fix more warnings 2024-06-06 18:00:11 -07:00
HifiExperiments
c857228763
Merge pull request #1006 from HifiExperiments/warnings_master
Fix Locker issue in RecordingScriptingInterface
2024-06-06 17:27:04 -07:00
HifiExperiments
e351a92310
Merge pull request #1 from overte-org/fix/recording_deadlock
Fix recording deadlocks
2024-06-06 17:02:15 -07:00
5ba1fcecb5 Fix recording deadlocks 2024-06-07 01:24:34 +02:00
HifiExperiments
444d52070a fix locker issue 2024-06-06 11:31:50 -07:00
Dale Glass
a79b714c95
Merge pull request #1003 from HifiExperiments/warnings_master
Fix some warnings
2024-06-06 16:43:48 +02:00
Dale Glass
64e9be10ad
Merge pull request #998 from daleglass-overte/opengl-error-logging
Send OpenGL errors to log on debug builds
2024-06-05 23:36:15 +02:00
HifiExperiments
2ae2f29b29 Apply suggestions from code review
Co-authored-by: Dale Glass <51060919+daleglass@users.noreply.github.com>
2024-06-05 13:35:28 -07:00
HifiExperiments
e6f462e04a fix some warnings 2024-06-05 13:35:16 -07:00
HifiExperiments
62bfab962d fix _spaceWidth, update docs to note only png supported, possible fix for text scrambling 2024-06-04 20:30:38 -07:00
Dale Glass
af2bafe04a Found a better constant to test 2024-06-05 00:18:45 +02:00
Dale Glass
77b3e83795 Send OpenGL errors to log on debug builds 2024-06-05 00:13:08 +02:00
Dale Glass
53de22fd00
Merge pull request #993 from daleglass-overte/skip-capacity-test-in-debug
Skip packet capacity test when built in debug mode, as it triggers an assertion
2024-06-03 23:56:16 +02:00
Dale Glass
6c754c1ef2
Merge pull request #995 from daleglass-overte/improve-network-debugging
Improve network debugging messages to help with Conan PR
2024-06-03 23:56:03 +02:00
Dale Glass
cd8459ffa5
Merge pull request #996 from daleglass-overte/add-qt-network-tests
Add very basic HTTP and HTTPS network tests.
2024-06-03 23:43:20 +02:00
Dale Glass
524863e9da
Merge pull request #994 from daleglass-overte/fix-resource-request-test
Add missing dependencymanager call, fixes test crash
2024-06-03 23:27:21 +02:00
Dale Glass
338256f234 Further explanatory comments 2024-06-03 23:14:11 +02:00
Dale Glass
aaf08cf523 Add another SSL test.
One gets the SSL version string. That initializes something in the guts of Qt,
and gets things unstuck. Another doesn't and gets stuck if called as the only test.
2024-06-03 23:10:17 +02:00
Dale Glass
57fcc378bf Expand the test 2024-06-03 20:55:38 +02:00
Dale Glass
62cd9c64c1 Fix indentation 2024-06-03 01:13:47 +02:00
Dale Glass
7076669635 Add very basic HTTP and HTTPS network tests.
This seems to reproduce the problem I'm having with the Conan PR
2024-06-03 01:11:48 +02:00
Dale Glass
5f93345d1f Improve network debugging messages to help with Conan PR 2024-06-03 00:24:29 +02:00
Dale Glass
70662da564 Add missing dependencymanager call, fixes text crash 2024-06-02 20:53:41 +02:00
Dale Glass
b1aa801714 Skip packet capacity test when built in debug mode, as it triggers an assertion 2024-06-02 10:49:17 +02:00
Dale Glass
44d61e44e2
Merge pull request #991 from daleglass-overte/fix-tests
Fix tests
2024-06-01 21:31:08 +02:00
Dale Glass
30d5d6456c Log free space and an explanatory message. Fixes #971 2024-06-01 21:28:08 +02:00
Dale Glass
1e3ef06c35 Fill with zeroes instead of sizeof 2024-06-01 21:21:30 +02:00
Dale Glass
1f4116d283 Fix memory leak and memory overwrite. Closes #969 2024-06-01 20:08:55 +02:00
Dale Glass
bbc7c0a146 Replace randomization code, fixes #973 2024-06-01 19:46:34 +02:00
09e5a60c8b
Merge pull request #959 from overte-org/fix/avatar_recording
Fixed deadlocks in Recording API
2024-05-24 02:04:29 +02:00
8badda8128 Restored some blocking invoke calls in Recording API 2024-05-24 00:32:13 +02:00