|
|
@470
|
10 years |
epyon |
* animation time definition fixes
|
|
|
@469
|
10 years |
epyon |
* stl/short_string - minor fix
* stl/utility - max for 3 arguments
* …
|
|
|
@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
|
|
|
@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 …
|
|
|
@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
* …
|
|
|
@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 …
|
|
|
@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)
|
|
|
@435
|
10 years |
epyon |
* short_string implementation - first usages
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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
…
|
|
|
@392
|
10 years |
epyon |
* massive shift towards nova STL
* include cleanups
|
|
|
@391
|
10 years |
epyon |
* stl/container - vector header support and split between files
* …
|
|
|
@389
|
10 years |
epyon |
* stl functional extensions
* stl algorithm clenups
* stl …
|
|
|
@385
|
10 years |
epyon |
* stl/traits -> stl/type_traits
|
|
|
@383
|
10 years |
epyon |
* more work on stl
* fully working vectors!
* copy & copy_n
* …
|
|
|
@382
|
10 years |
epyon |
* massive C++11 update (upgrade to MSVC 2015)
* array/dynamic_array - …
|
|
|
@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 …
|
|
|
@374
|
10 years |
epyon |
* MASSIVE commit
* common.hh - size_t, ptrdiff_t, nv:: namespace, …
|
|
|
@372
|
10 years |
epyon |
* further removal of C++ std lib headers
* partial implementation of …
|
|
|
@371
|
10 years |
epyon |
* profiler - removed sstream dependency - formating via snprintf
* …
|
|
|
@369
|
10 years |
epyon |
* removed all std headers (except cassert) from common.hh
* sized int …
|
|
|
@368
|
10 years |
epyon |
* massive restructuring
* detail::data_base class for …
|
|
|
@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 …
|
|
|
@361
|
10 years |
epyon |
* more string_ref changes
|
|
|
@360
|
10 years |
epyon |
* more string_ref usage
* string_ref moved to string.hh
* initial …
|
|
|
@359
|
10 years |
epyon |
* rewrite of lua_path:
doesn't use dynamic memory anymore
…
|
|
|
@358
|
10 years |
epyon |
* fixed string_ref constructor
* implementing string_ref usage in …
|
|
|
@357
|
10 years |
epyon |
* common - required msvc version bumped
* io_event/sdl_input - native …
|
|
|
@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
|
|
|
@353
|
10 years |
epyon |
* minor fixes
|
|
|
@352
|
10 years |
epyon |
* rocket utility classes
* wx utility classes
* various utilities
* …
|
|
|
@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
|
|
|
@343
|
11 years |
epyon |
* temporary functions for swap control, will be substituted with a …
|
|
|
@342
|
11 years |
epyon |
* gl_context - set_draw_buffers accepts const
* gl_context - …
|
|
|
@341
|
11 years |
epyon |
* lua_state - lua component support
* lua_state - call function from …
|
|
|
@340
|
11 years |
epyon |
* new image types for gl (floating point texture support)
* …
|
|
|
@338
|
11 years |
epyon |
* io_events for controllers
|
|
|
@337
|
11 years |
epyon |
* fix to curses terminal not displaying high color properly
|
|
|
@336
|
11 years |
epyon |
* added missing sdl module files
|
|
|
@335
|
11 years |
epyon |
* NV_LUA_STACKASSERT -> NV_LUA_STACK_ASSERT
* asserts for lua_handle
…
|
|
|