Main public logs
Appearance
Combined display of all available logs of OpenBOR. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:48, 21 August 2026 Dcurrent talk contribs created page Modelunloadscript (Redirected page to Model Lifecycle Scripts#Model Usage) Tag: New redirect
- 23:48, 21 August 2026 Dcurrent talk contribs created page Modelloadscript (Redirected page to Model Lifecycle Scripts#Model Usage) Tag: New redirect
- 23:47, 21 August 2026 Dcurrent talk contribs created page Modelunload (Redirected page to Model Lifecycle Scripts#Global Usage) Tag: New redirect
- 23:47, 21 August 2026 Dcurrent talk contribs created page Modelload (Redirected page to Model Lifecycle Scripts#Global Usage) Tags: New redirect Visual edit: Switched
- 23:45, 21 August 2026 Dcurrent talk contribs moved page Model Load Scripts to Model Lifecycle Scripts (Misspelled title)
- 23:44, 21 August 2026 Dcurrent talk contribs created page Model Load Scripts (Created page with "Category:Model Category:Script Category:Script Events '''Model lifecycle scripts''' are event hooks that execute when a model template enters or leaves OpenBOR's loaded model collection. The series provides project-wide global observers and model-owned callbacks for both load and unload transitions. {| class="wikitable" ! Hook ! Scope ! Execution point |- | <code>modelloadscript</code> | Model-owned | After that model finishes loading |- | <code>data/script...")
- 23:42, 21 August 2026 Dcurrent talk contribs created page Updatedlogicscript (Redirected page to Logic Update Scripts#Level Usage) Tag: New redirect
- 23:41, 21 August 2026 Dcurrent talk contribs created page Updatelogicscript (Redirected page to Logic Update Scripts#Level Usage) Tag: New redirect
- 23:40, 21 August 2026 Dcurrent talk contribs created page Updatedlogic (Redirected page to Logic Update Scripts#Global Usage) Tag: New redirect
- 23:40, 21 August 2026 Dcurrent talk contribs created page Updatelogic (Redirected page to Logic Update Scripts#Global Usage) Tags: New redirect Visual edit: Switched
- 23:37, 21 August 2026 Dcurrent talk contribs created page Logic Update Scripts (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
- 21:53, 20 August 2026 Dcurrent talk contribs created page Respawnall (Redirected page to Player Respawn Scripts) Tag: New redirect
- 21:53, 20 August 2026 Dcurrent talk contribs created page Respawn4 (Redirected page to Player Respawn Scripts) Tag: New redirect
- 21:53, 20 August 2026 Dcurrent talk contribs created page Respawn3 (Redirected page to Player Respawn Scripts) Tag: New redirect
- 21:53, 20 August 2026 Dcurrent talk contribs created page Respawn2 (Redirected page to Player Respawn Scripts) Tag: New redirect
- 21:53, 20 August 2026 Dcurrent talk contribs created page Respawn1 (Redirected page to Player Respawn Scripts) Tags: New redirect Visual edit: Switched
- 21:49, 20 August 2026 Dcurrent talk contribs created page Player Respawn Scripts (Created page with "Category:Player Category:Script Category:Script Events '''Respawn scripts''' are global player events that execute after OpenBOR creates a replacement player entity following life loss. Numbered scripts provide slot-specific behavior, while <code>respawnall.c</code> provides one shared listener for every player. The numbered series consists of: * <code>data/scripts/respawn1.c</code> * <code>data/scripts/respawn2.c</code> * <code>data/scripts/respawn3.c</co...")
- 21:44, 20 August 2026 Dcurrent talk contribs created page Dieall (Redirected page to Player Die Scripts) Tag: New redirect
- 21:43, 20 August 2026 Dcurrent talk contribs created page Die4 (Redirected page to Player Die Scripts) Tag: New redirect
- 21:43, 20 August 2026 Dcurrent talk contribs created page Die3 (Redirected page to Player Die Scripts) Tag: New redirect
- 21:43, 20 August 2026 Dcurrent talk contribs created page Die2 (Redirected page to Player Die Scripts) Tag: New redirect
- 21:43, 20 August 2026 Dcurrent talk contribs created page Die1 (Redirected page to Player Die Scripts) Tags: New redirect Visual edit: Switched
- 21:41, 20 August 2026 Dcurrent talk contribs created page Player Die Scripts (Created page with "Category:Player Category:Script Category:Script Events '''Die scripts''' are global player events that execute when OpenBOR processes a native player death and life loss. Numbered scripts provide slot-specific behavior, while <code>dieall.c</code> provides one shared listener for every player. The numbered series consists of: * <code>data/scripts/die1.c</code> * <code>data/scripts/die2.c</code> * <code>data/scripts/die3.c</code> * <code>data/scripts/die4.c...") Tag: Visual edit: Switched
- 21:30, 20 August 2026 Dcurrent talk contribs created page Joinall (Redirected page to Player Join Scripts) Tag: New redirect
- 21:30, 20 August 2026 Dcurrent talk contribs created page Join4 (Redirected page to Player Join Scripts) Tag: New redirect
- 21:30, 20 August 2026 Dcurrent talk contribs created page Join3 (Redirected page to Player Join Scripts) Tag: New redirect
- 21:30, 20 August 2026 Dcurrent talk contribs created page Join2 (Redirected page to Player Join Scripts)
- 21:29, 20 August 2026 Dcurrent talk contribs created page Join1 (Redirected page to Player Join Scripts) Tags: New redirect Visual edit: Switched
- 21:26, 20 August 2026 Dcurrent talk contribs created page Player Join Scripts (Created page with "Category:Player Category:Script Category:Script Events '''Join scripts''' are global event hooks that execute when a player completes an in-progress join and enters active play. OpenBOR provides numbered scripts for slot-specific behavior and a shared <code>joinall.c</code> script for handling every player through one event listener. The numbered series consists of: * <code>data/scripts/join1.c</code> * <code>data/scripts/join2.c</code> * <code>data/script...") Tag: Visual edit: Switched
- 21:01, 20 August 2026 Dcurrent talk contribs created page Loading (Created page with "Category:Graphics Category:Script Category:Script Events '''Loading''' is a global script event that executes while OpenBOR prepares and repaints a loading display. Creators enable the hook by placing <code>loading.c</code> in <code>data/scripts</code>. The event receives the current progress value and its corresponding maximum. This makes it useful for branded loading presentation, custom progress indicators, rotating hints, diagnostic information, animate...") Tag: Visual edit: Switched
- 19:58, 20 August 2026 Dcurrent talk contribs created page Updatedscript (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
- 18:50, 20 August 2026 Dcurrent talk contribs created page Updatescript (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
- 18:35, 20 August 2026 Dcurrent talk contribs created page Spawnscript (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...")
- 18:16, 20 August 2026 Dcurrent talk contribs created page Endlevelscript (Redirected page to End Level Scripts#Level-Specific Endlevel Script) Tag: New redirect
- 18:16, 20 August 2026 Dcurrent talk contribs created page Endlevel (Redirected page to End Level Scripts#Global Endlevel Script) Tags: New redirect Visual edit
- 18:12, 20 August 2026 Dcurrent talk contribs created page End Level Scripts (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...")
- 17:57, 20 August 2026 Dcurrent talk contribs created page Scoreall (Redirected page to Score Scripts) Tag: New redirect
- 17:44, 20 August 2026 Dcurrent talk contribs created page Score4 (Redirected page to Score Scripts) Tag: New redirect
- 17:43, 20 August 2026 Dcurrent talk contribs created page Score3 (Redirected page to Score Scripts) Tag: New redirect
- 17:43, 20 August 2026 Dcurrent talk contribs created page Score2 (Redirected page to Score Scripts) Tag: New redirect
- 17:43, 20 August 2026 Dcurrent talk contribs created page Score1 (Redirected page to Score Scripts) Tags: New redirect Visual edit
- 16:36, 20 August 2026 Dcurrent talk contribs created page Score Scripts (Created page with "Category:Player Category:Script '''Score scripts''' are automatic player-slot event hooks that execute whenever OpenBOR processes a score award through its native score routine. Four optional files are available, one for each player slot: * <code>data/scripts/score1.c</code> * <code>data/scripts/score2.c</code> * <code>data/scripts/score3.c</code> * <code>data/scripts/score4.c</code> Each script receives the amount submitted to the score routine. This makes sc...")
- 16:00, 20 August 2026 Dcurrent talk contribs created page Levelscript (Redirected page to Level Scripts#Level-Specific Script) Tag: New redirect
- 15:59, 20 August 2026 Dcurrent talk contribs created page Level (Redirected page to Level Scripts#Global Level Script) Tags: New redirect Visual edit
- 15:55, 20 August 2026 Dcurrent talk contribs created page Level Scripts (Created page with "Category:Level Category:Script '''levelscript''' is a level-start event hook. OpenBOR provides two forms: the automatic project-wide <code>data/scripts/level.c</code> script and a <code>levelscript</code> declared by an individual level. Both execute once after the level is loaded and active players are spawned, but before normal level updates begin. This timing makes level scripts ideal for establishing the initial state of a stage. Common uses include resetti...")
- 14:25, 20 August 2026 Dcurrent talk contribs deleted page Model Keyscript (content was: "#REDIRECT Key Scripts#Model Keyscript Category:OpenBOR Index Category:Script Events Category:Model", and the only contributor was "Dcurrent" (talk))
- 14:24, 20 August 2026 Dcurrent talk contribs deleted page Levelkeyscript (content was: "#REDIRECT Controls#Key Events Category:OpenBOR Index Category:Script Events", and the only contributor was "Dcurrent" (talk))
- 14:23, 20 August 2026 Dcurrent talk contribs deleted page Level Keyscript (content was: "#REDIRECT Key Scripts#Level Keyscript Category:OpenBOR Index Category:Script Events Category:Level", and the only contributor was "Dcurrent" (talk))
- 14:19, 20 August 2026 Dcurrent talk contribs created page Keyscript (Model) (Redirected page to Key Scripts#Model Keyscript) Tags: New redirect Visual edit
- 14:17, 20 August 2026 Dcurrent talk contribs moved page Keyscript to Keyscript (Level) without leaving a redirect