minimize
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Runs GLimp_Minimize in the engine-shared module.
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Syntax | minimize |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
a7c43677a2bbin OpenJK (content authored2014-12-22, integrated2015-02-07) - Upstream registration evidence: shared/sdl/sdl_window.cpp:733
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by openjk, eternaljk, rend2, taystjk, japro, newjk, vulkan; fork-lineage order selects openjk.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| OpenJK | 2014-12-22 |
— | 2015-02-07 |
a7c43677a2bb |
Ultimate origin |
| EternalJK | 2014-12-22 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| rend2 | 2014-12-22 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| TaystJK | 2014-12-22 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| jaPRO | 2014-12-22 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| NewJK / NewMod | 2014-12-22 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| Vulkan | 2014-12-22 |
— | 2015-02-07 |
a7c43677a2bb |
Shared integration commit |
| JK2MV | 2016-03-25 |
— | 2016-03-28 |
59313f7414a1 |
Other project appearance |
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2016-04-05 |
EternalJK | f6922b58dfc5Improved console timestamps, Added con_notifyname Setting con_notifyname to your name will highlight timestamps cyan if the name you set it to is mentioned to chat. If you have a short nickname like mine (“et”), you may want to set it to something like “@et” and tell every1 to say that if they want to contact you. If con_notifyname is set, the icon will flash if minimized or the window will flash if unfocused. (Only supported on Windows for now) Console now has proper indentation for all messages Repeated timestamps are replaced with “::::::::” Chat msgs have white timestamps instead of Grey User inputted commands have green timestamps Improved R_PrintLongString so that words aren’t cut off |
Changed the registered command handler. shared/sdl/sdl_window.cpp |
medium |
2021-05-25 |
Vulkan | c4a9c87ef0e3Added vulkan renderer |
Changed the registered command handler. shared/sdl/sdl_window.cpp |
high |
Evidence
- registration: shared/sdl/sdl_window.cpp:791 (Cmd_AddCommand)
- handler: shared/sdl/sdl_window.cpp:146