source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @138   12 years epyon * io/std_stream - PROPER std_stream implementation * io/std_stream - …
(edit) @137   12 years epyon * objload test added ( to be expanded )
(edit) @136   12 years epyon * mesh_loader - mesh loading interface (crappy, will need to change) …
(edit) @135   12 years epyon * file_system - bugfix * std_stream - TODO added
(edit) @134   12 years epyon * io/std_stream adapter added * TODO: test, and substitute memmove …
(edit) @133   12 years shark * Undoing changes to string.hh (my mistake, I'm wrong).
(edit) @132   12 years shark * Added missing spaces in all of my documentation comments (whoops!) …
(edit) @131   12 years shark * array2d::resize() copies over data if preserve parameter is true. …
(edit) @130   12 years epyon * bugfix to array2d
(edit) @129   12 years epyon * nv::array2d< T > added - TODO: items posted too
(edit) @128   13 years epyon * bad cast in image.cc fixed * bug in c_file_system fixed
(edit) @127   13 years epyon * gui_test test project
(edit) @126   13 years epyon * commiting the gui_element/gui_environment and gui_renderer in it's …
(edit) @125   13 years epyon * fixes, uh
(edit) @124   13 years epyon * stream and file_system interfaces added * io folder/library added …
(edit) @123   13 years epyon * Nova compiles under 64-bit Linux GCC 4.6, warning-free
(edit) @122   13 years epyon * missing math.hh
(edit) @121   13 years epyon * Nova builds with -Weverything/-Wall/-pedantic/etc on: on MSVC …
(edit) @120   13 years epyon * Nova now properly compiles and works under: mingw GCC 4.6 32-bit …
(edit) @119   13 years epyon * vertex_buffer - fixes to index buffered vertex_arrays * …
(edit) @118   13 years epyon * cached_buffer - size caching, partial updates * cached_buffer - you …
(edit) @117   13 years epyon * removed BORLAND from compilers (no compatible version anyway) * …
(edit) @116   13 years epyon * support for indexed arrays
(edit) @115   13 years shark * Documenting added functions.
(edit) @114   13 years epyon * texture_font - fixes * gui_style - fixes * position - added …
(edit) @113   13 years epyon * LLVM C++ fixes part 3. NV compiles on LLVM
(edit) @112   13 years epyon * LLVM C++ fixes part 2
(edit) @111   13 years epyon * LLVM C++ fixes part 1. LLVM ROCKS.
(edit) @110   13 years shark * Doing a little documenting.
(edit) @109   13 years epyon * prevent multiple loadings of the same library
(edit) @108   13 years epyon * gui_common.hh - render_data did not have virtual destructor - fixed …
(edit) @107   13 years epyon * proper initialization for root object
(edit) @106   13 years epyon * cached_buffer::commit returns bool - true if buffer has been recreated
(edit) @105   13 years epyon * root object has virtual functions child_added, child_removed, called …
(edit) @104   13 years epyon * gui_style class - initial implementation * support for style …
(edit) @103   13 years epyon * texture_font - proper support for depth 4
(edit) @102   13 years epyon * cachebuf_test added - testing the cache buffer and interleaved …
(edit) @101   13 years epyon * fixes to cached_buffer, mesh and device * extension of vertex_buffer
(edit) @100   13 years epyon * vertex_buffer - assign changed to update, needs bind * …
(edit) @99   13 years epyon * vertex_buffer - added assign by range (will change with the next …
(edit) @98   13 years epyon * window stores and can return it's device
(edit) @97   13 years shark * rectangle::clamp_to didn't return the bool value it was supposed to …
(edit) @96   13 years epyon * texture_atlas and texture_font include guards fixed
(edit) @95   13 years epyon * order of includes fixed * logger bug fixed
(edit) @94   13 years epyon * removed duplicate forward (should fix refs#14)
(edit) @93   13 years epyon * io_event - event and key list expanded * window - is_event_pending, …
(edit) @92   13 years epyon * device - delay and get_ms_ticks added * gl_device - delay and …
(edit) @91   13 years epyon * most common C++ bug -_-
(edit) @90   13 years epyon * common - windows SCL warnings proper suppression * common - …
(edit) @89   13 years epyon * gfx folders added - moved image, texture_atlas and texture_font to them
(edit) @88   13 years epyon * spaces to tabs (*sigh* -_-)
(edit) @87   13 years epyon * compilation fix - should work now both under MSVC and GCC
(edit) @86   13 years epyon * lua::state constructors made explicit * lua::state can implicitly …
(edit) @85   13 years epyon * lua_raw - several utility functions added * lua_aux - aux …
(edit) @84   13 years melon Another portion of bugfixes. Missing typename…
(edit) @83   13 years melon Just removed all tabs with spaces, indentation is set to four. Nothing …
(edit) @82   13 years melon Another portion of bug-fixes (no namespaces)
(edit) @81   13 years melon Missing namespace for typeinfo. Seriously? How come Microsoft …
(edit) @80   13 years melon Wrong THROW used in common.hh. No message was returned with NV_THROW …
(edit) @79   13 years epyon * lua::state::do_string can take a returns parameter * …
(edit) @78   13 years epyon * types.hh - basing totally on typeid now * types.hh - removed …
(edit) @77   13 years epyon * types - typemap based on type_index, allowing type retrival by …
(edit) @76   13 years epyon * minor fixes
(edit) @75   13 years epyon * lua_glm - uses own naming scheme, made independent of nv/types.hh …
(edit) @74   13 years epyon * lua::state - removed notion of global state * lua_glm - fixed stack …
(edit) @73   13 years epyon * shortcut create_vertex_array based on program and mesh
(edit) @72   13 years epyon * etype_traits -> datatype_traits
(edit) @71   13 years epyon * mesh interface class with vertex_attribute, index, primitive and …
(edit) @70   13 years epyon * etype -> datatype * types clarifications, and datatype_traits
(edit) @69   13 years epyon * gui::element - render_data, class, dirty and text fields added with …
(edit) @68   13 years epyon * engine support for int8 vectors (might be removed later?) - types …
(edit) @67   13 years epyon * io_event structure * io_event enums * io_event type_database …
(edit) @66   13 years epyon * gui_element class and gui_common file * additions to object class
(edit) @65   13 years epyon * position.hh - positioning classes - dimension and position are just …
(edit) @64   13 years epyon * root class for object trees * revised exception throwing - now …
(edit) @63   13 years melon Fixes some, but not all errors in types.hh
(edit) @62   13 years epyon * type -> etype - to reduce confusion for the compiler
(edit) @61   13 years melon Modified LUA script to support Linux Modified types.hh, still the …
(edit) @60   13 years melon Missing cstddef (size_t)
(edit) @59   13 years epyon * rudimentary uid_store added
(edit) @58   13 years epyon * compilation fix
(edit) @57   13 years epyon * nv/object - object class added with implementation and type …
(edit) @56   13 years epyon * lua_aux added ( table functions currently )
(edit) @55   13 years epyon * offset_of hack added if in future problems will arise
(edit) @54   13 years epyon * several enhancements to the RTTI system
(edit) @53   13 years epyon * lua_glm - powertool - almost complete implementation of glm/glsl …
(edit) @52   13 years epyon * tests/lualib_test - simple interpreter for testing libraries
(edit) @51   13 years epyon * lua_raw module added
(edit) @50   13 years epyon * error checking for attribute and uniform queries
(edit) @49   13 years epyon * renamings for easier typing
(edit) @48   13 years epyon * coloring for logger
(edit) @47   13 years epyon * cleaned up commented out code
(edit) @46   13 years epyon * tests directory added * render_test added (old visual test with new …
(edit) @45   13 years epyon * temporary draw for context (and implementation) * cleaned up …
(edit) @44   13 years epyon * context bugfixes, force apply state at creation and apply render …
(edit) @43   13 years epyon * texture2d object interface and implementation
(edit) @42   13 years epyon * vertex_buffer interface and implementation
(edit) @41   13 years epyon * proper uniform binding implemented
(edit) @40   13 years epyon * bugfixes
(edit) @39   13 years epyon * device interface updated - removed geometry shader
Note: See TracRevisionLog for help on using the revision log.