Timeline


and

06/02/13:

23:14 Changeset [92] by epyon
* device - delay and get_ms_ticks added * gl_device - delay and …
22:35 Changeset [91] by epyon
* most common C++ bug -_-
22:33 Changeset [90] by epyon
* common - windows SCL warnings proper suppression * common - …
19:40 Changeset [89] by epyon
* gfx folders added - moved image, texture_atlas and texture_font to them
19:12 Changeset [88] by epyon
* spaces to tabs (*sigh* -_-)
19:07 Changeset [87] by epyon
* compilation fix - should work now both under MSVC and GCC
18:38 Changeset [86] by epyon
* lua::state constructors made explicit * lua::state can implicitly …
18:25 Changeset [85] by epyon
* lua_raw - several utility functions added * lua_aux - aux …
10:26 Ticket #14 ([LINUX] Incomplete class) created by melon
[…]
10:25 Changeset [84] by melon
Another portion of bugfixes. Missing typename…
10:10 Changeset [83] by melon
Just removed all tabs with spaces, indentation is set to four. Nothing …
10:09 Linux edited by melon
Added a stub for setting the coding standard in vim (diff)
10:02 Changeset [82] by melon
Another portion of bug-fixes (no namespaces)
09:29 Changeset [81] by melon
Missing namespace for typeinfo. Seriously? How come Microsoft …
09:25 Changeset [80] by melon
Wrong THROW used in common.hh. No message was returned with NV_THROW …
00:53 Changeset [79] by epyon
* lua::state::do_string can take a returns parameter * …

06/01/13:

23:50 Changeset [78] by epyon
* types.hh - basing totally on typeid now * types.hh - removed …
22:47 Changeset [77] by epyon
* types - typemap based on type_index, allowing type retrival by …
22:45 Changeset [76] by epyon
* minor fixes
22:22 Changeset [75] by epyon
* lua_glm - uses own naming scheme, made independent of nv/types.hh …
17:07 Changeset [74] by epyon
* lua::state - removed notion of global state * lua_glm - fixed stack …
01:26 Changeset [73] by epyon
* shortcut create_vertex_array based on program and mesh
00:38 Changeset [72] by epyon
* etype_traits -> datatype_traits
00:24 Changeset [71] by epyon
* mesh interface class with vertex_attribute, index, primitive and …
00:24 Changeset [70] by epyon
* etype -> datatype * types clarifications, and datatype_traits

05/31/13:

19:33 Changeset [69] by epyon
* gui::element - render_data, class, dirty and text fields added with …
19:31 Changeset [68] by epyon
* engine support for int8 vectors (might be removed later?) - types …
18:21 UI edited by epyon
(diff)
18:05 UI edited by epyon
(diff)
16:59 UI edited by epyon
(diff)
16:16 Changeset [67] by epyon
* io_event structure * io_event enums * io_event type_database …
02:32 Changeset [66] by epyon
* gui_element class and gui_common file * additions to object class
00:15 Changeset [65] by epyon
* position.hh - positioning classes - dimension and position are just …

05/30/13:

20:13 Changeset [64] by epyon
* root class for object trees * revised exception throwing - now …
17:00 Changeset [63] by melon
Fixes some, but not all errors in types.hh
16:48 Ticket #13 ([LINUX] Errors in types.hh) closed by melon
fixed: Fixed with revision 62
16:44 Changeset [62] by epyon
* type -> etype - to reduce confusion for the compiler
16:16 Ticket #13 ([LINUX] Errors in types.hh) created by melon
[…]
16:15 Changeset [61] by melon
Modified LUA script to support Linux Modified types.hh, still the …
15:29 Linux edited by melon
(diff)
15:28 Changeset [60] by melon
Missing cstddef (size_t)
00:39 Changeset [59] by epyon
* rudimentary uid_store added

05/29/13:

23:13 Changeset [58] by epyon
* compilation fix
22:25 Changeset [57] by epyon
* nv/object - object class added with implementation and type …
22:24 Changeset [56] by epyon
* lua_aux added ( table functions currently )
17:41 Changeset [55] by epyon
* offset_of hack added if in future problems will arise
17:35 Changeset [54] by epyon
* several enhancements to the RTTI system
14:37 Changeset [53] by epyon
* lua_glm - powertool - almost complete implementation of glm/glsl …
10:05 Changeset [52] by epyon
* tests/lualib_test - simple interpreter for testing libraries
07:26 Changeset [51] by epyon
* lua_raw module added

05/28/13:

