raze-gles/polymer/eduke32/source/lunatic
helixhorned 9431207c74 Lunatic: ksqrt, with timing and value test.
The latter shows that "int32_t ksqrt(int32_t)" also copes with values in the
range INT32_MIN..-1, effectively interpreting them as uint32_t (i.e. adding
2**32).  However, this should not be relied on from CON.

git-svn-id: https://svn.eduke32.com/eduke32@2790 1a8010ca-5511-0410-912e-c29ae57300e0
2012-07-01 22:11:07 +00:00
..
test Lunatic translator: fix dangling else and add a test file, tweak warnings 2012-06-13 23:13:26 +00:00
con_lang.lua Lunatic: various stuff 2012-06-22 21:40:01 +00:00
defs.ilua Lunatic: ksqrt, with timing and value test. 2012-07-01 22:11:07 +00:00
dynsymlist Lunatic: ksqrt, with timing and value test. 2012-07-01 22:11:07 +00:00
lunacon.lua Lunatic: various stuff 2012-06-22 21:40:01 +00:00
lunatic.c Lunatic: actors 2012-06-10 18:56:15 +00:00
lunatic.h Lunatic: actors 2012-06-10 18:56:15 +00:00
strict.lua Lunatic t.: handle prefix-problematic commands for real, definelevelname, ... 2012-06-17 19:45:37 +00:00
test.elua Lunatic: ksqrt, with timing and value test. 2012-07-01 22:11:07 +00:00