Giter VIP home page Giter VIP logo

radegast's Introduction

Author

Project founder and development lead:

  • Latif Khalifa (email latifer radegast.org)

Developers:

  • Douglas R. Miles
  • Mojito Sorbet
  • Robin Cornelius
  • Revolution Smythe

License

Radegast Metaverse Client
Copyright © 2009-2016, Radegast Development Team
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of the application "Radegast", nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Bundled libraries

Based on SLeek (BSD License)
Copyright © 2006-2008, Paul Clement (a.k.a. Delta)
All rights reserved.

Uses PrimMesher (BSD License)
© 2010 Dahlia Trimble
http://forge.opensimulator.org/gf/project/primmesher/

Uses AIMLBot (LGPL License)
The AIMLBot library (Program#) is a .NET implementation of the AIML standard.
© 2006 Nicholas H.Tollervey (http://ntoll.org)
http://aimlbot.sourceforge.net/

Uses FMOD Library (FMOD Non Commercial License)
FMOD Ex SoundSystem Copyright © 2005-2009 Firelight Technologies Pty, Ltd.
Redistributions in binary form must follow the following rules:

  • The FMOD library cannot be used for resale or other commercial distribution
  • This license cannot be used for products which do not make profit but are still commercially released
  • This license cannot be used for commercial services, where the executable containing fmod is not sold, but the data is (If you want to redistribute Radegast commercially, remove fmodex.dll, fmodex*.so and fmodex*.dylib)

Uses Ogg Vorbis codec (BSD License)
Copyright © 2002, Xiph.org Foundation

Uses log4net (Apache 2.0 License)
Copyright © Apache Software Foundation

Uses LSL parser from OpenSimulator project (BSD License)
Copyright © Contributors, http://opensimulator.org/

Uses TAO OpenGL framework (MIT License)
Copyright © 2003-2007 Tao Framework Team
http://www.taoframework.com
All rights reserved.

Uses artwork files are licenced under the
Creative Commons Share and Share Alike 3.0
Copyright © 2002-2009 Linden Research Inc.

Command Line Library (MIT License)
Copyright © 2005 - 2010 Giacomo Stelluti Scala
http://commandline.codeplex.com/

Uses code snippets from CSAT Library (MIT License)
Copyright © 2011 mjt
http://code.google.com/p/csat/

Uses SmartIrc4net (LGPL)
Copyright © 2003-2005 Mirco Bauer
http://www.meebey.net/projects/smartirc4net/

radegast's People

Contributors

elliena-bulmer avatar eumario avatar fly-man- avatar lkalif avatar nooperation avatar ole1986 avatar revolutionsmythe avatar robincornelius avatar ryemutt avatar signpostmarv avatar takeshich avatar teamspoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

radegast's Issues

displaying attachments uses max cpu

After the recent .net framework update I noticed that when I display one of my attachments using Tools>My Attachments it causes very high CPU utilization and is only hitting one core or thread. When running multiple instances of Radegast and attempting to display attachments from each instance the effect if multiplied until the application bogs down ending it it crashing.

Scripts Can't Be Viewed

I was trying to view a few scripts in my inventory (all full perm, me as the creator) and it simply won't load. I thought I'd try an inventory backup, but each of the scripts shows "Failed to fetch asset". I've tried reloading my inventory and clearing cache, but to no avail.

Nearby Chat from ALICE generates chat animations

Problem: When ALICE is turned on and have selected "no chat animations", when the avatar responds in Nearby Chat he still turns towards the speaker and waves his hands while responding.

Interestingly, this doesn't happen during response to an IM to the avatar.

Fix: selecting "no chat animations" should suppress chat animations during an ALICE response in Nearby Chat.

Thanks!

2.29 Download

I have not been able to run multiple huds since the 2.29 edition and now I can not get that version. Could you please include it in the downloads? I know hundreds of people who can not use any version but this one for that. And any new devises I get, I can not find the download. Also, what happened after that version to make it so slow and impossible to run multiple sessions and can you fix it so it is like the 2.29 version? Thank you

Cannot Add/Detach Items in RLV folders

Re:
Radegast-ng 2.33.144.0
Windows 10 Home 10.0.19041

While using Radegast, I’m unable to have scripts attach/detach items in RLV folders.

  1. Create a subfolder in my avatar's RLV folder and name it "+hat"
  2. Add an object named "hat" to the newly-created folder
  3. Place the following script in a cube:
integer RLVChannel = 1;
string Nickname = "an";
string RLVFolder = "+hat";

default
{
      touch_start(integer total_number)
     { 
          llSay(RLVChannel, Nickname + " " + RLVFolder); 
     }
 }
  1. Log in with Radegast, click the cube, and the hat doesn't attach

The most recent info I found on the topic was from 2018. The person that started the thread was able to gain access to their RLV folders after they modified their Radegast installation. I tried doing the same but was unsuccessful.

Note1: When logged in with Radegast, I see the RLV commands output in chat when my avatar touches the cube, though the hat doesn't attach.

Note2: When I log in with Firestorm and click the cube, the hat attaches to my avatar.

RLV Update? And lsl helper

I am a developer of multiple RLV projects in Secondlife and I figured the RLV version is not up to date it seems. Im missing a few functions here. THey simply dont work.
Also the links to lsl helper and other links are leading to a 404.
I think many people would be interested in that

Any advice on how I can report suggestions and bugs for the cinderblock version of Radegast without getting involved with cinderblock?

I'm happy with Radegast with the way it is. It functions well enough for me. In fact, since nooperation fixed a huge bug with the Interests tab, the viewer is nearly perfect. That was a huge bug, so I'm glad that it is gone. But I do see dozens of things that can be improved. I could take the time to make a detailed YouTube video covering each one. The problem is my stress levels get too high when I am dealing with cinderblock and I am terrified of her. I feel like any kind, respectful approach to sharing my ideas, suggestions, and feature requests will end in nothing but pain and headache. I could be totally wrong. Maybe she is a nice person but I just don't mesh well with her. I don't want to go to the radegast.life website to report my ideas and her GitHub still does not have an Issues tab. And I would prefer to submit my suggestions and feedback to someone else anyway. I really mean her no disrespect and I'm not trying to get banned or anything. I'm just a normal guy and I bear no hatred, ill will, or anything negative towards anyone. All I want is peace and happiness. I don't want anything negative in my life, receiving or giving. If I did not communicate this well. I am sorry. I'm not very good at expressing myself. I really like getting involved in projects (not doing the coding myself) of programs and games that I care about. I'm always providing detailed reports that help. And the things I want to report with Radegast are very simple. It wouldn't require much to fix them. Yeah, I don't know the code. But I'm not totally stupid so I can tell what takes a lot of work and what doesn't. So anyway, please. I beg you. Please don't get offended by this post, and just answer the question. Is there a way. Yes or no. If not, that's fine. I'll just use the Radegast as is and I will never submit any feedback ever again. Thank you.

Voice Failure

After clicking to download and install the plugin for voice the package failed to download, making voice unable to be used.

RLV/A Needs A Update Please

Description

At the current time (July 14 2016) Radegast has a Older version of RLV enabled this older version lacks support for the clothing Outfits folder as defined here http://www.opencollar.at/outfits.html This option allows users to use wear "foldername" as a Command to the Open Collar V6. There are alot of Options that RLV uses but with the older version of RLV in Radegast we cant use this option.

I am working on a project that Uses Radegast ( RLV and AMIL ) on a Bot But I need the support of OpenCollar V6. This should not be a hard update but I NEED IT or my project is Dead.

Steps to Reproduce:

Attach Open Collar V6 Available at (BOULEVARD/50/211/24) for free.
Have RLV enabled
Create a folder in your inventory called #rlv
inside that folder create a folder called .outfits
Add a outfit in a fold with its name to the .outfits folder
Lock Collar from menu
Choice RLV menu from collar
choice outfits from this menu
It will not load the outfits from the .outfits folder

AIML Using Does not See Display Names

After Fixing RLV We have started finding that you have to say the Bots Full System Name for it to Know you're talking about it. It needs to Understand its Own username and Reply to others users Display names So it's not Hello BOBB23242P How are you!

@detachall RLV command not working

I have some things using the RLV @detachall command and it seems like this specific command doesn't work.
Would be nice if we could have this :)

Radegast keeps changing the contents of my Profile > Interests tab.

UPDATE:

So I think that I found the issue. While in Radegast, go to your Interests tab and uncheck all the boxes and type something that you want to do like "I want to fly." Save and close your profile. Now open it up again. It will appear the same. Now close it again. Now open up some random profiles of other SL residents that you see Nearby. Close their profiles. Open up your profile. Now the stuff you typed will be gone or replaced and there will be random boxes checked. It's a Radegast thing and I don't get the point. Like "ha ha"? So hopefully I can keep my settings if I NEVER open up another SL resident's profile. If not, then well, I give up.

And here is a three second video proving that Radegast is doing this:
https://youtu.be/MIVqdz6eJWs

ORIGINAL:

Hi. When I am logged in SL on the Firestorm Viewer, I can change the information on my Interests tab. What I usually do is uncheck all the checkboxes in "I Want To:" and "Skills:". I put "English." under Languages. And I write that "I really love adult sims, but I am not interested in SL sex." I am sure that there are those who would put me down for caring what goes on my Interests tab or not, and for the content that I want to put on my Interests tab. Hopefully they won't give me any grief. The problem is that this information is constantly changing on it's own. Every once in a while I will check it and there will be random checkboxes marked or some random text like "Time to meme it up." I believe that this is because of Radegast. I switch viewers sometimes when I don't want to graphics but still want to interact and be present in SL. It gives my laptop time to cool down. I believe that Radegast does things to my Interests tab and then when I log into the Firestorm Viewer, I eventually notice it later. Is there a way to stop Radegast from doing this (and I don't mean stop using Radegast). Sorry, I am not 100% familiar with Radegast and there might be an option to toggle this behavior off and I haven't found it yet. If so, I apologize for not finding it on my own and relying on your help. Hopefully you won't mind telling me how to make it stop. Thank you.

Menu Buttons not working.

Unable to use inventory,Friends,Maps, Menu buttons wont open or unresponsive. 3D scene crashes the program immediately. operating System: Ubuntu 18.04.1 64 Bit Bionic Beaver. Radegast Version 2.18-2.25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.