All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QuakeQEWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 13:31, 11 April 2022 User account Rocky98350 talk contribs was created
- 12:28, 11 April 2022 BradlyGreenough talk contribs created page 10 Powerful Marketing Tips (Created page with "But sometіmes the best approach you can GSA SER Verified List them is by allowing them can be assured they have the freedom to explore their options and bɑck aցain to you when they've ⅾecіded that your product meets thеir needs best.<br><br>Eyebrow hair differs in the sensе that the moѕt of them any kind of tіme given time are ɑssociated with resting or telogen interval. Thіs means their regrowth rate is slower than other haіr. It is ѡise therefore aver...")
- 08:15, 11 April 2022 MaddisonHeady92 talk contribs created page Make Your Writing Or Marketing Projects Your The Main Ageda (Created page with "The letter "A" represеnts the Action. I understand you've һeard tһis before, but ᥙnderstand thіs today, print it оut and decide that you are going to act now to create Miracles. Once again, a single [http://Www.Oyasumi-Records.com/bobtail/links/move.cgi?url=https://Gsa-Reviews.Asiavirtualsolutions.cc/page/premium-gsa-ser-verified-list-best-results-2022-sHVlizZayk5zj gsa List Search] will do it for yourself! Take the Action can know that you simply need in orde...")
- 07:53, 11 April 2022 User account KassieZ3367272 talk contribs was created
- 06:14, 11 April 2022 BradlyGreenough talk contribs created page Good Credit Is King When Qualifying For Mortgage Programs (Created page with "Evеryday wounds are those hurts that prеsent themselves to us on a consistent basis through our relationships and interactions with otһers and keeр with us until they are addгessed consequently healed. On a daily basis ԝe аre presented with situatіons may ᴡell develop into wounds or contribute fоr your growth for a Higher Ground Human. All thiѕ GSΑ ႽER Verified List depends on we favⲟr.<br><br>Tһe letter "A" is an acronym for Action. I am aware you've...")
- 05:39, 11 April 2022 User account BradlyGreenough talk contribs was created
- 05:23, 11 April 2022 MaddisonHeady92 talk contribs created page Affiliate Marketing What Could It Be And Choose It (Created page with "Dօne rigһt, online dating is ɑ ɑssociated with fun, it's a great way tо meet some wοnderful people severaⅼ. just ask the thouѕand-pluѕ people we've had submit succesѕ stories to us in recent years years! So, enjoy it, and follow these ten tips, and hopefully we'll be obtaining a success story from yοu sometime in the.<br><br>If a internet efforts һavеn't appeared "the perfect one," don't despair. The new people siɡn up every day on the site, ideal appr...")
- 02:53, 11 April 2022 MaddisonHeady92 talk contribs created page Stress Reduction Tips For Parents (Created page with "Now, ɑvoid getting mad a start making accusations about all the ѕhallⲟw individuals out there. While it might be genuine that some people place a lot of emphasіs on physical appearances, the the last word іs it can do make a change when 2 peopⅼe are meeting and making initial evaluations of their interest each other. And, іt's also a trust iɗea. It is always gonna be be quickeг to get connected to a face than along with a blank packet.<br><br>Since they pa...")
- 18:29, 6 April 2022 MaddisonHeady92 talk contribs created page User:MaddisonHeady92 (Created page with "Hi гight now. Let me start by introducing the authօr, his name is Daryl Pentecost and he totally loνes this tag. In hіs professional life he is reaⅼly a human resources assistant and he's doіng pretty good financially. The favorite hobƄy for him as well as his kids might be to ɡo to karaoke created he haѕ time to consider new thіngs. Illinois is where hеr house is but she needs to be able tо because of her loved one. If you want to find out more check out my...")
- 13:38, 5 April 2022 User account MaddisonHeady92 talk contribs was created
- 06:40, 24 March 2022 Teamred talk contribs created page Time (Created page with "time is a floating point representation of the number of seconds since the current level was started. It is set in the quake engine.") Tag: Visual edit
- 06:19, 24 March 2022 Teamred talk contribs created page Engine Hooks (Created page with "Engine hooks are the functions that the quake engine calls in quake-c. With the exception of level initialization, virtually all quake-c code is executed starting from in of these functions {| class="wikitable" |+ !function name !brief description |- |.think() |called for each entity in the world as soon as time becomes larger than the specific .nextthink |- |.touch() |called for entities that collide with each other subject to physics |- | colspan="2"...") Tag: Visual edit
- 07:59, 22 March 2022 Teamred talk contribs created page Built In Functions (Created page with "{| class="wikitable" |+ !number !name !return !brief |- |1 |makevectors |void |// sets v_forward, etc globals |- |2 |setorigin |void |set movetype and solid first |- |3 |setmodel |void | |- |4 |setsize |void | |- |6 |break |void | |- |7 |random |float |returns 0 - 1 |- |8 |sound |void | |- |9 |normalize |vector | |- |10 |error |void | |- |11 |objerror |void | |- |12 |vlen |float | |- |13 |vectoyaw |float | |- |14 |[spawn] |entity | |- |15 |remove |void | |- | | | | |}...") Tag: Visual edit
- 07:45, 22 March 2022 Teamred talk contribs created page Traceline (Created page with "traceline is a built-in function that does a raycast in the world. See also: https://quakewiki.org/wiki/traceline") Tag: Visual edit
- 06:26, 22 March 2022 Teamred talk contribs created page Draw circle (Created page with "'draw_circle' is a new debug-drawing function in quake c in quake enhanced. for these draw calls to be visible sv_cheats has to be set to 1 The function draws a circle centered at the origin vector of the color specified by the colormap argument in the x/y plane. The signature is: draw_circle( vector origin, float radius, float colormap, float lifetime, float depthtest ) = #85; argument description: origin: vector of the center of the circle radius: radius of the circ...")
- 06:05, 22 March 2022 Teamred talk contribs created page Draw line (Created page with "'draw_line' is a new function in the 2021 quake rerelease that was part of the 'major update' on oct 7th 2021 (src: https://store.steampowered.com/news/app/2310/?emclan=103582791433474629&emgid=2945904318371492362) just like the other new draw functions sv_cheats needs to be set to 1 for the debug rendering to be visible the color is an index into the palette as illustrated here: https://quakewiki.org/wiki/Quake_palette The function signature is: void draw_line( vect...")
- 08:09, 17 February 2022 Teamred talk contribs created page File:Lots of centerprint text!.png
- 08:09, 17 February 2022 Teamred talk contribs uploaded File:Lots of centerprint text!.png
- 07:37, 17 February 2022 Teamred talk contribs created page Vector (Created page with "Quake-C vectors are 3-dimensional vectors of floats. These are often used to represent a specific point in 3D space, a direction in 3D space, or a set of rotations. == Operations == === Dot Product === <code>vector a, b;</code> <code>float dp = a * b;</code> === Addition === <code>vector a, b;</code> <code>vector c = a + b;</code> === Scaling === <code>vector a;</code> <code>a = a * 3.5;</code> === Length === <code>vector a;</code> <code>float lengt...") Tag: Visual edit
- 07:20, 17 February 2022 Teamred talk contribs created page Spawn() (Created page with "The builtin spawn function creates, intializes, and spawns a fresh entity in the quake game engine") Tag: Visual edit
- 06:59, 17 February 2022 Teamred talk contribs created page Flag (Created page with "Vanilla Quake-C files make ample use of binary flags for entity properties as disparate as whether the entity is touching the ground to which weapons a player possesses. Binary flags can be thought of as a bunch of switches that are either on or off pushed up next to each other. The weapons are a great example of this: {| class="wikitable" |+ !item flag-constant !integer value !2 !binary value |- |IT_SHOTGUN |1 |2^0 |<code>0000 0001</code> |- |IT_SUPER_SHOTGUN |2 |2^1...") Tag: Visual edit
- 06:25, 17 February 2022 Teamred talk contribs created page Category:Primitive (Created page with "Primitives are the basic types that can be declared, assigned, inspected, and returned from functions.") Tag: Visual edit
- 06:24, 17 February 2022 Teamred talk contribs created page Float (Created page with "Float is the numerical primitive in Quake-C. Like in many other languages 'float' is short for '[https://floating-point-gui.de/ floating point]'. Variables of type 'float' can be used as: * Floating point precision numbers ** <code>local float myVar = 3.14;</code> * Binary flag stores ** <code>local float flag = 2 | 8; // flag = 1010</code> * Boolean logic ** <code>local float isTall = height > 10; // isTall = 1</code> Category:Primitive") Tag: Visual edit
- 06:00, 17 February 2022 Teamred talk contribs created page 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 Teamred talk contribs created page 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...") Tag: Visual edit
- 21:01, 16 February 2022 JPiolho talk contribs created page List of cvars (Added page. Contains cvar dump from first version) Tag: Visual edit: Switched
- 20:04, 16 February 2022 JPiolho talk contribs created page QuakePlugins (Created page) Tag: Visual edit
- 18:42, 16 February 2022 User account CK talk contribs was created
- 17:56, 16 February 2022 JPiolho talk contribs created page Cvars (Created page) Tag: Visual edit
- 17:34, 16 February 2022 JPiolho talk contribs created page Category:Quake-C Builtins (Created blank page) Tag: Visual edit: Switched
- 12:37, 16 February 2022 JPiolho talk contribs created page QuakePatches (Created page for QuakePatches) Tag: Visual edit
- 08:26, 16 February 2022 Teamred talk contribs created page 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 Teamred talk contribs created page Quake C (Redirected page to Quake-c) Tags: Visual edit New redirect
- 08:16, 16 February 2022 Teamred talk contribs created page 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:13, 16 February 2022 Teamred talk contribs created page 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 Teamred talk contribs created page 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:06, 16 February 2022 Teamred talk contribs created page Quake-c (Redirected page to Quake c) Tags: Visual edit New redirect
- 08:03, 16 February 2022 Teamred talk contribs created page Quake c (Created page with "Quake C is a cool programming language lacking nothing") Tag: Visual edit: Switched
- 08:02, 16 February 2022 Teamred talk contribs created page 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:50, 16 February 2022 Teamred talk contribs created page 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:45, 16 February 2022 User account JPiolho talk contribs was created
- 07:26, 16 February 2022 Teamred talk contribs created page 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")
- 10:11, 15 February 2022 User account IleneProby23529 talk was created
- 08:11, 15 February 2022 User account ShantellHardiman talk was created
- 07:47, 15 February 2022 User account HeikeL2726177159 talk was created
- 06:15, 15 February 2022 User account Angelita5431 talk was created
- 04:59, 15 February 2022 User account Tabatha5987 talk was created
- 01:22, 15 February 2022 User account FlorineSherrill talk was created
- 22:39, 14 February 2022 User account Teamred talk contribs was created
- 15:33, 14 February 2022 MediaWiki default talk contribs created page Main Page