Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of EDukeWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:26, 24 August 2024 Mblackwell talk contribs created page Category:System gamearrays (Redirected page to System gamearrays) Tag: New redirect
- 20:26, 24 August 2024 Mblackwell talk contribs created page Show2dsector (Created page with "'''show2dsector[sectnum]''' This gamearray determines which sectors are visible on the 2D automap. Sectnum range is 0 to MAXSECTORS. Results are boolean 0 or 1. A sector is visible on the mapwhen the value of show2dsector[sectnum] is 1. Category:Gamearray manipulation Category:System gamearrays")
- 18:46, 1 February 2024 Fox talk contribs created page Category:Broken (Created page with "Broken")
- 18:46, 1 February 2024 Fox talk contribs created page Template:Broken (Created page with "{| width="80%" style="background-color: #fee7e6; border: 1px solid #dd3333; padding: 5px 10px 5px 10px; margin-left: auto; margin-right: auto;" |- | width="1%" style="padding: 10px;" | left|45px | align="center" | <span style="font-size: 120%;">'''This feature is currently broken.'''</span><br /><span style="font-size: 90%;">It's recommend not to use this feature at the moment.</span> |} <noinclude>Category:Warnings</noinclude> <includeonly>Ca...")
- 18:45, 1 February 2024 Fox talk contribs created page File:Warning2.png (Category:Icons)
- 18:45, 1 February 2024 Fox talk contribs uploaded File:Warning2.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Warning.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Warning.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Tools.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Tools.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Search question.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Search question.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Search.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Search.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Question.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Question.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Lightbulb.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Lightbulb.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Info.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Info.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Deleted.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Deleted.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs created page File:Cut.png (Category:Icons)
- 18:44, 1 February 2024 Fox talk contribs uploaded File:Cut.png (Category:Icons)
- 18:19, 1 February 2024 Fox talk contribs created page Category:Icons (Created page with "Icons")
- 09:52, 7 January 2024 Doom64hunter talk contribs created page Prependstate (Created page with "'''prependstate''' allows appending additional code to the beginning of an existing state. It is essentially the analog to onevent for states, and is mainly intended for modifying existing scripts in a seperate module. See also appendstate. Category:EDuke32 specific commands")
- 09:51, 7 January 2024 Doom64hunter talk contribs created page Appendstate (Created page with "'''appendstate''' allows appending additional code to the end of an existing state. It is essentially the analog to appendevent for states, and is mainly intended for modifying existing scripts in a seperate module. See also prependstate. Category:EDuke32 specific commands")
- 09:40, 7 January 2024 Doom64hunter talk contribs created page EVENT POSTWEAPONSHOOT (Created page with "{{EventTable|1=EVENT_POSTWEAPONSHOOT|2=player that executed the input|3=player->i|4=2 values}} EVENT_POSTWEAPONSHOOT is a game event. This event is called when the player fires a projectile, directly after the projectile has been spawned. See also EVENT_PREWEAPONSHOOT. == Return Values == This event has two return values: :; userdef.return 0 (RETURN) :: This value contains the spritenum of the projectile if spawning was succe...")
- 09:37, 7 January 2024 Doom64hunter talk contribs created page EVENT PREWEAPONSHOOT (Created page with "{{EventTable|1=EVENT_PREWEAPONSHOOT|2=player that executed the input|3=player->i|4=2 values}} EVENT_PREWEAPONSHOOT is a game event. This event is called when the player fires a projectile, just before the projectile has been spawned. See also EVENT_POSTWEAPONSHOOT. == Return Values == This event has two return values: :; userdef.return 0 (RETURN) :: Setting this to any non-zero value prevents spawning the projectile that is b...")
- 09:23, 7 January 2024 Doom64hunter talk contribs created page EVENT PREACTORDAMAGE (Created page with "{{EventTable|1=EVENT_PREACTORDAMAGE|2=closest player to sprite|3=sprite being damaged|4=1 value}} '''EVENT_PREACTORDAMAGE''' is a Game Event. This event is triggered whenever an actor runs ifhitweapon, just before the accumulated damage in htextra is applied to the actor's extra. RETURN is initially set to 0. If nonzero, damage will not be applied for this run of the damage calculation -- however, htextra will also not be set to...")
- 08:58, 7 January 2024 Doom64hunter talk contribs created page Grpinfo (Created page with "<span {{code}}>'''grpinfo''' { [...]}</span> Grpinfo is a special token that declares a custom game GRP. If defined properly, the corresponding package can be selected and loaded in the eduke32 startup window. Unlike other DEF tokens, each grpinfo token must be defined in a separate file, corresponding to the game package to be loaded by eduke32. == Tokens == <span {{code}}> '''name''' <name> </span> Required token. Defines the title of the GRP file that will be dis...")
- 08:57, 7 January 2024 Doom64hunter talk contribs created page Template:Grpinfo flags (Created page with "<noinclude>{{Template}}</noinclude> The following values are game flags to be used within the grpinfo definition. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | Yes || 1 || GAMEFLAG_DUKE || Enables Duke3D-specific behavior in the engine. |- | Yes || 2 || GAMEFLAG_NAM || Enables NAM-specific behavior in the engine, e.g. cheat names. |- | Yes || 4 || GAMEFLAG_NAPALM || Enables NAPALM-specific behavior in the engine, e.g. differences in default RTS fil...")
- 08:57, 7 January 2024 Doom64hunter talk contribs created page Template:Predefined grpinfo crc32 (Created page with "<noinclude>{{Template}}</noinclude> The following values are predefined CRC32 values in eduke32, that can be used within the grpinfo definition for the dependency token. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | Yes || 0x982AFE4A || DUKEWT_CRC || Duke Nukem 3D: Atomic Edition (World Tour) |- | Yes || 0xFD3DCFF1 || DUKE15_CRC || Duke Nukem 3D: Atomic Edition (1.5) |- | Yes || 0xF514A6AC || DUKEPP_CRC || Duke Nukem 3D: Plutonium Pak |- | Yes || 0x...")
- 04:24, 7 January 2024 Doom64hunter talk contribs created page Terminate (Created page with "The '''terminate''' command is used to exit the current state early, without propagating down the entire call chain. By contrast, the return command propagates along a call chain of states and completely terminates the execution of the innermost event or actor code. For clarity, this should be used instead of the break command. == Examples == When the following code snippet is run, quote 125 ("SPAWNED HEAVYHBOMB") and quote 126 ("RAN EVENT_EGS") a...")
- 04:11, 7 January 2024 Doom64hunter talk contribs created page Exit (Created page with "The '''exit''' command breaks out of a loop, in the way one would normally from "break" commands in other languages. It should not be used outside of loops. It should be used instead of break if the intention is to actually leave the loop early. See also continue, return and terminate. == Example == set j 0 whilen j 3 { add j 1 userquote 500 exit userquote 400 } Makes quote 500 be displayed exactly once...")
- 04:04, 7 January 2024 Doom64hunter talk contribs created page Continue (Created page with "The '''continue''' command jumps execution back to the start of a loop. It should not be used outside of a loop. It is essentially the same as a break statement. Note that as of versions from August 24th 2023, eduke32 will produce a warning when using a break inside a loop. See also exit, return and terminate. Category:EDuke32 specific commands Category:Event manipulation")
- 03:46, 7 January 2024 Doom64hunter talk contribs created page Whilevarvare (Redirected page to Whilevare) Tag: New redirect
- 03:45, 7 January 2024 Doom64hunter talk contribs created page Whilee (Redirected page to Whilevare) Tag: New redirect
- 03:44, 7 January 2024 Doom64hunter talk contribs created page Whilevare (Add whilevare)
- 00:22, 7 January 2024 Doom64hunter talk contribs created page Ang (wall) (New struct member added with commit 621fb47a)
- 16:53, 11 January 2023 Hendricks266 talk contribs blocked Mari60Z320 talk contribs with an expiration time of indefinite (account creation disabled, email disabled, cannot edit own talk page) (Spamming links to external sites)
- 16:52, 11 January 2023 Hendricks266 talk contribs deleted page Pussy888 918kiss Mega888 Apk Download Hadiah Tambahan Pencatatan Gratis Modal Modal Ringan Dibutuhkan (Spam)
- 16:52, 11 January 2023 Hendricks266 talk contribs deleted page Cuma-cuma Menggembirakan Pussy888 918kiss Mega888 Apk Download Slots (Spam)
- 16:52, 11 January 2023 Hendricks266 talk contribs deleted page User:Mari60Z320 (Spam)
- 03:39, 11 January 2023 User account BrittneyKad talk contribs was created
- 03:22, 11 January 2023 User account RachelTruax22 talk contribs was created
- 02:57, 11 January 2023 User account MDTRosemarie talk contribs was created
- 02:48, 11 January 2023 User account MerlinRabinovitc talk contribs was created
- 02:24, 11 January 2023 User account Thao65Z86718642 talk contribs was created
- 01:43, 11 January 2023 User account JaxonTobey talk contribs was created