5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2024 — May 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed scr_coloredText 2 behavior, added scr_coloredfrags instead More... over 18 years ago
Unecessary to have both bignum and bignum_scale. Now there's only bignum... bignum 0 = normal text. bignum > 0 = scaled bignum to the given scale.
cokeman
as cokeman1982
More... over 18 years ago
- BUGFIX: Crash if a gfx.wad that was not an original was used. Would try to calculate CRC on a lump bigger than the size of the wad.
cokeman
as cokeman1982
More... over 18 years ago
fix: don't exit if something tried to draw offscreen More... over 18 years ago
removed unused variable More... over 18 years ago
forget about gfx.wad More... over 18 years ago
Added /vid_restart command for windows, nothing interesting yet, just allow reload all textures and images currently, but in future this must allow us switch windowed <-> fullscreen mode. Still this command under developing, so have some issues, bugreports welcome. More... over 18 years ago
fix, shouldn't crash now More... over 18 years ago
fix, shouldn't crash now More... over 18 years ago
show color number and name More... over 18 years ago
bugfix: send onshow only once - for example string fields in options are editable now again More... over 18 years ago
removed things used in old menus; speedup in lookup & infinite storage for cachepic stuff More... over 18 years ago
crosshairimage now uses pic cache, doesn't access hdd each time, less lags if you have some advanced config More... over 18 years ago
EX_FileList.c: - ALT + C == Compress the currently selected file (Confirm first). - SHIFT + ALT + C == Compress the currently selected file (No confirmation). - ALT + D == Decompress the currently selected file (Confirm first). - SHIFT + ALT + D == Decompress the currently selected file (No confirmation). - SHIFT + DEL == Delete the currently selected file (No confirmation).
cokeman
as cokeman1982
More... over 18 years ago
common.c: - Fixed a small bug in COM_GZipPack
cokeman
as cokeman1982
More... over 18 years ago
stats_grid.h: - Added support for ordering the hold items.
cokeman
as cokeman1982
More... over 18 years ago
hud_common.c: - Added support for ordering the hold items in the Teamholdinfo hud element based on the itemfilter ordering set by the user.
cokeman
as cokeman1982
More... over 18 years ago
- Fixed some unsafe code.
cokeman
as cokeman1982
More... over 18 years ago
hud_common.c - BUGFIX: Teamsort was broken. Teamsort 1 now sorts by number of team frags as it should. - Teamsort 2 = Sort the teams based on name, disregard number of frags.
cokeman
as cokeman1982
More... over 18 years ago
mouse1 & mouse2 supported in more menus; added file browser selected item background More... over 18 years ago
slightly better description of pages switching keys More... over 18 years ago
hud_common.c: - Added support for scaling the number of frags in the frags/teamfrags hud elements. - Added alpha transparency support for the player colors for frags/teamfrags.
cokeman
as cokeman1982
More... over 18 years ago
slightly better description of pages switching keys More... over 18 years ago
EX_FileList.c: - Fixed coloring for the filebrowser.
cokeman
as cokeman1982
More... over 18 years ago
strcpy -> strlcpy + check if no screenshot format when capturing movie
cokeman
as cokeman1982
More... over 18 years ago
changed key controls, now same as demo browser: ctrl+num toggles colums, alt+num sorts by column, typing performs a search More... over 18 years ago
added navigation tip (doesn't look much good, better ideas?) More... over 18 years ago
adding chat/teamchat binds More... over 18 years ago
unlimited menu size, proper onshow calls More... over 18 years ago
changed hashpool sizes of cvars, cmds and aliases to numbers that are power of 2 (make modulo faster) More... over 18 years ago