0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 23 hours ago.
May 09, 2023 — May 09, 2024
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 8 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 8 years ago
- client side autodemo (incomplete atm) - scoreboard sorting More... over 8 years ago
misc More... over 8 years ago
Converted project to VS 2010 express. More... over 8 years ago
Fixed horizontal aligning issue with the listview widget that was caused by a wrong width calculation. More... almost 9 years ago
Listview tweaks, widget attribute ("lvpadding" / "lvcolseppadding"): changes the padding around the column separator lines in a listview widget More... almost 9 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 9 years ago
build 41 - Added botlib to Linux makefile. More... almost 9 years ago
build 41 - Fixing linux compile issues. More... almost 9 years ago
build 41 - Demo cam now prints which player you're chasing. More... almost 9 years ago
Support for custom resolutions using "gl_mode -1" and "vid_resx", "vid_resy" More... almost 9 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... almost 9 years ago
Added timestamp_date cvar, changes timestamp to [YY-MM-DD HH:MM:SS] More... almost 9 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... almost 9 years ago
build 41 - Bots: Improved aiming and shooting. Added line of sight check. More... about 9 years ago
build 41 - Bots: Made bots only try to shoot when aiming near a target. More... about 9 years ago
build 41 - Bots: Randomly lead targets a bit. Don't pitch down too much when aiming at waypoints. More... about 9 years ago
build 41 - Bots: Improved aiming to be more human-like. More... about 9 years ago
build 41 - Bots: Forgot to add bot_aim.c. Made some other minor tweak. More... about 9 years ago
build 41 - Bots aim and shoot now. More... about 9 years ago
Fixed possible crash when a select widget has predefined pairs and a filedir set. More... about 9 years ago
build 41 - Fixed issue in menu parsing with begin/end (for select widgets) not advancing the pointer. More... about 9 years ago
build 41 - Fixed camera spazzing issue when using the player num override watching demos. More... about 9 years ago
build 41 - Don't allow screenshot jpeg quality below 80. More... about 9 years ago
build 41 - Don't allow .'s in condump filename. More... about 9 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... about 9 years ago
build 41 - Added some asserts to help catch server problems. More... about 9 years ago
build 41 - Don't let servers alter key bindings. More... about 9 years ago
build 41 - Bots now go after goals (fist pass), other misc. bots stuff. More... about 9 years ago