User:EAi/freecam.lua: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 December 2007

  • curprev 01:1001:10, 25 December 2007EAi talk contribs 9,516 bytes +9,516 New page: <syntaxhighlight lang="lua"> -- state variables local speed = 0 local strafespeed = 0 local rotX, rotY = 0,0 -- configurable parameters local options = { normalMaxSpeed = 2, slowMaxSpeed = 0.2, fastMax...