• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!
Magtheridon96

Profile posts Latest activity Postings Experience Albums Resources About Medals

  • Haha. I'm glad this is amusing to you :)
    Let's see, these are the supported languages:
    ABAP, Actionscript, ADA, Apache Log, AppleScript, APT sources.list, ASM (m68k), ASM (pic16), ASM (x86), ASM (z80), ASP, AutoIT, Backus-Naur form, Bash, Basic4GL, BlitzBasic, Brainfuck, C, C for Macs, C#, C++, C++ (with QT), CAD DCL, CadLisp, CFDG, CIL / MSIL, COBOL, ColdFusion, CSS, D, Delphi, Diff File Format, DIV, DOS, DOT language, Eiffel, Fortran, FourJ's Genero, FreeBasic, GetText, glSlang, GML, gnuplot, Groovy, Haskell, HQ9+, HTML, INI (Config Files), Inno, INTERCAL, IO, Java, Java 5, Javascript, KiXtart, KLone C & C++, LaTeX, Lisp, LOLcode, LotusScript, LScript, Lua, Make, mIRC, MXML, MySQL, NSIS, Objective C, OCaml, OpenOffice BASIC, Oracle 8 & 11 SQL, Pascal, Perl, PHP, Pixel Bender, PL/SQL, POV-Ray, PowerShell, Progress (OpenEdge ABL), Prolog, ProvideX, Python, Q(uick)BASIC, robots.txt, Ruby, Ruby on Rails, SAS, Scala, Scheme, Scilab, SDLBasic, Smalltalk, Smarty, SQL, T-SQL, TCL, thinBasic, TypoScript, Uno IDL, VB.NET, Verilog, VHDL, VIM Script, Visual BASIC, Visual Fox Pro, Visual Prolog, Whitespace, Winbatch, Windows Registry Files, X++, XML, Xorg.conf
    still. its a funny book. You should read it. I also really love the part where God creates people that aren't perfect and make mistakes and then is angry with them for not being perfect and because they make mistakes xD

    I'm not an anti-christ, nor am I an atheist.. I believe in God, I just.. think that he is an asshole and I don't praise him. He's there .. somewhere, living in the clouds.. but.. that .. doesn't make me like him.

    I really hate some of the Rules like "have no other Gods" or "dont say my name for no reason" - why not? Wow, what will happen xD


    well... I kinda knew you were trolling but I had to be sure xD. Well.. not that I said anything against Christianity.. I mean, all these stuff are in the Bible :).. yeah but, Jesus seems like a good guy.. God not that much. Also - God like.. tells us not to act like Gods.. but.. he acts like one -.- and that thing that people often say "humans should not decide whether one deserves to live or die, only God does". Wow, I thought that God was trying to make everyone be equal :\


    Still. The Bible is a book... and. I respect most books. If it wasn't for these Myths and Stories that people made up there wouldn't be any fantasy ---> no games to play T.T

    So you should respect the Bible, if not for it's Ten God Rules or.. whatever they are called in English, but for it's Imagination stuff like.. the burning talking bush. Even though it sounds stupid.. it IS a small part of the fantasy Realms that we have made now :)





    hey mag.... Jesus man.
    Mag! I read the Bible too ...once :D well.. not the whole. It's a very funny book, I love it.

    I like the Second Tome, Where God tells the jews that killing isn't cool and then orders them to kill all the egyptians, pillage their country and leave. SInce.. they aren't from "Ours".
    Oh yeah, I can imagine.
    When I am done with this, I will write a general JASS checker. Just type check and that variables exist and so on. The whole plan is for this thing to come up on the site for you to paste JASS in anyway, so that's a necessary next step. The leak finder assumes correct JASS, otherwise it just throws exceptions heh.
    Anyway, I hope to show it off soon. One thing that annoys me a bit is that it reports lots of timer, trigger and triggeraction leaks because they're not bound to variables. I don't feel like filtering them out, but then again 99% of those are not leaks, just the fact that you have no reference to the object anymore.
    Why do you want something you already have?

    -- Type annotation (optional)
    factorial :: Integer -> Integer

    -- Using recursion
    factorial 0 = 1
    factorial n | n > 0 = n * factorial (n - 1)

    -- Using recursion but written without pattern matching
    factorial n = if n > 0 then n * factorial (n-1) else 1

    -- Using a list
    factorial n = product [1..n]

    -- Using fold (implements product)
    factorial n = foldl1 (*) [1..n]

    -- Point-free style
    factorial = foldr (*) 1 . enumFromTo 1

    -- Point-free style analytic solution
    import Math.Gamma
    factorial = round . exp . lnGamma . fromIntegral . (+1)
    Can i create a TextMacro system for GUI/JASSers?
    Though it's VVVVVVVVVVVVVVVVVVVVVEEEEEEEEEEEEEEEEEEEEEEEERRRRRRRRRRRRRRRRRRRRRRRRRYYYYYYYYYYYYYYYYYYYYYYYYYYYY SLow
    Awesome, I'm doing alright, school's a real pain this year though. From yr10 to yr11 is a major difference in difficulty :(
    haha, I see haosis molecule never changed.
    Now my turn:

    Mag
    fag
    hag
    bag
    ....of potatoes! :cgrin:
    ,,shutup trd. I am not in mood for that craps now!"
    Russians don't usually suck at games. They just tend to be really stupid, annoying, obnoxious and insulting towards other players. Also, they tend not to know English and only talk in Russian among themselves.
    I would like to think that I am NOT a typical example of a Russian gamer. :p
    When you have some time, please think about issue mentioned here. Thanks in advance. There is room for improvements, like usage of indexer list (local thistype this = next[0]) instead of simple iterator.
    Actually, Im having difficulty in triggering when for example you entered a Forest named Dark Forest, it will display Now Entering Dark Forest. I cant seem to do that.... Well, I do know it has something with Regions but I regions are square shaped and what if the area is not a square, it will not be exact so now I am wondering how to do this?
    Can i create a new thread for Small Code Snippets? Le Small Code Snippets is outdated..
    Hey, they said your a great teacher in triggers so can I ask a question on triggers on how making one... need it for my project. ^.^
    But he still do it even if it's only under HIS conditions, in fact that's not suprising at all on a second though.
    Meh, my bad i thought he used "we" like when in the past kings did when they talked about themselves.
    So yeah i've missed the part where Nestharus has been nominated, it's quite surprising because he always said he didn't want it.
    Hey Magtheridon96! I know this is out of the blue but I'm joining the Zephyr Contest 10 and I have a question regarding JASS:

    How do I do this:

    local rect t
    set t = CreateRect()

    or something like that... if possible how do I make a unit move to a random point in t?
    ----------
    User Data is just something we take advantage of to attach data to units, not something we provide ;D
    ----------
    I always wanted to provide Set/Get XXXXUserData ; ((((
    Hey, when you're not super busy and want to look at some long vJass script, would you mind rereviewing my AI system?
    I was kind of hoping that Bribe would get back to it eventually, but I don't think that's ever going to happen.
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top