Skip to content
Snippets Groups Projects
Select Git revision
  • ef0e61fc3357fc8fb5367b522dd738edc96b2a7a
  • next default protected
  • gametype-refactor
  • http-download
  • any-resolution
  • master
  • lua-colorlib
  • lua-extracolormap
  • patch-refactor
  • netcode-rerefactor
  • 2212-pre1
  • delfile2
  • preserve-texture-col-frac
  • weaponshadow
  • showinput
  • cleanupmusic
  • udmf-texture-scaling
  • levelstruct
  • polybsp
  • tc
  • udmf-nophysicsequation
  • SRB2_release_2.2.11
  • SRB2_release_2.2.10
  • SRB2_release_2.2.9
  • SRB2_release_2.2.8
  • SRB2_release_2.2.7
  • SRB2_release_2.2.6
  • SRB2_release_2.2.5
  • SRB2_release_2.2.4
  • SRB2_release_2.2.3
  • SRB2_release_2.2.2
  • SRB2_release_2.2.1
  • SRB2_release_2.2.0
  • SRB2_release_2.1.25
  • SRB2_release_2.1.24
  • SRB2_release_2.1.23
  • SRB2_release_2.1.22
  • SRB2_release_2.1.21
  • SRB2_release_2.1.20
  • SRB2_release_2.1.19
  • SRB2_release_2.1.18
41 results

lua_script.h

Blame
  • Forked from STJr / SRB2
    16377 commits behind the upstream repository.
    JTE's avatar
    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
    History
    lua_script.h 2.23 KiB