7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update FMOD
Drake Arconis
as Rye Mutt
More... over 1 year ago
Don't forget to upload the 32-bit build! More... about 3 years ago
Make a function for trying to upload a platform's build More... about 3 years ago
Make gitlab ci work even if there's no linux build More... about 3 years ago
Nope, this was broken, woops!~ More... about 3 years ago
New year, new gitlab-ci; thanks Rye!~ More... about 3 years ago
These changes look harmless More... about 3 years ago
Correctly use Python2 More... over 3 years ago
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 More... over 3 years ago
Fix bad VLC experience in installer. Thanks Rye~ More... over 3 years ago
Enable running master builds from web
Drake Arconis
as Rye Mutt
More... over 3 years ago
Merge pull request #35 from tarocco/meshupload
Drake Arconis
as Rye Mutt
More... over 3 years ago
Merge branch 'master' of https://github.com/RouterGray/SingularityViewer into master
Drake Arconis
as Rye Mutt
More... over 3 years ago
Update fmodstudio to 2.0.04 build 417
Drake Arconis
as Rye Mutt
More... over 3 years ago
Update openjpeg with alchemy changes
Drake Arconis
as Rye Mutt
More... over 3 years ago
only use SID if it is not empty More... over 3 years ago
refactor: reuse local variable More... over 3 years ago
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 More... over 3 years ago
Improved mesh model (DAE) loader compatibility Added dynamic SID joint resolution for skinning (adds compatibility for DAE files made using MAXON Cinema 4D) More... over 3 years ago
Merge in offline item deliveries fix from upstream. This also reverts commit 24f54572. More... over 3 years ago
[Media] Add https to allowed audio urls More... almost 4 years ago
[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. More... almost 4 years ago
Add missing strings to floater_model_preview.xml More... almost 4 years ago
[Linux] Update the debugging instructions in the viewer launch script to reflect unpackaged unstripped binary availability. More... almost 4 years ago
[Windows][Installer] Add CRC check, add 7z to plugin reserves, remove old MS DLLs, use https for LL web start menu shortcuts More... almost 4 years ago
[Media] Nuke unused llmime and associated build tests, also remove unneeded includes in llmimetypes header. More... almost 4 years ago
Drop some unused boost lexical_cast includes and associated MSVC pragmas. More... almost 4 years ago
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) More... almost 4 years ago
[Linux] Port some bits from Alchemy & future to stop using dark-ages deprecated GDK/GTK. More... almost 4 years ago
[Lib][Linux] Use system SDL not prebuilt. More... almost 4 years ago