|
|
@485
|
9 years |
epyon |
* massive update (need to start doing atomics again) :/
|
|
|
@484
|
10 years |
epyon |
* resource manager updates
* nv-image added
* missing stl memory …
|
|
|
@483
|
10 years |
epyon |
* skeleton updates
|
|
|
@482
|
10 years |
epyon |
* skeletal animation updated
|
|
|
@481
|
10 years |
epyon |
* skeleton/resource updates
|
|
|
@480
|
10 years |
epyon |
* cleanup of legacy code
* resource updates
|
|
|
@479
|
10 years |
epyon |
* resource system cleanups
|
|
|
@478
|
10 years |
epyon |
* fixes
|
|
|
@477
|
10 years |
epyon |
* resource handling rewrite
* skeletal_mesh/mesh_data updates
|
|
|
@476
|
10 years |
epyon |
* utility compressed_pair.hh
|
|
|
@475
|
10 years |
epyon |
* skeletal_mesh updates
|
|
|
@474
|
10 years |
epyon |
* resource manager updates
|
|
|
@473
|
10 years |
epyon |
* rtti updates
* device/context initial uniform buffer support
* fixes
|
|
|
@472
|
10 years |
epyon |
* additional uniforms
* R16F and R32F format support
* error fixes …
|
|
|
@471
|
10 years |
epyon |
* full math library
* GLM dependency removed
|
|
|
@470
|
10 years |
epyon |
* animation time definition fixes
|
|
|
@469
|
10 years |
epyon |
* stl/short_string - minor fix
* stl/utility - max for 3 arguments
* …
|
|
|
@468
|
10 years |
epyon |
* cleanup of material_idx
|
|
|
@467
|
10 years |
epyon |
* wx_canvas - color logging
* string - _sh64/_sh32 literal support
* …
|
|
|
@466
|
10 years |
epyon |
* support for separate runtime CRT build
* wx fix for new gl headers
|
|
|
@465
|
10 years |
epyon |
* include guards for types
* switching to OpenGL 3.1
|
|
|
@464
|
10 years |
epyon |
* full GL header support up to 4.5
|
|
|
@463
|
10 years |
epyon |
* 3D/2D_ARRAY texture support
|
|
|
@462
|
10 years |
epyon |
* camera/device/uniform - modelview_inv added
* …
|
|
|
@461
|
10 years |
epyon |
* quaternion fixes
* image_data/device/gl_device/gl_enum - single …
|
|
|
@460
|
10 years |
epyon |
* fix for type_erasure iterator
|
|
|
@459
|
10 years |
epyon |
* quaternion implementation
|
|
|
@458
|
10 years |
epyon |
* starting work on stl/type_erasure
* mesh_creator - fixed tangent …
|
|
|
@457
|
10 years |
epyon |
* mesh_creator - mirror and swap_culling, const on merge and …
|
|
|
@456
|
10 years |
epyon |
* mesh_creator minor cleanup - need more
* data channel cloning
* …
|
|
|
@455
|
10 years |
epyon |
* fov has own interface, not map_area based
|
|
|
@454
|
10 years |
epyon |
* math library work
* glm only referenced in math/common.hh
* still …
|
|
|
@453
|
10 years |
epyon |
* added math/degrees and radians
* added math/geometric - not used …
|
|
|
@452
|
10 years |
epyon |
* lua_glm -> lua_math
|
|
|
@451
|
10 years |
epyon |
* math library started
|
|
|
@450
|
10 years |
epyon |
* fixed offset_of
* types.hh support unioned fields
* io_event …
|
|
|
@449
|
10 years |
epyon |
* metatable types cleanup
* fix for nlua_typecontent
|
|
|
@448
|
10 years |
epyon |
* algorithm/remove added
* some namespace anti-adl fixes (should be …
|
|
|
@447
|
10 years |
epyon |
* io_event type registration restored
* TODO: io_event itself still …
|
|
|
@446
|
10 years |
epyon |
* stl/algorithm/heap - heap functions
* stl/priority_queue - …
|
|
|
@445
|
10 years |
epyon |
* cleaning up string usage in lua (WIP)
* cleaned up types.hh (WIP)
|
|
|
@444
|
10 years |
epyon |
* slowly fixing up gui
|
|
|
@443
|
10 years |
epyon |
* random - mersenne twister implementation
* nv is officially STD free :P
|
|
|
@442
|
10 years |
epyon |
* more std removal - only <random> left
|
|
|
@441
|
10 years |
epyon |
* md5 support moved to legacy code
* more std::string removal
* …
|
|
|
@440
|
10 years |
epyon |
* massive std::string removal
* no header depends on std::string …
|
|
|
@439
|
10 years |
epyon |
* more std::string removal
|
|
|
@438
|
10 years |
epyon |
* massive amount of std::string removal
* removed slurp, use …
|
|
|
@437
|
10 years |
epyon |
* local updates (string removal)
|
|
|
@436
|
10 years |
epyon |
* update to base/assert.hh
|
|
|
@435
|
10 years |
epyon |
* short_string implementation - first usages
|
|
|
@434
|
10 years |
epyon |
* simplification of container hierarchy
|
|
|
@433
|
10 years |
epyon |
* string.hh split into separate files
* string.hh - removed …
|
|
|
@432
|
10 years |
epyon |
* dedicated hash_store used instead of unordered_map
|
|
|
@431
|
10 years |
epyon |
* hash storage type
* string hash storage type
* several minor fixes …
|
|
|
@430
|
10 years |
epyon |
* mesh_data -> data_channel_set rename
* keyframed_mesh doesn't store …
|
|
|
@429
|
10 years |
epyon |
* cstring_store removed - types uses string_table instead
|
|
|
@428
|
10 years |
epyon |
* renaming mesh_nodes_data members to more compliant
* moved …
|
|
|
@427
|
10 years |
epyon |
* cleanup of mesh_node_data
|
|
|
@426
|
10 years |
epyon |
* lua table - get_string_hash_64
|
|
|
@425
|
10 years |
epyon |
* mesh formats now support string loading via string_table
* nmd …
|
|
|
@424
|
10 years |
epyon |
* refactoring WIP! (compiles though - warnings on purpose)
|
|
|
@423
|
10 years |
epyon |
* removal of several strings, string hashes used
* WIP some data lost …
|
|
|
@422
|
10 years |
epyon |
* stream and file_system moved to stl
* hash literal operator
* …
|
|
|
@421
|
10 years |
epyon |
* move ops for data_channel_set
* string_table works on string_views, …
|
|
|
@420
|
10 years |
epyon |
* mesh nodes store name hash instead of string
* nmd format refactoring
|
|
|
@419
|
10 years |
epyon |
* animation - key_channel_set simplified to data_channel_set
* …
|
|
|
@418
|
10 years |
epyon |
* duh, data_channel and data_channel_access was not added!
* …
|
|
|
@417
|
10 years |
epyon |
* further access restrictions improvements
|
|
|
@416
|
10 years |
epyon |
* mesh_data and key_data are data_channel_set (WIP)
* massive cleanup …
|
|
|
@415
|
10 years |
epyon |
* naming scheme for data_descriptor changed
* channels can only be …
|
|
|
@414
|
10 years |
epyon |
* fix for key_data - everything is fine again
|
|
|
@413
|
10 years |
epyon |
* data_descriptor creators ( buggy )
|
|
|
@412
|
10 years |
epyon |
* refactoring of raw_data_channel and data_descriptor access
|
|
|
@411
|
10 years |
epyon |
* mesh_raw_channel and key_raw_channel merged into raw_data_channel
|
|
|
@410
|
10 years |
epyon |
* merge of vertex_descriptor and key_descriptor concepts - unified raw …
|
|
|
@409
|
10 years |
epyon |
* core/profiler uses new literal_map
|
|
|
@408
|
10 years |
epyon |
* stl/hash_table and stl/hash_table_policy rewritten
* stl/hash_map …
|
|
|
@407
|
10 years |
epyon |
* iterator - constexpr reverse_iterator as possible
* memory - …
|
|
|
@406
|
10 years |
epyon |
* code compiles cleanly on maximum warning level
|
|
|
@405
|
10 years |
epyon |
* fixed not yet used hash_table_policy
* texture_font no longer …
|
|
|
@404
|
10 years |
epyon |
* pair no longer has single item constructor
* hash_table no longer …
|
|
|
@403
|
10 years |
epyon |
* got rid of exceptions
* assert enhancements
* lots of minor cleanup
|
|
|
@402
|
10 years |
epyon |
* cleanups of clang warnings (gotta love them all)
* only nv-core …
|
|
|
@401
|
10 years |
epyon |
* clang/gcc fixes
* removed aligned array, usage of alignas should …
|
|
|
@400
|
10 years |
epyon |
* string_base now templated
* hash support for enable_if
* …
|
|
|
@399
|
10 years |
epyon |
* naming cleanup
* string_ref -> string_view (compatible with C++17 …
|
|
|
@398
|
10 years |
epyon |
* cleanup of glm usage
|
|
|
@397
|
10 years |
epyon |
* various cleanups
|
|
|
@396
|
10 years |
epyon |
* restructure completed
|
|
|
@395
|
10 years |
epyon |
* bulk update
copyright update
include guards cleanup
…
|
|
|
@394
|
10 years |
epyon |
* further removal of platform STL
|
|
|
@393
|
10 years |
epyon |
* contiguous.hh not needed anymore
|
|
|
@392
|
10 years |
epyon |
* massive shift towards nova STL
* include cleanups
|
|
|
@391
|
10 years |
epyon |
* stl/container - vector header support and split between files
* …
|
|
|
@390
|
10 years |
epyon |
* stl container functions
* initial unordered_map implementation
|
|
|
@389
|
10 years |
epyon |
* stl functional extensions
* stl algorithm clenups
* stl …
|
|
|
@388
|
10 years |
epyon |
* stl/algorithm split up
|
|
|
@387
|
10 years |
epyon |
* utility - pair/make_pair, split into sub headers
* functional - …
|
|
|
@386
|
10 years |
epyon |
* stl functional hash
|
|
|