
Added a shared map script "hideandseek.as" for a Hide & Seek game mode any mapper can use:.When a dedicated server starts it check that an administrative contact is set, and show a warning if it's not.New entity "trigger_effect" so maps can directly add/subtract to monster/player effects (glow shell, invulnerable, non-solid, speed modifier, etc.) without needing to brute-force special entity keys or give them any "item_inventory".Items will have their bounding box size set by a mapper if they declare "minhullsize" and "maxhullsize".Fixed slanted viewing angle in observer mode or after being revived from observer mode.(Such as the turret on Afrika Korps part 3.) Fixed projectiles not always colliding with breakables.Fixed players losing their map defined solid mode when they got denied using a cheat command.(For example if the maximum health is 80 then a revival should provide 40 health to the player, not 50.) Fixed player revival health not accounting for the map's maximum health setting.

Fixed item entities being mistakenly dropped to floor on spawn when their move type was set to "none".Fixed inconsistent NPC relationships with players not using the "player" classification.Fixed being unable to lift liftable pushables when they have no ground entity.Fixed a rare crash due to a null pointer in the HUD numeric display.Entity "trigger_script" when spawned in trigger mode and don't have a target name the state must initialise as ON, otherwise it would be impossible for this "trigger_script" to run ever.Entity "trigger_script" eliminated potential race condition whereby it may automatically fire when in "triggered" mode but the "start on" flag is off.Entity "trigger_respawn" now supports player rappelling specified by spawn points.Entity "trigger_camera" will now register a camera exit if a player disconnects whilst using the camera.(Fixes repelling NPCs spawning instantly due to receiving a target name too late.) Entity "squadmaker" will now give its child monsters their target name prior to spawning.

(Maps designed for release 5.23 and earlier will only do this if respective team trigger targets are defined, such as to not break existing "other" trigger targets.)

