djcev.com

//

Git Repos / fte_dogmode / qc / cl_progs.src

Last update to this file was on 2025-03-30 at 19:29.

Show cl_progs.src

#pragma target FTE
#pragma progs_dat "../csprogs.dat"
#pragma autoproto

#define FTE
#define CSQC
#define DP_QC_GETSURFACE

#includelist
//----------------------------------------------------------------------
// CSQC defs
//----------------------------------------------------------------------
defs_globals.qc // id1 globalvars_t
defs_fields.qc // id1 entvars_t
defs_builtins.qc // curated builtins list
defs_const.qc // program-wide constants
defs_ctypes.qc // global class list
defs_items.qc // global item definitions

//----------------------------------------------------------------------
// utility & helper functions
//----------------------------------------------------------------------
math.qc // Code by Joshua Skelton + misc

//----------------------------------------------------------------------
// object bootstrapping
//----------------------------------------------------------------------
base_entities.qc //
base_func.qc //
base_item.qc //
base_monster.qc //
base_trigger.qc // trigger initialization & helper functions
world.qc //

//----------------------------------------------------------------------
// movement, CSQC HUD, CSQC entrypoints
//----------------------------------------------------------------------
pmove.qc // player movement code
cshift.qc // overlay color shift controller
cl_hud.qc // modified AD vanilla HUD (originally by Sock)
cl_entry.qc // modified AD CSQC (originally by Sock)

//----------------------------------------------------------------------
// CSQC networked entities
//----------------------------------------------------------------------

// func entities
// func/shadow.qc // not networked -- CEV
func/wall.qc //
func/bob.qc // PD3 & MG1 func_bob
func/bossgate.qc // was misc.qc -- CEV
// func/breakable.qc // selections from Rubicon2 QC
func/button.qc // id1 buttons
// func/counter.qc // not networked -- CEV
func/door.qc // id1 doors
func/door_secret.qc // was doors.qc -- CEV
func/elvtr_button.qc // Rogue elevator code (pmack)
func/episodegate.qc // was misc.qc -- CEV
func/explobox.qc // selections from Rubicon2 QC
func/fall.qc // Renny's original version
func/fall2.qc // Renny's improved version.
func/illusionary.qc // id1 illusionary
func/laser.qc // selections from Rubicon2 QC
// func/monster_spawner.qc // not networked -- CEV
func/new_plat.qc // rogue plats
// func/particlefield.qc // FIXME networked by the engine -- CEV
func/plat.qc // id1 platforms
func/rotate.qc // hipnotic rotation (needed for func_movewall)
func/togglevisiblewall.qc // pd3 togglevisiblewall
func/togglewall.qc // hipnotic togglewalls
func/train.qc // id1 trains

// item entities
items/ammo.qc // id1 ammo
items/armor.qc // id1 armor & pd3 shards
items/backpacks.qc // id1 & pd3 backpacks
items/gore.qc // id1 gibs & heads
items/health.qc // id1 & pd3 health
items/keys.qc // id1 & pd3 keys
items/powerups.qc // id1 powerups
items/runes.qc // id1 & MG1 runes
items/weapons.qc // id1 weapons

// misc entities
misc/explobox.qc // id1 explosive boxes are solid
misc/model.qc // networked because misc_model can be solid
misc/modeltrain.qc // networked because modeltrain can be solid

// monster entities
monsters/playerclient.qc // player entities, client prediction
monsters/boss.qc // id1 chthon
monsters/boss2.qc // pd3 chthon
monsters/demon.qc // id1 demon (fiend)
monsters/dog.qc // id1 dog monster
monsters/enforcer.qc // id1 enforcer monster
monsters/fish.qc // id1 fish
monsters/hknight.qc // id1 hell knight / death knight
monsters/knight.qc // id1 knight
monsters/ogre.qc // id1 ogre
monsters/oldone.qc // id1 shub
monsters/oldone2.qc // pd3 shub
monsters/shalrath.qc // id1 shalrath / vore
monsters/shambler.qc // id1 shambler
monsters/soldier.qc // id1 soldier monster
monsters/wizard.qc // id1 wizard / scragg
monsters/zombie.qc // id1 zombie

// trigger entities
triggers/fog.qc // world fog
triggers/ladder.qc // rubicon ladders
triggers/push.qc // id1 push brushes
triggers/setgravity.qc // hipnotic setgravity
triggers/teleport.qc // id1 teleporters (with pd3 & other additions)
#endlist

Return to the top of this page or return to the overview of this repo.

Log cl_progs.src

Date Commit Message Author + -
2025-03-30 Big commit. Entity networking, etc. cev +56  
2024-11-20 pmove refactor into prepoc macros, view bobbing cev +1 -1
2024-06-15 Major update, committing as-is, will have bugs cev +31 -4
2024-04-05 Player footsteps, shareware monsters, misc? cev   -1
2024-03-24 2nd pass refactor, rework QC class structure cev +32  

Return to the top of this page or return to the overview of this repo.