Jump to content

Vader

Members
  • Content Count

    8
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Vader got a reaction from Ind in HCache | Item Packages Update   
    The functions of the HCache_check contains a typo, most likely as a result of Ctrl+C & Ctrl+V:
     
    fstat(fileno(first), &bufa);fstat(fileno(first), &bufb);   

    likely entry should be this:
     
    fstat(fileno(first), &bufa);fstat(fileno(second), &bufb); 
  2. Upvote
    Vader got a reaction from mkbu95 in KPatcher -> OpenSource   
    Hi all, I am a long time thinking about it and finally made ​​a decision.
    Source code of patcher except for the library to work with the GRF will be available in SVN or GitHub.
    I also continue to develop and support patcher.
     
    Link to github: Patcher
  3. Upvote
    Vader got a reaction from evilpuncker in KPatcher -> OpenSource   
    Hi all, I am a long time thinking about it and finally made ​​a decision.
    Source code of patcher except for the library to work with the GRF will be available in SVN or GitHub.
    I also continue to develop and support patcher.
     
    Link to github: Patcher
  4. Upvote
    Vader got a reaction from mleo1 in KPatcher -> OpenSource   
    Hi all, I am a long time thinking about it and finally made ​​a decision.
    Source code of patcher except for the library to work with the GRF will be available in SVN or GitHub.
    I also continue to develop and support patcher.
     
    Link to github: Patcher
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.