Elijah23 Posted August 19, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: Friday at 11:44 PM Share Posted August 19, 2012 I just want to ask if there's a way to do some source modifications without losing the ability to update the svn automatically.. Well, sometimes its really hard for fully customized sources and then there are so many updates that you need to update manually.. Hope there's a place where you can put all your custom source files or anything.. Thanks and God bless!.. Link to comment Share on other sites More sharing options...
EvilPuncker Posted August 19, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted August 19, 2012 no, there isn't Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 9, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 9, 2012 Hmm.. I think you can make your custom changes as a .diff file http://rathena.org/wiki/Diff Link to comment Share on other sites More sharing options...
Seraph Sephiroth Posted September 9, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 51 Reputation: 3 Joined: 06/12/12 Last Seen: February 15, 2013 Share Posted September 9, 2012 I'm affraid not, even a diff file to your source modifications will last only so long before code eventually gets rewritten or restructured. Link to comment Share on other sites More sharing options...
EvilPuncker Posted September 10, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted September 10, 2012 a plugin system would be nice Link to comment Share on other sites More sharing options...
Jezu Posted September 10, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share Posted September 10, 2012 I just want to ask if there's a way to do some source modifications without losing the ability to update the svn automatically.. Well, sometimes its really hard for fully customized sources and then there are so many updates that you need to update manually.. Hope there's a place where you can put all your custom source files or anything.. Thanks and God bless!.. This is what I wanted to pinpoint -> http://rathena.org/board/topic/70475-linux-problem-ra-updates-conflicting-my-custom-settings/ Link to comment Share on other sites More sharing options...
xazax Posted September 16, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 427 Reputation: 123 Joined: 11/17/11 Last Seen: December 31, 2022 Share Posted September 16, 2012 Well, you can't be 100% sure, but you can code your stuff that way, it is the least likely ther will be a conflict. For example, add as much new code as possible to separate files in functions, and call those functions from other files. Make your customized code less fragmented etc. Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 16, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 16, 2012 Oh good idea, external functions via include.. Link to comment Share on other sites More sharing options...
Euphy Posted November 24, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 24, 2012 Related topic: Plugin System Closing this one. Link to comment Share on other sites More sharing options...
Recommended Posts