Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Revision history of "EXT BITSHIFT"

From Quake Wiki

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 14:03, 29 February 2008KrimZon (talk | contribs). . (449 bytes) (+449). . (New page: Builtin definitions: <pre> float(float number, float quantity) bitshift = #218; </pre> Multiplies number by a power of 2 corresponding to quantity (0 = *1, 1 = *2, 2 = *4, 3 = *8, -1 = /2...)