Search results

  1. Zoxc

    Galaxy Problems - Petition draft

    Everyone that thinks pointers are inheritely unsafe should shut up. They are as unsafe as the more abstract Java/C# reference. However they are usually implemented in an unsafe way. For example, Blizzard allowed them to reference stack variables, and instead of solving the problem using one of...
  2. Zoxc

    [System] Smooth Timers

    Wait(0) seems to take either 0 ms or 50-60 ms to execute. Wait(0.0625) seems to be more reliable with 50-60 ms.
  3. Zoxc

    [System] Smooth Timers

    I see you're back at writing useless systems! Here is some numbers for you: The timers seems to get called 50-60ms then 4-8ms apart. When they're 4-8ms apart, SC2 prints the same time in the trigger debugger, so it's likely that no rendering is done between them. The time between your two...
  4. Zoxc

    Complete List of Starcraft 2 Editor Events, Actions and Conditions

    There is syntax hightlighting (it also highlight natives!) and much nicer error reporting. You also get the Script Editor which you can open external files and validate them, or just play around. This is quite a inprovement from WE, but the editor is really slow, using undo resets the cursor...
  5. Zoxc

    SC2 Native List

    Hello Jesus4Lyf, it's fun to read about the things I did a week ago :) I wrote a little FAQ for Galaxy which I put up on a wiki today, since Wc3Campaigns doesn't allow guess access in the Off-Topic forum. http://galaxywiki.com/wiki/Galaxy_FAQ There is also a nice list of natives...
  6. Zoxc

    Guide Explanation of W3M and W3X Files

    Wanted to know if there was some actual changes in the content/formats... and yes, I was unable to read yesterday.
  7. Zoxc

    Guide Explanation of W3M and W3X Files

    Nice outdated ripp-off. Anything changed from Zepir's?
  8. Zoxc

    PJASS in World Editor

    New version + source here: http://wc3campaigns.net/showthread.php?t=87407
  9. Zoxc

    PJASS in World Editor

    Here is a little program that replaces World Editor's syntax checker with PJASS. Using the same way it's easy to add preprocessor support. Extract the .zip and run WEHelper.exe to start WE with PJASS enabled. Thanks to xttocs and PipeDream for help.
  10. Zoxc

    A new World Editor

    I don't think I'll be changing the GUI. Won't be done until most of this is finished if I'm going to make it. I could make this for Mono if ShadowFlare finish the SFmpqAPI for .NET and I get a decent framework to work with Delphi. Mono works on Linux/Mac/Win. For jass editing I suggest to...
  11. Zoxc

    Sneak peak of tomorrow's World Editor

    Then your registry settings is invaild. The editor should ask for the Warcraft III folder then IF you choose the correct one it will correct the registry settings.
  12. Zoxc

    A new World Editor

    Question 1,2: No Wonder if I should create a FAQ before I release it? :D
  13. Zoxc

    Guide how to use variables and custom scripts.

    You need to null the location there. Set the locals to null here: _________________________ Put the remove all units in the unit group out of the loop. You need to use locals for the point and the effects here. Move the RemoveLocation up after the first loop. Also...
  14. Zoxc

    How can I make war3 crash using triggers

    Custom Script: call Player(-1) I think ending the game is a much better way...
  15. Zoxc

    A new World Editor

    I'm going to call it MapCraft if I don't find anything better. The confirmation will be once you use a TFT feature. I will be working on the Object Editor after the Trigger Editor.
  16. Zoxc

    Need help with MPQ api

    Just ask what you want to do ;)
  17. Zoxc

    A new World Editor

    It will open both ROC and TFT maps. When you do something that would make your map a TFT map you'll get a confirmation. I'll add something fun for colors :D I'm going to add a Save optimized as... menu item. It will hopefully combine the powers of Widgetizer, Wc3 Map Optimizer and MDX...
  18. Zoxc

    Need help with MPQ api

    ActiveX sucks .. use the .dll. It comes with header files for some langauges.
  19. Zoxc

    Burning BIN to DVD

    Alcohol can and maybe CloneDVD
  20. Zoxc

    Sneak peak of tomorrow's World Editor

    It's possible to use both you know...
Top