minerjr adede3cb47 FIRE-36835 - [Beta] Omni Filter doesn't seem to match regular expressions in dialogs and will crash on exclamation points
Added a searchString method, which uses the regex::string as regex::match requires the entire string to match and does not support multiline content like search does.

Also changed the regex::match to use ll_regex_match and used ll_regex_search for searchString method to match the rest of the codebase.

Prevous code would miss all lines before the ! but would work for any after. With the search only on the content, rules that use regex now work correctly.

Also, was unable to reproduce the crash. Tried to reproduce the conditions, but could not trigger.
2026-07-07 07:43:48 -03:00
2026-07-03 10:52:28 +01:00
2025-11-19 19:03:31 +00:00
2024-05-01 08:23:35 -07:00
2026-06-29 18:52:57 +01:00
2025-06-21 03:15:32 +02:00

Logo of Firestorm viewer

Firestorm is a free client for 3D virtual worlds such as Second Life and various OpenSim worlds where users can create, connect and chat with others from around the world.

This repository contains the official source code for the Firestorm viewer.

Open Source

Firestorm is a third party viewer derived from the official Second Life client. The client codebase has been open source since 2007 and is available under the LGPL license.

Download

Pre-built versions of the viewer releases for Windows, Mac and Linux can be downloaded from the official website.

Build Instructions

Build instructions for each operating system can be found using the links below and in the official wiki.

Note

We do not provide support for compiling the viewer or issues resulting from using a self-compiled viewer. However, there is a self-compilers group within Second Life that can be joined to ask questions related to compiling the viewer: Firestorm Self Compilers

Contribute

Help make Firestorm better! You can get involved with improvements by filing bugs and suggesting enhancements via JIRA or creating pull requests.

Community respect

This section is guided by the TPV Policy and the Second Life Code of Conduct.

Firestorm code is made available during ongoing development, with the master branch representing the current nightly build. Developers and self-compilers are encouraged to work on their own forks and contribute back via pull requests, as detailed in the contributing guide.

If you intend to use our code for your own viewer beyond personal use, please only use code from official release branches (for example, Firestorm_7.1.13), rather than from pre-release/preview or nightly builds.

S
Description
No description provided
Readme LGPL-2.1
638 MiB
Languages
C++ 86%
Rez 8%
GLSL 1.7%
HTML 1%
Python 0.9%
Other 2.3%