]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Re-implement remembering of old movetype for objects, and also persist it in storage...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 29 Oct 2011 16:08:19 +0000 (19:08 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 29 Oct 2011 16:08:19 +0000 (19:08 +0300)
commitf94a56f032d102ea192178664ea08a8caf8f26b6
tree76f17cfb7529ab73e5a738a50a59f1aacdca1779
parent7c27bf504ba4ae24e70cfc9c7f59fdb52c6fc021
Re-implement remembering of old movetype for objects, and also persist it in storage. For example: If you set an object to MOVETYPE_PHYSICAL, attach it to another object (during which it becomes MOVETYPE_FOLLOW), restart the server, then go back and detach the object, it will know to go back to MOVETYPE_PHYSICAL. This does not add any extra info, as movetype was already added to the storage for child objects, and was useless before this.
qcsrc/server/mutators/sandbox.qc