source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @496   9 years epyon * type disambiguition in handle.hh * tweak to shadowcasting
(edit) @494   9 years epyon * nlua_tou32array added
(edit) @493   9 years epyon * program validation moved to first use - fixes validation errors on …
(edit) @492   9 years epyon
(edit) @491   9 years epyon * mass update (will try to do atomic from now)
(edit) @490   9 years epyon * temporary Lua 5.1 hardcode
(edit) @489   9 years epyon
(edit) @487   9 years epyon
(edit) @486   9 years epyon * mass update once again…
(edit) @485   9 years epyon * massive update (need to start doing atomics again) :/
(edit) @484   10 years epyon * resource manager updates * nv-image added * missing stl memory …
(edit) @483   10 years epyon * skeleton updates
(edit) @482   10 years epyon * skeletal animation updated
(edit) @481   10 years epyon * skeleton/resource updates
(edit) @480   10 years epyon * cleanup of legacy code * resource updates
(edit) @479   10 years epyon * resource system cleanups
(edit) @477   10 years epyon * resource handling rewrite * skeletal_mesh/mesh_data updates
(edit) @475   10 years epyon * skeletal_mesh updates
(edit) @474   10 years epyon * resource manager updates
(edit) @473   10 years epyon * rtti updates * device/context initial uniform buffer support * fixes
(edit) @472   10 years epyon * additional uniforms * R16F and R32F format support * error fixes …
(edit) @471   10 years epyon * full math library * GLM dependency removed
(edit) @470   10 years epyon * animation time definition fixes
(edit) @469   10 years epyon * stl/short_string - minor fix * stl/utility - max for 3 arguments * …
(edit) @467   10 years epyon * wx_canvas - color logging * string - _sh64/_sh32 literal support * …
(edit) @466   10 years epyon * support for separate runtime CRT build * wx fix for new gl headers
(edit) @463   10 years epyon * 3D/2D_ARRAY texture support
(edit) @462   10 years epyon * camera/device/uniform - modelview_inv added * …
(edit) @461   10 years epyon * quaternion fixes * image_data/device/gl_device/gl_enum - single …
(edit) @458   10 years epyon * starting work on stl/type_erasure * mesh_creator - fixed tangent …
(edit) @457   10 years epyon * mesh_creator - mirror and swap_culling, const on merge and …
(edit) @456   10 years epyon * mesh_creator minor cleanup - need more * data channel cloning * …
(edit) @454   10 years epyon * math library work * glm only referenced in math/common.hh * still …
(edit) @453   10 years epyon * added math/degrees and radians * added math/geometric - not used …
(edit) @452   10 years epyon * lua_glm -> lua_math
(edit) @451   10 years epyon * math library started
(edit) @450   10 years epyon * fixed offset_of * types.hh support unioned fields * io_event …
(edit) @449   10 years epyon * metatable types cleanup * fix for nlua_typecontent
(edit) @448   10 years epyon * algorithm/remove added * some namespace anti-adl fixes (should be …
(edit) @447   10 years epyon * io_event type registration restored * TODO: io_event itself still …
(edit) @445   10 years epyon * cleaning up string usage in lua (WIP) * cleaned up types.hh (WIP)
(edit) @444   10 years epyon * slowly fixing up gui
(edit) @443   10 years epyon * random - mersenne twister implementation * nv is officially STD free :P
(edit) @442   10 years epyon * more std removal - only <random> left
(edit) @441   10 years epyon * md5 support moved to legacy code * more std::string removal * …
(edit) @440   10 years epyon * massive std::string removal * no header depends on std::string …
(edit) @439   10 years epyon * more std::string removal
(edit) @438   10 years epyon * massive amount of std::string removal * removed slurp, use …
(edit) @437   10 years epyon * local updates (string removal)
(edit) @435   10 years epyon * short_string implementation - first usages
(edit) @433   10 years epyon * string.hh split into separate files * string.hh - removed …
(edit) @432   10 years epyon * dedicated hash_store used instead of unordered_map
(edit) @431   10 years epyon * hash storage type * string hash storage type * several minor fixes …
(edit) @430   10 years epyon * mesh_data -> data_channel_set rename * keyframed_mesh doesn't store …
(edit) @428   10 years epyon * renaming mesh_nodes_data members to more compliant * moved …
(edit) @427   10 years epyon * cleanup of mesh_node_data
(edit) @426   10 years epyon * lua table - get_string_hash_64
(edit) @425   10 years epyon * mesh formats now support string loading via string_table * nmd …
(edit) @424   10 years epyon * refactoring WIP! (compiles though - warnings on purpose)
(edit) @423   10 years epyon * removal of several strings, string hashes used * WIP some data lost …
(edit) @422   10 years epyon * stream and file_system moved to stl * hash literal operator * …
(edit) @421   10 years epyon * move ops for data_channel_set * string_table works on string_views, …
(edit) @420   10 years epyon * mesh nodes store name hash instead of string * nmd format refactoring
(edit) @419   10 years epyon * animation - key_channel_set simplified to data_channel_set * …
(edit) @418   10 years epyon * duh, data_channel and data_channel_access was not added! * …
(edit) @417   10 years epyon * further access restrictions improvements
(edit) @416   10 years epyon * mesh_data and key_data are data_channel_set (WIP) * massive cleanup …
(edit) @415   10 years epyon * naming scheme for data_descriptor changed * channels can only be …
(edit) @413   10 years epyon * data_descriptor creators ( buggy )
(edit) @412   10 years epyon * refactoring of raw_data_channel and data_descriptor access
(edit) @411   10 years epyon * mesh_raw_channel and key_raw_channel merged into raw_data_channel
(edit) @410   10 years epyon * merge of vertex_descriptor and key_descriptor concepts - unified raw …
(edit) @409   10 years epyon * core/profiler uses new literal_map
(edit) @406   10 years epyon * code compiles cleanly on maximum warning level
(edit) @405   10 years epyon * fixed not yet used hash_table_policy * texture_font no longer …
(edit) @403   10 years epyon * got rid of exceptions * assert enhancements * lots of minor cleanup
(edit) @402   10 years epyon * cleanups of clang warnings (gotta love them all) * only nv-core …
(edit) @401   10 years epyon * clang/gcc fixes * removed aligned array, usage of alignas should …
(edit) @399   10 years epyon * naming cleanup * string_ref -> string_view (compatible with C++17 …
(edit) @398   10 years epyon * cleanup of glm usage
(edit) @397   10 years epyon * various cleanups
(edit) @396   10 years epyon * restructure completed
(edit) @395   10 years epyon * bulk update copyright update include guards cleanup
(edit) @392   10 years epyon * massive shift towards nova STL * include cleanups
(edit) @391   10 years epyon * stl/container - vector header support and split between files * …
(edit) @389   10 years epyon * stl functional extensions * stl algorithm clenups * stl …
(edit) @385   10 years epyon * stl/traits -> stl/type_traits
(edit) @383   10 years epyon * more work on stl * fully working vectors! * copy & copy_n * …
(edit) @382   10 years epyon * massive C++11 update (upgrade to MSVC 2015) * array/dynamic_array - …
(edit) @380   10 years epyon * oops, missed src : got rid of to_string and other std::string …
(edit) @378   10 years epyon * important fix in reverse_iterator operators * std::string functions …
(edit) @376   10 years epyon * stl/assert.hh, stl/capi.hh, size_t independent * GCC 4.8 …
(edit) @374   10 years epyon * MASSIVE commit * common.hh - size_t, ptrdiff_t, nv:: namespace, …
(edit) @372   10 years epyon * further removal of C++ std lib headers * partial implementation of …
(edit) @371   10 years epyon * profiler - removed sstream dependency - formating via snprintf * …
(edit) @369   10 years epyon * removed all std headers (except cassert) from common.hh * sized int …
(edit) @368   10 years epyon * massive restructuring * detail::data_base class for …
(edit) @367   10 years epyon * fixed compilation and warnings on gcc * slowly removing/merging …
(edit) @365   10 years epyon * overhaul of logging: no longer stream operated no longer …
(edit) @364   10 years epyon * fixed compilation on clang * cleared all clang warnings (except …
Note: See TracRevisionLog for help on using the revision log.