OSDN Git Service

radegast/radegast.git
14 years agoUn-disable volume control for inworld sounds. It seems to be working now
Mojito Sorbet [Sun, 6 Jun 2010 17:05:55 +0000 (17:05 +0000)]
Un-disable volume control for inworld sounds.  It seems to be working now

git-svn-id: https://radegast.googlecode.com/svn/trunk@692 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoImplement RAD-163: command line parameters support
Latif Khalifa [Sun, 6 Jun 2010 14:51:26 +0000 (14:51 +0000)]
Implement RAD-163: command line parameters support

Radegast -h
Radegast 1.21
Copyright (C) 2009, 2010 Radegast Development Team
http://radegastclient.org/

  -u, --username     Username, use quotes to supply "First Last"

  -p, --password     Account password

  -a, --autologin    Automatially login with provided user credentials

  -g, --grid         Grid ID to login into, try --list-grids to see IDs used
                     for this parameter

  -l, --location     Login location: last, home or regionname. Regioname can
                     also be in format regionname/x/y/z

  --list-grids       Lists grid IDs used for --grid option

  --loginuri         Use this URI to login (don't use with --grid)

  -h, --help         Display this help screen.

Example: automatically login user called Some Resident to his last location on
the Second Life main grid (agni)
Radegast -a -g agni -u "Some Resident" -p "secret"  -l last

Radegast --list-grids
Radegast 1.21
Copyright (C) 2009, 2010 Radegast Development Team
http://radegastclient.org/

Use Grid ID as the parameter for --grid
Grid ID                   - Grid Name
========================================================
agni                      - Second Life (agni)
aditi                     - Second Life Beta (aditi)
osgrid                    - OSGrid
reactiongrid              - ReactionGrid
3rdrock                   - 3rd Rock Grid
inworldz                  - Inworldz
legendcityonline          - Legend City Online
worldsimterra             - WorldSimTerra
youralternativelife       - Your Alternative Life
thenewworldgrid           - The New World Grid
cyberlandia               - Cyberlandia
thegorgrid                - The Gor Grid
giantgrid                 - GiantGrid
localhost                 - Local Host
gridproxy                 - Grid Proxy

git-svn-id: https://radegast.googlecode.com/svn/trunk@691 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoList grids after Instance is created.
Latif Khalifa [Sun, 6 Jun 2010 13:28:50 +0000 (13:28 +0000)]
List grids after Instance is created.

git-svn-id: https://radegast.googlecode.com/svn/trunk@690 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemoved some legacy cruft
Latif Khalifa [Sun, 6 Jun 2010 13:21:17 +0000 (13:21 +0000)]
Removed some legacy cruft

git-svn-id: https://radegast.googlecode.com/svn/trunk@689 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoIgnore autogenerated files.
Latif Khalifa [Sun, 6 Jun 2010 13:01:37 +0000 (13:01 +0000)]
Ignore autogenerated files.

git-svn-id: https://radegast.googlecode.com/svn/trunk@688 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDemo plugin doesn't include any assemblies
Latif Khalifa [Sun, 6 Jun 2010 13:00:31 +0000 (13:00 +0000)]
Demo plugin doesn't include any assemblies
(Silences the warning when running prebuild)

git-svn-id: https://radegast.googlecode.com/svn/trunk@687 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoA bit nicer display of usage help screen
Latif Khalifa [Sun, 6 Jun 2010 06:22:41 +0000 (06:22 +0000)]
A bit nicer display of usage help screen

git-svn-id: https://radegast.googlecode.com/svn/trunk@686 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded command line parser
Latif Khalifa [Sun, 6 Jun 2010 06:03:40 +0000 (06:03 +0000)]
Added command line parser
Renamed Second Life Grids
(Only --help and --list-grids implemented so far)

git-svn-id: https://radegast.googlecode.com/svn/trunk@685 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemoved auto-generated file
Latif Khalifa [Sun, 6 Jun 2010 04:46:01 +0000 (04:46 +0000)]
Removed auto-generated file

git-svn-id: https://radegast.googlecode.com/svn/trunk@684 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded library for command line parsing that will be used for RAD-163
Latif Khalifa [Sun, 6 Jun 2010 04:41:56 +0000 (04:41 +0000)]
Added library for command line parsing that will be used for RAD-163

git-svn-id: https://radegast.googlecode.com/svn/trunk@683 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoLouder Speech volume, less tracing.
Mojito Sorbet [Fri, 4 Jun 2010 21:28:17 +0000 (21:28 +0000)]
Louder Speech volume, less tracing.

git-svn-id: https://radegast.googlecode.com/svn/trunk@682 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoTry guarding against rogue map coordinate values.
Latif Khalifa [Fri, 4 Jun 2010 17:39:21 +0000 (17:39 +0000)]
Try guarding against rogue map coordinate values.

git-svn-id: https://radegast.googlecode.com/svn/trunk@681 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSet Speech louder, and compress distance effect
Mojito Sorbet [Thu, 3 Jun 2010 22:42:37 +0000 (22:42 +0000)]
Set Speech louder, and compress distance effect

git-svn-id: https://radegast.googlecode.com/svn/trunk@680 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoWorkaround for a mono 2.6 bug
Latif Khalifa [Thu, 3 Jun 2010 19:36:06 +0000 (19:36 +0000)]
Workaround for a mono 2.6 bug

git-svn-id: https://radegast.googlecode.com/svn/trunk@679 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDisable stream tags. It crashes on Vista32.
Mojito Sorbet [Thu, 3 Jun 2010 14:51:57 +0000 (14:51 +0000)]
Disable stream tags.  It crashes on Vista32.

git-svn-id: https://radegast.googlecode.com/svn/trunk@678 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoKill all channels too.
Latif Khalifa [Thu, 3 Jun 2010 12:01:17 +0000 (12:01 +0000)]
Kill all channels too.
Fixed looping sounds.

git-svn-id: https://radegast.googlecode.com/svn/trunk@677 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAccessibility improvements for the media console.
Latif Khalifa [Thu, 3 Jun 2010 10:58:17 +0000 (10:58 +0000)]
Accessibility improvements for the media console.

git-svn-id: https://radegast.googlecode.com/svn/trunk@676 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years ago* Re-enable getting stream tags (easily disabled by commenting out #define GET_STREAM...
Latif Khalifa [Thu, 3 Jun 2010 10:52:14 +0000 (10:52 +0000)]
* Re-enable getting stream tags (easily disabled by commenting out #define GET_STREAM_TAGS on top of Stream.cs)

git-svn-id: https://radegast.googlecode.com/svn/trunk@675 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years ago* Wait for fmod initialization to complete before exiting constructor
Latif Khalifa [Thu, 3 Jun 2010 09:13:18 +0000 (09:13 +0000)]
* Wait for fmod initialization to complete before exiting constructor
  (i had 50-50 chance of media console being activated)
* Made Kill buffer blocking
* Added support for typing sounds

git-svn-id: https://radegast.googlecode.com/svn/trunk@674 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAttached sound finds correct root prim. It's complicated
Latif Khalifa [Thu, 3 Jun 2010 06:33:20 +0000 (06:33 +0000)]
Attached sound finds correct root prim. It's complicated
since tha worst case we have this hierarchy:

attachment non root prim -> attachment root prim ->
   avatar -> avatar seat

git-svn-id: https://radegast.googlecode.com/svn/trunk@673 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoProtect against nullref in StopSound(). Override EndCallback to free memory.
Latif Khalifa [Thu, 3 Jun 2010 05:31:38 +0000 (05:31 +0000)]
Protect against nullref in StopSound(). Override EndCallback to free memory.

git-svn-id: https://radegast.googlecode.com/svn/trunk@672 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRestore config, change a few var names
Latif Khalifa [Thu, 3 Jun 2010 02:45:55 +0000 (02:45 +0000)]
Restore config, change a few var names

git-svn-id: https://radegast.googlecode.com/svn/trunk@671 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDisable GUI Object volume control, but renable Stream volume
Mojito Sorbet [Wed, 2 Jun 2010 21:49:10 +0000 (21:49 +0000)]
Disable GUI Object volume control, but renable Stream volume

git-svn-id: https://radegast.googlecode.com/svn/trunk@670 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMerged Mojito's sounds branch
Latif Khalifa [Wed, 2 Jun 2010 16:09:03 +0000 (16:09 +0000)]
Merged Mojito's sounds branch
\o/ we have in-word sounds now

git-svn-id: https://radegast.googlecode.com/svn/trunk@669 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDisable volume/position updates until we find why it gets Invalid Handle. sounds
Mojito Sorbet [Wed, 2 Jun 2010 15:46:34 +0000 (15:46 +0000)]
Disable volume/position updates until we find why it gets Invalid Handle.
Changed Object announcements to use correct positions.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@668 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoChange path separators so compilation on Linux works
Latif Khalifa [Wed, 2 Jun 2010 02:21:16 +0000 (02:21 +0000)]
Change path separators so compilation on Linux works

git-svn-id: https://radegast.googlecode.com/svn/trunk@667 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMaybe rotations are better.
Mojito Sorbet [Mon, 31 May 2010 21:53:17 +0000 (21:53 +0000)]
Maybe rotations are better.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@666 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoBetter logging of sound/listener locations
Mojito Sorbet [Mon, 31 May 2010 15:49:59 +0000 (15:49 +0000)]
Better logging of sound/listener locations

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@665 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoNo more need for special treatment of the map
Latif Khalifa [Mon, 31 May 2010 04:07:17 +0000 (04:07 +0000)]
No more need for special treatment of the map

git-svn-id: https://radegast.googlecode.com/svn/trunk@664 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMerged map changes
Latif Khalifa [Mon, 31 May 2010 03:48:45 +0000 (03:48 +0000)]
Merged map changes

git-svn-id: https://radegast.googlecode.com/svn/trunk@663 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoShow location of people on the map. legacy_map
Latif Khalifa [Mon, 31 May 2010 03:41:28 +0000 (03:41 +0000)]
Show location of people on the map.

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@662 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSave inworld sound setting in config
Mojito Sorbet [Sun, 30 May 2010 13:57:30 +0000 (13:57 +0000)]
Save inworld sound setting in config

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@661 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDynamic inworld volume adjustment.
Mojito Sorbet [Sun, 30 May 2010 13:53:46 +0000 (13:53 +0000)]
Dynamic inworld volume adjustment.
Set initial control from config file.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@660 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoInitial control panel for sound volume and disable
Mojito Sorbet [Sun, 30 May 2010 03:38:30 +0000 (03:38 +0000)]
Initial control panel for sound volume and disable

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@659 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFlip left/right sense of sound direction
Mojito Sorbet [Sat, 29 May 2010 22:03:57 +0000 (22:03 +0000)]
Flip left/right sense of sound direction

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@658 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAttempt at more robust xmpp
Latif Khalifa [Sat, 29 May 2010 20:39:38 +0000 (20:39 +0000)]
Attempt at more robust xmpp

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@657 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoLooped sounds appear to be working. Entering a new sim now kills all sounds.
Mojito Sorbet [Sat, 29 May 2010 16:17:50 +0000 (16:17 +0000)]
Looped sounds appear to be working.  Entering a new sim now kills all sounds.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@656 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSound attached to objects is working
Mojito Sorbet [Sat, 29 May 2010 13:06:56 +0000 (13:06 +0000)]
Sound attached to objects is working

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@655 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded debug logging messages, and sound cleanup
Mojito Sorbet [Fri, 28 May 2010 03:50:04 +0000 (03:50 +0000)]
Added debug logging messages, and sound cleanup

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@654 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoInworld sounds working. Not checked for memory leaks yet.
Mojito Sorbet [Wed, 26 May 2010 21:43:41 +0000 (21:43 +0000)]
Inworld sounds working.  Not checked for memory leaks yet.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@653 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoOGG data is loaded but gets insufficient memory error from FMOD
Mojito Sorbet [Wed, 26 May 2010 21:25:00 +0000 (21:25 +0000)]
OGG data is loaded but gets insufficient memory error from FMOD

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@652 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAll 3 methods for fetching tiles work
Latif Khalifa [Tue, 25 May 2010 16:42:47 +0000 (16:42 +0000)]
All 3 methods for fetching tiles work

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@651 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSound gets fetched, but FMOD err_output_allocated when creating sound
Mojito Sorbet [Tue, 25 May 2010 13:37:31 +0000 (13:37 +0000)]
Sound gets fetched, but FMOD err_output_allocated when creating sound

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@650 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemove logging, display parcel name at target position.
Latif Khalifa [Sun, 23 May 2010 19:30:51 +0000 (19:30 +0000)]
Remove logging, display parcel name at target position.

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@649 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMap working
Latif Khalifa [Sun, 23 May 2010 18:16:54 +0000 (18:16 +0000)]
Map working

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@648 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMore legacy map support progress
Latif Khalifa [Sun, 23 May 2010 11:06:23 +0000 (11:06 +0000)]
More legacy map support progress

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@647 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoWorking map with textures downloaded from lindens S3 repo.
Latif Khalifa [Sun, 23 May 2010 01:50:06 +0000 (01:50 +0000)]
Working map with textures downloaded from lindens S3 repo.

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@646 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoBeginnings of the custom control that draws the map without any external components.
Latif Khalifa [Sat, 22 May 2010 19:03:24 +0000 (19:03 +0000)]
Beginnings of the custom control that draws the map without any external components.

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@645 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoBranch for some map experimentation
Latif Khalifa [Fri, 21 May 2010 09:03:41 +0000 (09:03 +0000)]
Branch for some map experimentation

git-svn-id: https://radegast.googlecode.com/svn/branches/legacy_map@644 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoStop processing keyboard shortcut detection after we found them.
Latif Khalifa [Thu, 20 May 2010 10:42:20 +0000 (10:42 +0000)]
Stop processing keyboard shortcut detection after we found them.

git-svn-id: https://radegast.googlecode.com/svn/trunk@643 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-162: debug console window
Latif Khalifa [Thu, 20 May 2010 09:46:32 +0000 (09:46 +0000)]
RAD-162: debug console window
Activated via Alt-Ctrl-D keyboard shortcut or via Help -> Debug Console...

git-svn-id: https://radegast.googlecode.com/svn/trunk@642 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRefactor logging, added RadegastAppender.Log event
Latif Khalifa [Thu, 20 May 2010 08:55:47 +0000 (08:55 +0000)]
Refactor logging, added RadegastAppender.Log event

git-svn-id: https://radegast.googlecode.com/svn/trunk@641 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFetch sound resources.
Mojito Sorbet [Tue, 18 May 2010 21:45:06 +0000 (21:45 +0000)]
Fetch sound resources.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@640 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSimultaneous speech and music works, as long as tag-processing is disabled.
Mojito Sorbet [Tue, 18 May 2010 15:56:30 +0000 (15:56 +0000)]
Simultaneous speech and music works, as long as tag-processing is disabled.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@639 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFMOD calls a callback after object collected. Not found it yet
Mojito Sorbet [Tue, 18 May 2010 03:15:11 +0000 (03:15 +0000)]
FMOD calls a callback after object collected.  Not found it yet

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@638 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMove trunk to 1.21.x
Latif Khalifa [Mon, 17 May 2010 17:34:36 +0000 (17:34 +0000)]
Move trunk to 1.21.x

git-svn-id: https://radegast.googlecode.com/svn/trunk@637 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoCopy xml files to output dir
Latif Khalifa [Mon, 17 May 2010 17:33:49 +0000 (17:33 +0000)]
Copy xml files to output dir

git-svn-id: https://radegast.googlecode.com/svn/trunk@636 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSpeech working in new sound infrastructure, but still some handle management problems.
Mojito Sorbet [Sun, 16 May 2010 13:26:05 +0000 (13:26 +0000)]
Speech working in new sound infrastructure, but still some handle management problems.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@635 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoUpdate build number
Latif Khalifa [Sat, 15 May 2010 22:08:09 +0000 (22:08 +0000)]
Update build number

git-svn-id: https://radegast.googlecode.com/svn/trunk@632 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoPrepare hotfix 1.20 that fixes RAD-160:
Latif Khalifa [Sat, 15 May 2010 22:06:06 +0000 (22:06 +0000)]
Prepare hotfix 1.20 that fixes RAD-160:
Clicking IM from the friends console starts a conference even if only one friend is selected

git-svn-id: https://radegast.googlecode.com/svn/trunk@631 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoParcel music working with the new sound infrastructure.
Mojito Sorbet [Sat, 15 May 2010 21:50:19 +0000 (21:50 +0000)]
Parcel music working with the new sound infrastructure.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@630 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoPrepare 1.18 release
Latif Khalifa [Sat, 15 May 2010 10:33:37 +0000 (10:33 +0000)]
Prepare 1.18 release

git-svn-id: https://radegast.googlecode.com/svn/trunk@627 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-59: Play animations from inventory
Latif Khalifa [Fri, 14 May 2010 11:13:35 +0000 (11:13 +0000)]
RAD-59: Play animations from inventory

git-svn-id: https://radegast.googlecode.com/svn/trunk@626 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-125: Ability to create friends conference
Latif Khalifa [Fri, 14 May 2010 10:41:39 +0000 (10:41 +0000)]
RAD-125: Ability to create friends conference
Basically rewrite friends console.

git-svn-id: https://radegast.googlecode.com/svn/trunk@625 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded more grids, load them from included grids.xml
Latif Khalifa [Thu, 13 May 2010 08:34:00 +0000 (08:34 +0000)]
Added more grids, load them from included grids.xml

git-svn-id: https://radegast.googlecode.com/svn/trunk@624 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-146: RLV and agent rotation does not match RLV viewer
Latif Khalifa [Wed, 12 May 2010 22:29:33 +0000 (22:29 +0000)]
RAD-146: RLV and agent rotation does not match RLV viewer

git-svn-id: https://radegast.googlecode.com/svn/trunk@623 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-123: Ban/Eject controls within Radegast
Latif Khalifa [Wed, 12 May 2010 11:16:39 +0000 (11:16 +0000)]
RAD-123: Ban/Eject controls within Radegast

git-svn-id: https://radegast.googlecode.com/svn/trunk@622 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-71: Added Teleport To and Offer teleport context menu for avatars
Latif Khalifa [Wed, 12 May 2010 09:42:09 +0000 (09:42 +0000)]
RAD-71: Added Teleport To and Offer teleport context menu for avatars

git-svn-id: https://radegast.googlecode.com/svn/trunk@621 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoThe last test commit for now http://gitorious.org/radegast
Latif Khalifa [Mon, 10 May 2010 22:52:00 +0000 (22:52 +0000)]
The last test commit for now gitorious.org/radegast

git-svn-id: https://radegast.googlecode.com/svn/trunk@620 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoTesting git sync 2 http://github.com/lkalif/radegast
Latif Khalifa [Mon, 10 May 2010 14:39:04 +0000 (14:39 +0000)]
Testing git sync 2 github.com/lkalif/radegast

git-svn-id: https://radegast.googlecode.com/svn/trunk@619 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoTesting git sync http://github.com/lkalif/radegast
Latif Khalifa [Mon, 10 May 2010 14:25:43 +0000 (14:25 +0000)]
Testing git sync http://github.com/lkalif/radegast

git-svn-id: https://radegast.googlecode.com/svn/trunk@618 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoOptimize startup time a bit by skipping scan for plugins in the files we know don...
Latif Khalifa [Sat, 8 May 2010 19:31:42 +0000 (19:31 +0000)]
Optimize startup time a bit by skipping scan for plugins in the files we know don't contain any.

git-svn-id: https://radegast.googlecode.com/svn/trunk@617 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoChange working directory to Radegast install dir on startup
Latif Khalifa [Sat, 8 May 2010 19:02:49 +0000 (19:02 +0000)]
Change working directory to Radegast install dir on startup

git-svn-id: https://radegast.googlecode.com/svn/trunk@616 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemove default text in fields
Latif Khalifa [Sat, 8 May 2010 18:46:17 +0000 (18:46 +0000)]
Remove default text in fields

git-svn-id: https://radegast.googlecode.com/svn/trunk@615 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdd *.txt files to binary dir (license) using prebuild too.
Latif Khalifa [Sat, 8 May 2010 08:45:26 +0000 (08:45 +0000)]
Add *.txt files to binary dir (license) using prebuild too.

git-svn-id: https://radegast.googlecode.com/svn/trunk@614 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdd license agreement to the installer
Latif Khalifa [Sat, 8 May 2010 08:43:19 +0000 (08:43 +0000)]
Add license agreement to the installer

git-svn-id: https://radegast.googlecode.com/svn/trunk@613 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoHigher res icon
Latif Khalifa [Sat, 8 May 2010 07:42:06 +0000 (07:42 +0000)]
Higher res icon

git-svn-id: https://radegast.googlecode.com/svn/trunk@612 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoProvide a 'tick' to FMOD so callbacks will work.
Mojito Sorbet [Thu, 6 May 2010 18:30:57 +0000 (18:30 +0000)]
Provide a 'tick' to FMOD so callbacks will work.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@611 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemove timer loop from stream class.
Mojito Sorbet [Thu, 6 May 2010 18:05:45 +0000 (18:05 +0000)]
Remove timer loop from stream class.
Preliminary shared buffer support.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@610 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoUpdate to recent group chat changes in libomv.
Latif Khalifa [Thu, 6 May 2010 13:45:38 +0000 (13:45 +0000)]
Update to recent group chat changes in libomv.

git-svn-id: https://radegast.googlecode.com/svn/trunk@609 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemove old sound class
Mojito Sorbet [Mon, 3 May 2010 17:18:25 +0000 (17:18 +0000)]
Remove old sound class

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@608 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoInitial reorganizations of Media classes to support parcel, object, and speech Sounds.
Mojito Sorbet [Mon, 3 May 2010 17:12:15 +0000 (17:12 +0000)]
Initial reorganizations of Media classes to support parcel, object, and speech Sounds.

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@607 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoBranch for sound work
Latif Khalifa [Sat, 1 May 2010 02:34:26 +0000 (02:34 +0000)]
Branch for sound work

git-svn-id: https://radegast.googlecode.com/svn/branches/sounds@606 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoCheck in IRC relay plugin, don't include it in default build.
Latif Khalifa [Wed, 28 Apr 2010 22:45:37 +0000 (22:45 +0000)]
Check in IRC relay plugin, don't include it in default build.

git-svn-id: https://radegast.googlecode.com/svn/trunk@605 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-158: Added support for viewer 2 style "slurls"
Latif Khalifa [Tue, 27 Apr 2010 02:46:15 +0000 (02:46 +0000)]
RAD-158: Added support for viewer 2 style "slurls"

git-svn-id: https://radegast.googlecode.com/svn/trunk@604 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded description of chat history keyboard shortcuts
Latif Khalifa [Mon, 26 Apr 2010 14:08:13 +0000 (14:08 +0000)]
Added description of chat history keyboard shortcuts

git-svn-id: https://radegast.googlecode.com/svn/trunk@598 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-114: Ability to edit resident profile
Latif Khalifa [Mon, 26 Apr 2010 09:41:51 +0000 (09:41 +0000)]
RAD-114: Ability to edit resident profile

git-svn-id: https://radegast.googlecode.com/svn/trunk@597 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoUse the provided delegate for output writing
Latif Khalifa [Mon, 26 Apr 2010 07:32:53 +0000 (07:32 +0000)]
Use the provided delegate for output writing

git-svn-id: https://radegast.googlecode.com/svn/trunk@596 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-157: Added "find" command
Latif Khalifa [Mon, 26 Apr 2010 07:17:52 +0000 (07:17 +0000)]
RAD-157: Added "find" command
* changed search function to search partial object names

git-svn-id: https://radegast.googlecode.com/svn/trunk@595 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-156: Added "sit" command
Latif Khalifa [Mon, 26 Apr 2010 05:59:12 +0000 (05:59 +0000)]
RAD-156: Added "sit" command
* Fixed status command to show if we are sitting on the ground

git-svn-id: https://radegast.googlecode.com/svn/trunk@594 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-155: Added "unsit" command
Latif Khalifa [Mon, 26 Apr 2010 05:41:45 +0000 (05:41 +0000)]
RAD-155: Added "unsit" command

git-svn-id: https://radegast.googlecode.com/svn/trunk@593 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-147: Added "follow" command
Latif Khalifa [Mon, 26 Apr 2010 05:20:39 +0000 (05:20 +0000)]
RAD-147: Added "follow" command

git-svn-id: https://radegast.googlecode.com/svn/trunk@592 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoReposync
Latif Khalifa [Mon, 26 Apr 2010 05:03:46 +0000 (05:03 +0000)]
Reposync

git-svn-id: https://radegast.googlecode.com/svn/trunk@591 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdd information about the person we are following to status command.
Latif Khalifa [Sun, 25 Apr 2010 19:26:05 +0000 (19:26 +0000)]
Add information about the person we are following to status command.

git-svn-id: https://radegast.googlecode.com/svn/trunk@590 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-154: Added //status command
Latif Khalifa [Sun, 25 Apr 2010 19:13:17 +0000 (19:13 +0000)]
RAD-154: Added //status command

git-svn-id: https://radegast.googlecode.com/svn/trunk@589 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFollow tweaks
Latif Khalifa [Sun, 25 Apr 2010 14:29:04 +0000 (14:29 +0000)]
Follow tweaks

git-svn-id: https://radegast.googlecode.com/svn/trunk@588 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-152: Follow option in avatar dropdown mislabeled when already following someone
Latif Khalifa [Sun, 25 Apr 2010 03:28:05 +0000 (03:28 +0000)]
RAD-152: Follow option in avatar dropdown mislabeled when already following someone

git-svn-id: https://radegast.googlecode.com/svn/trunk@587 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMore typofixes.
Latif Khalifa [Sat, 24 Apr 2010 20:24:05 +0000 (20:24 +0000)]
More typofixes.

git-svn-id: https://radegast.googlecode.com/svn/trunk@586 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-150: Added "tp" command
Latif Khalifa [Sat, 24 Apr 2010 20:15:27 +0000 (20:15 +0000)]
RAD-150: Added "tp" command

git-svn-id: https://radegast.googlecode.com/svn/trunk@585 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoTypofix, unused vars
Latif Khalifa [Sat, 24 Apr 2010 18:41:26 +0000 (18:41 +0000)]
Typofix, unused vars

git-svn-id: https://radegast.googlecode.com/svn/trunk@584 f7a694da-4d33-11de-9ad6-1127a62b9fcd