f34a4a304eUntar: log error details when output create fails
James Turner
2020-11-03 21:26:03 +0000
a59c4e2c8bTerraSync: make tarball extraction asynchronous
James Turner
2020-11-03 17:49:19 +0000
49484d5e86simgear/debug/logdelta.cxx: don't use and/or keywords, appears to break on vc++?
Julian Smith
2020-11-01 11:49:25 +0000
46f4967f6eAllow use of old zlib-1.2.3 on OpenBSD.
Julian Smith
2020-08-23 20:11:14 +0100
9305417207Terrasync: tarball extraction, use larger buffer
James Turner
2020-10-30 22:50:44 +0000
11da8b33f9TerraSync: switch to per-directory hash caching
James Turner
2020-10-30 22:49:38 +0000
c7b320eb55Fix Airports/ initial sync
James Turner
2020-10-30 19:23:00 +0000
72b2eb0ebfTerraSync: avoid 404s to probe missing tiles
James Turner
2020-10-30 16:45:45 +0000
ec3829addbTerraSync: validate local dirs incrementally
James Turner
2020-10-30 11:51:26 +0000
96bafef3f3TerraSync: use an unordered_map for the hash cache
James Turner
2020-10-29 23:13:10 +0000
3ff3bd0a6cProps: allow flushing the atomic change listener
James Turner
2020-10-29 17:26:38 +0000
2a74cc9e5fAdded logdelta system to allow control of log priorities based on source filename, line and function name.
Julian Smith
2020-09-12 00:05:24 +0100
365e5265c8simgear/nasal/cppbind/test/cppbind_test_ghost.cxx: workaround for OpenBSD.
Julian Smith
2020-08-01 07:42:39 +0100
cc699871a3simgear/scene/model/SGReaderWriterXML.cxx: minor change to addTooltipAnimations().
Julian Smith
2020-06-21 23:26:15 +0100
510b25f8b8Allow use of old zlib-1.2.3 on OpenBSD.
Julian Smith
2020-08-23 20:11:14 +0100
99bd9bb4c0Terrasync: tarball extraction, use larger buffer
James Turner
2020-10-30 22:50:44 +0000
8d6d671cc1TerraSync: switch to per-directory hash caching
James Turner
2020-10-30 22:49:38 +0000
990c53fc9cFix Airports/ initial sync
James Turner
2020-10-30 19:23:00 +0000
0dd046065dTerraSync: avoid 404s to probe missing tiles
James Turner
2020-10-30 16:45:45 +0000
1ab1cae199TerraSync: validate local dirs incrementally
James Turner
2020-10-30 11:51:26 +0000
87558f8ddeTerraSync: use an unordered_map for the hash cache
James Turner
2020-10-29 23:13:10 +0000
e04249ba48Props: allow flushing the atomic change listener
James Turner
2020-10-29 17:26:38 +0000
4a660e3827callers already compensate for year-from-1900 and mont-start-from-0
Erik Hofman
2020-10-22 10:45:06 +0200
ce187e614aFix the way struct tm works, year is since 1900 (so fix a year-2000 problem...) and month is 0-11 instead of 1-12. Return a string we constructed ourselves to prevent a possible buffer overrflow. Luckily the function isn't used in active code.
Erik Hofman
2020-10-22 10:20:14 +0200
83500dd413CMake: use same 3rdParty logic as FlightGear
James Turner
2020-10-20 16:51:20 +0100
3753c62783Add MANDATORY_INFO log priority.
James Turner
2020-09-06 14:56:55 +0100
3e804605b7ASan: make copied files in log entries safe at init.
James Turner
2020-09-05 10:43:01 +0100
4560095c36Change props.cxx to throw std::exception
James Turner
2020-09-10 11:25:15 +0100
35b1d321feCheck correctly for failed BUILDING_LIST
Stuart Buchanan
2020-09-09 21:44:20 +0100
b279384aefCheck correctly for failed BUILDING_LIST
Stuart Buchanan
2020-09-09 21:44:20 +0100
01a190fea8Fix a bug in the rotation_matrix function
Erik Hofman
2020-09-09 15:50:25 +0200
1341d1e1f2Missed fix for logging in the test-suite
James Turner
2020-09-08 12:34:37 +0100
051c920a99Fix Linux compilation
James Turner
2020-09-08 08:15:41 +0100
0efcc14e91Add MANDATORY_INFO log priority.
James Turner
2020-09-06 14:56:55 +0100
c7f013e7e5Don’t wipe startup message on pausing logging.
James Turner
2020-09-06 14:51:59 +0100
6ab7f68f4bBindings: don’t cache the command pointer
James Turner
2020-09-04 10:51:32 +0100
b2e149a737Refactor SGBuildingBin
James Turner
2020-09-02 19:52:14 +0100
e28c4fa5caMipmapping requires a power-of-two destination buffer even if the source isn't. Neglecting this causes a massive bufferoverflow of the destination buffer. So for now we do not mipmap non-power-of-two textures and throw a warning. This affects at least the PC-9M and F-16, presumable many others. The effect will be a black texture when zoomed out and the proper texture when zooming in close enough.
Erik Hofman
2020-08-29 14:45:47 +0200
61dc19f635Fix for SGTexturedTriangleBin leaks
Automatic Release Builder
2020-09-06 15:23:21 +0100
19ace8f0f9Silence an alert message
James Turner
2020-09-06 14:48:17 +0100
908496d43dASan: make copied files in log entries safe at init.
James Turner
2020-09-05 10:43:01 +0100
52c0f04e6eBindings: don’t cache the command pointer
James Turner
2020-09-04 10:51:32 +0100
f6656354b8Refactor SGBuildingBin
James Turner
2020-09-02 19:52:14 +0100
4928509646Mipmapping requires a power-of-two destination buffer even if the source isn't. Neglecting this causes a massive bufferoverflow of the destination buffer. So for now we do not mipmap non-power-of-two textures and throw a warning. This affects at least the PC-9M and F-16, presumable many others. The effect will be a black texture when zoomed out and the proper texture when zooming in close enough.
Erik Hofman
2020-08-29 14:45:47 +0200
9ecb90eddaClean up memory leak comment
Scott Giese
2020-08-27 23:41:19 -0500
0d5552851bMemory Leak Fixed - SGTexturedTriangleBin
Scott Giese
2020-08-27 23:40:25 -0500
60634bc445Fix include that dropped when squashing.
Automatic Release Builder
2020-08-26 14:21:45 +0100