View previous topic :: View next topic |
Author |
Message |
CocoT

Joined: 14 Dec 2004 Posts: 599 Location: Belly-Gum
|
Posted: Fri Sep 15, 2006 4:58 pm Post subject: Idea for a cool Quake1-program |
|
|
You know what'd be kind of cool?
A program which would compare all your QC code with an un-edited version of QuakeC. The idea being that, from the start, you would have used a "standard" version of the latest which the program would know (maybe a clean version of QuakeC could be included with the program). The only thing the program would do would be to scan for differences and highlight (like, in color and bold) all the additions (and possibilty substractions? (maybe in another color and underscored?)).
The point of the program would to help people to easily "get back in" code that they neglected for while, you know, the sort of mod we put on the side and then, when we look at it again, we realize it's almost impossible to work on it because we don't remember where is what and what we changed. Possibly, this could also help people quickly figure out how other people have coded their mod if they have access to their code.
I'm totally unable to code this, but I know there are people here who can... What do you think? |
|
Back to top |
|
 |
Entar

Joined: 05 Nov 2004 Posts: 422 Location: At my computer
|
|
Back to top |
|
 |
leileilol

Joined: 15 Oct 2004 Posts: 1321
|
Posted: Fri Sep 15, 2006 5:38 pm Post subject: |
|
|
WinDiff is proprietary, non-free and 16-bit (can not run on xp64) M$ ware. _________________
 |
|
Back to top |
|
 |
Sajt
Joined: 16 Oct 2004 Posts: 1026
|
Posted: Fri Sep 15, 2006 5:44 pm Post subject: |
|
|
hax _________________ F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe. |
|
Back to top |
|
 |
FrikaC Site Admin

Joined: 08 Oct 2004 Posts: 947
|
Posted: Sat Sep 16, 2006 3:51 am Post subject: |
|
|
I was thinking about adding something like this to QuAdEd...but I'm unsure of my approach (I was just gonna swipe some code from WinMerge, but it's way too complex and icky c++). Personally I use Beyond Compare 2 for this task (and related tasks, like merging Token 2 changes) _________________
 |
|
Back to top |
|
 |
Tei

Joined: 25 Oct 2004 Posts: 195
|
Posted: Mon Sep 18, 2006 1:24 pm Post subject: |
|
|
FrikaC wrote: | I was thinking about adding something like this to QuAdEd...but I'm unsure of my approach (I was just gonna swipe some code from WinMerge, but it's way too complex and icky c++). Personally I use Beyond Compare 2 for this task (and related tasks, like merging Token 2 changes) |
While you are at it. Add stuff to do reformulation: rename function names and variables globally. You can even add a menu with name "Reformulation" and two items "Rename function" "Rename var" |
|
Back to top |
|
 |
scar3crow Inside3D Staff

Joined: 18 Jan 2005 Posts: 837 Location: Las Vegas, NV
|
Posted: Mon Sep 18, 2006 10:04 pm Post subject: |
|
|
Thems some badass ideas, and I dont even code. |
|
Back to top |
|
 |
|