|
|
@156
|
12 years |
epyon |
* keyframed_mesh renamed to keyframed_mesh_data
|
|
|
@155
|
12 years |
epyon |
* vertex_array - added option to update vertex buffer attribute offset
|
|
|
@154
|
12 years |
epyon |
* minor fix
|
|
|
@153
|
12 years |
epyon |
* device & vertex_buffer - void* of data made const for const …
|
|
|
@152
|
12 years |
epyon |
* cached_buffer has been renamed to sliced_buffer
|
|
|
@151
|
12 years |
epyon |
* minor fix in profiler
|
|
|
@150
|
12 years |
epyon |
* powerful profiler module added
|
|
|
@149
|
12 years |
epyon |
* time - choice of uint32/uint64 depending on requested precision in …
|
|
|
@148
|
12 years |
epyon |
* md3 loader - work in progress
|
|
|
@147
|
12 years |
epyon |
* obj_loader - support for tangent space calculation
|
|
|
@146
|
12 years |
epyon |
* warnings fixed
|
|
|
@145
|
12 years |
epyon |
* texture_atlas - we want to retain the extra border if handling text, …
|
|
|
@144
|
12 years |
shark |
* texture_atlas: Fixed exact fit behavior bug.
|
|
|
@143
|
12 years |
epyon |
* root - bugfix to root destructor
|
|
|
@142
|
12 years |
epyon |
* texture_atlas - optionally takes a border parameter (default 1)
* …
|
|
|
@141
|
12 years |
epyon |
* array2d - fixed [] operator
* mesh - fixed get_attribute
|
|
|
@140
|
12 years |
epyon |
* missing texture for objload_test
|
|
|
@139
|
12 years |
epyon |
* program - set_opt_uniform added
* example extended to feature …
|
|
|
@138
|
12 years |
epyon |
* io/std_stream - PROPER std_stream implementation
* io/std_stream - …
|
|
|
@137
|
12 years |
epyon |
* objload test added ( to be expanded )
|
|
|
@136
|
12 years |
epyon |
* mesh_loader - mesh loading interface (crappy, will need to change)
…
|
|
|
@135
|
12 years |
epyon |
* file_system - bugfix
* std_stream - TODO added
|
|
|
@134
|
12 years |
epyon |
* io/std_stream adapter added
* TODO: test, and substitute memmove …
|
|
|
@133
|
12 years |
shark |
* Undoing changes to string.hh (my mistake, I'm wrong).
|
|
|
@132
|
12 years |
shark |
* Added missing spaces in all of my documentation comments (whoops!)
…
|
|
|
@131
|
12 years |
shark |
* array2d::resize() copies over data if preserve parameter is true. …
|
|
|
@130
|
12 years |
epyon |
* bugfix to array2d
|
|
|
@129
|
12 years |
epyon |
* nv::array2d< T > added - TODO: items posted too
|
|
|
@128
|
12 years |
epyon |
* bad cast in image.cc fixed
* bug in c_file_system fixed
|
|
|
@127
|
12 years |
epyon |
* gui_test test project
|
|
|
@126
|
12 years |
epyon |
* commiting the gui_element/gui_environment and gui_renderer in it's …
|
|
|
@125
|
12 years |
epyon |
* fixes, uh
|
|
|
@124
|
12 years |
epyon |
* stream and file_system interfaces added
* io folder/library added
…
|
|
|
@123
|
12 years |
epyon |
* Nova compiles under 64-bit Linux GCC 4.6, warning-free
|
|
|
@122
|
12 years |
epyon |
* missing math.hh
|
|
|
@121
|
12 years |
epyon |
* Nova builds with -Weverything/-Wall/-pedantic/etc on:
on MSVC …
|
|
|
@120
|
12 years |
epyon |
* Nova now properly compiles and works under:
mingw GCC 4.6 32-bit …
|
|
|
@119
|
12 years |
epyon |
* vertex_buffer - fixes to index buffered vertex_arrays
* …
|
|
|
@118
|
12 years |
epyon |
* cached_buffer - size caching, partial updates
* cached_buffer - you …
|
|
|
@117
|
12 years |
epyon |
* removed BORLAND from compilers (no compatible version anyway)
* …
|
|
|
@116
|
12 years |
epyon |
* support for indexed arrays
|
|
|
@115
|
12 years |
shark |
* Documenting added functions.
|
|
|
@114
|
12 years |
epyon |
* texture_font - fixes
* gui_style - fixes
* position - added …
|
|
|
@113
|
12 years |
epyon |
* LLVM C++ fixes part 3. NV compiles on LLVM
|
|
|
@112
|
12 years |
epyon |
* LLVM C++ fixes part 2
|
|
|
@111
|
12 years |
epyon |
* LLVM C++ fixes part 1. LLVM ROCKS.
|
|
|
@110
|
12 years |
shark |
* Doing a little documenting.
|
|
|
@109
|
12 years |
epyon |
* prevent multiple loadings of the same library
|
|
|
@108
|
12 years |
epyon |
* gui_common.hh - render_data did not have virtual destructor - fixed
…
|
|
|
@107
|
12 years |
epyon |
* proper initialization for root object
|
|
|
@106
|
12 years |
epyon |
* cached_buffer::commit returns bool - true if buffer has been recreated
|
|
|
@105
|
12 years |
epyon |
* root object has virtual functions child_added, child_removed, called …
|
|
|
@104
|
12 years |
epyon |
* gui_style class - initial implementation
* support for style …
|
|
|
@103
|
12 years |
epyon |
* texture_font - proper support for depth 4
|
|
|
@102
|
12 years |
epyon |
* cachebuf_test added - testing the cache buffer and interleaved …
|
|
|
@101
|
12 years |
epyon |
* fixes to cached_buffer, mesh and device
* extension of vertex_buffer
|
|
|
@100
|
12 years |
epyon |
* vertex_buffer - assign changed to update, needs bind
* …
|
|
|
@99
|
12 years |
epyon |
* vertex_buffer - added assign by range (will change with the next …
|
|
|
@98
|
12 years |
epyon |
* window stores and can return it's device
|
|
|
@97
|
12 years |
shark |
* rectangle::clamp_to didn't return the bool value it was supposed to …
|
|
|
@96
|
12 years |
epyon |
* texture_atlas and texture_font include guards fixed
|
|
|
@95
|
12 years |
epyon |
* order of includes fixed
* logger bug fixed
|
|
|
@94
|
12 years |
epyon |
* removed duplicate forward (should fix refs#14)
|
|
|
@93
|
12 years |
epyon |
* io_event - event and key list expanded
* window - is_event_pending, …
|
|
|
@92
|
12 years |
epyon |
* device - delay and get_ms_ticks added
* gl_device - delay and …
|
|
|
@91
|
12 years |
epyon |
* most common C++ bug -_-
|
|
|
@90
|
12 years |
epyon |
* common - windows SCL warnings proper suppression
* common - …
|
|
|
@89
|
12 years |
epyon |
* gfx folders added - moved image, texture_atlas and texture_font to them
|
|
|
@88
|
12 years |
epyon |
* spaces to tabs (*sigh* -_-)
|
|
|
@87
|
12 years |
epyon |
* compilation fix - should work now both under MSVC and GCC
|
|
|
@86
|
12 years |
epyon |
* lua::state constructors made explicit
* lua::state can implicitly …
|
|
|
@85
|
12 years |
epyon |
* lua_raw - several utility functions added
* lua_aux - aux …
|
|
|
@84
|
12 years |
melon |
Another portion of bugfixes. Missing typename…
|
|
|
@83
|
12 years |
melon |
Just removed all tabs with spaces, indentation is set to four. Nothing …
|
|
|
@82
|
12 years |
melon |
Another portion of bug-fixes (no namespaces)
|
|
|
@81
|
12 years |
melon |
Missing namespace for typeinfo.
Seriously? How come Microsoft …
|
|
|
@80
|
12 years |
melon |
Wrong THROW used in common.hh.
No message was returned with NV_THROW
…
|
|
|
@79
|
12 years |
epyon |
* lua::state::do_string can take a returns parameter
* …
|
|
|
@78
|
12 years |
epyon |
* types.hh - basing totally on typeid now
* types.hh - removed …
|
|
|
@77
|
12 years |
epyon |
* types - typemap based on type_index, allowing type retrival by …
|
|
|
@76
|
12 years |
epyon |
* minor fixes
|
|
|
@75
|
12 years |
epyon |
* lua_glm - uses own naming scheme, made independent of nv/types.hh …
|
|
|
@74
|
12 years |
epyon |
* lua::state - removed notion of global state
* lua_glm - fixed stack …
|
|
|
@73
|
12 years |
epyon |
* shortcut create_vertex_array based on program and mesh
|
|
|
@72
|
12 years |
epyon |
* etype_traits -> datatype_traits
|
|
|
@71
|
12 years |
epyon |
* mesh interface class with vertex_attribute, index, primitive and …
|
|
|
@70
|
12 years |
epyon |
* etype -> datatype
* types clarifications, and datatype_traits
|
|
|
@69
|
12 years |
epyon |
* gui::element - render_data, class, dirty and text fields added with …
|
|
|
@68
|
12 years |
epyon |
* engine support for int8 vectors (might be removed later?) - types …
|
|
|
@67
|
12 years |
epyon |
* io_event structure
* io_event enums
* io_event type_database …
|
|
|
@66
|
12 years |
epyon |
* gui_element class and gui_common file
* additions to object class
|
|
|
@65
|
12 years |
epyon |
* position.hh - positioning classes - dimension and position are just …
|
|
|
@64
|
12 years |
epyon |
* root class for object trees
* revised exception throwing - now …
|
|
|
@63
|
12 years |
melon |
Fixes some, but not all errors in types.hh
|
|
|
@62
|
12 years |
epyon |
* type -> etype - to reduce confusion for the compiler
|
|
|
@61
|
12 years |
melon |
Modified LUA script to support Linux
Modified types.hh, still the …
|
|
|
@60
|
12 years |
melon |
Missing cstddef (size_t)
|
|
|
@59
|
12 years |
epyon |
* rudimentary uid_store added
|
|
|
@58
|
12 years |
epyon |
* compilation fix
|
|
|
@57
|
12 years |
epyon |
* nv/object - object class added with implementation and type …
|
|
|