Skip to content
Snippets Groups Projects
  1. Apr 13, 2023
  2. Apr 12, 2023
  3. Apr 11, 2023
  4. Apr 10, 2023
  5. Apr 07, 2023
  6. Apr 02, 2023
  7. Mar 31, 2023
  8. Mar 20, 2023
  9. Mar 19, 2023
  10. Mar 16, 2023
    • James R.'s avatar
      Add COM_LUA to a bunch of commands · 07e44973
      James R. authored
      These commands be run from Lua:
      
      - add
      - addfile
      - addfolder
      - archivetest
      - ban
      - banip
      - causecfail
      - cecho
      - cechoduration
      - cechoflags
      - changeteam
      - changeteam2
      - charability
      - charspeed
      - cheats
      - clearbans
      - clearscores
      - connect
      - countmobjs
      - csay
      - demote
      - devmode
      - displayplayer
      - downloads
      - drop
      - droprate
      - dumplua
      - echo
      - exitgame
      - exitlevel
      - gametype
      - getallemeralds
      - getplayernum
      - god
      - gravflip
      - help
      - hurtme
      - isgamemodified
      - jumptoaxis
      - kick
      - listwad
      - login
      - manual
      - map
      - mapmd5
      - masterserver_update
      - memdump
      - memfree
      - mod_details
      - motd
      - noclip
      - nodes
      - notarget
      - numnodes
      - numthinkers
      - objectplace
      - password
      - pause
      - ping
      - playintro
      - promote
      - quit
      - reloadbans
      - resendgamestate
      - resetcamera
      - resetemeralds
      - restartaudio
      - retry
      - rteleport
      - runsoc
      - savecheckpoint
      - say
      - sayteam
      - sayto
      - scale
      - screenshot
      - serverchangeteam
      - setcontinues
      - setlives
      - setrings
      - showbanlist
      - showmap
      - showscores
      - showtime
      - skynum
      - startmovie
      - stopdemo
      - stopmovie
      - suicide
      - teleport
      - toggle
      - togglemodified
      - toggletwod
      - tunes
      - version
      - vid_info
      - vid_modelist
      - vid_nummodes
      - weather
      07e44973
  11. Mar 15, 2023
    • James R.'s avatar
      49f1462f
    • James R.'s avatar
      Add a flags parameter to COM_AddCommand · 8a6f2e56
      James R. authored
      8a6f2e56
    • James R.'s avatar
      Merge COM_SAFE with other COM flags · 0405df1a
      James R. authored
      Renames COM_SAFE to COM_LUA.
      0405df1a
    • James R.'s avatar
      Add CV_ALLOWLUA to a bunch of cvars · ff0f6e9b
      James R. authored
      These cvars can be modified by Lua.
      
      - advancemap
      - allowexitlevel
      - allowjoin
      - allowmlook
      - allowseenames
      - allowteamchange
      - autobalance
      - basenumlaps
      - cam2_adjust
      - cam2_centertoggle
      - cam2_curdist
      - cam2_curheight
      - cam2_dist
      - cam2_height
      - cam2_lockaimassist
      - cam2_lockedinput
      - cam2_orbit
      - cam2_rotate
      - cam2_rotspeed
      - cam2_shiftfacingchar
      - cam2_simpledist
      - cam2_simpleheight
      - cam2_speed
      - cam2_still
      - cam2_turnfacingability
      - cam2_turnfacingchar
      - cam2_turnfacinginput
      - cam2_turnfacingspindash
      - cam2_turnmultiplier
      - cam_adjust
      - cam_centertoggle
      - cam_curdist
      - cam_curheight
      - cam_dist
      - cam_height
      - cam_lockaimassist
      - cam_lockedinput
      - cam_orbit
      - cam_rotate
      - cam_rotspeed
      - cam_shiftfacingchar
      - cam_simpledist
      - cam_simpleheight
      - cam_speed
      - cam_still
      - cam_turnfacingability
      - cam_turnfacingchar
      - cam_turnfacinginput
      - cam_turnfacingspindash
      - cam_turnmultiplier
      - color
      - color2
      - competitionboxes
      - cooplives
      - coopstarposts
      - countdowntime
      - exitmove
      - flagtime
      - forceskin
      - friendlyfire
      - gravity
      - hidetime
      - inttime
      - itemfinder
      - killingdead
      - matchboxes
      - maxplayers
      - mute
      - numlaps
      - overtime
      - pausepermission
      - playersforexit
      - pointlimit
      - powerstones
      - respawndelay
      - respawnitem
      - respawnitemtime
      - restrictskinchange
      - ringslinger
      - runscripts
      - scrambleonchange
      - seenames
      - servername
      - showhud
      - showinputjoy
      - skin
      - skin2
      - specialrings
      - startinglives
      - tailspickup
      - teamscramble
      - timelimit
      - touchtag
      - tv_1up
      - tv_bombshield
      - tv_eggman
      - tv_forceshield
      - tv_invincibility
      - tv_jumpshield
      - tv_recycler
      - tv_ringshield
      - tv_superring
      - tv_supersneaker
      - tv_teleporter
      - tv_watershield
      ff0f6e9b
    • James R.'s avatar
    • James R.'s avatar
      5d08bfd7
    • James R.'s avatar
      Reset com_flags at end of COM_BufExecute · a39f69c9
      James R. authored
      Fixes com_flags being discarded after the first command in
      a chain (semicolon list).
      a39f69c9
    • James R.'s avatar
      exec: pass on com_flags · e4878696
      James R. authored
      e4878696
    • James R.'s avatar
      sdl/i_video.c: fix compile prior to SDL 2.0.18 · db4de0f5
      James R. authored
      db4de0f5
    • Tatsuru's avatar
      Initial commit · 2a50626b
      Tatsuru authored
      2a50626b
  12. Mar 13, 2023
Loading