Skip to content
Snippets Groups Projects
  1. Dec 06, 2019
  2. Jul 30, 2019
  3. Nov 25, 2018
  4. Sep 17, 2018
  5. Aug 18, 2018
  6. Aug 15, 2018
  7. Apr 25, 2017
  8. Nov 24, 2016
  9. May 18, 2016
  10. May 11, 2016
  11. Mar 09, 2016
  12. Mar 03, 2016
  13. Jun 10, 2015
  14. 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
  15. Apr 14, 2014
  16. Mar 15, 2014
Loading