0ad/source
Ykkrosh 1739a381c1 Fix crash when editing terrain near map edges.
The values in CMessageTerrainChanged can be overestimates that exceed
the normal map boundaries, and should be clamped before looping over
them.

This was SVN commit r13714.
2013-08-19 19:19:34 +00:00
..
collada Split skeleton definitions into multiple files, adds hotloading support for skeleton files. Fixes #190. 2013-07-08 20:25:06 +00:00
graphics Removes shadow casting and receiving on preview entities, patch started by ericb, fixes #1771 2013-08-18 22:17:57 +00:00
gui Removes more unused variables, based on patch by Markus, refs #1852. 2013-08-15 18:25:32 +00:00
lib Fix build issues on ARM. Patch by Josh. Fixes #2049. 2013-08-07 05:00:46 +00:00
maths Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Removes some unread variables reported by LLVM. Refs #1114 2012-08-20 23:59:50 +00:00
pch More build fixes for FreeBSD. 2012-01-31 00:06:56 +00:00
ps Improves hotkey support for non-QWERTY keyboards, patch by lsdh, fixes #2043 2013-08-03 20:09:29 +00:00
renderer Fix crash when editing terrain near map edges. 2013-08-19 19:19:34 +00:00
scripting fixes to SoundManager external interface, clean up ifdef situation, and SoundGroup playin 2013-06-13 12:12:44 +00:00
scriptinterface Suppress unused local typedef warnings when including SpiderMonkey headers. 2013-08-19 18:26:44 +00:00
simulation2 Fix tests. 2013-08-19 10:55:35 +00:00
soundmanager change 'restricted' flag to 'heardby' in SoundGroup xml files 2013-06-17 15:46:28 +00:00
third_party Fix build warnings. Patch by Markus. Refs #1851. 2013-06-11 00:05:57 +00:00
tools Adds tech template support to checkrefs.pl 2013-08-18 02:52:05 +00:00
contributors.txt get my name in the contributors file in alphabetical order 2013-01-11 18:40:13 +00:00
main.cpp Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
test_setup.cpp Adds UTF-8 support for JavaScript files. 2012-05-04 21:48:46 +00:00