Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
42735f0dea54f57c7b7b77edd3926c829c00435c
Select Git revision
Branches
11
main
default
protected
next
protected
UI-EvenMoreTweaks
merge/materials_featurette
protected
merge/webrtc
protected
darl/linux-sh-installer
xenhat/maint/bolt
xenhat/features/cinematic-mode-new
screensquare
ssestuff
spdlog
Tags
11
7.1.7.2486-beta
7.1.4.2442-beta
7.1.4.2413-beta
7.1.3.2338-beta
7.1.3.2332-beta
7.1.2.2304-beta
7.1.1.2251-beta
7.0.1.2244-beta
7.0.1.2240-beta
7.0.1.2230-beta
7.0.1.2206-beta
22 results
viewer
Author
Search by author
Any Author
authors
Beq
beq
Botnet4U
cinderblocks
Doug Falta
OrangeStripyDog
Félix
FelixWolf
Kadah Coba
Kadah
Kayla
nopjmp
Liru Faers
Liru
Nia Frostypaws
Ni-dra
NiranV
NiranV.Dean
Rye Mutt
rye
Shadoskill Heckroth
shadoskill
Shyotl
Shyotl
Xenhat Hex
XenHat
Zanibar Darkstone
Zanibar
14 authors
Jul 20, 2020
These timers create hot spots due to how many times they are called in one frame
· 42735f0d
Rye Mutt
authored
4 years ago
42735f0d
Optimize namecache maps with hashmaps
· fd9a6caf
Rye Mutt
authored
4 years ago
fd9a6caf
Remove more old hack code
· f55a4d34
Rye Mutt
authored
4 years ago
f55a4d34
Fix old hack for broken search_n in VC9...thats been fixed for years
· de373ccd
Rye Mutt
authored
4 years ago
de373ccd
More map hotspots
· e1903b5c
Rye Mutt
authored
4 years ago
e1903b5c
Fix a number of hot spots from std::map with std::unordered_map
· 2c7c55b9
Rye Mutt
authored
4 years ago
2c7c55b9
Jul 18, 2020
Small optimization to avoid a dynamic_cast
· c707efba
Rye Mutt
authored
4 years ago
c707efba
Enable debug log messages by default again...
· 0653862f
Rye Mutt
authored
4 years ago
0653862f
Jul 14, 2020
Optimize access to rotate and position curve keys via better cache locality with a std::vector
· 9eb7d93b
Rye Mutt
authored
4 years ago
9eb7d93b
Jul 07, 2020
Fix check for bump draw type in bump draw pool
· 601c2914
Rye Mutt
authored
4 years ago
601c2914
Use correct type here..
· 5c1aba18
Rye Mutt
authored
4 years ago
5c1aba18
static cast floater instance find functions since we never actually nullcheck anyways.
· aac1baae
Rye Mutt
authored
4 years ago
aac1baae
Small opt to LL_*_ONCE logging functions
· a8ba25c1
Rye Mutt
authored
4 years ago
a8ba25c1
Maybe fasterer float ops?
· 1d981094
Rye Mutt
authored
4 years ago
1d981094
Clean up repeated access of the gbuffer in shaders
· 2bf73d5c
Rye Mutt
authored
4 years ago
2bf73d5c
Support app slurls in nav bar for ease of use
· 2663b697
Rye Mutt
authored
4 years ago
2663b697
Fix objects missing from water reflection
· af5f176f
Rye Mutt
authored
4 years ago
af5f176f
Jul 05, 2020
A sad attempt at making the water less slow
· 3d1f79df
Rye Mutt
authored
4 years ago
3d1f79df
Enable GL_ARB_depth_clamp again
· 454a8233
Rye Mutt
authored
4 years ago
454a8233
More loop opts
· 5ec850c2
Rye Mutt
authored
4 years ago
5ec850c2
The Great Finalization
· df2bc4c6
Rye Mutt
authored
4 years ago
df2bc4c6
Small VBO opt for faster discarding of buffers
· d650e286
Rye Mutt
authored
4 years ago
d650e286
Experimental-ish optimization to bumpmap draw to reduce list realloc
· ec2aeef9
Rye Mutt
authored
4 years ago
ec2aeef9
Smol opt to draw
· f2974ff4
Rye Mutt
authored
4 years ago
f2974ff4
Change mJointMap to unordered for additional lookup speed
· f096fc19
Rye Mutt
authored
4 years ago
f096fc19
Clean up many more hot path loops
· d3d7e4f5
Rye Mutt
authored
4 years ago
d3d7e4f5
Optimize various loops that call getInstance repeatedly to get .end()
· b4590ed0
Rye Mutt
authored
4 years ago
b4590ed0
Lots of loop cleanup in llui
· 5f7a89dc
Rye Mutt
authored
4 years ago
5f7a89dc
Jul 04, 2020
Minor loop optimizations in hot path
· 5e996e62
Rye Mutt
authored
4 years ago
5e996e62
Actually allow 32 texture index channels...
· 39ce2385
Rye Mutt
authored
4 years ago
39ce2385
Add delete scripts from object function
· ce437f1a
Rye Mutt
authored
4 years ago
ce437f1a
Small opt to control loading
· d22a1b81
Rye Mutt
authored
4 years ago
d22a1b81
Fix incorrect control type in cached control
· a832dea0
Rye Mutt
authored
4 years ago
a832dea0
Always allow stats floater in mouselook
· 62fd6f7b
Rye Mutt
authored
4 years ago
62fd6f7b
Use Quaternion type for quaternion setting controls
· fc956451
Rye Mutt
authored
4 years ago
fc956451
Smol bugfixes and cleanup
· 2e041333
Rye Mutt
authored
4 years ago
2e041333
Only prevent recursive settings file inclusion during initial load
· c61dcb90
Rye Mutt
authored
4 years ago
c61dcb90
Use correct type in parsing vec4 from string
· 48288a12
Rye Mutt
authored
4 years ago
48288a12
Jul 03, 2020
Add all the new minimap options to the menu
· 28aef491
Rye Mutt
authored
4 years ago
28aef491
Make the water sparkle again
· b80b45e6
Rye Mutt
authored
4 years ago
b80b45e6
Loading