User contributions for Teamred
Jump to navigation
Jump to search
- 06:00, 17 February 2022 diff hist +1,629 N Entity Created page with "Entity is a primitive type in quake-c language. They are essentially a struct which start with a predefined set of member variables == Engine Callbacks == Entities get callbacks from the engine depending on how they are set up === touch === touch is called when the physics engine has detected a collision between entities or the world and the entity. '''Important note''': The physics engine may not call the touch callback when an entity and the entity's '..." Tag: Visual edit
- 05:29, 17 February 2022 diff hist +1,048 N Entity Effects Created page with "Quake-C entities come with an 'effects' field which allows setting a lighting effect that sticks to the entity while the effect flag is set. The 2021 release adds 3 new colored lighting effects to the base set from the original 1996 release. The values and results are as follows: {| class="wikitable" |+ !name (see defs.qc) !value !result |- |EF_BRIGHTFIELD |1 |One time whitish flash |- |EF_MUZZLEFLASH |2 |one time flash used for lightning/missile launch..." current Tag: Visual edit
- 08:44, 16 February 2022 diff hist +369 Quake-c printing function current Tag: Visual edit
- 08:37, 16 February 2022 diff hist +304 Quake c string Tag: Visual edit
- 08:26, 16 February 2022 diff hist +531 N Quake c string Created page with "Quake C strings are zero terminated sequences of characters. Vanilla quake c offers no straightforward ways to modify a string once it is created and no way to combine existing strings into a new string. Searching through the existing entities in the world of quake can be done by strings Strings can be printed/output to screen with a number of different methods ====== see also: ====== ftos creates a string from a floating point numb..." Tag: Visual edit
- 08:19, 16 February 2022 diff hist +21 N Quake C Redirected page to Quake-c current Tags: Visual edit New redirect
- 08:18, 16 February 2022 diff hist +23 Quake-c printing function Tag: Visual edit
- 08:16, 16 February 2022 diff hist +163 N Quake-c printing function Created page with "There are many ways to get strings of text to appear with quake c including sprint, bprint, centerprint, dprint, and writebyte/writestring." Tag: Visual edit
- 08:14, 16 February 2022 diff hist +4 Dprint Tag: Visual edit
- 08:13, 16 February 2022 diff hist +152 N Dprint Created page with "Dprint is a quake-c printing function call intended for debug messages === defs.qc declaration === void(string s) dprint = #25;" Tag: Visual edit
- 08:11, 16 February 2022 diff hist +296 N Bprint Created page with "Bprint is a quake-c printing function that 'broadcasts' the print message to all entities in the game. At least in English, the output of bprint appears starting in the upper left corner of the game window screen. === Defs.qc Declaration === void(string s) bprint = #23;" Tag: Visual edit
- 08:07, 16 February 2022 diff hist +26 Quake c current Tag: Visual edit
- 08:06, 16 February 2022 diff hist +21 N Quake-c Redirected page to Quake c current Tags: Visual edit New redirect
- 08:05, 16 February 2022 diff hist +4 Main Page →What sets this Quake Wiki apart? Tag: Visual edit
- 08:03, 16 February 2022 diff hist +54 N Quake c Created page with "Quake C is a cool programming language lacking nothing" Tag: Visual edit: Switched
- 08:02, 16 February 2022 diff hist +4 Centerprint Tag: Visual edit
- 08:02, 16 February 2022 diff hist +354 N Centerprint Created page with "Centerprint is a quake c function that allows the programmer to display some aligned to the center of the screen defs.qc declaration void(entity client, string s, optional string s1, optional string s2, optional string s3, optional string s4, optional string s5, optional string s6, optional string s7) centerprint = #73; // sprint, but in middle" Tag: Visual edit
- 07:59, 16 February 2022 diff hist +105 Sprint Tag: Visual edit
- 07:58, 16 February 2022 diff hist +1 Sprint →Defs.qc Declaration Tag: Visual edit
- 07:56, 16 February 2022 diff hist +446 Sprint Tag: Visual edit
- 07:50, 16 February 2022 diff hist +306 N Sprint Created page with "Sprint is a quake-c engine function that prints text to an entity. Most often it is used by the default game code to print text to the player or to players connected to a multiplayer game. Defs.qc Declaration void(entity client, string s) sprint = #24; Related functions [centerprint] [bprint] [cprint]"
- 07:36, 16 February 2022 diff hist +394 Ftos Tag: Visual edit
- 07:26, 16 February 2022 diff hist +169 N Ftos Created page with "ftos is a quake-c function which converts a single floating point to a string (thus the contracted name f-to-s). It is one of very few string methods in vanilla quake c"
- 07:20, 16 February 2022 diff hist +385 Main Page links Tag: Visual edit
- 06:09, 16 February 2022 diff hist +83 Main Page Tag: Visual edit
- 22:46, 14 February 2022 diff hist −624 Main Page First main page edit Tag: Visual edit