source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @179   12 years epyon * interface/map_area added * lua/map_area implemented (barebones)
(edit) @178   12 years epyon * flags - now properly working with non-enum types *
(edit) @177   12 years epyon * common - added narrow_cast (to be expanded) * lua/glm - added …
(edit) @176   12 years epyon * lua/area - lua-side area class added
(edit) @175   12 years epyon * random - random module added with support for random vectors
(edit) @174   12 years epyon * lua/glm - breaking functions into module (static) functions and methods
(edit) @173   12 years epyon * lua - fixes for the compatibility mode
(edit) @172   12 years epyon * sdl - missing 2.0 sdl_functions * lua - compat implementation of …
(edit) @171   12 years epyon * sdl - full 2.0 version implemented in the same header * sdl - nova …
(edit) @170   12 years epyon * sdl - structure/define wise 2.0 support added (no functions yet) * …
(edit) @169   12 years epyon * sdl - structure/define wise 2.0 support added (no functions yet)
(edit) @168   12 years epyon * sdl and sdl_image - using new function loading method * sdl - …
(edit) @167   12 years epyon * freetype2 - using new function loading method * gl - using new …
(edit) @166   12 years epyon * library - try_open and try_get functions added for non-throwing …
(edit) @165   12 years epyon * lua bindings - version choice made explicit, lua jit a toggle, not a …
(edit) @164   12 years epyon * lua bindings - much smarter way to implement bindings via …
(edit) @163   12 years epyon * lua_state - lua::state::register_enum added (based on type database)
(edit) @162   12 years epyon * flags - flags support, essentially a std::bitset implementation with …
(edit) @161   12 years epyon * unified naming of attributes in nv * predefined attribute bindings …
(edit) @160   12 years epyon * gl.hh - added GL_GENERATE_MIPMAP (deprecated in GL 3.0, but …
(edit) @159   12 years epyon * keyframed_mesh - animation start takes count of frames not stop
(edit) @158   12 years epyon * keyframed_mesh class added
(edit) @157   12 years epyon * context now stores device pointer
(edit) @156   12 years epyon * keyframed_mesh renamed to keyframed_mesh_data
(edit) @155   12 years epyon * vertex_array - added option to update vertex buffer attribute offset
(edit) @154   12 years epyon * minor fix
(edit) @153   12 years epyon * device & vertex_buffer - void* of data made const for const …
(edit) @152   12 years epyon * cached_buffer has been renamed to sliced_buffer
(edit) @151   12 years epyon * minor fix in profiler
(edit) @150   12 years epyon * powerful profiler module added
(edit) @149   12 years epyon * time - choice of uint32/uint64 depending on requested precision in …
(edit) @148   12 years epyon * md3 loader - work in progress
(edit) @147   12 years epyon * obj_loader - support for tangent space calculation
(edit) @146   12 years epyon * warnings fixed
(edit) @145   12 years epyon * texture_atlas - we want to retain the extra border if handling text, …
(edit) @144   12 years shark * texture_atlas: Fixed exact fit behavior bug.
(edit) @143   12 years epyon * root - bugfix to root destructor
(edit) @142   12 years epyon * texture_atlas - optionally takes a border parameter (default 1) * …
(edit) @141   12 years epyon * array2d - fixed [] operator * mesh - fixed get_attribute
(edit) @140   12 years epyon * missing texture for objload_test
(edit) @139   12 years epyon * program - set_opt_uniform added * example extended to feature …
(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   12 years epyon * bad cast in image.cc fixed * bug in c_file_system fixed
(edit) @127   12 years epyon * gui_test test project
(edit) @126   12 years epyon * commiting the gui_element/gui_environment and gui_renderer in it's …
(edit) @125   12 years epyon * fixes, uh
(edit) @124   12 years epyon * stream and file_system interfaces added * io folder/library added …
(edit) @123   12 years epyon * Nova compiles under 64-bit Linux GCC 4.6, warning-free
(edit) @122   12 years epyon * missing math.hh
(edit) @121   12 years epyon * Nova builds with -Weverything/-Wall/-pedantic/etc on: on MSVC …
(edit) @120   12 years epyon * Nova now properly compiles and works under: mingw GCC 4.6 32-bit …
(edit) @119   12 years epyon * vertex_buffer - fixes to index buffered vertex_arrays * …
(edit) @118   12 years epyon * cached_buffer - size caching, partial updates * cached_buffer - you …
(edit) @117   12 years epyon * removed BORLAND from compilers (no compatible version anyway) * …
(edit) @116   12 years epyon * support for indexed arrays
(edit) @115   12 years shark * Documenting added functions.
(edit) @114   12 years epyon * texture_font - fixes * gui_style - fixes * position - added …
(edit) @113   12 years epyon * LLVM C++ fixes part 3. NV compiles on LLVM
(edit) @112   12 years epyon * LLVM C++ fixes part 2
(edit) @111   12 years epyon * LLVM C++ fixes part 1. LLVM ROCKS.
(edit) @110   12 years shark * Doing a little documenting.
(edit) @109   12 years epyon * prevent multiple loadings of the same library
(edit) @108   12 years epyon * gui_common.hh - render_data did not have virtual destructor - fixed …
(edit) @107   12 years epyon * proper initialization for root object
(edit) @106   12 years epyon * cached_buffer::commit returns bool - true if buffer has been recreated
(edit) @105   12 years epyon * root object has virtual functions child_added, child_removed, called …
(edit) @104   12 years epyon * gui_style class - initial implementation * support for style …
(edit) @103   12 years epyon * texture_font - proper support for depth 4
(edit) @102   12 years epyon * cachebuf_test added - testing the cache buffer and interleaved …
(edit) @101   12 years epyon * fixes to cached_buffer, mesh and device * extension of vertex_buffer
(edit) @100   12 years epyon * vertex_buffer - assign changed to update, needs bind * …
(edit) @99   12 years epyon * vertex_buffer - added assign by range (will change with the next …
(edit) @98   12 years epyon * window stores and can return it's device
(edit) @97   12 years shark * rectangle::clamp_to didn't return the bool value it was supposed to …
(edit) @96   12 years epyon * texture_atlas and texture_font include guards fixed
(edit) @95   12 years epyon * order of includes fixed * logger bug fixed
(edit) @94   12 years epyon * removed duplicate forward (should fix refs#14)
(edit) @93   12 years epyon * io_event - event and key list expanded * window - is_event_pending, …
(edit) @92   12 years epyon * device - delay and get_ms_ticks added * gl_device - delay and …
(edit) @91   12 years epyon * most common C++ bug -_-
(edit) @90   12 years epyon * common - windows SCL warnings proper suppression * common - …
(edit) @89   12 years epyon * gfx folders added - moved image, texture_atlas and texture_font to them
(edit) @88   12 years epyon * spaces to tabs (*sigh* -_-)
(edit) @87   12 years epyon * compilation fix - should work now both under MSVC and GCC
(edit) @86   12 years epyon * lua::state constructors made explicit * lua::state can implicitly …
(edit) @85   12 years epyon * lua_raw - several utility functions added * lua_aux - aux …
(edit) @84   12 years melon Another portion of bugfixes. Missing typename…
(edit) @83   12 years melon Just removed all tabs with spaces, indentation is set to four. Nothing …
(edit) @82   12 years melon Another portion of bug-fixes (no namespaces)
(edit) @81   12 years melon Missing namespace for typeinfo. Seriously? How come Microsoft …
(edit) @80   12 years melon Wrong THROW used in common.hh. No message was returned with NV_THROW …
Note: See TracRevisionLog for help on using the revision log.