Search results

  1. Xorifelse

    Centering an absolute div

    Edit: I've found a perfect CSS solution works fine on all browsers supporting CSS 2.0. I've ran into a little snag, and let me state I already know how to center an absolute div but here is the issue. #header{ position: absolute; width: 400px; left: 50%; margin-left: -200px; } Using a...
  2. Xorifelse

    Apple software consuming constant CPU

    I don't use Apple software much, so I'm not sure what the issue is. So the problem is that either Itunes or Safari are constantly consuming CPU ( 0-50% ) also I hear my hard drives reading data constantly as well. This only happens when I'm running the software and I think it's pretty annoying...
  3. Xorifelse

    Program that executes scripts

    As a side project, to enhance my experience with cross-platform applications I've chosen to create a program in C::B (using wxWidgets) but I've hit a huge snag. I simply don't know how to let the application compile and execute scripts without the use of an external executable. I'm trying to...
  4. Xorifelse

    WoW vs Nature (+other)

    WoW vs Nature: Dirty Minds: Puss on Puss: If browsers were woman:
  5. Xorifelse

    So, did I miss a party or was it forgotten?

    I just had a crazy thought, and decided to count all the posts made on TheHelper. Yeah that's right, 1023097 posts made when I counted. That is over 1 million posts and that should deserve some recognition, right? Well, here it is! May take some time to load the image
  6. Xorifelse

    Name change request

    I've grew tired of this name I'm using, it's being used all around everywhere I register so I've thought up a name that does not yet exist. Now I was hoping if someone was kind enough to change my name to "Xorifelse" (without the quotes of course). Google it, you'll only find me and I think...
  7. Xorifelse

    Google Wave - Invitations

    I've got a few invitations left, post here or send me a PM if you want an invitation. However, I'm not sending the invitations unless you have some reputation points. ( 200+ ) Also, when I give you an invitation don't try it out with me, delete me from your list and just find someone else to...
  8. Xorifelse

    [c++] Tutorial Video's

    Hey there, I just made a video tutorial for beginner c++ programmers but I'm asking you guys if it's worth to watch. The basic idea I have in mind is to create a series of these video's, starting from the basics and eventually go up to classes, cross-platform socket handling, and all kinds of...
  9. Xorifelse

    [c++] include constructor?

    I'm playing around with c++, and noticed constructors exist in classes. However, is their a simpler way to execute a function automatically when you include a cpp \ h file? I'm trying to make a server application, and just wanted to debug some results automatically. This includes displaying...
  10. Xorifelse

    c++ struct enumerations

    I'm currently thinking about possible ways to make mmorpg, the basic view is like 2d, but I'm hammering about the best way to create emumerations. For example, I'd like only that the server sends packages about units in range of a player, but how to do this isn't as easy as most people think...
  11. Xorifelse

    Hero Taverns - Adding Unit Type

    I've search the forums a bit, couldn't find any relative information about this so.. I wanted to add unit types to a tavern, but they do not seem to be added in game. Thing's ive tried from map init to delayed init set a neutral max hero slots to 9 changed aspect of alliance from player...
  12. Xorifelse

    Reading from SLK tables

    I've managed to use some of that bad ass LUA scripting and generate an SLK table from it. But I don't really understand how to read a SLK table in vJass. There is little to find on how the SLK tables work, and the only example which I could find on the Internet is the one from JassHelperManual...
  13. Xorifelse

    How to use Grimext Object Merger

    I've setup the JassHelper configuration: But now I want a more scriptable way to create units using LUA scripts, but I'm not sure how to achieve that. For example, what I want to do is having a function doing this: //! ObjectMerger createTower( unitName, typeId, etc ) Could someone tell...
  14. Xorifelse

    Slight polar projection with offset issue

    Edit: Figured it out, never mind. I've ran multiple calculations but I'm not sure what is the right one, because every test seems to give me faulty results. What I want a 2 functions to do is quite simple and you probably understand what I'm saying. I don't want PolarProjectionOffsetX and...
  15. Xorifelse

    General - Warcraft III Color Codes in Depth

    Warcraft III Color Codes Author: Themis@Azeroth Date: Sunday, 25 January, 2009 Note: Please do not copy paste this into your website, link it instead to the original thread. Credits: StealthOfKing helped me a very little bit because my own calculations brought me in despair. Introduction: To...
  16. Xorifelse

    Correct syntax method operators []

    It's been so long since I've vJassed, I've forgotten what the correct syntax was of this. I know the basic idea, but how would I write the method operator for something like this? score would be the method operators name. call DisplayTextToPlayer( GetLocalPlayer(), 0, 0, I2S(...
  17. Xorifelse

    Tesh Function List Update

    About an hour ago I couldn't find the updates required for Tesh to show the new natives, then I went on and updated it myself. However after browsing this forum later on, Artificial seemed to have updated it already. :o However, 2 natives where still missing: GetSpellTargetX()...
  18. Xorifelse

    The evaluation test, are you up to it?

    Me and 2 clan members were discussing in topic topic how conditions were evaluated. I decided to post it here as well, cause this could be quite useful in resolving bugs. This being said let me point out that we knew this already but rather what has priority. In mathematics there are specific...
  19. Xorifelse

    Tutorial From GUI to simple vJass

    I've wrapped up a tutorial that lets you learn simple jass and simple vJass. Its a tutorial that uses a different approach instead of convert trigger and deal with the code. The tutorial can be found here. I'm not going copy paste the tutorial here because our Jass and vJass syntax...
  20. Xorifelse

    System UserData

    This system is mostly a wrapper for the native Player, while maybe you don't think its a big deal, this system will completely change the way you program in vJass in scopes or other systems. When your code is optimized, you will take full advantage of this system. What this system does: It is...
Top