Commit Graph

928 Commits (8485bff29b98f47954b78b31b2e0511f94de3be4)

Author SHA1 Message Date
Ansariel 8485bff29b Option to show (group) IMs in nearby chat plus separate save option. Fixes FIRE-1086 2011-07-18 21:06:58 +02:00
Ansariel 9a4f5eafa3 Folder icons for virtual system folders #Firestorm, #Phoenix and #RLV
Moving the folders to the other system folders
2011-07-03 16:38:44 +02:00
Kitty Barnett 2476b6d521 Changed branding for llcommon.dll to Firestorm 2011-05-15 22:42:32 +02:00
Kitty Barnett f3673a5760 - added : version information to llcommon.dll 2011-05-15 20:21:08 +02:00
Kitty Barnett 2bf2874f3f Imported Viewer-CrashReporting patch (based on changeset 1f48d184812d) 2011-05-08 14:41:26 +02:00
Kadah d31c40fbcd FIRE-479: Bold for Moderators in Group Chat (PhoenixBoldGroupMods) Needs to be added to prefs 2011-04-24 21:17:51 -07:00
Arrehn 9baa80eb6a FIRE-716, When showing displayname/username , only show username if display name != legacy name, by Ansariel Hiller 2011-04-17 23:12:01 -04:00
Alexie Birman 882c80b778 Upload-to-Flickr 2011-04-10 15:23:44 +01:00
Tonya Souther 7627a2d591 Fix key shortcuts for whisper and shout in both chatbars, add shortcut for OOC chat (Alt-Enter), add preference to turn off special chat animations (whisper, shout). From Ansariel Hiller, OOC chat ported from Phoenix, rest original. Fixes FIRE-275. 2011-04-13 17:09:40 -05:00
Tank_Master 45a70f4033 corrected help -> about showing XP always as running in compatibilty mode 2011-04-07 16:16:23 -07:00
Tank_Master 27fdbaf30f correctly identify server 2008 and 2008 R2, added win8 and serv 2012 2011-04-07 14:58:47 -07:00
Arrehn 10e88f3891 Merge with RLVa-LL2.5.2 2011-04-09 22:24:22 -07:00
Kitty Barnett 7b0455ba0f Merged with default tip (Revision 78d1d228709c)
--HG--
branch : RLVa
2011-03-19 16:14:42 +01:00
Tank_Master 6a0aad5758 Use a buffer for debug console output (improves speed on Windows when console is enabled). Ported from Singularity, patch by Shyotl 2011-03-16 09:00:53 -07:00
Oz Linden c556efbce8 increment patch release 2011-03-10 20:21:40 -05:00
Tank_Master 82cddd0011 Fixed missing syntax 2011-03-09 23:03:57 -08:00
Tonya Souther ddcefd4d45 Don't complain about deletes failing because the file didn't exist. Original idea from Henri Beauchamp, fix fixed by me. 2011-03-09 18:59:17 -06:00
Merov Linden 268f528ca1 Set the version to 2.5.1... Yeap! Back from 2.7.0 (not a misprint) 2011-03-01 15:45:43 -08:00
Kitty Barnett 604345b918 Merged with .RLVa tip
--HG--
branch : RLVa
2011-02-19 01:12:23 +01:00
Oz Linden 3555849644 bump version number to 2.7.0 2011-02-14 16:58:46 -05:00
Liny 9626b3d103 Fixing channel setting that became broken with moving the version to a cpp file. 2011-01-27 14:39:40 -08:00
Tonya Souther 5e35b1d6ce Change Mac OS X bundle ID; fix line endings. 2011-01-26 12:22:02 -06:00
Tonya Souther e3465a5878 Fix build error on non-VS builds. 2011-01-26 12:19:53 -06:00
Liny be934f3c7b Changing version numbers to be done in a cpp file rather than a h file. 2011-01-25 16:25:56 -08:00
Arrehn 1bbff1ac31 Compensate for "???" with smarter caching. Uses Oz Linden's patch. More comprehensive than what we had previously. 2011-01-21 17:41:52 -05:00
Arrehn a30a9064b1 Merge Firestorm up to LL 2.4 Release. (initial pass)
RLVa needs additional merging
2011-01-18 00:50:43 -05:00
kadah 80e2a367a3 Added support for legacy cursors 2011-01-15 20:07:08 -08:00
Oz Linden c5d8624ba4 renamed temp name flag member in name cache to avoid confusion with similar names in other classes 2011-01-15 09:09:41 -05:00
Arrehn 198a6fe9fc Fixed windows cygwin build + version after cmake breakage 2011-01-11 09:10:15 -05:00
Arrehn 522872e50d Linux Build properly does versioning + installer again 2011-01-10 23:09:56 -08:00
Kadah b763a1742f Moved version branding into cmake 2011-01-08 00:45:00 -08:00
TankMaster da14ac38f8 fixed line endings to unix for my last comit 2011-01-04 15:21:59 -08:00
TankMaster c6db4dce2b imported "auto detect group limits from LL" (when they start supporting it) by copying over changesets 19b4e3ca148a, 98f317ef3e57, 7aa5e7b5e634, 34efe90a1738 from viewer-development 2011-01-04 11:21:03 -08:00
Aleric Inglewood 9531046609 STORM-955: VWR-24312: Massively duplicated objects
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me).
However, not everything was used and some more cleaning up was possible.

