1
0
forked from 0ad/0ad
0ad/source
Itms 2132f868b8 Replace the rectangle rasterization algorithm by the original version from Philip's branch.
The current version is flawed (it doesn't handle the partially
obstructed cells as it should).

Refs #3410.

This was SVN commit r17084.
2015-09-27 16:46:26 +00:00
..
collada Removes use of 'register' storage class, deprecated in C++11. Fixes -Wdeprecated-register build warnings in clang, fixes #3068. 2015-06-02 03:20:04 +00:00
graphics Replace some functor structs with lambdas, closures or range-based fors. 2015-08-19 03:33:04 +00:00
gui An awesome Visual Replay menu, made by elexis. Fixes #3258. 2015-09-21 17:00:21 +00:00
i18n L10n code cleanup. 2015-07-29 23:44:05 +00:00
lib Revert emplace for associative containers. Fixes #3366. 2015-08-19 03:32:47 +00:00
lobby Do not use non-static data member initializer. 2015-09-15 00:55:03 +00:00
maths New long-range pathfinder. 2015-06-12 18:58:24 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Revert a wrong piece of code from 63e42fbd31. Refs #3293 2015-08-30 20:32:22 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Fix previous commit, some new files didn't pass through. 2015-09-21 17:14:26 +00:00
renderer Replace some functor structs with lambdas, closures or range-based fors. 2015-08-19 03:33:04 +00:00
scriptinterface Use in-place construction. 2015-07-29 23:44:17 +00:00
simulation2 Replace the rectangle rasterization algorithm by the original version from Philip's branch. 2015-09-27 16:46:26 +00:00
soundmanager Some range-based for loops and some style cleanup. 2015-07-29 01:07:23 +00:00
third_party Fix Arabic plural equation in tinygettext. 2015-09-03 16:42:05 +00:00
tools Move the victory conditions to the new simulation settings system. Patch by elexis. Refs #3355,#3001 2015-09-16 09:22:36 +00:00
main.cpp Optionally limit the framerate in menus to 50 FPS, to save power. Patch by elexis, fixes #2882 2015-08-20 13:22:44 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00