raze/polymer/eduke32/source/lunatic/test
helixhorned 70dc2f7376 CON: Amend retrieval of STR_*TIME for qgetsysstr, fixing LunaCON and possible oob.
- Add declarations of C functions to defs.ilua, names to dynsymlist,
  fix typo in con_lang.lua, ffi.string() calls in control.lua
- Assert that G_LastMapInfoIndex() is always called with ud.last_level >= 1.
  (A stricter requirement than necessary to prevent follow-up oob accesses, but
  logically the most meaningful.)
- In G_PrintParTime() and G_PrintDesignerTime(), return "<invalid>" if the above
  does not hold. This can happen from EVENT_NEWGAME, for example. Add a test to
  lunatic/test/qgetsysstr.con.  DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4972 1a8010ca-5511-0410-912e-c29ae57300e0
2015-02-08 18:48:28 +00:00
..
animatesprites.con LunaCON: provide access to wall[].blend. 2014-03-25 21:04:37 +00:00
checknearwall.con CON: always return non-negative values from 'clipmove' and related. 2015-01-04 18:44:58 +00:00
damagehplane.lua
dangling_else.con
delmusicsfx.lua
else_brace_if.con
event_chaining.con
gamearray.con LunaCON: player[].loogcnt, userdef[].color, minor fixes. 2014-11-07 22:07:10 +00:00
gettimedate.con
getuserdef.con LunaCON: accept empty square brackets for {g,s}etuserdef optional index part. 2014-02-01 16:19:55 +00:00
helixspawner.lua
mapstate.con
maputil.lua a.m32: add state 'for_sprites_near_picnum'. 2014-04-05 11:28:08 +00:00
nlcf_break.con
nlcf_return.con
qgetsysstr.con CON: Amend retrieval of STR_*TIME for qgetsysstr, fixing LunaCON and possible oob. 2015-02-08 18:48:28 +00:00
qsubstr.con LunaCON: implement 'qsubstr' command. Add source/lunatic/test/qsubstr.con. 2014-08-31 11:15:22 +00:00
quote_ops.con CON: Amend retrieval of STR_*TIME for qgetsysstr, fixing LunaCON and possible oob. 2015-02-08 18:48:28 +00:00
rotfixed_actor.con
screentext.con CON: in rotatespritea and screentext, if alpha < 0, make -alpha denote blend. 2014-04-09 18:51:35 +00:00
shadexfog.lua Lunatic: for '(display)rand*', use math.floor(); correct create_additive_trans() help. 2014-12-14 20:48:05 +00:00
sprite_access.con Lunatic: sync MAXJOYAXES, add lunatic/test/sprite_addtv.con. DONT_BUILD. 2014-12-20 13:08:27 +00:00
sprite_addtv.con Lunatic: sync MAXJOYAXES, add lunatic/test/sprite_addtv.con. DONT_BUILD. 2014-12-20 13:08:27 +00:00
switch.con engine.c: after creating gray fog palookup, make its greatest shade map to same color. 2014-04-29 19:34:25 +00:00
tables.lua
test_bitar.lua
test_dists.lua
test_geom.lua
test_rotspr.lua
weaponvars.con