22:29 Changeset [50] by epyon
* error checking for attribute and uniform queries
22:19 Changeset [49] by epyon
* renamings for easier typing
21:29 Changeset [48] by epyon
* coloring for logger
18:08 Changeset [47] by epyon
* cleaned up commented out code
18:03 Changeset [46] by epyon
* tests directory added * render_test added (old visual test with new …
17:55 Changeset [45] by epyon
* temporary draw for context (and implementation) * cleaned up …
16:48 Changeset [44] by epyon
* context bugfixes, force apply state at creation and apply render …
14:09 Changeset [43] by epyon
* texture2d object interface and implementation
12:21 Changeset [42] by epyon
* vertex_buffer interface and implementation
10:19 Changeset [41] by epyon
* proper uniform binding implemented
02:11 Changeset [40] by epyon
* bugfixes
01:19 Changeset [39] by epyon
* device interface updated - removed geometry shader
01:13 Changeset [38] by epyon
* gl_window added * gl_device added * NOVA library fully integrated …
01:03 Changeset [37] by epyon
* gl_context added * removed geometry shader support from gl_program …
00:47 Changeset [36] by epyon
* gl_program added
00:27 Changeset [35] by epyon
* gl_enum helper functions * gl_names GL name handling
00:04 Changeset [34] by epyon
* time module added

05/27/13:

23:57 Changeset [33] by epyon
* program interface added
23:54 Changeset [32] by epyon
* context, device and window interfaces
23:49 Changeset [31] by epyon
* render_state interface added * clear_state interface added
23:30 Changeset [30] by epyon
* types from old nova

05/22/13:

19:07 Ticket #12 ([LINUX] Give the ability to link libGL or libGLU) created by melon
As in topic. For example, on my system, I have libGLU, but do not have …
19:06 Ticket #11 ([LINUX] Core dump after running rl) closed by melon
wontfix: This was caused by a too small size of the atlas

05/21/13:

06:16 Changeset [29] by melon
Removed some debug leftovers

05/20/13:

22:23 Linux edited by melon
(diff)
22:22 Changeset [28] by melon
Just some reformating, got rid of compiler warnings.
22:09 Changeset [27] by melon
Reformating. Removed unused variables.
21:30 Linux edited by melon
(diff)
21:29 Ticket #9 ([LINUX] unsigned and signed comparison warning) closed by melon
fixed: Fixed with revision 26
21:29 Changeset [26] by melon
Added doxygen documentation to image. Removed image::clear() as this …

05/18/13:

11:34 Changeset [25] by melon
Modified thrown error messages to provide more details
10:55 Changeset [24] by melon
Fixed typos (gylph => glyph)
10:45 Ticket #10 ([LINUX] failure while linking rl) closed by melon
fixed: I am setting this to fixed, as I have updated the wiki page for Linux …
10:44 Linux edited by melon
(diff)
10:39 Ticket #11 ([LINUX] Core dump after running rl) created by melon
[…]

05/16/13:

22:51 Linux edited by melon
(diff)
22:32 Linux edited by melon
(diff)
21:49 Ticket #10 ([LINUX] failure while linking rl) created by melon
[…]
21:46 Ticket #9 ([LINUX] unsigned and signed comparison warning) created by melon
[…]
21:36 Linux edited by melon
(diff)
21:35 Ticket #8 ([LINUX] runtime_error is not a member of std) closed by melon
fixed: Fixed with rev 23
21:35 Changeset [23] by melon
Added missing header. Everything links now.
21:32 Ticket #8 ([LINUX] runtime_error is not a member of std) created by melon
[…]
21:31 Ticket #7 ([LINUX] Compilation error texture_font.cc) closed by melon
fixed: Fixed with rev 22
21:30 Changeset [22] by melon
Added missing header
21:27 Ticket #7 ([LINUX] Compilation error texture_font.cc) created by melon
[…]
00:56 Changeset [21] by epyon
* bugfixes * missing files added

05/13/13:

18:46 Linux edited by melon
Added info about glm (diff)
18:30 Changeset [20] by melon
Various header and include fixes.
18:14 Changeset [19] by melon
Missing headers (common.hh) from the following files
17:52 Ticket #6 ([LINUX] Compilation error at resource_manager.cc) closed by melon
fixed: Fixed at revision 18
17:51 Changeset [18] by melon
Added header vector, as std::vector wasn't recognized

05/12/13:

10:40 Ticket #6 ([LINUX] Compilation error at resource_manager.cc) created by melon
[…]
10:38 Ticket #5 ([LINUX] Flags for C++11 not included in Makefile) closed by melon
fixed: Fixed under revision 17
10:37 Changeset [17] by melon
Modified the premake script. Before the modification, compiler flags …

05/11/13:

11:24 Ticket #5 ([LINUX] Flags for C++11 not included in Makefile) created by melon
The flags for C++11 standard are not included in makefiles generated …
11:18 Ticket #4 ([LINUX] Compilation error, bad_cast is not member of std) closed by melon
fixed: Fixed at revision 16
11:18 Changeset [16] by melon
Added library_error destructor that promises to throw no exceptions.
10:58 Changeset [15] by melon
Added header <typeinfo> as std::bad_cast wasn't recognized. (This …

05/10/13:

15:17 Ticket #2 (Compilation fails on linux, missing windows.h) closed by melon
fixed: Fixed with revision 14
15:15 Changeset [14] by melon
Header included to put compilation on Linux through

05/08/13:

19:48 Ticket #4 ([LINUX] Compilation error, bad_cast is not member of std) created by melon
melon@melon:~/nv/trunk$ make ==== Building nv (debug) ==== library.cc …
15:42 Ticket #3 ([Discussion] Code coverage) created by melon
It has be decided which till will we use to test the code coverage. …

05/07/13:

18:56 Ticket #2 (Compilation fails on linux, missing windows.h) created by melon
[…]
18:54 Ticket #1 (Failed to execute premake) closed by melon
invalid
18:53 Linux edited by melon
Full information how to compile the project under linux (diff)
18:42 Linux edited by melon
(diff)
18:34 Linux edited by melon
Added formatting (diff)
18:31 Linux created by melon
Added information on how to get started on linux
18:28 WikiStart edited by melon
Added link for how to get started on Linux (diff)

05/06/13:

22:28 Ticket #1 (Failed to execute premake) created by melon
Or at least there should be some info on the Wiki page [; …
Note: See TracTimeline for information about the timeline view.