c665f101af
Merge remote-tracking branch 'upstream/kasen/core' into Winstall-brand
2020-01-12 11:28:16 -06:00
kasenvr
ddc681560f
Merge pull request #69 from FluffyJenkins/feature/communityModules
...
Added FloofChat and Notification Core and put into defaultScripts.js
2020-01-12 12:03:44 -05:00
David Rowe
316abaeedc
Fix jitter when start moving camera in edit mode focused on entity
2020-01-12 17:37:58 +13:00
David Rowe
2abbdfbfe9
Fix unnecessary "away" enabling and disabling
2020-01-12 16:32:20 +13:00
David Rowe
4ebf4e5cfd
Ignore invisible
2020-01-12 16:27:03 +13:00
David Rowe
37b7a9c5f4
Use Picks API and orbit about point in space if no intersection
2020-01-12 16:26:23 +13:00
David Rowe
f5c1906479
Merge branch 'kasen/core' into feature/inspect
2020-01-12 15:39:52 +13:00
Fluffy Jenkins
b8dbb4585f
Changed css
2020-01-11 21:09:21 +00:00
Fluffy Jenkins
6b77f6023f
Added use strict to the inworld JS's
2020-01-11 20:41:23 +00:00
Fluffy Jenkins
49fc4df07a
Made more changes but still not all <3
2020-01-11 20:34:30 +00:00
Fluffy Jenkins
227be7062b
Made most of requested changes
2020-01-11 20:17:47 +00:00
Fluffy Jenkins
71b708cedc
Removed nonused assets
2020-01-11 04:29:01 +00:00
3b0da1824d
Merge remote-tracking branch 'upstream/kasen/core' into Winstall-brand
2020-01-10 17:59:00 -06:00
074e9f711a
Update Help menu links for Project Athena.
...
Changes links in the help menu to point to Project Athena sites. Removed menu option for Online Forums, cuz I don't think we have one yet.
2020-01-10 16:20:00 -06:00
00855cba3d
Redo the About menu dialog
...
Change project name, remove references to EOS blockchain, add Project Athena copyright, add attribution to Opus.
2020-01-10 16:09:20 -06:00
kasenvr
5fdd563bfa
Merge pull request #65 from kasenvr/fix/whitelist-server
...
Whitelist Quality of Life Updates
2020-01-09 17:55:45 -05:00
Kasen IO
2c7911acb8
more housekeeping
2020-01-09 16:15:41 -05:00
NexPro
80e4e47cd8
updated TOS link. Changed incorrect filename in comment.
2020-01-09 10:20:28 +00:00
kasenvr
fd4248db1d
Merge pull request #71 from ctrlaltdavid/api-docs-branding
...
API docs rebranding
2020-01-08 16:45:26 -05:00
David Rowe
60e2c2b520
API docs rebranding
2020-01-09 10:38:58 +13:00
NexPro
769d2050c7
Additional re-branding of QML dialogs
2020-01-08 17:41:58 +00:00
NexPro
3944d6e47c
added banner svg
2020-01-08 16:24:49 +00:00
NexPro
2a8b92e683
Updated interface login page
2020-01-08 16:21:25 +00:00
kasenvr
dc46d581b0
Merge pull request #66 from FluffyJenkins/feature/websocketArrayBuffer
...
Added ArrayBuffer support to websockets
2020-01-08 09:09:17 -05:00
Fluffy Jenkins
cb9563ab09
Fixed chat history bug
2020-01-08 04:42:00 +00:00
Fluffy Jenkins
672ac8066b
Made changes
2020-01-08 04:38:33 +00:00
kasenvr
19bca588ca
Merge pull request #58 from ctrlaltdavid/fix/avatar-packager-update
...
Update Avatar Packager
2020-01-07 22:43:34 -05:00
kasenvr
be08a949c2
Merge pull request #67 from FluffyJenkins/feature/fixedClaraRubbish
...
Fixed clara rubbish
2020-01-07 21:44:23 -05:00
Fluffy Jenkins
d27d9645bd
Removed some debug
2020-01-08 01:03:09 +00:00
Fluffy Jenkins
3d8283bd8e
added to DefaultScripts
2020-01-08 00:54:48 +00:00
Kasen IO
a6dc494d7c
housekeeping
2020-01-07 19:40:42 -05:00
Fluffy Jenkins
9066682d32
Prevent dragging
2020-01-08 00:37:00 +00:00
Fluffy Jenkins
27d2aaa8ce
Added formatting and grid chat and mute and god knows send help please
2020-01-08 00:17:54 +00:00
Dale Glass
ea36e7a239
Fix thousands of 'is too small to hold all values' warnings on Linux
...
When building with GCC, it generates 3020 warnings like this:
libraries/gpu/src/gpu/State.h:208:18: warning: ‘gpu::State::BlendFunction::destColor’
is too small to hold all values of ‘enum gpu::State::BlendArg’
This is because ‘enum gpu::State::BlendArg’ is declared as an enum
of uint16 size, and gpu::State::BlendFunction::destColor is a bit
field.
GCC correctly deduces that a 16 bit value won't always fit in a 4
bit field, and emits a warning.
The problem is that the amount is such that it floods the output and hides
other warnings.
Changing the 'enum foo : uint16' declarations to 'enum foo' stops gcc
from emitting the warning.
Making this change required the removal of a set of assertion checks. At least
empirically they seem unnecessary -- the interface compiles and runs fine.
2020-01-08 00:12:30 +01:00
Fluffy Jenkins
e488a66840
changed quote types
2020-01-07 20:59:00 +00:00
Kasen IO
13d79fec8b
Fixes bools and tab.
2020-01-07 13:04:28 -05:00
Kasen IO
d87cd01129
Adds major QOL updates to whitelist
2020-01-07 03:03:08 -05:00
Fluffy Jenkins
ead359ce67
Fixed clara rubbish
2020-01-07 05:14:38 +00:00
Fluffy Jenkins
3c4d56bc50
Fixed whitespace
2020-01-07 04:10:15 +00:00
Fluffy Jenkins
b33ad80992
Init push
2020-01-07 04:00:13 +00:00
kasenvr
0bdfdfff4a
Merge pull request #43 from ctrlaltdavid/fix/re-enable-jsdoc
...
Re-enable JSDoc building
2020-01-06 18:37:58 -05:00
kasenvr
43ed65eebc
Merge pull request #56 from zontreck/fixes/vcpkg
...
Fix generating cmake
2020-01-06 18:36:49 -05:00
Kasen IO
20f5439fa8
Hard tabs converted to 4 length soft tabs.
2020-01-06 08:58:09 -05:00
Kasen IO
8124b7d4a1
Fixed tabs and spaces.
2020-01-06 08:29:01 -05:00
Kasen IO
fb5dbfc52a
Disable whitelist on entity_server scripts.
2020-01-05 23:32:28 -05:00
77e49421bc
Fix installer failing when signing certifcate is not available.
...
This commit comments out the code signing portion of the installer for now. Also a few minor cosmetic changes
2020-01-05 18:44:17 -06:00
David Rowe
32848ef8c6
Update description of operation
2020-01-06 11:41:05 +13:00
David Rowe
3857fa1a4d
Restore "away" behavior when restart script
2020-01-06 11:35:53 +13:00
David Rowe
6749239e4e
Reduce the duration of the initial look-at time
2020-01-06 11:27:39 +13:00
David Rowe
31b76a0a22
Don't go "away" when press Esc key while inspecting
2020-01-06 11:25:39 +13:00