271c175 minor refactoring: define button color function... - Robyt3
3933cee minor refactoring of scrollbar methods - Robyt3
90bb262 Merge pull request #2993 from Robyt3/ui-scrollb... - oy
e0177ed Do not change Main Menu Camera Positions while ... - Stiopa866
72af922 Update camera.cpp - Stiopa866
7e4dc25 Merge pull request #2991 from Stiopa866/camera-... - oy
8561b4c check for chain with eval_if command, check arb... - Robyt3
579b85f fix only first command chain data being freed - Robyt3
b7176fb Merge pull request #2933 from Robyt3/issue2932 - oy
397a1c8 fix variable names - Robyt3
704f371 do not load multiple skin parts with the same name - Robyt3
837b504 organize includes - Robyt3
2a191d6 Merge pull request #2926 from Robyt3/issue2640 - oy
d62714d replace unused IOFLAG_RANDOM with IOFLAG_APPEND - Robyt3
95a6248 fix fs_listdir and fs_listdir_fileinfo with uni... - Robyt3
d415b3f fix io_open with unicode on windows - Robyt3
543a616 fix fs_is_dir with unicode on windows - Robyt3
aa1c393 fix fs_file_time with unicode on windows - Robyt3
Implement chat input scrolling with clipping instead of string offset, fixing handling of unicode.
Consolidate caret rendering in CLineInput.
Change cursor to actual caret symbol instead of pipe.