Jump to content
SSForum.net is back!

Samapico

🜲 Administrator
  • Posts

    7973
  • Joined

  • Last visited

Everything posted by Samapico

  1. Small problem with fading: The form has a transparey key, which is the color that defines its transparent areas. When fading from the background to an image over a transparent area, as soon as the color is different from the transparey key, that area becomes totally opaque. Apparently the forms' variable opacity is a Windows feature... So if you want to fade in a black rectangle over a transparent area of the form, it should do: Transparent -> Less-transparent, grey-ish -> black But now it does: Transparent -> Totally opaque as soon as it starts, same color as form transparency key (i.e. pink) -> Gradually fades to black Fading over something else works perfectly though... But to have perfect fading, I'd need to grab an image of the screen (only part of it), then blend the fading image on that. However, the only way to do this seem to be by using gdi32.dll API calls (BitBlt, more precisely). But that thing is Windows only right? :S Actually I just need to get the screen's hDC or something... hmm... Does OpenGL have feature to access the screen's data directly (via the gfx card, I guess)? (link) Test the current splash project in my branch if you don't understand what I'm saying
  2. Maybe good... but I doubt it can be considered one of the TOP 5 movies EVER... Unless you really did not watch many movies Edit: I thought this was the top 5 movie thing... apparently it's been spammed... oh well. [/offtopic] Haven't seen I am Legend, so I can't add anything on topic
  3. *takes notes* I have an annoying cough at the moment
  4. fading works I'll try to get some panels working (i.e. click on Stats, and a stat panels pops or fades in), then we should be able to build a very neat interface. I'm wondering if I should even bother with skins... with this system it will be very easy to hard-code alternate skins, and since it's open source and all it will also be easy to distribute these skins I guess.
  5. well I think it does... that's what I understood
  6. You mean like : http://www.subspace2.net/tw3d.JPG (from the Graphics demo topic)
  7. I don't understand why someone would want his desktop to look like a mac...
  8. Main weapons (aka guns and bombs) shouldnt be part of these slots though So you could have, for example: Fire Primary Weapon: Ctrl Fire Secondary Weapon: Tab Toggle Firing Mode: Delete Fire Auxiliary Weapon 1: Shift+Tab Fire Auxiliary Weapon 2: Shift+Ctrl Use Special Weapon 1: Shift+Insert Use Special Weapon 2: Shift+Delete Use Special Weapon 3: F3 Use Special Weapon 4: F4 Use Special Weapon 5: F5 Use Special Weapon 6: F6 Select Special Weapon 3: Shift+F3 Select Special Weapon 4: Shift+F4 Select Special Weapon 5: Shift+F5 Select Special Weapon 6: Shift+F6 Warp: Insert ----For more than 4 abilities: Toggle/Use Ability 1: Home Toggle/Use Ability 2: End Select Ability 1: Shift+Home Select Ability 2: Shift+End ----For 0 to 4 abilities: Toggle/Use Ability 1: Home Toggle/Use Ability 2: End Toggle/Use Ability 3: Shift+Home Toggle/Use Ability 4: Shift+End That setup even allows for classic keyboard layout. And it has 4 fixed weapon slots, plus 2 fixed special weapon slots, so you should not have to do alot of item swapping... In fact, you wouldn't have any swapping to do for ANY of the current zones Basically, it IS the current layout, except abilities and special items have 4 slots each Would be nice to be able to switch primary/secondary weapons too, though... Well, since each zone will be different, as we said, they will provide a keyconfig... So..... we could have an infinite number of keys too. For example: Toggle/Use Ability (1) : [ Not defined ] When you assign it, you'd get: Toggle/Use Ability (1) : [ F5 ] Toggle/Use Ability (2) : [ Not defined ] So you could setup as much as you want. There could be a warning if your key config is not compatible with the zone, like if there are some items you won't be able to use. Of course we could max out the number of slots to like 10 because we won't be able to display them at some point. But hiding unused keys like that would make the key config window clearer; like there won't be 300 'undefined' keys all the time. And yes the mouse should be allowed. But the mouse button shouldnt be mappable... it should be used to click around on the interface to fire stuff or toggle stuff (just like if you pressed the key), and do stuff on the chat (click links, select text...), right-click on people -> add to friends, or -> view stats, or stuff like that
  9. .....the tutorial page is full of virus-infected links and crap lol looks like it has interesting features... but all their wiki pages are vandalised with spam so I don't know if I can trust that And it would take away all the fun of coding stuff
  10. Hmm, the nerdiest and most sex starved man.
  11. Who the !@#$%^&* remembers their resolutions during the whole year anyway? What was your last year's resolution(s) people?
  12. cool
  13. Scrolling will be easy. Haven't checked much for fading yet, but I should find some examples easily.
  14. Hm, turns out double buffering is easier than I thought... Just gotta set some properties to true. It's smoooooooooth now Now I want to make methods for fading a single image, and scrolling them from any direction
  15. Ok, X`terr just sent me some links... That thing is posted on like... every forum you can find in the tubes. Definitly a bot. BANNED
  16. 1000th post for Slicer *trumpets and balloons* uhh... I need to stop biting my nails. It sucks. And perhaps try to not be lazy, and eat decent stuff.
  17. lol, nice
  18. ....good point, though her email address doesnt look like a bot really... I could be wrong We'll see if she/it posts again, it's not like if the post is really spam-ish and the signature disturbing
  19. Next comp I build will probably look like: 300 MHz Pentium II 128MB RAM 17" CRT monitor Old white keyboard with brownish stains Old !@#$%^&* mouse for my mom.. she never had a computer, so anything I could put together will be fine for her I estimate the cost of this.. "rig" to 0$ Adam and Lt... these are clearly crazy machines built for world domination.
  20. Until discovered that you were really a transexual?
  21. He didn't say some people "could not" got there. He just said some people "don't" go there.
  22. Heh... and I could understand if they actually meant something. But how the !@#$%^&* does a Blender icon fits for "Others"? lol.
  23. Yeah, I did try to lock, but I didn't really understood how I could do it in that case, cause the object in question seemed to be 2 different objects to me... And it didnt want to lock it how I had it anyway. But anyway, works fine with timers
  24. yeah, I did read an example with double buffering... I'll check into that.......................later.
×
×
  • Create New...