Lirusaito
cb3e8215d6
Merge branch 'master' of git://github.com/siana/SingularityViewer
2012-02-11 22:35:11 -05:00
Lirusaito
a3900a4830
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2012-02-11 22:34:41 -05:00
Lirusaito
0f9139305a
Widen floater_instant_message's Call/End button to 80 from 53, stop haligning it "right", increase floater's min_width so the expanded button won't stick out ever.
...
The button will be consistent in width with other butons atop instant messages, it looks terrible aligned right, it'll default to center now.
Expansion should also aid in translation, surely the previously allotted space was uncomfortable in other languages.
2012-02-11 22:15:12 -05:00
Siana Gearz
0a8504fb3c
Uncertain attempt at preventing borked texturedata on fetch fallback.
2012-02-12 00:19:25 +01:00
Siana Gearz
d709200fc0
Those memory pools can't be of ANY use with our malloc
2012-02-11 17:01:52 +01:00
Siana Gearz
77df33ebf6
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2012-02-11 17:00:00 +01:00
Siana Gearz
8064d561f4
Merge branch 'master' of git://github.com/lkalif/SingularityViewer
2012-02-11 16:59:49 +01:00
Siana Gearz
aaf1e4d21b
Merge branch 'master' of https://github.com/Shyotl/SingularityViewer
2012-02-11 16:58:27 +01:00
Shyotl
9f9a4cbaaf
Brought over LLAvatarPropertiesProcessor, and updated relevant floaters to utilize it. (Mainly in the avatar properties floaters)
2012-02-11 04:07:34 -06:00
Inusaito Sayori
e7806f9dac
Set label_width's to 60, the previous largest space allotted sliders for fonts/translations.
2012-02-11 03:02:43 -05:00
Inusaito Sayori
d7eb4fc656
Revert to label_width changes made recently for audio sliders.
2012-02-11 02:30:18 -05:00
Shyotl
d10724ae6f
Remove some dead savedsettings.
2012-02-10 11:20:28 -06:00
Latif Khalifa
0a3116422a
Restore windows shortcut name to include 'Viewer'
2012-02-10 14:09:32 +01:00
Aleric Inglewood
0a59b3bb54
Merge remote-tracking branch 'siana/master'
2012-02-10 02:14:44 +01:00
Aleric Inglewood
e0b21b08fa
Add AITimer and AIPersistentTimer state machines.
...
For use inside other state machines that need timer events.
Wraps AIFrameTimer.
2012-02-10 02:10:12 +01:00
Aleric Inglewood
d4591828c8
Finished AIFrameTimer.
...
Added documentation.
Added AIFrameTimer::isRunning.
Fixed a bug: mCallback was deleted before it was used.
2012-02-10 01:37:43 +01:00
Aleric Inglewood
cad0597524
Allow AIStateMachine::run() to be called from callback functions.
...
This was already documented as working, but turned out not to work.
Now one can call any of the run(...) functions to guarantee a restart
of the statemachine. Using run() without parameters from a callback
function re-uses the old callback information.
Introduces a new enum AIStateMachine::active_type that keeps track
of on which list the statemachine resides, if any. This was necessary
because run() calls cont() which now can be called while the
statemachine is already on the active list, so it needs to know
more than just if it's on the continued_statemachines list or
not.
2012-02-10 00:23:20 +01:00
Siana Gearz
e10581e319
Resolve extern warning on GCC
2012-02-09 22:13:44 +01:00
Shyotl
f7b2139e81
Renderer update. Incl mac fixes, DoF improvements, windlight floater code cleanup. (shining-fixes merge)
2012-02-09 14:26:21 -06:00
Lirusaito
f55452d6dd
Pad right removed from join call, it made the button look bad. Also moved said button adjacent the button before it to match with other buttons.
2012-02-09 14:34:37 -05:00
Latif Khalifa
b0c675498c
Base viewer executable and installer names on the viewer channel
...
Example config:
/python develop.py -G VC100 -t ReleaseSSE2 configure -DPACKAGE:BOOL=ON -DFMODEX:BOOL=ON -DVIEWER_CHANNEL:STRING="Singularity Alpha" -DVIEWER_LOGIN_CHANNEL:STRING="Singularity Alpha"
VIEWER_LOGIN_CHANNEL is the string that is used in --chanel switch to the shortcut created
VIEWER_CHANNEL is the string used for executable name and installer name
This example will produce: SingularityAlphaViewer.exe and installer named
SingularityAlpha_x-y-z-buildnr_Setup.exe
2012-02-09 19:48:32 +01:00
Lirusaito
f16da13198
Added keyboard shortcut for whisper in chatbar's tooltip.
2012-02-09 13:37:03 -05:00
Lirusaito
0827b3fce9
Merge branch 'master' of git://github.com/siana/SingularityViewer
2012-02-09 11:49:54 -05:00
Siana Gearz
a3a7f72b7c
Limit PCH size sanely
2012-02-09 15:22:07 +01:00
Siana Gearz
acf378e9f2
Auto-version system
2012-02-09 14:03:49 +01:00
Lirusaito
a39209cd37
Fixed alignment of chats, finally everything lines up.
...
Things look way more professional as buttons and chat and the like all have consisent positions and sizes, to the pixel.
2012-02-09 02:18:41 -05:00
Siana Gearz
2ef5673c18
Let's not segfault Lenny's GCC
2012-02-09 02:10:21 +01:00
Lirusaito
4c10ae1a4c
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
...
Conflicts:
indra/newview/skins/default/xui/en-us/panel_audio.xml
indra/newview/skins/default/xui/en-us/panel_friends.xml
indra/newview/ascentprefssys.cpp
indra/newview/skins/default/xui/en-us/panel_preferences_ascent_system.xml
2012-02-08 13:13:58 -05:00
Lirusaito
66c3f282de
Removed repetitive search text.
2012-02-08 12:54:47 -05:00
Lirusaito
fec75d9436
Added commandline for Fake Away Status.
...
Users can turn on and off the fake away status by typing a command.
Can be placed inside gesture to be performed together with going away.
2012-02-08 12:54:34 -05:00
Siana Gearz
ef68f43687
Fix RLVa bug with wearables being unwearables
2012-02-08 16:19:12 +01:00
Siana Gearz
13780fae2a
Revert "Culling and positioning search properly for contacts."
...
This reverts commit 78409deaa7 .
2012-02-08 13:05:51 +01:00
Lirusaito
c294456e2a
Added keyboard shortcut for build.
...
Consistency with other toolbar tooltips.
2012-02-07 14:41:07 -05:00
Lirusaito
6410fb3209
Fix to make audio panel look nice on Windows as well as Linux.
2012-02-07 14:40:10 -05:00
Lirusaito
af22591cc0
Fixed mQuietSnapshotsToDisk compilation error.
2012-02-07 10:57:04 -05:00
Siana Gearz
b0267e4631
Revert "Newer TCMalloc, now with headers!"
...
This reverts commit 69a2d0bc5e .
2012-02-07 15:52:15 +01:00
Siana Gearz
69a2d0bc5e
Newer TCMalloc, now with headers!
2012-02-07 14:01:56 +01:00
Siana Gearz
108b9211ff
Revert "Added Quiet Snapshots To Disk checkbox to Security tab of System Preferences, also corrected comments, since Privacy is called Security now."
...
This reverts commit 787f91085d .
2012-02-07 12:49:59 +01:00
Siana Gearz
97f2474956
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2012-02-07 12:43:28 +01:00
Siana Gearz
b4c68d56b6
Reverting Lirusaito's botch on volume controls
2012-02-07 12:43:12 +01:00
Lirusaito
03926c2374
That shouldn't have been deleted, my bad.
...
image_unselected, so the button will actually show, unselected isn't anything.
2012-02-06 21:45:09 -05:00
Lirusaito
787f91085d
Added Quiet Snapshots To Disk checkbox to Security tab of System Preferences, also corrected comments, since Privacy is called Security now.
...
Users can find and change Quiet Snapshot setting easily in a logical place in their preferences.
2012-02-06 19:38:17 -05:00
Aleric Inglewood
1b37bd5df6
Merge branch 'master', remote-tracking branch 'siana/master'
2012-02-06 22:50:06 +01:00
Aleric Inglewood
ea0a5c521f
Fix for libcwd
2012-02-06 22:34:34 +01:00
Lirusaito
6ba69adccc
Renewed support for / starting chat on linux.
2012-02-06 15:30:27 -05:00
Lirusaito
481361f714
Swapped tabs for spaces for proper display on Windows.
2012-02-06 15:29:25 -05:00
Siana Gearz
e1e34623cb
UI purdyness had its flaws - should revisit later
2012-02-06 20:12:02 +01:00
Lirusaito
78409deaa7
Culling and positioning search properly for contacts.
2012-02-06 03:21:44 -05:00
Siana Gearz
787a18d3a8
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2012-02-06 04:32:44 +01:00
Siana Gearz
548f9d0a88
Restore starting chat by slash
2012-02-06 04:32:17 +01:00