Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
21 August 2026
|
|
N 23:42 | Logic Update Scripts 3 changes hist +11,067 [Dcurrent (3×)] | |||
|
|
23:42 (cur | prev) −7 Dcurrent talk contribs Tag: Visual edit | ||||
|
|
23:39 (cur | prev) +22 Dcurrent talk contribs Tag: Visual edit | ||||
| N |
|
23:37 (cur | prev) +11,052 Dcurrent talk contribs (Created page with "Category:Level Category:Script Category:Script Events '''Logical update scripts''' are recurring event hooks tied directly to OpenBOR's logical clock. They provide paired entry points immediately before and after each logical tick processed by the engine. OpenBOR supplies both project-wide global files and level-specific commands: {| class="wikitable" ! Hook ! Scope ! Execution point |- | <code>data/scripts/updatelogic.c</code> | Project-wide | Before nati...") Tag: Visual edit: Switched | |||
| N 23:42 | Updatedlogicscript diffhist +119 Dcurrent talk contribs (Redirected page to Logic Update Scripts#Level Usage) | ||||
| N 23:41 | Updatelogicscript diffhist +119 Dcurrent talk contribs (Redirected page to Logic Update Scripts#Level Usage) | ||||
| N 23:40 | Updatedlogic diffhist +120 Dcurrent talk contribs (Redirected page to Logic Update Scripts#Global Usage) | ||||
| N 23:40 | Updatelogic diffhist +120 Dcurrent talk contribs (Redirected page to Logic Update Scripts#Global Usage) | ||||
20 August 2026
|
|
N 21:38 | End Level Scripts 2 changes hist +8,159 [Dcurrent (2×)] | |||
|
|
21:38 (cur | prev) −7 Dcurrent talk contribs Tag: Visual edit | ||||
| N |
|
18:12 (cur | prev) +8,166 Dcurrent talk contribs (Created page with "Category:Level Category:Script Category:Script Events '''endlevelscript''' is a level-finish event hook. OpenBOR provides two forms: the automatic project-wide <code>data/scripts/endlevel.c</code> script and an <code>endlevelscript</code> declared by an individual level. Both execute once after the active level loop ends, while the level and its remaining entities are still loaded, but before fade-out and level unloading. This timing makes endlevel scripts...") | |||
|
|
N 20:01 | Updatedscript 3 changes hist +11,129 [Dcurrent (3×)] | |||
|
|
20:01 (cur | prev) +7 Dcurrent talk contribs Tag: Visual edit | ||||
|
|
20:00 (cur | prev) −37 Dcurrent talk contribs (→Execution) Tag: Visual edit | ||||
| N |
|
19:58 (cur | prev) +11,159 Dcurrent talk contribs (Created page with "Category:Level Category:Script Category:Script Events '''updatedscript''' is a level-specific recurring event hook. It executes late in each eligible outer update cycle, after entity simulation and standard display-queue construction. The global <code>data/scripts/updated.c</code> hook executes first, followed by the current level's <code>updatedscript</code>. OpenBOR then draws the completed sprite queue. This position makes <code>updatedscript</code> the...") Tag: Visual edit: Switched | |||
|
|
N 18:52 | Updatescript 3 changes hist +9,440 [Dcurrent (3×)] | |||
|
|
18:52 (cur | prev) −8 Dcurrent talk contribs (→See Also) Tag: Visual edit | ||||
|
|
18:51 (cur | prev) +7 Dcurrent talk contribs Tag: Visual edit | ||||
| N |
|
18:50 (cur | prev) +9,441 Dcurrent talk contribs (Created page with "Category:Level Category:Script Category:Script Events '''updatescript''' is a level-specific recurring event hook. It executes near the beginning of each eligible outer update cycle while its level is loaded, after the global <code>data/scripts/update.c</code> hook but before key events, logical-time advancement, scrolling, entity simulation, and display preparation. This early position makes <code>updatescript</code> a powerful level controller. It can coo...") Tag: Visual edit: Switched | |||
|
|
N 18:37 | Spawnscript 2 changes hist +9,091 [Dcurrent (2×)] | |||
|
|
18:37 (cur | prev) +6 Dcurrent talk contribs Tag: Visual edit | ||||
| N |
|
18:35 (cur | prev) +9,085 Dcurrent talk contribs (Created page with "Category:Level Category:Script Category:Script Events '''spawnscript''' is a level spawn-entry event hook. It executes when its specific spawn entry creates an entity, after OpenBOR has applied the entry's spawn properties and executed the entity's applicable onspawnscript. Unlike <code>onspawnscript</code>, which belongs to a model, <code>spawnscript</code> belongs to an individual entry in a level. Separate instances of the same model ca...") | |||
| N 18:16 | Endlevelscript diffhist +135 Dcurrent talk contribs (Redirected page to End Level Scripts#Level-Specific Endlevel Script) | ||||
| N 18:16 | Endlevel diffhist +127 Dcurrent talk contribs (Redirected page to End Level Scripts#Global Endlevel Script) | ||||
| N 16:00 | Levelscript diffhist +122 Dcurrent talk contribs (Redirected page to Level Scripts#Level-Specific Script) | ||||
| N 15:59 | Level diffhist +120 Dcurrent talk contribs (Redirected page to Level Scripts#Global Level Script) | ||||
| 15:56 | Level Scripts diffhist +21 Dcurrent talk contribs | ||||
| 14:18 | Keyscript (Level) diffhist 0 Dcurrent talk contribs | ||||
| 14:17 | Move log Dcurrent talk contribs moved page Keyscript to Keyscript (Level) without leaving a redirect | ||||
|
|
N 14:15 | Keyscript 2 changes hist +114 [Dcurrent (2×)] | |||
|
|
14:15 (cur | prev) 0 Dcurrent talk contribs Tag: Visual edit | ||||
| N |
|
14:14 (cur | prev) +114 Dcurrent talk contribs (Redirected page to Key Scripts#Level Keyscript) Tags: New redirect Visual edit | |||
18 August 2026
|
|
N 19:59 | Inholescript 2 changes hist +10,146 [Dcurrent (2×)] | |||
|
|
19:59 (cur | prev) +92 Dcurrent talk contribs Tag: Visual edit | ||||
| N |
|
19:56 (cur | prev) +10,054 Dcurrent talk contribs (Created page with "<code>inholescript</code> defines a model-level event hook for entities detected inside level hole geometry. It executes during terrain-base adjustment and provides the entity together with the qualifying hole's height, depth, type, and collection index. Despite its name, Inholescript is not limited to standard bottomless pits. Hole type is creator-defined, allowing the same geometry and callback to represent lava, water, quicksand, trapdoors, teleport zones, collapsing...") | |||