Er...why isn't FlipBlit in the documentation?
Displaying 1-12 of 12 total.
1
Omni
|
[That's pretty much the question.]
Posted on 2005-04-06 21:13:39
|
Overkill
|
Because few know what it does (I don't!), and those who do know, but are too lazy to document it themselves. If you actually know what it does, please document it yourself, to the aid of everyone else! Ask McGrue to become a V3 Manual editor.
Posted on 2005-04-07 17:06:07
|
Interference22
|
Er, it flips an image vertically and/or horizontally when blitting it, doesn't it? The implementation is:
FlipBlit(int x, int y, int fx, int fy, int src, int dest)
FX and FY are booleans - I'm fairly sure (haven't found an instance in which to use it yet) - determining whether to flip the X and/or the Y (hence the abbreviations).
Come on, Overkill: you're fairly smart, you should have guessed that!
Anyway, want me to document it or are you?
Posted on 2005-04-07 17:39:59
|
Zachron
|
I'm making a mental note of that. It'll sure be usefull if ever I do get around to actually doing something... (Sounds like it would be useful for mirror effects.)
Posted on 2005-04-07 18:40:15
|
Overkill
|
Quote:Originally posted by Interference22
Come on, Overkill: you're fairly smart, you should have guessed that!
Anyway, want me to document it or are you?
I'm smart, but I never bothered to look it up in http://vecna.verge-rpg.com/v3vergec.txt :D. Feel free to document it for me, I've got my hands tied with other stuff lately.
Posted on 2005-04-07 20:00:38
|
Omni
|
Right. Thanks, just checking.
I remember that I used it in my ...er..something...maybe the image distortion...a while back, and suddenly realized that I couldn't find it in any documentation, and even began to wonder whether or not the function even existed :)
Posted on 2005-04-07 21:28:54
|
blues_zodiakos
|
I believe FlipBlit was just added in the latest release of V3 (9/28), so the documentation might not have been updated. See if it's in the changelog.
Posted on 2005-04-08 06:24:32
|
anonymous
|
It's not documented because you don't have enough love in your heart and spring in your stride.
Posted on 2005-04-08 10:48:39
|
Interference22
|
Quote:Originally posted by Unimportant NPC (Anonymous)
It's not documented because you don't have enough love in your heart and spring in your stride.
Not anymore! I just added it to the functions list in the VERGE Manual as a comment. If anyone can actually edit the manual, please do so to include it's definition in a more official sense.
Posted on 2005-04-08 17:23:35
|
Toen
|
BECAUSE FLIPBLIT IS FOR NERDS
(I do not have an answer to this question but I felt like posting anyway.)
Posted on 2005-04-13 02:51:45
|
mcgrue
|
Quote:Originally posted by Interference22
Quote:Originally posted by Unimportant NPC (Anonymous)
It's not documented because you don't have enough love in your heart and spring in your stride.
Not anymore! I just added it to the functions list in the VERGE Manual as a comment. If anyone can actually edit the manual, please do so to include it's definition in a more official sense.
(this was added to the docs proper several minutes after int22 made the comment in the docs)
Posted on 2005-04-13 03:13:55
|
Interference22
|
Cheers.
Posted on 2005-04-26 03:08:44
|