Torque3D/Engine/source/core/stream
2017-07-26 22:22:23 +01:00
..
bitStream.cpp crash out on net stream leaks. 2015-04-26 20:25:40 -05:00
bitStream.h packet-overflow-checks -- Monitor packet sizes to avoid packet overflow, especially when dynamic variables are used for AFX effect parameterization. 2017-07-26 22:22:23 +01:00
fileStream.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
fileStream.h Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang. 2016-10-17 01:00:12 -05:00
fileStreamObject.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fileStreamObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
ioHelper.h Expanded signals and journaled signals to support up to 13 parameters 2013-01-22 15:54:03 -05:00
memStream.cpp Reordering initialization methods #1912 2017-04-19 14:02:45 -04:00
memStream.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
stream.cpp Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
stream.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
streamObject.cpp Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
streamObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tStream.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00