User contributions for Printz
From Eternity Wiki
Jump to navigationJump to search
14 June 2026
- 10:1210:12, 14 June 2026 diff hist +103 Polyobject →Polyobjects with 2-sided lines current
- 10:1110:11, 14 June 2026 diff hist 0 ExtraData →extflags current
- 10:1110:11, 14 June 2026 diff hist +86 ExtraData →extflags
- 10:0810:08, 14 June 2026 diff hist +151 Thing types →New to Eternity current
- 10:0410:04, 14 June 2026 diff hist +1,635 Polyobject No edit summary
- 09:5609:56, 14 June 2026 diff hist +111 ExtraData →extflags
- 09:5409:54, 14 June 2026 diff hist +230 3DMidTex tutorial No edit summary current
- 09:5209:52, 14 June 2026 diff hist +477 3DMidTex advanced topics No edit summary current
- 09:5009:50, 14 June 2026 diff hist +234 UDMF →Linedefs current
- 09:4809:48, 14 June 2026 diff hist +384 UDMF →Sidedefs
- 09:4409:44, 14 June 2026 diff hist +81 OPTIONS →OPTIONS full listing current
- 09:4209:42, 14 June 2026 diff hist +174 List of cheat codes →Eternity Cheats current
- 09:3809:38, 14 June 2026 diff hist +82 BFGSpray No edit summary current
- 09:3709:37, 14 June 2026 diff hist +412 VileAttack No edit summary current
- 09:3409:34, 14 June 2026 diff hist +29 VileTarget No edit summary current
- 09:3409:34, 14 June 2026 diff hist +145 VileTarget No edit summary
- 09:0709:07, 14 June 2026 diff hist −142 DEMOLOOP →Explanation of fields current
- 09:0709:07, 14 June 2026 diff hist −1,417 DEMOLOOP No edit summary
- 09:0709:07, 14 June 2026 diff hist +231 DEMOLOOP →Example
- 09:0409:04, 14 June 2026 diff hist +216 DEMOLOOP →Explanation of fields
- 09:0309:03, 14 June 2026 diff hist +98 EDF game properties reference →Demo control current
- 09:0109:01, 14 June 2026 diff hist +30 DEMOLOOP No edit summary
- 08:5908:59, 14 June 2026 diff hist +12 DEMOLOOP →Explanation of fields
- 08:5808:58, 14 June 2026 diff hist +35 DEMOLOOP No edit summary
- 08:5408:54, 14 June 2026 diff hist +1,288 DEMOLOOP No edit summary
- 08:3808:38, 14 June 2026 diff hist +424 DEMOLOOP No edit summary
- 08:3408:34, 14 June 2026 diff hist +63 DEMOLOOP →Explanation of fields
- 08:3408:34, 14 June 2026 diff hist +102 DEMOLOOP →Explanation of fields
- 08:3008:30, 14 June 2026 diff hist +1,286 DEMOLOOP No edit summary
- 06:1306:13, 14 June 2026 diff hist +764 N DEMOLOOP Created page with "Eternity supports the DEMOLOOP lump, which is part of the id24 specifications. DEMOLOOP must contain a JSON text data. The content of DEMOLOOP must be of the form: { "type": "demoloop", "version": "1.0.0", "metadata": { "author": "...", "timestamp": "...", "application": "... }, "data": { "entries: [ { "type": 0, "primarylump": "IMAGE1",..."
- 05:5805:58, 14 June 2026 diff hist +41 Predefined lumps No edit summary current
- 05:5605:56, 14 June 2026 diff hist +44 Eternity Engine →Making mods for Eternity current
- 05:5505:55, 14 June 2026 diff hist +14 Main Page No edit summary current
- 05:5205:52, 14 June 2026 diff hist +220 EMAPINFO →Level identification current
- 05:5105:51, 14 June 2026 diff hist +34 UMAPINFO →UMAPINFO - EMAPINFO equivalence table current
13 June 2026
- 17:1617:16, 13 June 2026 diff hist +136 Eternity Engine →Releases
- 17:0317:03, 13 June 2026 diff hist 0 Template:Latest No edit summary current
31 May 2026
- 11:0511:05, 31 May 2026 diff hist +41 SectorSound No edit summary current
10 May 2026
- 06:2006:20, 10 May 2026 diff hist +24 IsTIDUsed No edit summary current
- 06:1906:19, 10 May 2026 diff hist +25 UniqueTID No edit summary current
- 05:1005:10, 10 May 2026 diff hist +164 ACS built-in functions →Scripts current
- 05:0805:08, 10 May 2026 diff hist +1,214 N GetPlayerInput Created page with "{{ACSFunction|description=Gets information about a player's input. |usage=''int'' '''GetPlayerInput'''(''int player'', ''int type'') |parameters= *''player'': player index, from 0 to 3. Use -1 for activator. *''type'': one of the following: :*'''INPUT_OLDBUTTONS''' (0): unused, returns 0 :*'''INPUT_BUTTONS''' (1): will return a combination of the following flags: ::*'''BT_ATTACK''' (1): normal weapon attack ::*'''BT_USE''' (2): switch or door activation ::*'''BT_JUMP'''..." current
- 05:0005:00, 10 May 2026 diff hist +4 ACS built-in functions →Console
- 04:3904:39, 10 May 2026 diff hist +163 GetLevelInfo No edit summary current
- 04:2404:24, 10 May 2026 diff hist +785 N GetLevelInfo Created page with "{{ACSFunction|description=Gets various information from level. |usage=''int'' '''GetLevelInfo'''(''int type'') |parameters= *''type'': one of the following: :*'''LEVELINFO_PAR_TIME''' (0): par time, in seconds :*'''LEVELINFO_LEVELNUM''' (2): level index, in episode :*'''LEVELINFO_TOTAL_SECRETS''' (3): amount of secrets available in map :*'''LEVELINFO_FOUND_SECRETS''' (4): total found secrets by all players :*'''LEVELINFO_TOTAL_ITEMS''' (5): amount of MF_COUNTITEM ite..."
- 04:1704:17, 10 May 2026 diff hist +21 N GetCVarString Redirected page to GetCVar current Tag: New redirect
- 04:1704:17, 10 May 2026 diff hist +22 GetCVar No edit summary current
- 04:1704:17, 10 May 2026 diff hist +458 N GetCVar Created page with "{{ACSFunction|description=Get the value of an integer or string console variable. |usage= ''int'' '''GetCVar'''(''str cvar'') ''str'' '''GetCVarString'''(''str cvar'') |parameters= *''cvar'': console variable name |return=The value of the console variable, or 0 if unauthorized or inexistent. |notes=This only works with server variables, otherwise it will display an error and return 0. |id=ACC internal for '''GetCVar''', -56 for '''GetCVarString'''}}"
- 03:1403:14, 10 May 2026 diff hist +4 ACS built-in functions →Things
- 03:1403:14, 10 May 2026 diff hist +18 N FixedSqrt Redirected page to Sqrt current Tag: New redirect