After this patch, and when compiling with optimization, there are no duplicates left
anymore that shouldn't be there in the first place. Apart from the debug stream
iostream guard variable, there are several static variables with the same name (r, r1,
r2, etc) but that indeed actually different symbol objects. Then there are a few
constant POD arrays that are duplicated a hand full of times because they are
accessed with a variable index (so optimizing them away is not possible). I left them
like that (although defining those as extern as well would have been more consistent
and not slower; in fact it would be faster theoretically because those arrays could
share the same cache page then).
2010-12-30 14:53:30 +01:00
Xiaohong Bao 2ca05d4996 trivial: convert to "unix return" 2011-01-28 17:01:18 -07:00
Xiaohong Bao 6531eed04e add "pause" function for SH-846: design and implement the debug code to locate memory leaking 2011-01-26 17:03:30 -07:00
Xiaohong Bao 8f54dc2958 for SH-846: design and implement the debug code to locate memory leaking 2011-01-26 11:13:04 -07:00
Oz Linden 061b04132d pull changes back from beta 2011-01-19 12:48:04 -05:00
Don Kjer 829c2c8697 Merge from viewer-development 2011-01-07 10:48:38 -08:00
Oz Linden c132d20a74 increment minor revision number to make version "2.6.0" 2011-01-07 12:46:55 -05:00
Arrehn 49807436e8 Changed default non-localized channel, so people who don't use the build scripts for whatever reason get a saner default. 2010-12-30 08:46:26 -05:00
Arrehn 3af95e61fe Nicky Dasmijn : FIRE-134 , patch fast timers for 64bit & other builds
Experimental!
2010-12-29 18:37:56 -05:00
Don Kjer 0f5d8e53ca Merge with viewer-development 2010-12-22 14:24:28 -08:00
Andrew A. de Laix e1b198a36b Merge from trunk 2010-12-21 10:33:58 -08:00
Kitty Barnett 922b851a5c Merged with default tip (Revision 1ed382c6a08b)
--HG--
branch : RLVa
2010-12-19 17:32:13 +01:00
Monty Brandenberg db11a76d51 Merge from viewer-development post 2.4 release 2010-12-17 15:54:00 -05:00
Don Kjer b0ee1c818a Merge from don_linden/viewer-sandbox 2010-12-15 15:47:09 -08:00
Arrehn 835dc44c3d Always-on friend permission icons capture updates 2010-12-15 13:04:55 -05:00
Oz Linden 33f745b237 pulling fixes back from viewer-beta 2010-12-15 10:12:49 -05:00
Nat Goodspeed d785a43ea2 Automated merge with https://bitbucket.org/mani_linden/viewer-development 2010-12-14 19:28:29 -05:00