marking 3.22 as rough but functional

This commit is contained in:
Daniel Wolf 2021-02-24 17:21:24 -05:00
parent 29707f655d
commit 9bd11479aa
Signed by: nephatrine
GPG Key ID: F402AF4822FB01F5
6 changed files with 40 additions and 5 deletions

View File

@ -19,7 +19,7 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
project(
KyuII
VERSION 3.21.0
VERSION 3.22.0
LANGUAGES C)
# Policies

35
ChangeLog.md Normal file
View File

@ -0,0 +1,35 @@
# Changelog
All notable changes to the **KyuII** engine project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [3.22.0] - 2021-02-24
The executable now generally compiles and works on IA-32 Windows and Linux
systems, though it's very rough around the edges.
### Added
- Added option to compile client-only executable.
- Added option to compile multiplayer-only executable.
- Added option to compile singleplayer-only executable.
- Added CMake build system.
### Changed
- Changed icons and title bars to reflect KyuII branding.
- Extended REF_HARD_LINKED option to Windows and Linux.
### Removed
- Removed crusty old Visual Studio project files.
- Removed crusty old makefile rules.
### Fixed
- Fixed several sources of potential buffer overflows when printing to console.
- Fixed general bitrot that prevented compilation.

View File

@ -19,7 +19,7 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
project(
KyuII-GameCTF
VERSION 3.21.0
VERSION 3.22.0
LANGUAGES C)
# CMake Settings

View File

@ -19,7 +19,7 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
project(
KyuII-GameQ2
VERSION 3.21.0
VERSION 3.22.0
LANGUAGES C)
# CMake Settings

View File

@ -19,7 +19,7 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
project(
KyuII-RefGL
VERSION 3.21.0
VERSION 3.22.0
LANGUAGES C)
# CMake Settings

View File

@ -19,7 +19,7 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
project(
KyuII-RefSoft
VERSION 3.21.0
VERSION 3.22.0
LANGUAGES C)
# CMake Settings