Difference between revisions of "Raw List of Smoke Changes"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
<nowiki> Remember that "--~~~~" is how to put in your signature</nowiki> | <nowiki> Remember that "--~~~~" is how to put in your signature</nowiki> | ||
− | * BaseTypes/MathX.h: changed intrin.h to xmmintrin.h --[[User:Leemasa|Leemasa]] | + | * BaseTypes/MathX.h: changed intrin.h to xmmintrin.h --[[User:Leemasa|Leemasa]] 01:00, 26 February 2010 (UTC) |
* Framework/EnvironmentManager.cpp: deleted windows.h --[[User:Leemasa|Leemasa]] 03:18, 24 February 2010 (UTC) | * Framework/EnvironmentManager.cpp: deleted windows.h --[[User:Leemasa|Leemasa]] 03:18, 24 February 2010 (UTC) | ||
* BaseTypes/DataTypes.h: deleted W64SAFE in front of type declaration --[[User:Leemasa|Leemasa]] 03:18, 24 February 2010 (UTC) | * BaseTypes/DataTypes.h: deleted W64SAFE in front of type declaration --[[User:Leemasa|Leemasa]] 03:18, 24 February 2010 (UTC) | ||
Line 11: | Line 11: | ||
** This was mis-typed earlier as "deleted math.h" --[[User:Leemasa|Leemasa]] 21:03, 25 February 2010 (UTC) | ** This was mis-typed earlier as "deleted math.h" --[[User:Leemasa|Leemasa]] 21:03, 25 February 2010 (UTC) | ||
* BaseTypes/Math.h: deleted extra qualification ‘Matrix4x4::’ on member ‘Inverse’ --[[User:Leemasa|Leemasa]] 21:08, 25 February 2010 (UTC) | * BaseTypes/Math.h: deleted extra qualification ‘Matrix4x4::’ on member ‘Inverse’ --[[User:Leemasa|Leemasa]] 21:08, 25 February 2010 (UTC) | ||
− | * BaseTypes/Math.h: Added typedef float __m128. | + | * BaseTypes/Math.h: Added typedef float __m128. --[[User:Leemasa|Leemasa]] 01:00, 26 February 2010 (UTC) |
− | ** __m128 is defined in Linux's xmmintrin.h library, but requires a special kernel patch to work. | + | ** __m128 is defined in Linux's xmmintrin.h library, but requires a special kernel patch to work. --[[User:Leemasa|Leemasa]] 01:00, 26 February 2010 (UTC) |
− | ** Changing it to a float is a short-term workaround | + | ** Changing it to a float is a short-term workaround --[[User:Leemasa|Leemasa]] 01:00, 26 February 2010 (UTC) |
Revision as of 20:00, 25 February 2010
A list of tiny, probably significant code changes in the Smoke source
I recommend using your browser's search function when it starts to get large and ugly.
Remember that "--~~~~" is how to put in your signature
- BaseTypes/MathX.h: changed intrin.h to xmmintrin.h --Leemasa 01:00, 26 February 2010 (UTC)
- Framework/EnvironmentManager.cpp: deleted windows.h --Leemasa 03:18, 24 February 2010 (UTC)
- BaseTypes/DataTypes.h: deleted W64SAFE in front of type declaration --Leemasa 03:18, 24 February 2010 (UTC)
- BaseTypes/Math.h: deleted microsoft-specific "declspec" function x2 --Leemasa 03:27, 24 February 2010 (UTC)
- This was mis-typed earlier as "deleted math.h" --Leemasa 21:03, 25 February 2010 (UTC)
- BaseTypes/Math.h: deleted extra qualification ‘Matrix4x4::’ on member ‘Inverse’ --Leemasa 21:08, 25 February 2010 (UTC)
- BaseTypes/Math.h: Added typedef float __m128. --Leemasa 01:00, 26 February 2010 (UTC)