Drake Arconis
08654cc859
Fixed profile floater not displaying custom account type strings from server
2013-09-17 01:31:54 -04:00
Latif Khalifa
7346931f7f
Revert OCD commit tick.
...
Revert "Appease VS2010 warning and make ui code more consistent with the modern standard in daeexport.cpp"
This reverts commit cb6dec62ec .
2013-09-17 04:59:25 +02:00
Inusaito Sayori
69a6968775
Request: Add menu item separator between replace and remove.
2013-09-16 22:36:48 -04:00
Inusaito Sayori
cb6dec62ec
Appease VS2010 warning and make ui code more consistent with the modern standard in daeexport.cpp
2013-09-15 18:01:21 -04:00
Latif Khalifa
b2ae9feda0
Collada export, now with more awesome
...
* Added support for exporting textures
* Added support for applying texture parameters
* Added support for merging faces with same textures
* Added support for skipping transparent faces
2013-09-15 09:19:21 +02:00
Inusaito Sayori
e5f2d5f76e
Fix Save Preview As... for textures, now save as any type we can encode to!
...
Removes the previous method and condenses the menu entries back into one.
- Translations have been updated except for German, German will need to update the translation for "Save Preview As..." since the name hasn't changed.
Adds FFSAVE_IMAGE to the filepicker enums
Crossplatformity:
- The Windows version works nicely
- The Linux version may not work or even compile but it should..
- The Mac version hasn't been added, instead it will default to accept any(all filter), should the provided file extension be invalid a notification will display.
2013-09-14 21:21:36 -04:00
Inusaito Sayori
42f8875d69
Group chat seems to want script reset from object inventory, so here you go.
2013-09-14 21:07:01 -04:00
Inusaito Sayori
380642044f
Revert "Mewmew"
...
This reverts commit 27dcbef8fa .
2013-09-06 15:42:14 -04:00
Inusaito Sayori
22fee625e5
Revert "You, my friend, are a victim of disorganized thinking."
...
This reverts commit d956f60c0b .
2013-09-06 15:39:00 -04:00
Inusaito Sayori
539eb2e348
Add buttons back to the IM floater, taking the space that RP Mode once occupied
...
Also fix concise IM buttons from looking awful, concise stays concise, only the dropdown button there.
2013-08-29 13:56:14 -04:00
Inusaito Sayori
b3f414c4ad
Move RP Mode check into the Profile button dropdown
2013-08-29 13:45:24 -04:00
Inusaito Sayori
83c66c978b
Option to ding on each new IM for given private IM sessions
...
Ding noises configurable via LiruNewMessageSound* debug settings
2013-08-29 13:35:35 -04:00
Inusaito Sayori
e032c53bc6
Feature Request: Make the map dot color for everyone else customizable
...
Switches MapAvatar from being part of a skin's colors.xml to being a user setting (optionally vanity per account)
This makes sense because all the other dots were at the user's control already.
2013-08-28 03:29:57 -04:00
Inusaito Sayori
e571b9a585
Merge branch 'master' of git://github.com/TighMacFanatic/SingularityViewer
2013-08-27 23:18:45 -04:00
Inusaito Sayori
9df7808dc8
Add Web Profile option to calling card inventory menu
...
Only shown when web profiles are available and web profiles aren't used by default
2013-08-27 21:37:08 -04:00
Inusaito Sayori
c9482ecac5
Feature request: Add an option to open inventory folders in a new separate window
2013-08-24 21:52:53 -04:00
Inusaito Sayori
8fc74855da
Solve Issue 925: Add "Show on Map" to right-click menu for landmarks in inventory
2013-08-24 19:41:39 -04:00
Inusaito Sayori
e9d8ceaa38
Finish Singu TODO: Texture Save As from inventory menu.
2013-08-24 19:35:30 -04:00
Inusaito Sayori
0c40a38a45
Append the count of unread IMs to the IM session's name in the communicate button's flyout list
...
ShowUnreadIMsCount can be set false to turn this off
2013-08-24 19:20:56 -04:00
Inusaito Sayori
fea628fd82
Fix a conflict with the inventory offer button enum and the profile button's index
2013-08-22 10:09:12 -04:00
Inusaito Sayori
4607bb6ea0
Feature request: Hang onto last values for Ease In and Ease Out for future animation uploads (Issue 984)
2013-08-20 06:09:07 -04:00
TighMacFanatic
7783b835f0
Fix swapped enum so I don't break anything unexpected.
2013-08-18 02:07:12 -04:00
TighMacFanatic
9fc7c84f74
Added a third option to hear voice from everywhere so position does not affect volume/panning.
2013-08-17 12:20:03 -04:00
Inusaito Sayori
03b384334c
Feature Request: Show profile from inventory offer notifications
2013-08-15 01:36:07 -04:00
Inusaito Sayori
a5705bd459
IRC Feature Request: Ability to show only legacy names for speakers (in Adv. Chat->Chat UI preferences)
2013-08-15 00:06:09 -04:00
Inusaito Sayori
0b9f14fff7
Feature request: Show profile on Teleport Offer notifications
2013-08-14 22:02:15 -04:00
Inusaito Sayori
b00e39f211
Continuation of the ongoing effort to change intrusive notifications into notifytips
2013-08-14 21:32:54 -04:00
Inusaito Sayori
75e5f87998
Fix Issue 1011: Intrusive on death teleport notification
2013-08-14 21:19:56 -04:00
Inusaito Sayori
d6aace58b3
Fix the borders of drop targets to look like they did back in 1.8.0
2013-08-08 22:02:24 -04:00
Inusaito Sayori
5b4b2b1078
Fix the load button on web tab of profiles not working, thanks to goldlatias for pointing this out.
2013-08-08 21:52:36 -04:00
Inusaito Sayori
fb32e500dc
Fix the spinners on the map and on the god tools floater being too small because of unused label_width.
2013-08-08 16:03:01 -04:00
Inusaito Sayori
4b8db31073
Fix Issue 992: Singularity will not allow teleports above 4096, nor building above 4096.
...
Teleport height restrictions have been increased to 8192
-The 4096 limit isn't in much of the teleport code anyhow, and it's certainly not enforced.
Building height restrictions are now hooked up to hippolimits, apparently they hadn't been
-MAX_OBJECT_Z, and hardcoded 4096s now use gHippoLimits->getMaxHeight() instead
-On floater_tools.xml max_val is left out, instead it is set with the rest of the gHippoLimits edit constraints in LLPanelObject::getState
2013-08-08 16:00:49 -04:00
Inusaito Sayori
4c69074564
Fix squares showing up on God Tools floater because of tabs being used for xml spacing
2013-08-08 01:57:05 -04:00
Inusaito Sayori
b17cebd87f
Allow multi select on the group members list in the general tab (How did this slip by me?)
2013-08-07 13:55:38 -04:00
Inusaito Sayori
2e36b569ad
Fix focusing marked via the radar menu not working
2013-08-06 10:05:20 -04:00
Inusaito Sayori
7de20f8e98
Eep, this escaped the dummy ui warning commit yesterday.
2013-08-06 09:55:17 -04:00
Inusaito Sayori
9411b463e2
Expose VoiceMultiInstance as a checkbox on the Voice tab of Preferences
2013-08-02 19:41:04 -04:00
Inusaito Sayori
73021182b2
Basic menus for all the remaining avatar lists in group profiles.
2013-08-02 17:33:31 -04:00
Inusaito Sayori
1ccba509a8
Feature Request: If web profiles are available and are not shown by default, offer a menu entry to show them from avatar lists
2013-08-02 17:04:48 -04:00
Inusaito Sayori
ba7d55be73
Removed Report Abuse from the avatar list menus for now, it doesn't work
2013-08-02 17:03:19 -04:00
Inusaito Sayori
ea69a7bfa9
Ratany's Feature Request: Add antispam dialog filter bypasses(own objects and friends) and condense antispam dialog blocking into a single function
2013-08-02 16:49:19 -04:00
Inusaito Sayori
27dcbef8fa
Mewmew
2013-08-01 19:58:37 -04:00
Inusaito Sayori
d956f60c0b
You, my friend, are a victim of disorganized thinking.
2013-07-31 17:19:01 -04:00
Inusaito Sayori
d0dee3da59
Pre-fill the Request Teleport text box
2013-07-31 16:18:43 -04:00
Inusaito Sayori
ff6dc9341d
Add basic menu_avs_list to Friends List and People Search
2013-07-31 15:56:12 -04:00
Inusaito Sayori
9042ccde00
Exchange most of the buttons on the instant message floater for a flyout button that offers more like Request Teleport!
2013-07-31 15:54:55 -04:00
Inusaito Sayori
04c78a1d8a
Merge in Storm-1838
2013-07-31 15:49:34 -04:00
Inusaito Sayori
9676eac3db
Add invite to group to the avatar list menus
2013-07-31 12:44:18 -04:00
Inusaito Sayori
41bf9681c4
Introduce menu_avs_list.xml and use it for Active Speakers list, About Land's ban/allow lists, Group profile general tab list, and chat participants lists.
2013-07-31 02:25:35 -04:00
Latif Khalifa
6088ed50a8
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2013-07-27 17:48:16 +02:00