Files
CHOMPStation2/code/modules
Zulker Nayeen Nahiyan 6e550d7308 Cleanup helper files maths.dm, time.dm, type2type.dm, add macros for bit-manipulation
`maths.dm`:
	Rewrite `Gcd(x)` to remove recursive behaviour.
	Remove `RaiseToPower(x)` and its usage from `event_manager.dm`.
	Rename `Lerp()` to `Interpolate()`.
	Add `Square(x)`, which squares a number.
	Rearrange most of the functions in the file. (trigonometric functions together, etc.)

`type2type.dm`:
	Rewrite `num2hex()` and optimise `hex2num()` for superior clarity and a 100% speed improvement.
	Correct indenting, spaces, make switches more concise.

`time.dm`:
	Remove old, slanderous commented-out function `/proc/time_stamp()`

`lists.dm`:
	Add the macros, `BITTEST(bitfield,index)`, `BITSET(...)`, `BITRESET(...)`
	  and `BITFLIP(...)` for bit-manipulation and use them where 20+ files
	  do it manually, for arguments of reader clarity and standardness.
2015-01-09 21:55:11 +06:00
..
2014-12-07 12:09:02 +00:00
2015-01-02 00:00:23 +10:30
2015-01-06 21:48:56 +01:00
2014-12-12 14:30:12 +01:00
2014-12-12 15:43:29 +01:00
2015-01-03 06:53:29 +10:30
2014-12-07 22:13:31 +10:30
2014-12-12 10:07:42 +01:00
2015-01-01 08:15:15 +01:00
2015-01-07 03:43:12 +10:30
2014-12-27 00:03:20 +01:00
2015-01-03 01:27:10 +13:00