Aleric Inglewood
cfad646748
Removed left over debug output.
2013-10-06 11:54:11 +02:00
Aleric Inglewood
034ff0a305
Fix google breakpad for standalone.
...
The normal usage is to include the src/ directory of google breakpad
in your application and then include client/ARCH/handler/exception_handler.h
where ARCH is windows, mac or linux.
However, Linden Lab for some reason packaged the breakpad prebuilt
with exception_handler.h installed in ../google_breakpad/exception_handler.h
where "../google_breakpad" is the 'root' of the include tree comparable
with 'src' in the source tree of google breakpad.
Hence, instead of including 'src' one now must include '../include/google_breakpad'
which was already done correctly for non-standable, but not for
standalone (BREAKPAD_EXCEPTION_HANDLER_INCLUDE_DIR was set to '../include'
with the 'google_breakpad' and is subsequently never used: instead
BREAKPAD_INCLUDE_DIRECTORIES is used (which is set for non-standalone)).
Therefore one much not include "google_breakpad/exception_handler.h",
but just "exception_handler.h" or you rely on somehow the directory
*below* BREAKPAD_INCLUDE_DIRECTORIES to be part of the include path as
well.
Finally LL packages the prebuilt if another duplicate minidump_descriptor.h
in the include root. Also here including "minidump_descriptor.h" would
be better correct, but following the instructions by Google this time
we might as well include the original "client/linux/handler/minidump_descriptor.h".
My repo (http://github.com/AlericInglewood/3p-google-breakpad ) doesn't
even put minidump_descriptor.h in the root anymore, only
exception_handler.h. The rest is an exact copy of the 'src' tree with
regard to the headers.
Tested to compile both standalone and non-standalone.
2013-10-05 19:44:37 +02:00
Latif Khalifa
5f5943548b
Merge branch 'master', remote-tracking branch 'origin'
2013-10-04 23:06:24 +02:00
Latif Khalifa
4cd3291bd1
Merge branch 'master' of https://github.com/slabua/SingularityViewer
2013-10-04 23:05:52 +02:00
Latif Khalifa
d595eb3314
Breaking pad: link SLPlugin.app with the exacption handler
...
Fixes loading of SLPlugin on OS X
2013-10-04 23:00:48 +02:00
Inusaito Sayori
f770cb1a29
There's no such thing as ATI Geforce... this seems to have been added because of VWR-29593, but there's no such thing...
2013-10-04 04:43:14 -04:00
Inusaito Sayori
36d658c4c4
Feature Request: Make Log viewing cross platform by opening in a browser window
...
INB4 Windows users express discomfort.
2013-10-03 19:59:11 -04:00
Inusaito Sayori
cfeb50ae4d
Breaking pad: warning: 'OSStatus CarbonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)' defined but not used
2013-10-03 13:46:16 -04:00
Inusaito Sayori
2b61394234
Fix /singularity/singularity-master/indra/plugins/filepicker/llfilepicker.cpp:762:61: warning: multi-character character constant
...
OSTypes are four byte sequences, therefore we should use 'JP2 ' instead of 'JP2'
2013-10-03 13:20:47 -04:00
Inusaito Sayori
1c96fa09fd
Fix a few signed unsigned mismatches
2013-10-03 12:41:10 -04:00
Salvatore La Bua
5183adbcaa
Merge branch 'master' of github.com:singularity-viewer/SingularityViewer
2013-10-03 11:47:23 +02:00
Salvatore La Bua
6abffb2ce4
Merge branch 'master' of github.com:DamianZhaoying/SingularityViewer
2013-10-03 11:47:01 +02:00
Latif Khalifa
8bdc92c99b
Breaking pad: don't add special pre-copy files to build dir
2013-10-03 07:53:43 +02:00
Latif Khalifa
8da3e86250
Don't copy files unless we need to extract the debug symbols
2013-10-03 07:19:14 +02:00
Inusaito Sayori
f3df986647
Merge branch 'master' of https://github.com/abaph/SingularityViewer
2013-10-03 00:53:44 -04:00
Latif Khalifa
2a8b424b85
Merge branch 'breakpad3'
2013-10-03 06:38:41 +02:00
Latif Khalifa
7e02a5825e
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2013-10-03 06:37:57 +02:00
Latif Khalifa
c49907e5a4
Breaking pad: typofix
2013-10-03 06:20:14 +02:00
Latif Khalifa
60cd95b31f
Breaking pad: more cmake fun
2013-10-03 06:09:49 +02:00
Andros Baphomet
c39d66b547
Improved X log parser to handle VirtualGL systems, removed old X log parser
2013-10-02 21:35:17 -04:00
Inusaito Sayori
a5928f4dbf
Chatbar as cmdline, return false to avoid chatting certain commands
2013-10-02 20:34:20 -04:00
Latif Khalifa
9d4b978474
Breaking pad: Linux symbol dumping
2013-10-03 02:18:53 +02:00
Latif Khalifa
3447e9bd78
Brealpad: fixed symbol extraction on Mac
2013-10-03 00:26:54 +02:00
Latif Khalifa
a27dad4db0
Breakpad: added symbol extraction to the build.
...
Add -DRELEASE_CRASH_REPORTING:BOOL=ON to enable symbol extraction
on build time. Viewer without this set won't sent crash
reports to the crash server
2013-10-02 18:23:19 +02:00
Latif Khalifa
ba1b482025
Also repackage bin folder
2013-10-02 17:49:57 +02:00
Andros Baphomet
f6f9e5b802
Rewrote X log parser in VRAM detection code
2013-10-02 00:17:45 -04:00
Latif Khalifa
399a0038cb
Breakpad: now working Mac OS X
2013-10-02 04:14:58 +02:00
Latif Khalifa
c8cb600ba6
Breakpad: workaround for boost crash on Linux
2013-10-02 02:59:40 +02:00
Inusaito Sayori
a415b34c28
Fix a crash noticed while working on the last commit, when asserts aren't always, we should return before using null pointers.
2013-10-01 20:02:45 -04:00
Inusaito Sayori
ffd32542cc
[VarRegions] Prevent crashing on regions at the edge of reality itself (such as Null, Null)
...
Demotes "Asking for patch out of bounds" to llwarns to prevent crashies, guards against some seemingly potent cases.
2013-10-01 20:00:54 -04:00
Latif Khalifa
90e71db462
Breakpad: removed merge artifact, fixes Linux build
2013-10-02 01:26:27 +02:00
Latif Khalifa
b125ec8d51
Breakpad: untested update to linux/mac specific parts of llappviewer
2013-10-02 00:51:29 +02:00
Latif Khalifa
d20b7815df
Check user pref for sending logs
2013-10-02 00:39:11 +02:00
Latif Khalifa
98d7721ab2
Breakpad: Commence nuclear bombardment of the unused stuff
...
Windows breakpad crash reports implemented and uploaded
TODO: llappviewer linux and mac port of breakpad3
2013-10-01 23:41:38 +02:00
Latif Khalifa
81fa147450
Breakpad: don't fork logger process on startup. Use singularity-debug as the dir for dumps
2013-10-01 21:47:12 +02:00
Aleric Inglewood
9f50b6942e
Fix random crashes when opening HTTP debug console.
2013-10-01 18:49:53 +02:00
Latif Khalifa
c87f7b0576
Breakpad3: WIP, minidump files created
...
TODO: re-work sending crash logs
get rid of standalone loggers
2013-10-01 13:43:45 +02:00
Latif Khalifa
6c45bf0353
Breakpad3: Added linux64 prebuild thanks to Kokua
2013-10-01 06:18:08 +02:00
Latif Khalifa
428a3bafb8
Breakpad3: cmake and prebuilds
2013-10-01 06:04:17 +02:00
Salvatore La Bua
9233f873ef
Merge branch 'master' of github.com:singularity-viewer/SingularityViewer
2013-10-01 03:39:00 +02:00
Salvatore La Bua
aa54d82c5a
Fix a render issue with Hightlight Transparent
...
The smoke texture is currently not applied to transparent objects.
This commit tweaks the red alpha overlay as a workaround for that.
2013-10-01 03:33:49 +02:00
Latif Khalifa
bc64e3aa29
Don't display both username and display name if they're the same.
...
This is issue especially on Aurora based grids.
Patch by Liru
2013-10-01 03:29:57 +02:00
Damian Zhaoying
4f863689a9
update floater_tools.xml and other minor fixes
2013-09-30 21:40:37 -03:00
Salvatore La Bua
214ed0403d
Add toggle for RenderAnimateTrees in Advanced > Rendering
2013-10-01 02:08:59 +02:00
Latif Khalifa
e4202c361b
Don't skip transparent faces by default in Collada export
2013-09-30 23:35:51 +02:00
Latif Khalifa
b90512fea0
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2013-09-30 23:24:11 +02:00
Latif Khalifa
f7c19ed3fb
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2013-09-30 23:24:04 +02:00
Inusaito Sayori
77d52d0435
Correct git's var region merge botch, fixes dark streaks on terrain
2013-09-30 17:19:53 -04:00
Inusaito Sayori
2333a684a3
Feature Request: Allow typing login uris into the grids combo box on the login screen
...
Furthermore, users may now type in grid name, grid nick, or grid login uri into the box and it will resolve to an existing grid they've used before, or (for uris only) try to add the new grid with the data it provides.
Input will have trailing and leading spaces trimmed.
Thanks to Diva Canto for this brilliant request!
2013-09-30 17:18:41 -04:00
Salvatore La Bua
bed0ed73d9
Remove unused userdata fields from the MiniMap menu
2013-09-30 22:45:50 +02:00