Commit Graph

51 Commits

Author SHA1 Message Date
Siana Gearz
919d321d4a MultiAttach only on SL 2011-03-16 13:44:12 +01:00
Siana Gearz
8d85f67757 Imprudence AO 2011-03-01 04:16:54 +01:00
Siana Gearz
f7109a0131 Ripped out Inertia AO 2011-02-27 16:34:57 +01:00
Siana Gearz
d2896a0947 OpenSim compatible world map. YUCK!!! 2011-02-24 11:31:39 +01:00
Siana Gearz
2550e2b6f2 OpenGrid protocol is dead. byebye o/ 2011-01-31 19:59:28 +01:00
siana
774e20a764 1.5.2 release, assorted fixes 2011-01-02 17:23:37 +01:00
Siana Gearz
e1b9109bee I hate being unsat when pressing ESC 2010-11-29 00:23:02 +01:00
Siana Gearz
f9dcb1bb09 RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF 2010-11-25 23:47:11 +01:00
Siana Gearz
d68736da39 Put in some changes along sg1.4 dev history. 2010-11-21 15:57:44 +01:00
Siana Gearz
dcb1155033 Idle update perf fix 2010-11-13 05:27:02 +01:00
Siana Gearz
17a0d13b0c Merge shyotl, setting include broken (disabled) 2010-11-09 15:14:34 +01:00
Siana Gearz
18149fdfed RLVa fixes 2010-11-07 18:52:25 +01:00
Siana Gearz
740b570168 Merged in RLVa. Viewer broken! 2010-11-07 05:05:47 +01:00
unknown
4929460c66 COA stuff rolled into gSavedSettings.
Added common script<->client command junk.
2010-10-19 18:50:47 -05:00
Siana Gearz
5a67fcd623 Revert "THE BIGGIE."
This reverts commit ec55705bdd.

Conflicts:

	indra/newview/ascentprefsvan.cpp
	indra/newview/llinventorybridge.cpp
	indra/newview/skins/default/xui/en-us/panel_preferences_ascent_vanity.xml
2010-10-18 18:27:09 +02:00
unknown
3b0bfc40bc -LLCached[COA]Control can now be static const. Use for readonly access.
-const'd all readonly LLCached[COA]Controls to prevent altering by mistake.
-added get() accessor to LLCached[COA]Controls to return cached type explicitly without manual casts.
-added missing operators to LLCachedCOAControl
-Converted a few more settings to LLCached[COA]Control
-Fixed LLColor4U -> LLSD -> LLColor4 problems in LLCachedControl

Ascent functionality fixes:
-Tag coloring pulled out of getClientInfo(Redundant. idleUpdateNameTag already handled it)
--Tag and color substituted at render-time. Simple boolean logic. Neglible perf penalty.
-Fixed llinfos spam if AscentShowSelfTagColor = false
-Client tag updated less superfluously
2010-10-12 00:44:16 -05:00
unknown
fe9a3d2ba2 Converted frequently occuring setting lookups to LLCachedControl
Added LLObjectList::getAvatar(LLUUID) for type-safe and quicker lookup
Added F32 overload to LLSD because using F64 needlessly is silly.
   (And its lack of F32 overload caused issues with LLCachedControl<F32>)
2010-10-07 21:36:13 -05:00
unknown
3e8a7172db -Sanity checks from snowglobe. ...
-Null terminated a string buffer.
-Mutex locks are expensive.
-Realloc is my friend.
-But leaks are not.
-Nor are unused variables.
-And buffer overruns should get lost.
-bindManual shouldnt return failure if texture's already bound.
-Pulled windlight and classic clouds apart into unique rendertypes.
-'Client or Account' savedsettings stuff is now moar bettar. (and efficient)
-Replaced LLSavedSettingsGlue with something that supports gSavedSettings, gSavedPerAccountSettings, and gCOASavedSettings

-Added 'Enable Classic Clouds' checkbox to ascet performance settings panel
-New cards added to gpu table.
-General cleaning...
-How2spell 'dimensions'?
2010-10-01 00:35:39 -05:00
Beeks
79412de233 Serious fix for the Tintable tattoos!
Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-27 00:20:34 -04:00
Beeks
ec55705bdd THE BIGGIE.
Holy hell, this was an interesting one to implement. I wish I understood it better. Unfortunately I think this marks the end of trying to re-implement the Local Inventory for Temp and Local textures. It's just not feasible now that the entire inventory system has been whipped into a code shitstorm.

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-22 06:48:48 -04:00
Beeks
b215b405ea Two updates that sort of went in tandem.
Updated the Client tag options so that you can turn off tags/colors for others.

However, in the process of doing this the need for Client-Or-Account setting control became increasingly needed, and so a complete rebuild of some sections fetching values were redone across files. The good news is that we now have getCOA* settings for various settings types - Color4, Strings, U/F/S32, and BOOLs. Just include llsavedsettingsglue.h

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-15 00:22:06 -04:00
Beeks
2f79566311 Pushing this code up - Even if we can't get the AO working, at least this doesn't CRASH.
Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-11 05:01:39 -04:00
Beeks
51665a0b31 Linux compile error fix regarding FreezeTime - FreezeTime is a Bool, not an F32.
Tools floater was fixed so that the Last Owner text would fade out properly.
Minor tweak to the wlf settings again, to hopefully ensure it will always start closed.

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-04 19:22:52 -04:00
Beeks
a104e23fdb Removed some TOS/TPVp violations that we missed in the last sweep
Fix for the client definitions - Emerald's color is corrected, Emergence now reports properly.
Fixed the error "Client crashes if preferences is opened on login screen"

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-04 16:18:24 -04:00
Beeks
fa0143f917 New color tag system is basically in, but commented out. Color works, but takes a while to update for the user.
Couple of minor bugfixes with color settings - We need to finish the color settings that we have planned and soon, since one of a set of four got pushed in without the matching set.

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-03 16:38:05 -04:00
Beeks
77e268c79a Sometimes you just like to commit stuff and watch the colors. It's so beautiful. Life is beautiful.
Attempted fix on the wlf panel again. Prognosis: Fuck this shit.

