Kalila L
6e39e048be
First pass at centralizing some URLs.
2020-08-31 00:43:30 -04:00
Kalila L
b988bd15af
Merge remote-tracking branch 'origin/feature/add-update-notififier' into fix/URL-migrations
2020-08-31 00:06:36 -04:00
Kalila L
1e15458c64
Merge branch 'feature/add-update-notififier' of https://github.com/kasenvr/project-athena into feature/add-update-notififier
2020-08-30 13:58:12 -04:00
Kalila L
ec25ac9e7d
Update checkForUpdates.js
...
"retrievedMetadata" -> "vircadiaMetadata"
2020-08-30 13:57:45 -04:00
kasenvr
0b1dce14a0
Apply suggestions from code review
...
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-08-30 13:56:09 -04:00
daleglass
c099cfe904
Merge pull request #652 from kasenvr/kasenvr-patch-1
...
Update BUILD.md
2020-08-27 23:39:31 +02:00
daleglass
0f6f788879
Merge pull request #641 from ArcadeFever/fix/AC-placeholder-rebrand
...
changed url for AC script examples from HiFi to Vircadia github
2020-08-27 23:34:58 +02:00
daleglass
aba63051e5
Merge pull request #606 from AleziaKurdis/530_593_CrAppUIadust
...
Change colorSpread color-picker and other small fixes
2020-08-27 23:30:16 +02:00
Kalila L
abac59c09b
Add checkForUpdates.js to the defaultScripts.js
2020-08-27 05:38:50 -04:00
Kalila L
4836f4b369
NOTE: Undo commit before merging, for testing purposes only.
2020-08-27 05:32:07 -04:00
Kalila L
68055f2458
Add update checker and notifier for Interface.
2020-08-27 05:30:45 -04:00
Kalila L
e8526aa6b7
Update chat to accept system notifications.
2020-08-27 05:28:07 -04:00
Kalila L
2d7a640935
Create networkingConstants.js
2020-08-27 05:27:47 -04:00
Kalila L
d45c283f3b
Add semanticVersionCompare function to utils.js
2020-08-27 03:53:04 -04:00
Kalila L
bfdcdee96b
Attempt to fix isInEditMode error on line 780.
2020-08-27 01:52:21 -04:00
kasenvr
693416cd0d
Update BUILD.md
2020-08-26 04:07:57 -04:00
kasenvr
a4bea1ce30
Update BUILD.md
2020-08-25 01:11:12 -04:00
kasenvr
3d8128cc08
Merge pull request #303 from MarcusLlewellyn/feature/reenable-signing
...
Re-enable and update code signing in the NSIS template.
2020-08-24 23:12:33 -04:00
Kalila L
7481925611
Add default timestamp server, remove obsolete comment.
2020-08-24 22:54:16 -04:00
Kalila L
db13ea7614
Merge branch 'master' into pr/303
2020-08-23 17:32:18 -04:00
ArcadeFever
404e18296a
changed url for AC script examples from HiFi to Vircadia github
2020-08-23 12:33:13 -07:00
daleglass
90c957c9e9
Merge pull request #604 from AleziaKurdis/534_601_Default_images
...
New URL for default Particle and Image resource
2020-08-20 23:26:45 +02:00
daleglass
012b6b0c84
Merge pull request #603 from AleziaKurdis/575_DuplicateNaming
...
Incremental suffix to cloned entities's name (issue #575 )
2020-08-20 23:22:37 +02:00
Alezia Kurdis
8d217d215f
Better code fix for preview
...
being more specific on the validation for the unresolvable relative path.
checking now if the path start with "file:///~" instead of only: "file:/"
This was too much restrictive since those direct path works and wouldn't return a preview:
Ex: "file://MYSERVER/folder/100_0057.jpg"
2020-08-17 21:58:42 -04:00
Alezia Kurdis
e1d956b211
Delete default_particle.png
2020-08-16 22:00:22 -04:00
Alezia Kurdis
40e1e8e59c
Delete default_image.jpg
2020-08-16 22:00:04 -04:00
Alezia Kurdis
341c114adf
Replace default url for external storage
...
var DEFAULT_IMAGE = "http://eu-central-1.linodeobjects.com/vircadia-assets/interface/default/default_image.jpg ";
var DEFAULT_PARTICLE = "http://eu-central-1.linodeobjects.com/vircadia-assets/interface/default/default_particle.png ";
2020-08-16 21:58:35 -04:00
Alezia Kurdis
d4cbc35bc6
Rollback, since we will use external storage
...
Rollback, since we will use external storage.
2020-08-16 21:51:44 -04:00
Alezia Kurdis
2cd1fc8471
Keep the suffix only for Duplicate
...
This update removes the incremental suffix from the "Paste"
since this can't really work.
This will be only for "Duplicate".
2020-08-11 22:50:12 -04:00
Alezia Kurdis
440db34a79
Change the image for a screen calibration picture
...
Change the default image for a screen calibration picture
2020-08-09 15:21:34 -04:00
kasenvr
c9c8e5fedd
Update BUILD_LINUX.md
2020-08-09 13:39:16 -04:00
Alezia Kurdis
d31f161d88
Remove the deprecated "acceleration" attribute
...
This removes the "acceleration" attribute from the Create App. (Physic section)
because this attribute is deprecated.
2020-08-09 00:10:40 -04:00
Alezia Kurdis
f3a6fa527b
Replace the colorSpread color-picker by a vector
...
Replace the color picker of the attribute particle.colorSpread by a color vec3
To do this, a new type of UI field has been added "vec3rgb" to support the "red, green, blue" vector (non-Color-picker).
This addresses issue #593
Fix also the broken particle texture preview that, as for 'atp:/', doesn't support 'file:/'.
This will be required for issue #534
2020-08-08 00:14:26 -04:00
Alezia Kurdis
797d18d59d
CSS adjustment for the new field type 'vec3rgb'
...
CSS has been adjusted for the new field type 'vec3rgb'.
Part of the fix for issue #593 .
2020-08-08 00:07:33 -04:00
Alezia Kurdis
c31ccc7a78
Fix unit for localAngularVelocity and other things
...
Revisiting the tooltips for:
- colorSpread
- localAngularVelocity (Set the correct unit 'deg/s'. This addresses issue #530 )
- damping
- angularDamping
2020-08-08 00:04:44 -04:00
Alezia Kurdis
e2ee9c9807
Expose the resource "default" folder
...
Expose the resource "default" folder
2020-08-07 13:14:24 -04:00
Alezia Kurdis
1336599802
Add default Image and Particle
...
Adding a default folder containing the resource to use by default for Image and Particle entities.
I used a new folder because it will be simpler for the copy when the build is generated. (It needs to be recopied in Vircadia/resources)
(Instead to do "cherry-picking" to expose specific resources from the images folder.)
2020-08-07 13:09:55 -04:00
Alezia Kurdis
856cb5cb2c
Replace default URL for Image and Particle
...
Replace default URL for Image and Particle
and point now to a local deployed resource.
2020-08-07 13:04:01 -04:00
Alezia Kurdis
91ebd378f5
Clone suffix without uniqueness check
...
Simpler solution without any hazardous uniqueness check.
Cloned entities will systematically get the suffix " (2)", unless their name has already a suffix.
In that case, we simply increment the suffix.
2020-08-07 12:51:24 -04:00
kasenvr
e74cbee6cb
Merge pull request #591 from kasenvr/oauth2-wordpress
...
OAuth2 WordPress
2020-08-06 23:36:32 -04:00
Alezia Kurdis
47e3649298
Incremental suffix to duplicated entities
...
This enhancement adds an incremental suffix to the name
of the cloned entities resulting from "Duplicate" and "Paste".
The goal is to help to figure which entities is the coned one.
This addresses issue #575
2020-08-06 22:28:32 -04:00
kasenvr
a80ddeabb0
Merge pull request #596 from kasenvr/fix/nsis-auto-sandbox-launch
...
NSIS: uncheck by default sandbox autostart
2020-08-06 21:54:35 -04:00
Kasen IO
95e0907b90
Merge branch 'master' into oauth2-wordpress
2020-08-06 19:11:11 -04:00
David Rowe
04653c2746
Fix default Interface and Sandbox startup
2020-08-07 10:34:07 +12:00
kasenvr
0897ef4ff4
Merge pull request #597 from ctrlaltdavid/feature/oauth2-cr
...
OAuth2 WordPress CR
2020-08-06 17:27:15 -04:00
David Rowe
8061c5ab8d
Default not to start up Sandbox after install
2020-08-06 22:30:06 +12:00
David Rowe
81c402ab9c
Code review
2020-08-06 21:40:36 +12:00
Kasen IO
5caec39cc6
Disable having the console be set to auto start with the PC as a default checked state.
2020-08-06 01:28:58 -04:00
kasenvr
5ddce61f81
Merge pull request #595 from kasenvr/feature/graphics-menu-icon
...
Add graphics settings menu bar button.
2020-08-06 01:20:49 -04:00
kasenvr
3ba78163da
Update PerformanceManager.cpp
...
I got that typo for sure this time.
2020-08-06 01:12:37 -04:00