Commit 4dc1b3d
committed
Fix frame drawing regressions.
1 parent b5081ef commit 4dc1b3d
4 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
- .ci/conan_build.py+2-2
- .github/workflows/build-cmake.yml+1-1
- .github/workflows/build-conan.yml-118
- .github/workflows/build-scons.yml-5
- .hgignore-26
- .hgtags-17
- .travis.yml-132
- .vscode/c_cpp_properties.json+1-1
- .vscode/cspell.json+1
- .vscode/settings.json+8-2
- CHANGELOG.md+18
- CMakeLists.txt+2-2
- appveyor.yml-6
- buildsys/autotools/Makefile.am-8
- buildsys/scons/SConstruct+4-33
- docs/base-toolkits/line_drawing.rst+5
- samples/frost/frost.cpp+1-1
- samples/hmtool/hmtool.cpp+1-1
- samples/navier/main.cpp+1-1
- samples/rad/main.cpp+1-1
- samples/ripples/main.cpp+1-1
- samples/samples_cpp.cpp+20-32
- samples/weather/main.cpp+1-1
- src/CMakeLists.txt+10-5
- src/libtcod/bresenham.h+210-3
- src/libtcod/console_printing.c+10-7
- src/libtcod/list.h+4-1
- src/libtcod/list.hpp+5-2
- src/libtcod/namegen.cpp+12
- src/libtcod/namegen.h+2-2
- src/libtcod/namegen.hpp+6
- src/libtcod/namegen_c.c+24-31
- src/libtcod/sys_c.c+1-1
- src/libtcod/version.h+2-2
- tests/CMakeLists.txt+6-10
- tests/catch.cpp-5
- tests/catch.hpp-14.7k
- tests/catch_reporter_automake.hpp-63
- tests/catch_reporter_tap.hpp-254
- tests/test_bresenham.cpp+79
- tests/unittest.cpp+42-42
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
723 | 724 | | |
724 | 725 | | |
725 | 726 | | |
726 | | - | |
727 | | - | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
728 | 731 | | |
729 | 732 | | |
730 | 733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1685 | 1685 | | |
1686 | 1686 | | |
1687 | 1687 | | |
1688 | | - | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
1689 | 1693 | | |
1690 | 1694 | | |
1691 | 1695 | | |
| |||
0 commit comments