1
0
forked from 0ad/0ad
0ad/source
Stan ddcdc643ba Further cleanup of MikkTSpace
- Move the * and & to the correct side,
- Add .0 and  0.f to clearly mark the types
- Pass pointers instead of arrays
- Add a newline after forward declaration
- Add spaces between operators
- Use c++ cast

Reviewed by: @vladislavbelov
Differential Revision: https://code.wildfiregames.com/D1934
This was SVN commit r22323.
2019-05-30 23:03:01 +00:00
..
collada Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
graphics Fixes tests compilation after ebfec91057. Found by Angen. 2019-05-30 17:27:55 +00:00
gui [CChart] Add a percentage format and round displayed integers 2019-05-13 21:23:26 +00:00
i18n Simple refactoring of Singleton. Make it non-copyable. 2019-01-13 15:11:40 +00:00
lib Don't clear pathnames in vfs::GetPathnames so it can be called several times. 2019-05-28 10:18:04 +00:00
lobby recieve -> receive 2019-04-07 16:06:10 +00:00
maths Fixes a misprint that was introduced in cb83d494e0. 2019-04-25 18:59:41 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Don't let the duplicateplayernames setting break lobbied games (0fd8aa2a77) 2019-01-28 12:09:42 +00:00
pch Update precompiled headers to improve build times. 2019-05-26 07:21:12 +00:00
ps Fix a crash on some system when Alt-tabbing during game setup. 2019-05-28 13:18:32 +00:00
renderer Further cleanup of MikkTSpace 2019-05-30 23:03:01 +00:00
scriptinterface SpiderMonkey-related changes in preparation for the upgrade to SpiderMonkey 45, refs #4893. 2019-01-13 16:37:41 +00:00
simulation2 Unit Motion: MoveTo family of function no longer returns false if the move is un-necessary, instead unitAI checks explicitly. 2019-05-28 11:38:18 +00:00
soundmanager Seed unit sounds so that their pitch and their gain are always the same for the same unit. 2019-04-25 22:37:15 +00:00
third_party Use libsodium for cryptography. 2018-04-08 21:41:31 +00:00
tools UnitMotion - improve variable names and reuse a duplicated function (cleanup def47cb7ae) 2019-05-13 16:47:51 +00:00
main.cpp Fix a crash on some system when Alt-tabbing during game setup. 2019-05-28 13:18:32 +00:00
test_setup.cpp Fix string format of the JS test assertion failure following 7c2e9027c2 (cxxtest expects a char* instead of a std::wstring, so newlines were printed as \n characters). 2017-10-13 21:56:45 +00:00