Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tome
Tales of MajEyal
Merge requests
!255
Small fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Small fixes
0player/t-engine4:small_fixes
into
master
Overview
0
Commits
3
Pipelines
0
Changes
Merged
Alex Ksandra
requested to merge
0player/t-engine4:small_fixes
into
master
9 years ago
Overview
0
Commits
3
Pipelines
0
Changes
-
Expand
some forum complaints being fixed, nothing big.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8fd442ca
3 commits,
9 years ago
+
11
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
game/modules/tome/class/uiset/ClassicPlayerDisplay.lua
+
1
−
0
Options
@@ -95,6 +95,7 @@ local function samecolor(c1, c2)
end
function _M:makeTextureBar(text, nfmt, val, max, reg, x, y, r, g, b, bar_col, bar_bgcol)
val = util.bound(val, 0, max)
local cached = self.tex_cache.texture_bars[text]
-- it's a bunch of number comparisons so it's sufficiently fast for jit
local cached_ok = cached and (nfmt == cached.nfmt) and (val == cached.val) and (max == cached.max) and (reg == cached.reg) and
Loading