Commit Graph

7522 Commits

Author SHA1 Message Date
Lirusaito
f137502020 Make sure to reenable the script and notecard editors when we get errors 2019-04-05 04:08:27 -04:00
Lirusaito
6a114ae027 Request: Make the description of Gemini more universally understandable 2019-04-05 03:55:12 -04:00
Lirusaito
8cb1e73fc0 [Animesh] Animated Mesh checkbox on Features tab of build tools 2019-04-05 00:26:23 -04:00
Lirusaito
293ab2c2a2 Remove duplicate toolbar visibility setting
Thanks Router!
2019-04-05 00:09:02 -04:00
Lirusaito
98bb191c4a Quiet down 2019-04-04 23:43:13 -04:00
Lirusaito
d3d72eb03c Wooops, inverted the logic! Look out! 2019-04-04 23:36:45 -04:00
Lirusaito
a3bf40fd69 Boost unordered containers in places, like for uuid types! 2019-04-04 22:22:21 -04:00
Lirusaito
a1d06e682e Switch to using typedef'd uuid types everywhere and auto for iterators
Oh, and some related opts.
2019-04-04 22:20:21 -04:00
Lirusaito
48003c8bc9 Remove pointless forward declaration 2019-04-04 21:52:57 -04:00
Lirusaito
0552c9fde2 Fix incorrect comment 2019-04-04 21:51:21 -04:00
Lirusaito
f7cc3a9e73 Feature Request: Trim spaces off of end of script lines
In order to preserve your ability to edit, this only happens to the asset
we send to the server, you will not notice until you reopen the script.
This is done as optimally as possible, upon each save.
This feature takes into account the possibility that spaces may
be following a quote and therefore it does not trim spaces in these cases.
It is also aware that you may use escaped quotes inside a string, and that
that does not mark the end of a string and therefore whitespace
is not stripped then.
2019-04-04 21:50:39 -04:00
Lirusaito
7d56d772d4 Dullahan on not windows... my bad 2019-04-01 01:40:44 -04:00
Lirusaito
c848af3960 Merge in Dullahan support from future branch! 2019-04-01 01:26:16 -04:00
Lirusaito
30f26f462b Give the clock more room, in case of seconds ~ Deltek 2019-03-31 03:36:17 -04:00
Lirusaito
344dc90d56 Use C++11 time format flags 2019-03-31 03:13:02 -04:00
Lirusaito
c8a9efe5c8 [OpenSim] Use x-grid-info everywhere, instead of old HTTPS thing 2019-03-31 00:23:50 -04:00
Router Gray
940994288b [3:39 PM] CmdrCupcake: there is no /arch:SSE3 2019-03-30 19:11:56 -05:00
Router Gray
3e8fbc8179 Update most Windows 32 prebuilts 2019-03-30 19:11:23 -05:00
Lirusaito
d419d29cc8 [VMM] Feature Request: Make Market Listings folder a system folder
Can't delete it, but now it's with the other system folders.
2019-03-30 01:26:52 -04:00
Lirusaito
8f0bda3dab Missed change for rigged picking 2019-03-29 05:57:23 -04:00
Lirusaito
8de93f4120 Update contributors/credits list 2019-03-29 00:56:56 -04:00
Lirusaito
84da9d4758 Hold shift to select rigged mesh with SGAllowRiggedMeshSelection = 1
Old behavior + shift with = 2
Thanks for the contribution, Router!
2019-03-29 00:56:01 -04:00
Lirusaito
20c4090f71 Fix LL showing up on employee profiles on other grids 2019-03-28 20:30:34 -04:00
Lirusaito
f3e18d135c This looks wrong, let's fix it. 2019-03-28 03:32:26 -04:00
Lirusaito
0ca9047f8c Optimize the way we send top scripts/object disable/return 2019-03-28 03:31:23 -04:00
Lirusaito
90e9bce8de Boost::unordered is better than std::unordered, apparently 2019-03-27 22:28:29 -04:00
Lirusaito
6d1e9ee3d4 Fix Linux, Thanks Bitten 2019-03-27 19:52:01 -04:00
Virtual Nexus
7331001bb2 Nai did a fix :P 2019-03-27 19:31:27 -04:00
Lirusaito
aac8382cf0 Fix the missing group bug AND make Voice Chat Invite better 2019-03-27 19:24:42 -04:00
Lirusaito
5272c48b7a Add getSLURL function to group and avatar actions 2019-03-27 19:09:38 -04:00
Lirusaito
81862e30d1 Merge branch 'animesh' of https://github.com/DamianZhaoying/SingularityViewer into animesh 2019-03-27 19:08:26 -04:00
Lirusaito
adb0efdf97 Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer into animesh 2019-03-27 18:42:18 -04:00
Damian Zhaoying
2677f06d44 Fix bug in spanish string.xml 2019-03-27 15:22:45 -03:00
Shyotl
3a031e9364 Fix build. 2019-03-27 02:35:59 -05:00
Shyotl
d2a8863384 Added AMD Vega and Radeon VII to gpu_table.txt 2019-03-27 01:39:11 -05:00
Lirusaito
81277c2b25 Fix dev checkout message files path properly
Thanks for the assistance with the Linux path, Router!
2019-03-26 19:31:51 -04:00
Shyotl
a90cdd9c7e Experimental SHOverrideRiggedBounds setting to generate more accurate avatar bboxes. Defaults to off, for now. 2019-03-26 14:59:44 -05:00
Lirusaito
2faca7d7e2 Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer into animesh 2019-03-26 05:23:26 -04:00
Lirusaito
7be177e9ab Fix a text editor bug with selection being lost when url segments updated
By doing it the right way, and calculating where the selection should be
after the change is applied.
Also no longer consider text editor modified if nothing was changed.
Also update cursor position so it doesn't move to the wrong place on update
2019-03-26 05:10:21 -04:00
Lirusaito
f2b39196a0 In dev checkouts, AppViewer now sets AppRoDataDir to newview
Crossplatform, settings, windlights, skins, the works~
No more copying~ <3
2019-03-26 02:23:51 -04:00
Lirusaito
a8f85f0d91 Don't create an empty effect with no name as the default effect...
At least, I think this fixes that
2019-03-26 01:13:25 -04:00
Lirusaito
b0ad7f6bf7 Merge branch 'animesh' of https://github.com/DamianZhaoying/SingularityViewer into animesh 2019-03-25 21:53:52 -04:00
Shyotl
7b5d7376c6 Make opengl extension loading be core compliant. Avoid issuing glGetString before context creation on Windows. 2019-03-25 19:21:45 -05:00
Damian Zhaoying
8bb694a910 Fix typos in menu_radar.xml 2019-03-25 21:12:17 -03:00
Damian Zhaoying
25f3f77849 New Spanish translations in string.xml file. (wereable items) 2019-03-25 19:28:13 -03:00
Lirusaito
06dfeb72d7 Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer into animesh 2019-03-25 17:21:16 -04:00
Lirusaito
f9878e75e3 Fix remaining missing string, thanks Asriazh Frye! 2019-03-25 15:34:58 -04:00
Lirusaito
58ede9caee [EEP] Some text editor stuff 2019-03-25 14:58:45 -04:00
Lirusaito
24beaf6ce4 Add wearable type strings. 2019-03-25 14:38:12 -04:00
Lirusaito
e46380f2d9 Clean up old strings 2019-03-25 14:37:46 -04:00