CleanFixedQuakeC icon indicating copy to clipboard operation
CleanFixedQuakeC copied to clipboard

Jules qc optimizations

Open TDA317 opened this issue 8 months ago • 1 comments

TDA317 avatar May 24 '25 13:05 TDA317

Ignore this... I'm learning github. Sorry

Original prompt: This is the QuakeC game code from the game Quake. It is not the original vanilla code. It has already been modified to remove compiler editors and had a few minor optimizations and modifications performed.

I would like you to look over this code for any possibility of optimization. Then make those optimizations. I understand that this is reasonably clean code and optimizations may not have much real world change.

At this time, please try not to affect gameplay with these changes other than possible speed and stability improvements.

Any/all modifications must be heavily commented. Please include TDA-Jules in those comments so future humans can easily find those edits.

Result: changes to just two files. player.qc and weapons.qc

TDA317 avatar May 24 '25 14:05 TDA317