Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Jan 2020 03:37:58
1.6.0

|
jbeich  |
games/openfodder: unbreak with GCC after r521658
In file included from Source/Utils/SimplexIslands.cpp:2:
Source/Utils/SimplexIslands.hpp:65:16: error: 'int32_t' does not name a type
65 | static inline int32_t fastfloor(double fp) {
| ^~~~~~~
Source/Utils/SimplexIslands.hpp: In member function 'double
SimplexIslands::noise(double, double)':
Source/Utils/SimplexIslands.hpp:79:11: error: 'fastfloor' was not declared in
this scope
79 | int i = fastfloor(xin + s);
| ^~~~~~~~~
PR: 243670
Submitted by: pkubaj |
31 Dec 2019 21:12:00
1.6.0

|
jbeich  |
games/openfodder: update to 1.6.0
Changes: https://github.com/OpenFodder/openfodder/releases/tag/1.6.0
Reported by: GitHub (watch releases) |
09 Oct 2019 13:52:32
1.5.3

|
jbeich  |
games/openfodder: minor fixes
- Move to action games menu where shoot 'em ups are
- Consistently use PORTNAME |
09 Oct 2019 11:36:19
1.5.3

|
mat  |
Do not forcefully run tests. |
08 Oct 2019 14:19:44
1.5.3

|
jbeich  |
games/openfodder: add new port
Cannon Fodder is an action-strategy shoot 'em up game developed by
Sensible Software and published by Virgin Interactive. Open Fodder is
a modern open source engine for it.
The game is military-themed and based on shooting action but with a
strategy game-style control system. The player directs troops through
numerous missions, battling enemy infantry, vehicles and
installations.
http://openfodder.com/ |