# # ChangeLog for trunk/tests # # Generated by Trac 1.0.2 # 06/28/25 22:59:53 Sun, 02 Jun 2013 22:44:38 GMT epyon [93] * trunk/nv/detail/io_event_list.inc (modified) * trunk/nv/detail/key_list.inc (modified) * trunk/nv/gl/gl_window.hh (modified) * trunk/nv/interface/window.hh (modified) * trunk/nv/io_event.hh (modified) * trunk/src/gl/gl_window.cc (modified) * trunk/tests/render_test/rl.cc (modified) * io_event - event and key list expanded * window - ... Sun, 02 Jun 2013 20:33:59 GMT epyon [90] * trunk/nv/common.hh (modified) * trunk/nv/gfx/image.hh (modified) * trunk/nv/gl/gl_device.hh (modified) * trunk/nv/interface/device.hh (modified) * trunk/nv/interface/image_data.hh (added) * trunk/src/gfx/image.cc (modified) * trunk/src/gl/gl_device.cc (modified) * trunk/tests/render_test/rl.cc (modified) * common - windows SCL warnings proper suppression * common - ... Sun, 02 Jun 2013 17:40:57 GMT epyon [89] * trunk/nv/gfx (added) * trunk/nv/gfx/image.hh (moved) * trunk/nv/gfx/texture_atlas.hh (moved) * trunk/nv/gfx/texture_font.hh (moved) * trunk/src/gfx (added) * trunk/src/gfx/image.cc (moved) * trunk/src/gfx/texture_atlas.cc (moved) * trunk/src/gfx/texture_font.cc (moved) * trunk/tests/render_test/rl.cc (modified) * gfx folders added - moved image, texture_atlas and texture_font to them Sun, 02 Jun 2013 16:38:01 GMT epyon [86] * trunk/nv/lua/lua_state.hh (modified) * trunk/src/lua/lua_state.cc (modified) * trunk/tests/lualib_test/lualib_test.cc (modified) * lua::state constructors made explicit * lua::state can implicitly ... Sat, 01 Jun 2013 22:53:25 GMT epyon [79] * trunk/nv/lua/lua_state.hh (modified) * trunk/src/lua/lua_state.cc (modified) * trunk/tests/lualib_test/lualib_test.cc (modified) * lua::state::do_string can take a returns parameter * ... Sat, 01 Jun 2013 21:50:55 GMT epyon [78] * trunk/nv/io_event.hh (modified) * trunk/nv/types.hh (modified) * trunk/src/io_event.cc (modified) * trunk/src/lua/lua_state.cc (modified) * trunk/src/object.cc (modified) * trunk/tests/lualib_test/lualib_test.cc (modified) * types.hh - basing totally on typeid now * types.hh - removed ... Sat, 01 Jun 2013 20:45:13 GMT epyon [76] * trunk/nv/gui/gui_environment.hh (modified) * trunk/nv/lua/lua_glm.hh (modified) * trunk/tests/lualib_test/lualib_test.cc (modified) * minor fixes Sat, 01 Jun 2013 15:07:09 GMT epyon [74] * trunk/nv/lua/lua_state.hh (modified) * trunk/src/lua/lua_glm.cc (modified) * trunk/src/lua/lua_state.cc (modified) * trunk/tests/lualib_test/lualib_test.cc (modified) * lua::state - removed notion of global state * lua_glm - fixed ... Fri, 31 May 2013 23:26:51 GMT epyon [73] * trunk/nv/interface/device.hh (modified) * trunk/nv/interface/mesh.hh (modified) * trunk/nv/interface/program.hh (modified) * trunk/tests/render_test/rl.cc (modified) * shortcut create_vertex_array based on program and mesh Fri, 31 May 2013 22:24:46 GMT epyon [71] * trunk/nv/interface/mesh.hh (added) * trunk/tests/render_test/rl.cc (modified) * mesh interface class with vertex_attribute, index, primitive and ... Fri, 31 May 2013 17:33:59 GMT epyon [69] * trunk/nv/gui/gui_common.hh (modified) * trunk/nv/gui/gui_element.hh (modified) * trunk/nv/gui/gui_environment.hh (added) * trunk/src/gui/gui_element.cc (modified) * trunk/src/gui/gui_environment.cc (added) * trunk/tests/lualib_test/lualib_test.cc (modified) * gui::element - render_data, class, dirty and text fields added with ... Thu, 30 May 2013 14:44:38 GMT epyon [62] * trunk/nv/gl/gl_device.hh (modified) * trunk/nv/gl/gl_enum.hh (modified) * trunk/nv/gl/gl_texture2d.hh (modified) * trunk/nv/interface/device.hh (modified) * trunk/nv/interface/program.hh (modified) * trunk/nv/interface/texture2d.hh (modified) * trunk/nv/interface/vertex_buffer.hh (modified) * trunk/nv/lib/sdl12.hh (modified) * trunk/nv/lib/sdl_image.hh (modified) * trunk/nv/types.hh (modified) * trunk/src/gl/gl_device.cc (modified) * trunk/src/gl/gl_enum.cc (modified) * trunk/src/gl/gl_program.cc (modified) * trunk/src/gl/gl_texture2d.cc (modified) * trunk/tests/lualib_test/lualib_test.cc (modified) * type -> etype - to reduce confusion for the compiler Thu, 30 May 2013 14:15:09 GMT melon [61] * trunk/nv/object.hh (modified) * trunk/nv/types.hh (modified) * trunk/tests/render_test/premake4.lua (modified) Modified LUA script to support Linux Modified types.hh, still the ... Wed, 29 May 2013 12:37:46 GMT epyon [53] * trunk/nv/lua/lua_glm.hh (added) * trunk/nv/types.hh (modified) * trunk/src/lua/lua_glm.cc (added) * trunk/tests/lualib_test/lualib_test.cc (modified) * lua_glm - powertool - almost complete implementation of glm/glsl ... Wed, 29 May 2013 08:05:47 GMT epyon [52] * trunk/tests/lualib_test (added) * trunk/tests/lualib_test/init.lua (added) * trunk/tests/lualib_test/lualib_test.cc (added) * trunk/tests/lualib_test/premake4.lua (added) * trunk/tests/lualib_test/rl.lua (added) * tests/lualib_test - simple interpreter for testing libraries Tue, 28 May 2013 20:29:08 GMT epyon [50] * trunk/nv/interface/program.hh (modified) * trunk/tests/render_test/rl.cc (modified) * error checking for attribute and uniform queries Tue, 28 May 2013 20:19:58 GMT epyon [49] * trunk/nv/gl/gl_device.hh (modified) * trunk/nv/gl/gl_enum.hh (modified) * trunk/nv/gl/gl_texture2d.hh (modified) * trunk/nv/interface/device.hh (modified) * trunk/nv/interface/texture2d.hh (modified) * trunk/src/gl/gl_device.cc (modified) * trunk/src/gl/gl_enum.cc (modified) * trunk/src/gl/gl_texture2d.cc (modified) * trunk/tests/render_test/rl.cc (modified) * renamings for easier typing Tue, 28 May 2013 16:08:27 GMT epyon [47] * trunk/tests/render_test/rl.cc (modified) * cleaned up commented out code Tue, 28 May 2013 16:03:57 GMT epyon [46] * trunk/tests (added) * trunk/tests/render_test (added) * trunk/tests/render_test/box.frag (added) * trunk/tests/render_test/box.vert (added) * trunk/tests/render_test/char.frag (added) * trunk/tests/render_test/char.vert (added) * trunk/tests/render_test/premake4.lua (added) * trunk/tests/render_test/render_test.lua (added) * trunk/tests/render_test/rl.cc (added) * trunk/tests/render_test/spritesheet.png (added) * tests directory added * render_test added (old visual test with ...