0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 17, 2025 — Jun 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for the command line parser's unmatched quote bug occuring with the black color code (UCHAR_COLOR + "). It now does not change it's inquote state when encountering a quotation mark used in a color code. More... over 10 years ago
Temporary menu background to avoid strange looking effect when there is no background behind a menu Optimized some listview code for readability More... over 10 years ago
- client side autodemo (incomplete atm) - scoreboard sorting More... almost 11 years ago
misc More... almost 11 years ago
Converted project to VS 2010 express. More... almost 11 years ago
Fixed horizontal aligning issue with the listview widget that was caused by a wrong width calculation. More... almost 11 years ago
Listview tweaks, widget attribute ("lvpadding" / "lvcolseppadding"): changes the padding around the column separator lines in a listview widget More... almost 11 years ago
Multi column list widgets ("type listview"), supports listsource "scores" and listsource "serverlist". Data should be present in a "begin multicolumn N ... end" block, where N is the number of columns. For each column, a cvar value followed by the captions for each field are expected. The first gives column should contain the width in chars for each column, the second one should contain the columns captions. Both are also expected to have a value for the cvar although it will never be set to make the block more uniform. Use the "rows" attribute so change the widgets height. See the forum thread for more examples including a scoreboard and a serverbrowser menu. Minimal example: More... almost 11 years ago
build 41 - Added botlib to Linux makefile. More... almost 11 years ago
build 41 - Fixing linux compile issues. More... almost 11 years ago
build 41 - Demo cam now prints which player you're chasing. More... almost 11 years ago
Support for custom resolutions using "gl_mode -1" and "vid_resx", "vid_resy" More... about 11 years ago
Clientside fix for refused downloads when a map is requested with a backslash as a path separator. The serverside fix would be in sv_user.c, CheckDownloadFilename, || !strstr(name, "/"). I didn't want to make the server any less strict though, so I modified this. More... about 11 years ago
Added timestamp_date cvar, changes timestamp to [YY-MM-DD HH:MM:SS] More... about 11 years ago
build 41 - Bots: Disabled debug lines if bot_debug isn't set. Made bot aim at last known target position for at least 1 second. Fixed line of sight trace to not be blocked by clip brushes. More... about 11 years ago
build 41 - Bots: Improved aiming and shooting. Added line of sight check. More... about 11 years ago
build 41 - Bots: Made bots only try to shoot when aiming near a target. More... about 11 years ago
build 41 - Bots: Randomly lead targets a bit. Don't pitch down too much when aiming at waypoints. More... about 11 years ago
build 41 - Bots: Improved aiming to be more human-like. More... about 11 years ago
build 41 - Bots: Forgot to add bot_aim.c. Made some other minor tweak. More... about 11 years ago
build 41 - Bots aim and shoot now. More... about 11 years ago
Fixed possible crash when a select widget has predefined pairs and a filedir set. More... about 11 years ago
build 41 - Fixed issue in menu parsing with begin/end (for select widgets) not advancing the pointer. More... about 11 years ago
build 41 - Fixed camera spazzing issue when using the player num override watching demos. More... about 11 years ago
build 41 - Don't allow screenshot jpeg quality below 80. More... about 11 years ago
build 41 - Don't allow .'s in condump filename. More... about 11 years ago
build 41 - Bots now try to reach a final position, even if it's not a waypoint. Bot wandering changed to a goal for more consistent behavior. Improved default bot naming. Reduced chance of wandering. Fixed bug where goal count wasn't being decremented. More... over 11 years ago
build 41 - Added some asserts to help catch server problems. More... over 11 years ago
build 41 - Don't let servers alter key bindings. More... over 11 years ago
build 41 - Bots now go after goals (fist pass), other misc. bots stuff. More... over 11 years ago