Commit Graph
4 Commits
Author SHA1 Message Date
IgnacioFDM b9997eb628 Fix a floatround bug (#376)
* Fix floatround overflow

floatround would overflow for floats greater than 2^30 because internally
it would double the number (therefore anything greater than 2^30 results
in something greater than 2^31 which would cause overflow of course)

floatround behaviour is left exactly identical otherwise (although I find
it very weird and wrong to deliberately avoid banker's rounding, it would
be a bad idea to change this behaviour due to compatibility)

Remember to reassemble amxexecn and amxjitsn

* Update the compiled object files
2016-06-27 12:23:08 +02:00
IgnacioDM e502e12e07 Normalize line endings and whitespace 2016-01-16 21:15:52 -03:00
IgnacioDM 72d3f21816 Allow wordspawn in edict/entvars->index type conversion and EHANDLE edict get/set 2015-11-06 07:44:14 -03:00
IgnacioFDM b78c239395 Remove extra semicolon 2015-10-20 05:34:18 -03:00