------------------------------------------------------------------------ r4108 | helixhorned | 2013-10-16 12:43:07 -0700 (Wed, 16 Oct 2013) | 4 lines SDL2: fix quote and pause keys. - Add SDL scancode -> our key code map for SDL_SCANCODE_APOSTROPHE - Remove duplicate map for SDL_SCANCODE_PAUSE ------------------------------------------------------------------------ r4107 | helixhorned | 2013-10-16 12:43:06 -0700 (Wed, 16 Oct 2013) | 1 line Lunatic: make it possible to build with LuaJIT 2.1, add -Lopts=profile there. ------------------------------------------------------------------------ r4106 | helixhorned | 2013-10-16 12:43:03 -0700 (Wed, 16 Oct 2013) | 1 line build.lua: add read_basepal(). ------------------------------------------------------------------------ r4105 | helixhorned | 2013-10-16 12:43:01 -0700 (Wed, 16 Oct 2013) | 4 lines foreachmap.lua: remove the need for a space for certain '.' accesses. That is, now it's not necessary to write e.g. "io. write" -- .xxx is translated to [i].xxx only if it's a matching member name. ------------------------------------------------------------------------ r4104 | helixhorned | 2013-10-16 12:42:59 -0700 (Wed, 16 Oct 2013) | 1 line build.lua: add "artfile" class, allowing to open and get pics from an ART file. ------------------------------------------------------------------------