View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002001 | FSSCP | user interface | public | 2009-10-01 02:01 | 2010-08-26 23:40 | ||||
Reporter | FUBAR-BDHR | ||||||||
Assigned To | Zacam | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 3.6.11 | ||||||||
Target Version | Fixed in Version | 3.6.12 | |||||||
Summary | 0002001: Primary weapon loadouts with text names are displaying the # and characters after | ||||||||
Description | If you are using the default text names (no models or anitmations) for primary weapons and use the # character (for insatnce #weak) the selection will show the #weak. | ||||||||
Additional Information | 3.6.11 r5615 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
Zacam (administrator) 2010-02-11 04:07 |
Proposed working .patch attached. The concept of using: char print_name[NAME_LENGTH]; strncpy_s(print_name, [...], NAME_LENGTH); results in the text not displaying until the icon is clicked on. Instead: end_string_at_first_hash_symbol(print_name); Is added to the code (with concise commentary) and even centered better. Also parses and trims out "#andtotheright" off of $Alt Name: entries as well. |
FUBAR-BDHR (developer) 2010-02-11 05:46 |
Worked fine for me. |
Zacam (administrator) 2010-02-11 11:45 |
Committed in 5902. Leaving issue open for feedback until 3.6.12 Final and then closing if no issues occur. |
Zacam (administrator) 2010-08-26 23:40 |
Closing as no reported issues or feedback (other than being asked if it can now be closed) |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-10-01 02:01 | FUBAR-BDHR | New Issue | |
2009-10-01 02:01 | FUBAR-BDHR | File Added: screen1129.jpg | |
2009-11-03 12:14 | Zacam | Status | new => assigned |
2009-11-03 12:14 | Zacam | Assigned To | => Zacam |
2010-02-11 01:34 | Zacam | Status | assigned => confirmed |
2010-02-11 04:04 | Zacam | File Added: M2001_patch_02112010.patch | |
2010-02-11 04:07 | Zacam | Note Added: 0011632 | |
2010-02-11 04:07 | Zacam | Status | confirmed => feedback |
2010-02-11 05:46 | FUBAR-BDHR | Note Added: 0011633 | |
2010-02-11 11:45 | Zacam | Note Added: 0011648 | |
2010-08-26 23:40 | Zacam | Note Added: 0012332 | |
2010-08-26 23:40 | Zacam | Status | feedback => resolved |
2010-08-26 23:40 | Zacam | Fixed in Version | => 3.6.12 |
2010-08-26 23:40 | Zacam | Resolution | open => fixed |