Commit Graph

  • 7709a275d6 Update FMOD master Rye Mutt 2022-09-30 23:58:50 -04:00
  • ca7ea4a541 Correctly use Python2 Your Name 2020-10-22 17:04:32 +03:00
  • e6dc4d404f Don't forget to upload the 32-bit build! sv-1.8.9.8421-beta Liru Færs 2021-02-18 23:09:15 -05:00
  • 33cdb8a01f Make a function for trying to upload a platform's build Liru Færs 2021-02-18 23:08:00 -05:00
  • dfcdb6ba09 Make gitlab ci work even if there's no linux build sv-1.8.9.8419-beta Liru Færs 2021-02-14 17:15:37 -05:00
  • ae244983b0 Nope, this was broken, woops!~ sv-1.8.9.8418-beta Liru Færs 2021-02-14 14:36:45 -05:00
  • 8d2bdd4a18 New year, new gitlab-ci; thanks Rye!~ sv-1.8.9.8417-beta Liru Færs 2021-02-14 13:51:07 -05:00
  • 246db973b4 These changes look harmless sv-1.8.9.8416-beta Liru Færs 2021-02-14 12:43:19 -05:00
  • d49c38bf18 Refactor LLDAELoader - Many instances of null-checking if statements include both variable declaration and initialization (for scoping) - Modern(ish) C++ conventions (e.g. range-based for loops, auto keyword) - Local variable caching for array/iterator elements - const keyword for variables that should not be mutated (optimization possible) - const keyword for instance methods that should not mutate (affects LLModelLoader in one case) - Consistent usage of un/signed types for array indexing - Better readability/simplicity of branching - Consolidated extractTranslation/ViaElement logic (reusability) - Formatting - Changes based on code review Tarocco 2020-10-09 15:31:01 -07:00
  • c1aa88c720 Fix bad VLC experience in installer. Thanks Rye~ Liru Færs 2020-10-07 20:02:23 -04:00
  • 937618b177 Model-space transformations applied to skinned model and bind shape matrix Skin data is retrieved in processElement() by instance_controller elements, and calling processDomModel(), replacing the daeDatabase method Tarocco 2020-09-17 17:02:19 -07:00
  • 4a0936a4b5 Enable running master builds from web Rye Mutt 2020-10-01 00:17:09 -04:00
  • 891286c447 Merge pull request #35 from tarocco/meshupload Rye Mutt 2020-10-01 00:10:21 -04:00
  • 04db5d1075 Merge branch 'master' of https://github.com/RouterGray/SingularityViewer into master Rye Mutt 2020-09-29 23:33:09 -04:00
  • 997037a232 Update fmodstudio to 2.0.04 build 417 Rye Mutt 2020-09-29 22:52:11 -04:00
  • f0dfb0b080 Update openjpeg with alchemy changes Rye Mutt 2020-09-29 14:40:25 -04:00
  • f9c07b4806 only use SID if it is not empty Tarocco 2020-09-24 20:14:19 -07:00
  • 9f9a21bb73 refactor: reuse local variable Tarocco 2020-09-24 20:04:43 -07:00
  • 386528a892 Improved mesh model (DAE) loader compatibility Added dynamic SID joint resolution for skinning (adds compatibility for DAE files made using MAXON Cinema 4D) Tarocco 2020-09-06 20:51:14 -07:00
  • 4efe28cf52 Merge in offline item deliveries fix from upstream. This also reverts commit 24f54572. Router Gray 2020-07-02 13:01:54 -05:00
  • 2528f71bbf [Media] Add https to allowed audio urls Router Gray 2020-06-12 21:59:46 -05:00
  • 5610eaa839 [UI] Let the 'Dimensions' text on texture preview floaters be as wide as it wants to be so enbiggenized font sizes don't truncate it. Router Gray 2020-06-07 20:03:42 -05:00
  • 881cc46aa9 Add missing strings to floater_model_preview.xml Router Gray 2020-06-07 04:19:15 -05:00
  • 81f342e9bf [Windows][Installer] Add CRC check, add 7z to plugin reserves, remove old MS DLLs, use https for LL web start menu shortcuts Router Gray 2020-05-28 14:03:40 -05:00
  • fe9d670800 [Linux] Update the debugging instructions in the viewer launch script to reflect unpackaged unstripped binary availability. Router Gray 2020-06-05 13:19:32 -05:00
  • ffb54802d4 [Media] Nuke unused llmime and associated build tests, also remove unneeded includes in llmimetypes header. Router Gray 2020-05-28 12:14:03 -05:00
  • 518da73ad2 Drop some unused boost lexical_cast includes and associated MSVC pragmas. Router Gray 2020-05-20 21:09:15 -05:00
  • 3e78b74474 Now that fmt plays nice with gcc let's actually use it: replace std::to_string, boost lexical_cast and a couple miscellaneous llformats with fmt. (Alchemy sync-ish) Router Gray 2020-05-20 14:38:30 -05:00
  • 34a7ebf53f [Linux] Port some bits from Alchemy & future to stop using dark-ages deprecated GDK/GTK. Router Gray 2020-05-19 21:46:24 -05:00
  • 45be739fea [Lib][Linux] Use system SDL not prebuilt. Router Gray 2020-05-19 21:42:56 -05:00
  • 68ae8afaf9 [Lib] Update abseil and fmt. Router Gray 2020-05-19 16:51:29 -05:00
  • 2bdcd9d07f [Linux] Target SSE 4.1. (I will make custom builds if anyone on older cpu's turns up. - RG) Router Gray 2020-05-19 16:50:36 -05:00
  • 24f5457203 Add setting to allow legacy UDP offline message fetch till LL fixes the cap. Router Gray 2020-05-19 16:46:52 -05:00
  • f941bc4334 [RLVa] Lie about our version of the spec, for now, I'll fix this later Liru Færs 2020-05-19 14:00:01 -04:00
  • ab5bce69ee Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git Shyotl 2020-05-16 22:52:08 -05:00
  • 050a8c3923 Use sse copy for vertex and texcoord data. Shyotl 2020-05-16 22:48:41 -05:00
  • 8817bf53e3 Fix loading of texture precache list. Shyotl 2020-05-16 22:45:50 -05:00
  • 5e21037230 Fix rare shutdown crash Shyotl 2020-05-16 22:44:03 -05:00
  • cabaf0fd1c Don't use buildHTTP for login page, it might be https! Copy entire uri! Liru Færs 2020-05-13 19:40:52 -04:00
  • bd92a09a48 Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git Shyotl 2020-05-09 04:51:12 -05:00
  • 61f90c665a Fix issue with persistent notifications. open_notifications.xml was accumulating inaccessible notifications. Added MaxPersistentNotifications to cap notifications. Notifications new stored per account per grid. Startup should be faster too. Shyotl 2020-05-09 04:50:01 -05:00
  • 32dbd40e64 Unhack the string_view workaround in llpreviewgesture, with a slightly less hacky hack in llstring. lol. Thanks Liru for making this as lean as ancient gcc can stand it to be. sv-1.8.9.8382-beta Router Gray 2020-04-26 00:19:16 -05:00
  • a69e04a817 [Lib] Update Fmtlib, and enable it for Linux builds. This is bare bones; only removing the Linux workarounds in Cmake. Router Gray 2020-04-24 07:56:22 -05:00
  • 159de683e8 Correct a logical OR in llrender, and add guards against mCount dropping below zero. (Alchemy and LL sync) Router Gray 2020-04-24 07:16:18 -05:00
  • a9dbaf5e0a Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer Liru Færs 2020-04-23 23:23:38 -04:00
  • 3c3d8c2400 Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git Shyotl 2020-04-23 14:57:55 -05:00
  • b4080f8e2d Demote this to llassert. Shyotl 2020-04-23 14:57:30 -05:00
  • 5de94d6610 Address several remaining 1.8.9.8373 crashes reported on Shyotl 2020-04-23 14:56:47 -05:00
  • 829045c262 Haphazard unsigned to signed casts causing problems? Shocker. Shyotl 2020-04-23 14:51:06 -05:00
  • b02d70fba0 Merge stuff from future branch and a logic bug fix by Router Liru Færs 2020-04-23 11:43:22 -04:00
  • 64ed6e99f0 Fix [NAME] appearing in certain i18n notifications instead of slurls sv-1.8.9.8373-beta Liru Færs 2020-04-19 20:12:23 -04:00
  • 33d3bb2870 [Chat Logs] When migrating file to new name, respect possible new name file Liru Færs 2020-04-19 20:04:25 -04:00
  • 4df2193a4c [Chat Logs] Always read from name cache on start to try to update ID Map sv-1.8.9.8371-beta Liru Færs 2020-04-19 16:40:17 -04:00
  • 343be08467 [Chat Logs] Break out migrateFile from makeLogFileName for use elsewhere Liru Færs 2020-04-19 15:50:50 -04:00
  • 788b83bff3 Woops, thanks for catching this, Shyotl! sv-1.8.9.8369-beta Liru Færs 2020-04-18 19:15:49 -04:00
  • c201ac90ba Track log names in a json map AND Fix processing local log load as system Liru Færs 2020-04-18 00:10:32 -04:00
  • af3c66ad08 Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git Shyotl 2020-04-16 02:23:32 -05:00
  • 9bffc4bb82 Attempt to squash spatial partition crash. Shyotl 2020-04-16 00:52:55 -05:00
  • 132db6225e Make Debug configuration compile once more. Shyotl 2020-04-16 00:49:42 -05:00
  • 257086cbfc Revert texture fetching behavior back closer to v3. Shyotl 2020-04-16 00:36:56 -05:00
  • 7755f1ec52 Merge branch 'master' of https://github.com/RouterGray/SingularityViewer sv-1.8.9.8363-beta Liru Færs 2020-04-11 10:28:04 -04:00
  • c5f1ac808b Fix postcard sends, use cap for user info, stop using 'from' email as per upstream. Mark final and overrides. Thanks Nadira Fairport for reporting & Liru for help. Router Gray 2020-04-10 13:20:11 -05:00
  • 1a8660909d Copy Folder ID and Open Folder In New Window for ANY folder Liru Færs 2020-04-10 17:39:44 -04:00
  • e6826a4c7c Fix 'is typing...' notifications never going away. Shyotl 2020-04-10 16:28:37 -05:00
  • 801bb8a075 Compile fix, make types agree in terniary in octree. Thanks Liru. Router Gray 2020-04-09 10:00:22 -05:00
  • b2c965e22d Do not apply internal windlight parameter scaling on the sliders themselves. Shyotl 2020-04-09 14:20:55 -05:00
  • be3cbc642b Update current region debug string upon cap seed request. Carry over seed cap if dead region is replaced with new. sv-1.8.9.8357-beta Shyotl 2020-04-09 02:12:36 -05:00
  • 24331d3c90 Prefer LLPointer over potential for dangling LLSpatialGroup pointers. Shyotl 2020-04-09 01:56:32 -05:00
  • 8a16e6c99f Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git sv-1.8.9.8355-beta Shyotl 2020-04-08 18:18:19 -05:00
  • f36e8fbeca Better crashdump context. Shyotl 2020-04-08 18:11:09 -05:00
  • 718ef09adf Fix removing/exporting picks when unable to add more Liru Færs 2020-04-08 09:21:21 -04:00
  • 6443849ea9 Do not lookup strings in the toolbar per frame, ack! Liru Færs 2020-04-08 08:33:41 -04:00
  • cbb7e473ba Merge branch 'master' of git://github.com/Shyotl/SingularityViewer Liru Færs 2020-04-08 06:59:48 -04:00
  • 118957362f Fix mismatched tag Liru Færs 2020-04-08 05:11:11 -04:00
  • ed7f73769f Potentially fix crash in LLSurface Shyotl 2020-04-07 23:30:12 -05:00
  • ae15dcb318 Merge 41224c57317b6c1b44528aa1dc1f13732cdffe6d from viewer-lion... sorta Liru Færs 2020-04-07 15:55:36 -04:00
  • c4af22481c Update mesh export code, cause why not. Liru Færs 2020-04-07 15:30:13 -04:00
  • ae17f76bb4 Remove now unused LLIMInfo Liru Færs 2020-04-07 10:49:48 -04:00
  • 7e62d17fda Don't try to use region if it's null for permissions defaults Liru Færs 2020-04-07 05:56:06 -04:00
  • f9185e8bc8 Fix mutelist popping up, I think Liru Færs 2020-04-07 05:47:25 -04:00
  • 1361f9b57d Simplify selection of mute Liru Færs 2020-04-07 04:29:45 -04:00
  • b86eae026b Sync to fix using gMessageSystem when it may not have the right message Liru Færs 2020-04-07 02:54:31 -04:00
  • 79d938a4f4 Sync LLMuteList code with upstream Liru Færs 2020-04-07 02:51:08 -04:00
  • 23068a70a2 Select Mute when muting object via Object profile Liru Færs 2020-04-06 07:53:29 -04:00
  • 0aa5e0bb88 Close 'default permissions' window on client disconnect. Nonfunctional after that point anyhow. Also applying setting crashes due to null region after dc. Shyotl 2020-04-05 14:56:35 -05:00
  • 5040275969 [CMake] Releases shouldn't speak Greek. sv-1.8.9.8338-release Router Gray 2020-04-04 06:47:39 -05:00
  • 1daccf40ee Move the FMOD Powered By text, for Torric and others Liru Færs 2020-04-04 07:28:19 -04:00
  • 4fd302286b Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git Shyotl 2020-04-03 06:02:48 -05:00
  • 18f9f19e61 Textures mid-decode potentially processing of other textures until complete. Disabled UDP texture fetch fallback when connected to official grid. Shyotl 2020-04-03 06:01:58 -05:00
  • 1de6d4461a Add missing EmergencyTeleportSeconds preference to System->Security Liru Færs 2020-04-03 02:53:41 -04:00
  • 4198f47ab6 Fix header breakage in debug/relwithdebug Shyotl 2020-04-03 00:33:19 -05:00
  • d9049ba342 Handle AISAPI throttling and status 410 a bit better. Shyotl 2020-04-02 21:47:07 -05:00
  • f75ac3e4c2 Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git Shyotl 2020-04-02 20:09:53 -05:00
  • 06698deaca A couple more sim->region changes Liru Færs 2020-04-02 21:08:23 -04:00
  • 445eb29bd3 Bring aisapi handling closer to LL (code 499 retry, match timeout values, etc) Shyotl 2020-04-02 20:07:42 -05:00
  • cc034f6841 Fix inventory scrolling issue when navigating via keyboard. Shyotl 2020-04-02 20:03:08 -05:00
  • 3c368651f1 Update crashpad, thanks Rye! Liru Færs 2020-04-02 20:39:01 -04:00
  • 321730e384 More translations fixes in Area search and menu list owners. Damian Zhaoying 2020-04-02 03:02:23 -03:00
  • c2fd88670f Fix some remaining spanish translations. Damian Zhaoying 2020-04-02 02:36:20 -03:00
  • 7b03103a1f April Fools! sv-1.8.9.8324-release Liru Færs 2020-04-01 20:52:44 -04:00