]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/sandbox.qc
Use realowner instead of owner. This seems to not break the collisions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / sandbox.qc
2011-10-24 Mircea KitsuneUse realowner instead of owner. This seems to not break...
2011-10-24 Mircea KitsuneFix the trace detection issue. Apparently, objects...
2011-10-24 Mircea KitsuneFirst step to implementing removal of spawned objects...
2011-10-24 Mircea KitsuneOops... forgot to set the object's owner.
2011-10-24 Mircea KitsuneDon't give the object all of the player's view angles...
2011-10-24 Mircea KitsuneAdd default properties to newly spawned objects
2011-10-24 Mircea KitsuneRename spawn to spawn_object and spawnitem to spawn_ite...
2011-10-24 Mircea KitsuneAdd a spawnitem command, which allows players to spawn...
2011-10-24 Mircea KitsuneAlso prevent spawning objects with an incorrect model...
2011-10-24 Mircea KitsuneDon't allow spawning objects without a model.
2011-10-24 Mircea KitsuneAllow the model to be specified from the spawn command.
2011-10-24 Mircea KitsuneCvar the spawning distance of objects. Also give spawne...
2011-10-24 Mircea KitsuneGive the player's angles to the object, as he spawns...
2011-10-24 Mircea KitsunePrint information about spawned objects to the server...
2011-10-24 Mircea KitsuneFirst actual functionality. 'cmd g_sandbox spawn' will...
2011-10-24 Mircea KitsuneImplement a basic help system.
2011-10-24 Mircea KitsuneCommit sandbox file to GIT. Currently, it scans for...