5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
May 15, 2024 — May 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
oops More... almost 18 years ago
fix 64bit issue && small changes More... almost 18 years ago
setinfo msg "" -> 1, disconnect request More... almost 18 years ago
replace #error with #define for win32 More... almost 18 years ago
Updated mac os endian defines with suggestions from <DyB|Tuna> More... almost 18 years ago
Changed WIN32_LITTLE_ENDIAN to __LITTLE_ENDIAN__, my bad I should test things more thoroughly.... More... almost 18 years ago
Reversed Cokeman's reversal of removing of casting on ent being passed to NewStaticLightCorona More... almost 18 years ago
endianess updates, hopefully this will fix some of the issues. It is now broken up into different operating systems and hopefully different types of architectures More... almost 18 years ago
Reverted r_simpleitems code that wasn't fully working, caused vid_restart to fuck up.
cokeman
as cokeman1982
More... almost 18 years ago
bugfix: Corrected detection of deleting temporary files before using the file for zipped demos More... almost 18 years ago
Reverted r_simpleitems code that wasn't fully working, caused vid_restart to fuck up.
cokeman
as cokeman1982
More... almost 18 years ago
bugfix: r_explosiontype 8 requires qmb to be initialized More... almost 18 years ago
Changed hint/serialhint from an int to an *entity as this is what they really are More... almost 18 years ago
Added explicit cases in some switch statements to avoid gcc warnings Added explicit parenthesis on boolean && || expressions to avoid gcc warnings Majority of patch was mainly by vio More... almost 18 years ago
Added "style" to the speed hud element, 0 = normal, 1 = show text only. Like "show_speed 1 from old hud" by request from PlaZmaZ
cokeman
as cokeman1982
More... almost 18 years ago
BUGFIX: Color alpha value wouldn't be used when drawing a pie slice :s
cokeman
as cokeman1982
More... almost 18 years ago
re-enabled CompleteCommandNew() for Mac More... almost 18 years ago
update MSVC project More... almost 18 years ago
CPU_* functions are only avail for x86 More... almost 18 years ago
killing MSVC warnings More... almost 18 years ago
BUGFIX: Fixed con_shift in software... Used to draw garbage in the shifted area :s
cokeman
as cokeman1982
More... almost 18 years ago
Fixed some warnings from last commit
cokeman
as cokeman1982
More... almost 18 years ago
Fixed r_tracker colors after rewriting the character drawing code. The r_tracker stuff doesn't use any gl-specific commands now, so adding support in software is possible. Moved the tracker vars into it's own file + added a header also. The stuff that needs to be added in software is the tracker updates.
cokeman
as cokeman1982
More... almost 18 years ago
Added Draw_SColoredCharacterW
cokeman
as cokeman1982
More... almost 18 years ago
changed non-ascii brackets with $x10 and $x11 More... almost 18 years ago
and wtf it was? More... almost 18 years ago
removing cycling buffering in demoplayback, this make code more simple, adding some comments. More... almost 18 years ago
BUGFIX: You needed gl_alphafont turned on for colored text to work
cokeman
as cokeman1982
More... almost 18 years ago
Commented out the non-working simple items code.
cokeman
as cokeman1982
More... almost 18 years ago
Started porting r_simpleitems from QRack... 32-bit sprite loading isn't working properly yet though.
cokeman
as cokeman1982
More... almost 18 years ago