|
|
@471
|
10 years |
epyon |
* full math library
* GLM dependency removed
|
|
|
@469
|
10 years |
epyon |
* stl/short_string - minor fix
* stl/utility - max for 3 arguments
* …
|
|
|
@456
|
10 years |
epyon |
* mesh_creator minor cleanup - need more
* data channel cloning
* …
|
|
|
@448
|
10 years |
epyon |
* algorithm/remove added
* some namespace anti-adl fixes (should be …
|
|
|
@444
|
10 years |
epyon |
* slowly fixing up gui
|
|
|
@440
|
10 years |
epyon |
* massive std::string removal
* no header depends on std::string …
|
|
|
@437
|
10 years |
epyon |
* local updates (string removal)
|
|
|
@435
|
10 years |
epyon |
* short_string implementation - first usages
|
|
|
@433
|
10 years |
epyon |
* string.hh split into separate files
* string.hh - removed …
|
|
|
@406
|
10 years |
epyon |
* code compiles cleanly on maximum warning level
|
|
|
@401
|
10 years |
epyon |
* clang/gcc fixes
* removed aligned array, usage of alignas should …
|
|
|
@395
|
10 years |
epyon |
* bulk update
copyright update
include guards cleanup
…
|
|
|
@392
|
10 years |
epyon |
* massive shift towards nova STL
* include cleanups
|
|
|
@380
|
10 years |
epyon |
* oops, missed src :
got rid of to_string and other std::string …
|
|
|
@378
|
10 years |
epyon |
* important fix in reverse_iterator operators
* std::string functions …
|
|
|
@376
|
10 years |
epyon |
* stl/assert.hh, stl/capi.hh, size_t independent
* GCC 4.8 …
|
|
|
@367
|
10 years |
epyon |
* fixed compilation and warnings on gcc
* slowly removing/merging …
|
|
|
@365
|
10 years |
epyon |
* overhaul of logging:
no longer stream operated
no longer …
|
|
|
@364
|
10 years |
epyon |
* fixed compilation on clang
* cleared all clang warnings (except …
|
|
|
@356
|
10 years |
epyon |
* minor fixes to ascii gui renderer
* ascii gui renderer works
|
|
|
@355
|
10 years |
epyon |
* ascii gui renderer (untested)
|
|
|
@354
|
10 years |
epyon |
* separation of the graphics code from the gui code
|
|
|
@351
|
10 years |
epyon |
* gui hover and selected support
* minor changes
|
|
|
@350
|
10 years |
epyon |
* massive untracked updates
|
|
|
@346
|
11 years |
epyon |
* raw string literals used (C++11)
|
|
|
@344
|
11 years |
epyon |
* negative coordinate in element creation is an offset from screen size
|
|
|
@328
|
11 years |
epyon |
* support for basic gui element skinning (WIP)
* window_manager fix …
|
|
|
@322
|
11 years |
epyon |
* profiler control via define/NV_DEBUG
* weird RELEASE mode audio …
|
|
|
@319
|
11 years |
epyon |
* created core module and moved all free source files there
* took …
|
|
|
@318
|
11 years |
epyon |
* gui shader now embedded
|
|
|
@313
|
11 years |
epyon |
* cleanup of context and device interfaces
* create_vertex_array …
|
|
|
@303
|
11 years |
epyon |
* program is now handle-based
* all device constructs are now …
|
|
|
@302
|
11 years |
epyon |
* buffers and vertex_arrays are now handle based
|
|
|
@301
|
11 years |
epyon |
* textures are now handled by lightweight handles
* textures now need …
|
|
|
@299
|
11 years |
epyon |
* all bind and update function for graphics objects are done via …
|
|
|
@281
|
11 years |
epyon |
* animation key raw sizes (the whole system will be dumped though)
* …
|
|
|
@271
|
11 years |
epyon |
* entity storage based on handles in handle.hh
* gui uses entity storage
|
|
|
@270
|
11 years |
epyon |
* nv::handle - generic handle implementation
* nv::index_store - …
|
|
|
@269
|
11 years |
epyon |
* gui::environment uses a single vector of static elements
* …
|
|
|
@268
|
11 years |
epyon |
* gui::element completely independent of object
* gui::element is …
|
|
|
@267
|
11 years |
epyon |
* gui::element class now pure data
* gui::element related code in …
|
|
|
@266
|
11 years |
epyon |
* decoupling - uid_store independent of nv::object
* decoupling - …
|
|
|
@264
|
11 years |
epyon |
* decoupling - root doesn't have to be an object
* decoupling - …
|
|
|
@257
|
11 years |
epyon |
* object can now only created from root
* all registration is done …
|
|
|
@239
|
11 years |
epyon |
* massive update of mesh handling
* universal mesh handling routines
…
|
|
|
@234
|
11 years |
epyon |
* shader path for GUI (still temporary fix)
|
|
|
@204
|
12 years |
cahir |
Fix warnings on MacOSX 64-bit with clang 3.3
|
|
|
@189
|
12 years |
epyon |
* formats - full md2 implementation, including re-indexing and frame …
|
|
|
@161
|
12 years |
epyon |
* unified naming of attributes in nv
* predefined attribute bindings …
|
|
|
@152
|
12 years |
epyon |
* cached_buffer has been renamed to sliced_buffer
|
|
|
@126
|
12 years |
epyon |
* commiting the gui_element/gui_environment and gui_renderer in it's …
|
|
|
@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 …
|
|
|
@114
|
12 years |
epyon |
* texture_font - fixes
* gui_style - fixes
* position - added …
|
|
|
@104
|
12 years |
epyon |
* gui_style class - initial implementation
* support for style …
|
|
|
@99
|
12 years |
epyon |
* vertex_buffer - added assign by range (will change with the next …
|
|
|
@77
|
12 years |
epyon |
* types - typemap based on type_index, allowing type retrival by …
|
|
|
@69
|
12 years |
epyon |
* gui::element - render_data, class, dirty and text fields added with …
|
|
|
@66
|
12 years |
epyon |
* gui_element class and gui_common file
* additions to object class
|