Posted April 29, 200817 yr No longer sharing this project on this site. Edited January 14, 20169 yr by atom0s
April 30, 200817 yr Uhg.. after a week or so of pounding tons of time into this, I finally am glad to announce the initial release of patchLib. Good things are bound to take time... And this, looks awesome! 7.) BLAH BLAH LEGAL CRAP BLAH BLAH (The part no one reads...) Ding ding ding! Great work Wiccaan. My congratulations!
April 30, 200817 yr Author Lol thanks for the comment and help you gave with the masm lib. Turned out pretty decent. I'm happy with it I guess lol. I can already say I am thinking of random things to do to it for updates and such. I dunno, I'm not someone that is contempt with what I make first go. I always gotta rewrite it a million times and do this and that to it.
April 30, 200817 yr Very cool! The only gripe I have about it is that (After looking at your example patch) the most transparent parts (e.g. around the buttons) are still part of the dialog, instead of having a region made, and removing them. But that's no problem at all Edited April 30, 200817 yr by Hyperlisk
April 30, 200817 yr Author Very cool! The only gripe I have about it is that (After looking at your example patch) the most transparent parts (e.g. around the buttons) are still part of the dialog, instead of having a region made, and removing them. But that's no problem at all Not to sure what you mean by this. The buttons are drawn completely separate from the rest of the images. What ever you leave transparent stays that way. I didn't create the template for the Patcher Example either, that is a template taken from uPPP. I simply used it to show that it uses the same style templates as it does. Care to be a little more specific? (Sorry, just not fully understanding what you are referring to.) Edit: Oh I think I know what you mean. In the patch example the rectangle that goes around the buttons thats transparent. When I first started working on this the first example prog I wrote was working without that. Like you could click through that part. To me, it was a bug and it ****ed me off. So I rewrote the engine over and over to try to fix the "bug". I did manage to fix it and now I forget what caused it.. Looking back at all the original projects they all are fixed now :/ However, inside CEngine.cpp, inside the Draw() function of the engine you will see a call to: PremultipliedAlpha() This function is what handles creating the transparency of the image in those locations. That might help some in creating a work around to making the area's click through if you want them to be. I personally disliked it and wanted to be sure that those became part of the overall window. Also, keep in mind, the section does become click through completely if you use full transparency for part of the image. You can create a very odd shaped form and each part that is real transparency will be click through. Edited April 30, 200817 yr by Atomos
April 30, 200817 yr Just seconding HVC's comment - good things take time and this look excellent. Nice work, and thanks for sharing mate
April 30, 200817 yr Yep, nice work to integrate a textbox classHehe.. good luck !That job will be a different pain.
April 30, 200817 yr Author I have a suggestion, to integrate a textbox class to be usefull to keygeners . Most I can say is use 2 buttons and 1 text object. 1 button to generate the key into the text label. The other to copy the string to your clipboard.
April 30, 200817 yr Also, keep in mind, the section does become click through completely if you use full transparency for part of the image. You can create a very odd shaped form and each part that is real transparency will be click through. Ah, I just assumed that the part around the buttons had full transparency. No worries then! Great work!
April 30, 200817 yr WOW, that's awesome! Thanks a ton Atomos, very great work! Keep it up man, A big "Hello" to HVC and congratz for the trial status, you rock!
April 30, 200817 yr nice... good.. my friends could use this for a project we are working out of... no not a team.. im not in 0day anymore.. they are assholes fuc*& them C++ not my deal tho good work tho mate
May 2, 200817 yr Hi! Cool work and thanx for sharing!! Is it possible that anyone can compile to static lib??? Thanx in advance!!
May 2, 200817 yr Author Hi!Cool work and thanx for sharing!! Is it possible that anyone can compile to static lib??? Thanx in advance!! You should be able to compile it yourself without any issues. Just download the express edition of VS2008 and the Platform SDK from Microsoft. They are both free.
May 2, 200817 yr Author No longer sharing this project on this site. Edited January 14, 20169 yr by atom0s
June 1, 200817 yr Good stuff! I've made my latest patch using this library and write a general diff maker and a patch plugin for it. If you're intrested in this development I can share this with the community. BTW I followed the coding architechture and style so I hope it wold be helpful.
November 20, 200816 yr Author No longer sharing this project on this site. Edited January 14, 20169 yr by atom0s
January 11, 200916 yr Author No longer sharing this project on this site. Edited January 14, 20169 yr by atom0s
Create an account or sign in to comment