Files
itgmania212121/stepmania
Glenn Maynard f90088d616 Currently all metrics except for strings and commands are valid
Lua expressions, and commands simply allow a shorthand that generates
valid Lua expressions.  Make strings Lua expressions.

This essentially reverses strings; rather than:
  Metric1=Text
  Metric2=@Text()

specify:

  Metric1="Text"
  Metric2=Text()

This means that every metric (except Fallback, currently) can be
treated as a Lua expression, except for Command metrics that just
need a bit of preprocessing.
2006-09-22 04:35:11 +00:00
..
2006-07-21 18:28:19 +00:00
2006-06-28 00:56:00 +00:00
2006-09-21 03:54:03 +00:00
2006-09-22 04:20:48 +00:00
2006-08-18 05:06:18 +00:00