Ignore:
Timestamp:
07/25/13 14:37:24 (12 years ago)
Author:
epyon
Message:
  • sdl - missing 2.0 sdl_functions
  • lua - compat implementation of lua_upvalueindex
  • position - rectangle single argument constructor made explicit
  • gl_window - fix for SDL 2.0 ascii code of key press
  • lua/glm - coord as a separate class (behaves like ivec2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_glm.cc

    r121 r172  
    340340        int stack = lua_gettop( L );
    341341
     342        luaL_requiref(L, "coord", luaopen_vec<nv::ivec2>, 1);
    342343        luaL_requiref(L, "ivec2", luaopen_vec<nv::ivec2>, 1);
    343344        luaL_requiref(L, "ivec3", luaopen_vec<nv::ivec3>, 1);
Note: See TracChangeset for help on using the changeset viewer.