0 Members and 1 Guest are viewing this topic.
No I meant using Celtic III to make a patching system for basic programs
What would happen if there are two changes? Most likely, the first change would alter the position of the second one, and it might be that not everyone had implemented the first fix in the first place.The only way I can think to do it is have the program keep track of whether it did the previous change(s) (maybe in an appVar?) and then if you hadn't, the program would implement all the previous ones first. The problem is that with each new patch, you'd have to send the information for every previous one.
I think the patch would be used as a one time and temporary solution to betas and releases on a community forum. But good point about multiple patches.