Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Echon
« on: March 26, 2010, 04:35:32 PM »

For $5 and a smile, I'll do anything. A N Y T H I N G.

Even moose stuff?
Posted by: cmorgan
« on: March 26, 2010, 04:15:57 PM »

Plus, I'm teh slow, and sometimes have to be told which of the big button-thingies on the funny glowing tube to press in order to misunderstand what I am looking at. But I am much cheaper than devSin. For $5 and a smile, I'll do anything. A N Y T H I N G.
Posted by: devSin
« on: March 26, 2010, 03:56:15 PM »

In this particular case, no mod was ever doing SAY xyz #-1 because it didn't work even before, so it wasn't in the test cases. In general, I agree with you that using proper unit testing would be faster than having cmorgan install all mods under the Sun twenty times.
I think aVENGER's comment was that he was using this pre-214. Now, it may not have written 2^32 before, but it's always done 2^31 or whatever and it was used in the prehistoric eras.

I uploaded, like, 10 minutes after talking shit in any case. For $150, I will compile a very special personalized version of WeiDU*. Contact me for details.




*Limited time offer. Not available in certain parts of New York. Limit one compile per customer.
Posted by: the bigg
« on: March 26, 2010, 03:43:54 PM »

So basically, what you're saying is that months of effort spent "testing" new releases in private is just a complete fucking waste of time and effort? It doesn't make one god damn bit of difference?
In this particular case, no mod was ever doing SAY xyz #-1 because it didn't work even before, so it wasn't in the test cases. In general, I agree with you that using proper unit testing would be faster than having cmorgan install all mods under the Sun twenty times.
Posted by: devSin
« on: March 26, 2010, 02:21:45 PM »

So basically, what you're saying is that months of effort spent "testing" new releases in private is just a complete fucking waste of time and effort? It doesn't make one god damn bit of difference?

If you admit it, then I will reupload.
Posted by: aVENGER
« on: March 26, 2010, 02:18:55 PM »

Cheers, it works properly now.
Posted by: the bigg
« on: March 26, 2010, 02:08:14 PM »

Uploaded. can you devSin reupload the Mac version?
Posted by: the bigg
« on: March 26, 2010, 01:52:49 PM »

*sigh*

Uploading a fixed copy of 214.
Posted by: aVENGER
« on: March 26, 2010, 01:03:21 PM »

Has something changed regarding this behavior for WeiDU 214? I'm getting a "ERROR: [mazzy8.cre] -> [override] Patching Failed (COPY) (Invalid_argument("index out of bounds"))" on this code:

Code: [Select]
// Correct a minor issue in Mazzy's soundset (aVENGER)

ACTION_FOR_EACH ~file~ IN                                                          // for each of the following files
               ~mazzy8~                                                            // Mazzy at level 8 (SoA)
               ~mazzy9~                                                            // Mazzy at level 9 (SoA)
              ~mazzy11~                                                            // Mazzy at level 11 (SoA)
              ~mazzy12~                                                            // Mazzy at level 12 (SoA)
              ~mazzy15~                                                            // Mazzy at level 15 (ToB)
BEGIN                                                                              // execute the following
ACTION_IF FILE_EXISTS_IN_GAME ~%file%.cre~ BEGIN                                   // if the file exists
COPY_EXISTING ~%file%.cre~ ~override~
PATCH_IF (%SOURCE_SIZE% > 0x2d3) THEN BEGIN                                        // file size sanity check (filters out 0 byte files i.e. ALLOW_MISSING)
  SAY EXISTANCE2 #29727 SAY EXISTANCE3 #-1                                         // assign the Spell Failed sound to the proper soundslot
END                                                                                // ends file size check
BUT_ONLY_IF_IT_CHANGES
END                                                                                // ends ACTION_IF FILE_EXISTS_IN_GAME block
END   
Posted by: GeN1e
« on: January 11, 2010, 05:02:59 PM »

Eh, who said I feel bad? I thought that was you feeling all bad and jealous about pamela123 choosing the other guy over you.
Posted by: devSin
« on: January 11, 2010, 04:44:29 PM »

but surely ascribing your perverted carnal desires to me as a form of revenge for me robbing your grandma (hey, that was your suggestion, not mine!) of the photo of you and temujin making out is going beyond all norms assumed in any decent society.
Yeah, that's what I thought.

You been busted, boy! Got caught with your hands in the cookie jar.

But don't feel bad. pamela123's got space for lots of hands.
Posted by: GeN1e
« on: January 11, 2010, 04:24:34 PM »

Quote
I caught GeN1e stalking pamela123, checking out her profile.
I thought you were ranking a mere member here, no? Or how can you be knowning if I was checking out a specific profile?

Besides, dev, don't you think you're taking it too far? We all are one big family and we all understand if you can't resist the urge to try and get rough with every underteen slut that comes to PPG, but surely ascribing your perverted carnal desires to me as a form of revenge for me robbing your grandma (hey, that was your suggestion, not mine!) of the photo of you and temujin making out is going beyond all norms assumed in any decent society.
Posted by: devSin
« on: January 11, 2010, 03:40:52 PM »

Like I said, how is `(x-1) a "cool trick" over `1 + 1 at a fixed data size?

E.g., if I want to WRITE_SHORT -126, your implication was that two's-complement would give me something "cooler" than `125?
WHAT COULD BE COOLER THAN `125?

I expect some uber pwnage when you make a statement like "BNOT 0 is a cool trick if you don't know 2-complement notation."



I caught GeN1e stalking pamela123, checking out her profile. You want to ask her out, don't you, GeN1e?
You should. She goes down on the first date.
Posted by: the bigg
« on: January 11, 2010, 12:46:02 PM »

2-complement means that "0 - x" is expressed as "(` x) + 1".
Posted by: devSin
« on: January 11, 2010, 12:03:36 PM »

BNOT 0 is a cool trick if you don't know 2-complement notation  :D
OK, I don't understand this. With TP2 syntax and a determinate data size, it's simple to express -N as BNOT N-1 (e.g., `0 is -1, or Miloch's version of fancy ~-1~ about as fancy as a cow's rear, or "all bits," which is what we really mean with a null strref).

I call bullshit that you actually had a point there. TP2 CODE OR IT DIDN'T HAPPENZ!