Jump to content
SubSpace Forum Network

spidernl

HS Staff
  • Posts

    1111
  • Joined

  • Last visited

Everything posted by spidernl

  1. It was hypothetical for a reason.
  2. Sickle
  3. Not to mention aesthetics and the fact that those item names by far exceed character limits, the best you should expect -if anything - is addon-for-supplements.
  4. Double
  5. I have to admit, that's actually a fairly good idea. The only problem is that you can't really give people an "option" as to what they want to sacrifice (that is, without some pretty major HSCore modifications). It'd likely be an addon-for-supplements swap or something. Or possibly an emitter, although 2 supplements for 1 emitter seems a little generous.
  6. Month
  7. class YourList extends ArrayList { FancyLockingSystem mySystem; @override public void add() { //Do cool stuff with locks } @override public void remove() { //Do cool stuff with locks } } edit: You could also have a global lock and not do the locking inside the list, but instead lock the list whenever you want to access it, and unlock it whenever you're done. Then you just go like.. lock(); for (element : elements) //loop unlock();
  8. Making the add/remove/loop "methods" synchronized doesn't help much. Far as I know that'd just prevent multiple threads from both adding at the same time, or both removing at the same time, etc. A thread-safe list would have to make all functions that can modify the list's contents block when one of them is 'in use'. Not that that's impossible, just sayin'.
  9. spidernl

    Reset

    Maybe you should've thought about the possible consequences of tradekilling before doing it. Edit: Note that this discussion ends here, I'm locking this topic because it's not going to be used for anything useful.
  10. River
  11. spidernl

    Reset

    Logs don't particularly favour "not guilty" either. However, these forums are no place to discuss this. Swift Warrior is the head of smods, try talking to him. You don't sound very innocent though.
  12. Sherlock
  13. Yesterday
  14. Dinner
  15. Good thing we don't have a lounge/spam/trash talk arena in Hyperspace, otherwise Corey would be doing this in the zone as well!
  16. Confusion
  17. What
  18. You
  19. Leonidas I think that's not what lol stands for though.
  20. spidernl

    Reset

    A small overhaul of the item set has been done at the same time. You'll find that some overused items have either been reduced in usefulness, have been moved to a different category, or are a different item entirely. A combination of those is also possible. Rewards for kills and flaggames have been (or will be as of this post) lowered to their pre-boost standards. However, the experience reward for flaggames has been increased to a more substantial amount for both the winning and losing frequencies.
  21. Kevinz
  22. Kevinz
  23. Cheese, honey, you're not going to fool anyone.
  24. It was a post on a main Hyperspace forum topic which did nothing but try to start a flame war. There was absolutely no content of value in it. If Corey hadn't deleted it, I would have. Cheese was probably just trying to force us to move a good thread to the trash talk part of forums because he can't manage to post something useful. Edit: the "lying" part was about Cheese. The guy always lies about every single situation where powers are used against him. Just look at this thread. He claims > 1 posts were deleted. In fact he makes it look like there were a lot being deleted. In reality it was only one and it was perfectly legitimate to remove it. He has also been claiming for this entire reset in Hyperspace that he's been degranted almost a million, while in reality he hardly 'managed' to be degranted $1k until later on in the reset when it went up to $50k. Case closed.
  25. Your ignorance is what makes you annoying. You see Cheese lie on the Hyperspace forums and immediately assume we have leadership issues "like DSB".
×
×
  • Create New...