2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) | |
Log message:
revbump after boost update
|
2020-05-03 16:22:43 by Roland Illig | Files touched by this commit (1) |
Log message:
games/7kaa: build even when CFLAGS has -Werror=char-subscripts
The upstream code looks very suspicious. It forces compilation with
-fsigned-char and then uses signed characters to index a 256-entry table,
for example in IMGbltAreaRemap. But only in the C++ code.
The corresponding assembler code uses unsigned bytes.
I'll let them fix this bug themselves.
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2020-01-12 21:20:50 by Ryo ONODERA | Files touched by this commit (574) |
Log message:
*: Recursive revbump from devel/boost-libs
|
2020-01-08 17:59:07 by Nia Alarie | Files touched by this commit (4) |
Log message:
7kaa: Update to 2.15.3
This release fixes bugs, improves synchronization in multiplayer, has UI fixes, \
and adds several advanced config options.
Summary of changes from 2.15.2 to 2.15.3
- Fixed corrupt characters and fields in various in game messages.
- Improved translation support.
- Updated translations.
- Added some UI improvements.
- Fixed some crashing issues related to spies.
- Standardized on FPU code generation for better cross-platform compatibility.
- Added more advanced config options.
- Added more advanced config options.
- Improved manual.
- Added key binding support.
- Prevented chat keystrokes registering as a hotkey too.
- Fixed sometimes hiring wrong unit in the inn.
- Added scenario advanced config presets to restore default scenario game play \
to original game design parameters.
- Ensure screen redraw when dropping spy identity.
- Improved alternate font set.
- Added scroll button for long tutor messages.
- Removed gong sound for unsent AI diplomatic messages.
- Re-enabled AI ability to request direct military aid; expect allied AI to work \
together on defending now.
- Removed uninitialized parameter in Caravan CRC check.
- Removed improper variable-size cast, causing incorrect action processing on \
64-bit platforms.
- Correct replay initialization for weather sync.
|
2019-11-30 12:47:15 by Nia Alarie | Files touched by this commit (2) |
Log message:
7kaa: convert imagemagick usage to icotool
|
2019-10-25 12:00:59 by Kamil Rytarowski | Files touched by this commit (2) |
Log message:
7kaa: Fix build on NetBSD 9.99.17
Adapt the local patch for the POSIX iconv(3) API change in new NetBSD.
|
2019-08-22 14:23:56 by Ryo ONODERA | Files touched by this commit (678) |
Log message:
Recursive revbump from boost-1.71.0
|
2019-08-07 10:53:36 by Nia Alarie | Files touched by this commit (1) |
Log message:
7kaa: Attempt to fix linking on SunOS
|