New Cleaned Up QuakeC Code (id1)

Discuss programming in the QuakeC language.
Post Reply
maddes
Posts: 5
Joined: Sat Aug 06, 2022 8:04 am
Location: Germany
Contact:

New Cleaned Up QuakeC Code (id1)

Post by maddes »

I created a git repository [1] which contains all releases of QuakeC for the main game and both mission packs, including the 2021 rerelease, so that you can easy check out the changes of each release.
Additionally there is a branch with a cleaned up code of id1, called "id1-cleanup".
Maybe you can have a look and give some comments, ideas or suggestions.

The "cleanup" branch does not have any logic changes or fixes.
More comments with "FIXME/Maddes" will be added to it.
I will check all fixes listed on Quake Info Pool (QIP) [2] and fixes from the 2021 rerelease.

Later a "fixes" branch will be created from the "cleanup" branch.

Kind regards
Maddes

[1] https://github.com/maddes-b/QuakeC-releases
[2] https://www.quake-info-pool.net/
Eukara
Posts: 31
Joined: Fri Jul 22, 2011 3:00 pm
Location: /dev/cdrom
Contact:

Re: New Cleaned Up QuakeC Code (id1)

Post by Eukara »

This is really well put together and makes excellent use of branches.

*stickies it*

Edit: turns out I can't!
maddes
Posts: 5
Joined: Sat Aug 06, 2022 8:04 am
Location: Germany
Contact:

Re: New Cleaned Up QuakeC Code (id1)

Post by maddes »

Eukara wrote: Tue Oct 04, 2022 5:11 pm This is really well put together and makes excellent use of branches.

*stickies it*

Edit: turns out I can't!
Thanks. I had several discussions with some people, so I'm still restructuring the branches a lot (=git rebase -i).
It is not easy to find a way of organizing commits and branches, that they fufill multiple purposes (v1.01 cleaned + v1.06 cleaned + re-release cleaned).
I will report back when I assume it is actually done - keep fingers crossed.
Post Reply