source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @142   12 years epyon * texture_atlas - optionally takes a border parameter (default 1) * …
(edit) @138   12 years epyon * io/std_stream - PROPER std_stream implementation * io/std_stream - …
(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) @128   12 years epyon * bad cast in image.cc fixed * bug in c_file_system fixed
(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) @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) @116   12 years epyon * support for indexed arrays
(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) @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) @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) @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) @95   12 years epyon * order of includes fixed * logger bug fixed
(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) @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) @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) @79   12 years epyon * lua::state::do_string can take a returns parameter * …
(edit) @78   12 years epyon * types.hh - basing totally on typeid now * types.hh - removed …
(edit) @77   12 years epyon * types - typemap based on type_index, allowing type retrival by …
(edit) @75   12 years epyon * lua_glm - uses own naming scheme, made independent of nv/types.hh …
(edit) @74   12 years epyon * lua::state - removed notion of global state * lua_glm - fixed stack …
(edit) @70   12 years epyon * etype -> datatype * types clarifications, and datatype_traits
(edit) @69   12 years epyon * gui::element - render_data, class, dirty and text fields added with …
(edit) @68   12 years epyon * engine support for int8 vectors (might be removed later?) - types …
(edit) @67   12 years epyon * io_event structure * io_event enums * io_event type_database …
(edit) @66   12 years epyon * gui_element class and gui_common file * additions to object class
(edit) @64   12 years epyon * root class for object trees * revised exception throwing - now …
(edit) @62   12 years epyon * type -> etype - to reduce confusion for the compiler
(edit) @59   12 years epyon * rudimentary uid_store added
(edit) @57   12 years epyon * nv/object - object class added with implementation and type …
(edit) @56   12 years epyon * lua_aux added ( table functions currently )
(edit) @53   12 years epyon * lua_glm - powertool - almost complete implementation of glm/glsl …
(edit) @51   12 years epyon * lua_raw module added
(edit) @49   12 years epyon * renamings for easier typing
(edit) @48   12 years epyon * coloring for logger
(edit) @45   12 years epyon * temporary draw for context (and implementation) * cleaned up …
(edit) @44   12 years epyon * context bugfixes, force apply state at creation and apply render …
(edit) @43   12 years epyon * texture2d object interface and implementation
(edit) @42   12 years epyon * vertex_buffer interface and implementation
(edit) @41   12 years epyon * proper uniform binding implemented
(edit) @40   12 years epyon * bugfixes
(edit) @38   12 years epyon * gl_window added * gl_device added * NOVA library fully integrated …
(edit) @37   12 years epyon * gl_context added * removed geometry shader support from gl_program …
(edit) @36   12 years epyon * gl_program added
(edit) @35   12 years epyon * gl_enum helper functions * gl_names GL name handling
(edit) @34   12 years epyon * time module added
(edit) @29   12 years melon Removed some debug leftovers
(edit) @28   12 years melon Just some reformating, got rid of compiler warnings.
(edit) @27   12 years melon Reformating. Removed unused variables.
(edit) @26   12 years melon Added doxygen documentation to image. Removed image::clear() as this …
(edit) @25   12 years melon Modified thrown error messages to provide more details
(edit) @24   12 years melon Fixed typos (gylph => glyph)
(edit) @23   12 years melon Added missing header. Everything links now.
(edit) @21   12 years epyon * bugfixes * missing files added
(edit) @20   12 years melon Various header and include fixes.
(edit) @14   12 years melon Header included to put compilation on Linux through
(edit) @13   12 years epyon * pure image functionality of texture_atlas split into image clas
(edit) @12   12 years epyon * missing LCD Hinting functions added to freetype2 dynamic headers
(edit) @11   12 years epyon * common.hh - supression of C4201 warning under MSVC (nameless unions) …
(edit) @10   12 years epyon * freetype (2.4.6) dynamic bindings added
(edit) @9   12 years epyon * rudimentary lua support classes (lua::state, lua::table_guard, …
(edit) @7   12 years epyon * resource base class * resource_manager auto_singleton (universal)
(edit) @5   13 years epyon * nv/lib/*.hh - dynamic/static/shared headers for OpenGL, Lua, SDL and …
(edit) @4   13 years epyon * library.hh - dynamic library headers * logger.hh - logger headers …
(add) @2   13 years epyon * trunk layout * premake files
Note: See TracRevisionLog for help on using the revision log.