|
|
@428
|
10 years |
epyon |
* renaming mesh_nodes_data members to more compliant
* moved …
|
|
|
@427
|
10 years |
epyon |
* cleanup of mesh_node_data
|
|
|
@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 …
|
|
|
@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
* …
|
|
|
@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 …
|
|
|
@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
|
|
|
@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 …
|
|
|
@399
|
10 years |
epyon |
* naming cleanup
* string_ref -> string_view (compatible with C++17 …
|
|
|
@398
|
10 years |
epyon |
* cleanup of glm usage
|
|
|
@395
|
10 years |
epyon |
* bulk update
copyright update
include guards cleanup
…
|
|
|
@392
|
10 years |
epyon |
* massive shift towards nova STL
* include cleanups
|
|
|
@383
|
10 years |
epyon |
* more work on stl
* fully working vectors!
* copy & copy_n
* …
|
|
|
@376
|
10 years |
epyon |
* stl/assert.hh, stl/capi.hh, size_t independent
* GCC 4.8 …
|
|
|
@374
|
10 years |
epyon |
* MASSIVE commit
* common.hh - size_t, ptrdiff_t, nv:: namespace, …
|
|
|
@367
|
10 years |
epyon |
* fixed compilation and warnings on gcc
* slowly removing/merging …
|
|
|
@323
|
11 years |
epyon |
* nova now compiles again under all three compilers with -Winsane and …
|
|
|
@319
|
11 years |
epyon |
* created core module and moved all free source files there
* took …
|
|
|
@291
|
11 years |
epyon |
* assimp_loader now uses standard mesh_loader structures
* …
|
|
|
@289
|
11 years |
epyon |
* merged md5 animation loader into md5_loader
* all animation now …
|
|
|
@287
|
11 years |
epyon |
* mesh_data_pack's in every format
* md5_mesh_data removed, uses …
|
|
|
@282
|
11 years |
epyon |
* key_slots - another template hell similar to vertex definitions
* …
|
|
|
@280
|
11 years |
epyon |
* unified mesh_raw_channel and mesh_raw_index_channel
* string_table …
|
|
|
@261
|
11 years |
epyon |
* md5_loader using dynamic_array
* skeleton animation via pointer, …
|
|
|
@259
|
11 years |
epyon |
* severly cleaned up the md5 loader, uses now the same scheme as the …
|
|
|
@258
|
11 years |
epyon |
* md5 - algorithmic reduction and reweighting of loaded weights to 4 …
|
|
|
@241
|
11 years |
epyon |
* significant simplification of the md5 code
* proper instancing for …
|
|
|
@240
|
11 years |
epyon |
* multiple mesh per file interface for all mesh loaders added
* …
|
|
|
@239
|
11 years |
epyon |
* massive update of mesh handling
* universal mesh handling routines
…
|
|
|
@236
|
11 years |
epyon |
* mass renames to prepare for new mesh_data
|
|
|
@226
|
11 years |
epyon |
* md5 implementation fixes and optimizations
|
|
|
@224
|
11 years |
epyon |
* universal mesh format
* removed keyframed_mesh_data
|
|
|
@200
|
12 years |
epyon |
* compilation and warning fixes
|
|
|
@198
|
12 years |
epyon |
* warning cleanup for clang and gcc
|
|
|
@197
|
12 years |
epyon |
* clang compilation fixed
* gcc compilation fixed
* warning cleanup …
|
|
|
@192
|
12 years |
epyon |
* format - quaternion interpolation fix
|
|
|
@191
|
12 years |
epyon |
* formats - md3_animation works!
|
|
|
@190
|
12 years |
epyon |
* formats - md5 loader - no animations yet, but tangent calculation in
|