Jump to content
SSForum.net is back!

Samapico

Administrator
  • Posts

    7972
  • Joined

  • Last visited

Everything posted by Samapico

  1. They didn't 'guess' the passwords, they decrypted them... which means even if your pass is 'adf9873kjajd?/3jhjh54j1hjhjgadkfha', or 'god', they could have it But that is only if you are using the same password on the SVSZone/TWDL than ingame, or here, or in your email.
  2. Yeah... it is...
  3. It came from a Discretion forum topic, so it was just left here. It's your forum, move this wherever you want Or close it. Or even delete it
  4. It wasn't split because of your post, but because there was like 5 posts about the subject... It's not a bad thing to have a topic split, you just happen to have the first post in it. I would have put my post as the first, but I would have had to split my post in two to keep the relevant part in the other topic. People who derail topics for the sake of it get warned; you didn't. The split was not in any way intended to attack or blame you or whatever.
  5. Ok definitely a bug to report: -After deleting an IP from the banned IP's list, the IP remains banned... The ban is only lifted when another IP is added back to the list. This is the case when deleting ALL the banned IP's, anyway, not sure if it applies if you only delete one; but... and that's another bug: Apparently you can't delete just one IP from the list.
  6. An event in a private arena? lol
  7. It appears to be some kind of tiger... it has been seen climbing 45 degrees hand-drawn slopes and eating dog food.
  8. I'd say any event that is scheduled for a particular date. Would be nice to have some kind of variety of events, and not just league stuff where only the "elite" compete.
  9. Hmmm, there is indeed a bug when selecting the last region, it seems. I'll have to check it out.
  10. Nah. The containers I was using were 'vbaccelerator docks' or something like that. They are required for moving the 'office-like toolbars' around, docking and undocking them. They can also dock menus like I was doing. However, there's a different container, the toolbar host, which can (duh) host toolbars, but it doesn't handle dockign/undocking. But this toolbar host has a 'MDItoolbar' setting, which when set to true, adds the min/max/close buttons of the child form. It took me a long time to get used to all these new controls and how they interact with each other, but in the end, they're pretty much all compatible with each other. I'm curious to see if we'll be able to get rid of all the .ocx dependencies... These control use the standard windows DLL's directly, like COMCTL32.DLL, instead of the vb6 activeX COMCTL32.OCX.
  11. And you have the latest version? Cause I remember fixing this behavior, it was a problem with our regionlist control.
  12. I also found a flexible and easy to use status bar class... I have some neat things in mind for it Something that will stop people from saying things like "OH, you can do that with this tool???"
  13. YESSSSSSSSSSSSSSSSSSSSSS I DID IT Look at the screenshot earlier in this thread... notice how there's an empty space between the title bar and the 'File' menu thing; that's where the menus normally would be, right? I was having trouble putting the custom new menus there. And that space was needed to have the child form buttons (minimize, maximize, close). But... behold! It works like a charm! Now I can concentrate on re-adding the menu items, and soon each of you will be able to place the toolbars and stuff wherever you want
  14. LVZ actions are not recorded Copy-pasting selections might do some weird things also, since the selection is pasted, then moved in the center of the screen... It should do it in one operation, but it doesn't for some reason. Undo/redo is trickier than it looks like
  15. And you can have several instances of the same item? Limited to 8 or more if you want eBay-style bots? Introducing changes in market prices, depending on the number of items of that kind on the market, etc. could be nice. You could even have limited number of each items in the main store (?buy), with periodic restocks or something. Would add a whole new dimension to HS
  16. For a selection MASK... not the selection data. The 1024x1024 INTEGER array has to stay, indeed. We'd need a couple of transparent blt's or bitblt with VbSrcAnd and such to move the region (Hell, if we just want to move the region without moving tiles, we could have a 'pin tiles' button too )
  17. I'm guessing you tried both fullscreen and windowed... cause in fullscreen it could easily screw up because of the multiple screens... It doesn't like multiple screens...
  18. wow lol Is that a compilation or did it happen all at once?
  19. Once ASSS is globally established, it will be easier to introduce a new client
  20. 4 colors? You mean 32 right? Does that on any server?
  21. Well, now that I think about it, it's not 'that' easy... because of the whole non-rectangular selection thing. I can't just bitblt to move the region. (regions being a 1024x1024 monochrome bitmap now). I'd have to keep some kind of selection mask... while I'm at it, I could use a 1024x1024 monochrome bitmap for the selection mask, and get rid of the 1024x1024 byte array... Though I think getting the 'true' value in the bitmap takes more time than in the array; i'd have to make some tests. Without a mask... Not sure how I could pin the regions on the selection effectively. Or maybe we already have such a mask... for the pixel-zoom preview of the selection. hmmmm
  22. With the magic wand, you could always work something out... make an outline of your region, and keep it somewhere. THen you just need to region-wand the thing where you want it
  23. Nah you're right, regions can't be moved. That would have to be done in the future though.
  24. Perhaps, but it would also compromise the long-term future, making development harder (whether it be for zones, new client(s), map editor(s), or any other tool)People would surely have to find another forum for these things, but that's beside the point
×
×
  • Create New...