# # ChangeLog for trunk/tests # # Generated by Trac 1.0.2 # 06/28/25 21:08:45 Sat, 29 Jun 2013 18:32:29 GMT epyon [139] * trunk/nv/interface/program.hh (modified) * trunk/tests/objload_test/obj.frag (modified) * trunk/tests/objload_test/obj.vert (modified) * trunk/tests/objload_test/objload_test.cc (modified) * program - set_opt_uniform added * example extended to feature ... Fri, 28 Jun 2013 21:34:21 GMT epyon [137] * trunk/tests/objload_test (added) * trunk/tests/objload_test/diffuse.png (added) * trunk/tests/objload_test/mesh.obj (added) * trunk/tests/objload_test/obj.frag (added) * trunk/tests/objload_test/obj.vert (added) * trunk/tests/objload_test/objload_test.cc (added) * trunk/tests/objload_test/objload_test.lua (added) * trunk/tests/objload_test/premake4.lua (added) * objload test added ( to be expanded ) Mon, 17 Jun 2013 21:26:34 GMT epyon [127] * trunk/tests/gui_test (added) * trunk/tests/gui_test/aero.ttf (added) * trunk/tests/gui_test/gui.frag (added) * trunk/tests/gui_test/gui.vert (added) * trunk/tests/gui_test/gui_test.lua (added) * trunk/tests/gui_test/nv_gui_test.cc (added) * trunk/tests/gui_test/premake4.lua (added) * trunk/tests/gui_test/test.style.lua (added) * gui_test test project Sat, 15 Jun 2013 15:47:57 GMT epyon [121] * trunk/nv.lua (modified) * trunk/nv/common.hh (modified) * trunk/nv/gfx/cached_buffer.hh (modified) * trunk/nv/gfx/image.hh (modified) * trunk/nv/gfx/texture_atlas.hh (modified) * trunk/nv/gfx/texture_font.hh (modified) * trunk/nv/gl/gl_context.hh (modified) * trunk/nv/gl/gl_device.hh (modified) * trunk/nv/gl/gl_names.hh (modified) * trunk/nv/gl/gl_program.hh (modified) * trunk/nv/gl/gl_texture2d.hh (modified) * trunk/nv/gl/gl_vertex_buffer.hh (modified) * trunk/nv/gl/gl_window.hh (modified) * trunk/nv/gui/gui_style.hh (modified) * trunk/nv/interface/clear_state.hh (modified) * trunk/nv/interface/context.hh (modified) * trunk/nv/interface/device.hh (modified) * trunk/nv/interface/image_data.hh (modified) * trunk/nv/interface/mesh.hh (modified) * trunk/nv/interface/texture2d.hh (modified) * trunk/nv/interface/vertex_buffer.hh (modified) * trunk/nv/interface/window.hh (modified) * trunk/nv/lib/lua.hh (modified) * trunk/nv/logger.hh (modified) * trunk/nv/logging.hh (modified) * trunk/nv/lua/lua_glm.hh (modified) * trunk/nv/lua/lua_raw.hh (modified) * trunk/nv/lua/lua_state.hh (modified) * trunk/nv/position.hh (modified) * trunk/nv/resource.hh (modified) * trunk/nv/time.hh (modified) * trunk/nv/types.hh (modified) * trunk/src/gfx/image.cc (modified) * trunk/src/gfx/texture_atlas.cc (modified) * trunk/src/gfx/texture_font.cc (modified) * trunk/src/gl/gl_context.cc (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/src/gl/gl_vertex_buffer.cc (modified) * trunk/src/gl/gl_window.cc (modified) * trunk/src/gui/gui_style.cc (modified) * trunk/src/io_event.cc (modified) * trunk/src/library.cc (modified) * trunk/src/logger.cc (modified) * trunk/src/lua/lua_glm.cc (modified) * trunk/src/lua/lua_raw.cc (modified) * trunk/src/lua/lua_state.cc (modified) * trunk/src/time.cc (modified) * trunk/tests/render_test/rl.cc (modified) * Nova builds with -Weverything/-Wall/-pedantic/etc on: ** on MSVC ... Sat, 15 Jun 2013 00:05:49 GMT epyon [120] * trunk/nv.lua (modified) * trunk/nv/common.hh (modified) * trunk/nv/gfx/cached_buffer.hh (modified) * trunk/nv/interface/clear_state.hh (modified) * trunk/nv/position.hh (modified) * trunk/premake4.lua (modified) * trunk/src/gl/gl_device.cc (modified) * trunk/src/gui/gui_element.cc (modified) * trunk/src/library.cc (modified) * trunk/src/object.cc (modified) * trunk/tests/render_test/premake4.lua (modified) * trunk/tests/render_test/render_test.lua (modified) * Nova now properly compiles and works under: ** mingw GCC 4.6 ... Wed, 12 Jun 2013 07:38:06 GMT epyon [119] * trunk/nv/gfx/cached_buffer.hh (modified) * trunk/nv/interface/vertex_buffer.hh (modified) * trunk/tests/cachebuf_test/nv_cachebuf_test.cc (modified) * vertex_buffer - fixes to index buffered vertex_arrays * ... Wed, 12 Jun 2013 02:01:20 GMT epyon [118] * trunk/nv/gfx/cached_buffer.hh (modified) * trunk/tests/cachebuf_test/nv_cachebuf_test.cc (modified) * cached_buffer - size caching, partial updates * cached_buffer - ... Wed, 05 Jun 2013 11:35:14 GMT epyon [106] * trunk/nv/gfx/cached_buffer.hh (modified) * trunk/tests/cachebuf_test/nv_cachebuf_test.cc (modified) * cached_buffer::commit returns bool - true if buffer has been recreated Tue, 04 Jun 2013 00:57:08 GMT epyon [102] * trunk/tests/cachebuf_test (added) * trunk/tests/cachebuf_test/cachebuf.frag (added) * trunk/tests/cachebuf_test/cachebuf.vert (added) * trunk/tests/cachebuf_test/cachebuf_test.lua (added) * trunk/tests/cachebuf_test/nv_cachebuf_test.cc (added) * trunk/tests/cachebuf_test/premake4.lua (added) * cachebuf_test added - testing the cache buffer and interleaved ... Mon, 03 Jun 2013 16:17:48 GMT epyon [99] * trunk/nv/gl/gl_vertex_buffer.hh (modified) * trunk/nv/gui/gui_element.hh (modified) * trunk/nv/interface/vertex_buffer.hh (modified) * trunk/nv/object.hh (modified) * trunk/src/gl/gl_vertex_buffer.cc (modified) * trunk/src/gui/gui_element.cc (modified) * trunk/tests/lualib_test/lualib_test.cc (modified) * vertex_buffer - added assign by range (will change with the next ... 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 ...