Skip to content
Snippets Groups Projects
  1. May 01, 2016
    • Monster Iestyn's avatar
      General improvements to Lua error messages for out-of-bounds stuff. · 2ddde836
      Monster Iestyn authored
      The idea is for the layman Lua user to understand better what range of values to use for mobj types, states, sfxs, player #s etc. Additionally, mobjinfo/states/sfxinfo/hudinfo tables all now have actual bound checks when accessing/editing them. Yikes, why didn't they have any before?!
      2ddde836
  2. May 21, 2015
    • Yukita Mayako's avatar
      Change LUA_NUMBER to fixed_t, change angle_t handling in Lua. · ef0e61fc
      Yukita Mayako authored
      Angles now go from 0 to 0xFFFF (360 degrees == FRACUNIT) instead
      of using a full UINT32. Lua only has one number type, so signedness
      gets in the way of using angle_t directly. This handling of angles
      matches up with how ZDoom ACS scripting and the like does it.
      
      I also changed all the integer casts and pushes of fixed_t to
      their own macro in preperation for possible future seperation.
      ef0e61fc
  3. Aug 04, 2014
  4. Mar 15, 2014
Loading