Difference between revisions of "News/2018"
From UFO:AI
< News
(Created page with "{{news |title=Development update for January-February, 2018 |author=geever |date=2018-03-09 |content= * Fix {{bug|5674}} container backgrounds on equipment UI are not visible ...") |
|||
Line 1: | Line 1: | ||
+ | {{news | ||
+ | |title=Monthly update for March, 2018 | ||
+ | |author=geever | ||
+ | |date=2018-04-27 | ||
+ | |content= | ||
+ | This month was mostly around modernizing the code under UFORadiant (the map editor). | ||
+ | |||
+ | * Prefix ld parameter for g++ in CodeBlocks project files | ||
+ | * Add cairo library to CMake configs | ||
+ | * Disable a new (and annoying) GCC 7.x warning | ||
+ | * Fix some doxygen issues | ||
+ | * Update doxygen configuration files | ||
+ | * Resolve more GTK2 deprecation warnings | ||
+ | * Replace deprecated GDK text combobox widget | ||
+ | * Resolve deprecated GTKTooltips | ||
+ | * Convert GDK Graphic Context to Cairo drawing | ||
+ | * Fix some windows specific GTK direct access | ||
+ | * Remove direct access to GTK structures | ||
+ | * Replaced deprecated GDK_key constants | ||
+ | * Resolve deprecated glib thread and mutex wanings in UFORadiant | ||
+ | * Update BugTracker URL in UFORadiant | ||
+ | * Mute some -Waddress warnings | ||
+ | * Don't include individual GTK/GDKheaders | ||
+ | |||
+ | |||
+ | In total, 16 commits were made in the UFO:AI repository in March. | ||
+ | }} | ||
{{news | {{news | ||
|title=Development update for January-February, 2018 | |title=Development update for January-February, 2018 |
Revision as of 19:19, 27 April 2018
Monthly update for March, 2018
This month was mostly around modernizing the code under UFORadiant (the map editor).
- Prefix ld parameter for g++ in CodeBlocks project files
- Add cairo library to CMake configs
- Disable a new (and annoying) GCC 7.x warning
- Fix some doxygen issues
- Update doxygen configuration files
- Resolve more GTK2 deprecation warnings
- Replace deprecated GDK text combobox widget
- Resolve deprecated GTKTooltips
- Convert GDK Graphic Context to Cairo drawing
- Fix some windows specific GTK direct access
- Remove direct access to GTK structures
- Replaced deprecated GDK_key constants
- Resolve deprecated glib thread and mutex wanings in UFORadiant
- Update BugTracker URL in UFORadiant
- Mute some -Waddress warnings
- Don't include individual GTK/GDKheaders
In total, 16 commits were made in the UFO:AI repository in March.
Development update for January-February, 2018
- Fix #5674 container backgrounds on equipment UI are not visible
- Fix soldierlist on baseequip screen get ghost records
- Resolve patch #5640 Improve happiness calculation from missions
- Fix #5543 mansion won via target zone reduces nation happiness
- #5679 Updated French translations by Damyen
- Fix socket leak #5678
- Fix minor memory leak #5678
- Reset antimatter cargo in Transfer UI
- Re-organized base section Lua modules
In total, 13 commits were made in the UFO:AI repository in January & February.