Search results

  1. D

    List of recommended Windows/Mac/Linux applications and software

    irfan view does not work with very big gifs (5mb+) firefox works fine though I was scrolling through this list and I tested pretty much all of these programms oO I'd like to add GOM media player and PageNest to download complete websites (there might be better programms for doing this...
  2. D

    Movie desktop wallpaper -vlc

    under windows xp you could create a html file playing an avi video and set that as desktop background don't know if it still works under windows 7 but I found a site explaining it http://www.activewin.com/tips/desk_tips_8.shtml making the html website yourself (if you know html) will be more...
  3. D

    Custom Chain Heal not working

    I once made a healing wave trigger for someone @ hive http://www.hiveworkshop.com/forums/requests-341/need-custom-healing-wave-167102/#post1598302 you can use it or have a look at it to see how I did it
  4. D

    Recursive Function

    loops are much better every parameter decreases the operation limit while loops can use the same local variables again and again //<16500 function a takes integer i returns integer if i>udg_i then return i endif return a(i+1) endfunction //<14500 function a takes integer i...
  5. D

    Drawing in C++

    the NeHe tutorials are rather old and so is glaux.h and Dev-Cpp (CodeBlocks is pretty good but I prefer devcpp since I got a portable version of it) I found glaux.h somewhere on my pc but I don't know if it works (maybe it requires a library or something) I'd recommend to continue with learning...
  6. D

    How to virus in Warcraft III

    just made an account to congratulate you for this badass bug got a compile error (win 7 64 bit) but the myvirus.bat was created how does it work btw?
Top