aside from that, a couple fixes to other bits and pieces.

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-03 05:18:18 -04:00
Beeks
4650ca453c Removed the OTR button - Probably not going to bother with OTR.
Added some code for a later feature in llagent and llvoavatar.
Performed a minor tweak to the client tag code that was incorrect.
Removed Emerald's color options in the tag dropdown in accordance of them theoretically being removed tomorrow.
2010-09-03 03:13:42 -04:00
Beeks
d9cf8144e4 Client definitions were mucked with to poke Emerald.
People complained about the color of Friends in the avatar list, so I started adding support to change that (And made it account-specific as all the color stuff is designed to be). Didn't finish it, though.
The windlight popup is still broke as fuck when you start up, opening and closing it fixes it but no amount of basic common sense fixes it.
Changes to the client definitions to try to add our own colors worked, but the definitions file fucked off in the process so the client ID thing is sort of broken. Rather than trying to fix it, I think we'll just move onto the method described by Hazim/Zwagoth, which was closer to what we'd been trying to develop. I propose we just make people show up as Ascent and remove the tag reporting, honestly.
2010-09-02 22:10:56 -04:00
Beeks
800777f750 Merge branch 'master' of github.com:Beeks/Ascent
Conflicts:
	indra/newview/app_settings/settings.xml
2010-09-02 03:29:02 -04:00
Beeks
1fe07cfcd7 Fixes, foxes, faxes, and "oh fucks."
Link and unlink buttons are now in the build menu. To facilitate this, some minor elements were adjusted, and the edit boxes were re-aligned. Emerald's layout was pretty sloppy anyway.
More fiddling with the windlight menu, and more dead ends.

Expect at least one more update before night's end to implement the features coming in from the merge.

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-02 03:19:13 -04:00
CharleyLevenque
86adc65261 Building menu, avatar offsets, more attempts to fix min cam dist. 2010-09-01 23:35:11 -04:00
Beeks
245bf4227f Merge branch 'master' of github.com:Beeks/Ascent 2010-09-01 18:13:28 -04:00
Beeks
8bf941ca38 e.e 2010-09-01 18:12:48 -04:00
CharleyLevenque
0a0ce5cd09 Merge branch 'master' of github.com:Beeks/Ascent 2010-09-01 18:05:09 -04:00
CharleyLevenque
2a6a783d6a Show crosshair at build root, build pivoting, avatar offsets, improved Pose Stand 2010-09-01 18:04:08 -04:00
Beeks
441a7059f6 Fixed "Always allow fly" - A new setting was added instead of using the one already in.
Still fighting with the Windlight bar.
Added some other options in? I don't know any more.

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-09-01 17:55:27 -04:00
Beeks
b86566df43 Merge branch 'master' of github.com:Beeks/Ascent 2010-09-01 05:43:58 -04:00
Beeks
7f8652ca20 Added the Windlight presets from Emerald.
Camera reset and target position offsets for teleporting are in.
Still having problems with the popup menu not displaying correctly on startup. Poke it a couple times and it's fine. I dunno.
2010-09-01 05:41:54 -04:00
CharleyLevenque
327d244e31 New settings keys, script change announcement, minimum zoom distance fixes. 2010-09-01 03:42:39 -04:00
CharleyLevenque
6a4b23d0bb Log Out button, Pose Stand, Minimum Camera Zoom 2010-08-31 21:07:01 -04:00
Beeks
f0cb6acf40 Breast physics is more fully implemented - Default values may be too subtle for some users, look for them in the Vanity preferences.
Client Tags are corrected, it was using the wrong value after being set.
Show LookAt now has a checkbox option in the Security tab for people who don't want to use the Advanced menu.
Logout/Teleport screen options are now controlled.

Signed-off-by: Beeks <HgDelirium@gmail.com>
2010-08-29 23:51:20 -04:00
Beeks
5ce4286fd7 f 2010-08-22 15:14:30 -04:00
phr0z3nt04st
38afdb32a6 LOL fixed AO stand problem 2010-08-15 20:54:13 -05:00
phr0z3nt04st
52e9247616 I am silly and forgot to pause the stands, also optimizing it so we dont try to stop all the stands at once, this requires more testing.... 2010-08-14 15:52:35 -05:00
phr0z3nt04st
78c2293dc4 Better way to detect standing position, still minor issues with animations while in stand state (turning left, turning right still have problems) 2010-08-11 22:11:13 -05:00
phr0z3nt04st
2e5dee57b4 ReSit added, channel in dialog messaged added, local teleports have no delay after teleporting, message log crash fixed, hopefully... 2010-05-24 09:41:16 -05:00
phr0z3nt04st
bc3855d130 Added lure data parsing 2010-05-18 21:31:43 -05:00
Hazim Gazov
01dd55579a I'm dumb for breaking head again 2010-05-16 02:57:47 -03:00
Hazim Gazov
c58918a100 start to add always fly, remove opensim rules because they are dumb 2010-05-16 02:41:44 -03:00
phr0z3nt04st
0ba33c9fb4 Added Alpha Layer support and Additional Attachments, plus I reverted my
localhost on outgoing log hack and added the original values back in.
2010-05-13 20:53:47 -05:00