Timeline


and

06/29/13:

23:05 Changeset [140] by epyon
* missing texture for objload_test
20:32 Changeset [139] by epyon
* program - set_opt_uniform added * example extended to feature …
19:02 Changeset [138] by epyon
* io/std_stream - PROPER std_stream implementation * io/std_stream - …
00:06 WikiStart edited by epyon
(diff)
00:05 WikiStart edited by epyon
(diff)

06/28/13:

23:34 Changeset [137] by epyon
* objload test added ( to be expanded )
23:12 Changeset [136] by epyon
* mesh_loader - mesh loading interface (crappy, will need to change) …
23:02 Changeset [135] by epyon
* file_system - bugfix * std_stream - TODO added
17:39 Changeset [134] by epyon
* io/std_stream adapter added * TODO: test, and substitute memmove …

06/25/13:

19:18 Changeset [133] by shark
* Undoing changes to string.hh (my mistake, I'm wrong).
18:43 Changeset [132] by shark
* Added missing spaces in all of my documentation comments (whoops!) …

06/24/13:

21:31 Changeset [131] by shark
* array2d::resize() copies over data if preserve parameter is true. …

06/20/13:

01:57 Changeset [130] by epyon
* bugfix to array2d

06/19/13:

22:56 Changeset [129] by epyon
* nv::array2d< T > added - TODO: items posted too

06/18/13:

00:59 Changeset [128] by epyon
* bad cast in image.cc fixed * bug in c_file_system fixed

06/17/13:

23:26 Changeset [127] by epyon
* gui_test test project
22:20 Changeset [126] by epyon
* commiting the gui_element/gui_environment and gui_renderer in it's …
21:45 Changeset [125] by epyon
* fixes, uh
19:57 Changeset [124] by epyon
* stream and file_system interfaces added * io folder/library added …

06/16/13:

20:53 Changeset [123] by epyon
* Nova compiles under 64-bit Linux GCC 4.6, warning-free

06/15/13:

19:40 Changeset [122] by epyon
* missing math.hh
17:47 Changeset [121] by epyon
* Nova builds with -Weverything/-Wall/-pedantic/etc on: on MSVC …
02:05 Changeset [120] by epyon
* Nova now properly compiles and works under: mingw GCC 4.6 32-bit …

06/14/13:

16:21 WikiStart edited by epyon
(diff)

06/12/13:

09:38 Changeset [119] by epyon
* vertex_buffer - fixes to index buffered vertex_arrays * …
04:01 Changeset [118] by epyon
* cached_buffer - size caching, partial updates * cached_buffer - you …
01:17 WikiStart edited by epyon
(diff)
00:53 Changeset [117] by epyon
* removed BORLAND from compilers (no compatible version anyway) * …
00:34 C++11Support edited by epyon
(diff)
00:29 C++11Support created by epyon

06/11/13:

23:52 WikiStart edited by epyon
(diff)
22:33 Changeset [116] by epyon
* support for indexed arrays
20:22 Changeset [115] by shark
* Documenting added functions.
19:25 Changeset [114] by epyon
* texture_font - fixes * gui_style - fixes * position - added …

06/09/13:

18:03 WikiStart edited by epyon
(diff)
16:08 Changeset [113] by epyon
* LLVM C++ fixes part 3. NV compiles on LLVM
15:53 Changeset [112] by epyon
* LLVM C++ fixes part 2
15:21 Changeset [111] by epyon
* LLVM C++ fixes part 1. LLVM ROCKS.

06/08/13:

14:38 Ticket #15 (Connectivity map for objective placement) created by epyon
http://www.squidi.net/three/entry.php?id=4 Design it as a containter, …

06/07/13:

09:25 Changeset [110] by shark
* Doing a little documenting.

06/06/13:

17:29 Changeset [109] by epyon
* prevent multiple loadings of the same library

06/05/13:

17:19 Changeset [108] by epyon
* gui_common.hh - render_data did not have virtual destructor - fixed …
13:54 Changeset [107] by epyon
* proper initialization for root object
13:35 Changeset [106] by epyon
* cached_buffer::commit returns bool - true if buffer has been recreated
13:26 Changeset [105] by epyon
* root object has virtual functions child_added, child_removed, called …

06/04/13:

22:31 Changeset [104] by epyon
* gui_style class - initial implementation * support for style …
19:10 Changeset [103] by epyon
* texture_font - proper support for depth 4
02:57 Changeset [102] by epyon
* cachebuf_test added - testing the cache buffer and interleaved …
02:51 Changeset [101] by epyon
* fixes to cached_buffer, mesh and device * extension of vertex_buffer

06/03/13:

23:21 Changeset [100] by epyon
* vertex_buffer - assign changed to update, needs bind * …
18:17 Changeset [99] by epyon
* vertex_buffer - added assign by range (will change with the next …
16:06 Changeset [98] by epyon
* window stores and can return it's device
15:33 UI edited by epyon
(diff)
09:08 Changeset [97] by shark
* rectangle::clamp_to didn't return the bool value it was supposed to …
03:25 Linux edited by epyon
(diff)
02:09 WikiStart edited by epyon
(diff)
02:09 DoxygenConventions created by epyon
02:03 CodingConventions created by epyon
01:44 WikiStart edited by epyon
(diff)
01:35 Changeset [96] by epyon
* texture_atlas and texture_font include guards fixed
01:33 Changeset [95] by epyon
* order of includes fixed * logger bug fixed
00:47 Changeset [94] by epyon
* removed duplicate forward (should fix refs#14)
00:44 Changeset [93] by epyon
* io_event - event and key list expanded * window - is_event_pending, …

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
Note: See TracTimeline for information about the timeline view.