Skip to content

Commit

Permalink
Merge pull request #139 from ChrSacher/push
Browse files Browse the repository at this point in the history
1.0.7 Changelog
  • Loading branch information
ChrSacher committed May 14, 2019
2 parents c2bd90c + 0f051b9 commit d53796d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: ''

>#### Instructions
>
>With the exception of the instructions and naming convention, headers should be kept with the description changed to their respective function. No sections should be missing information, even if the info is minimal. If logs, mission files or steps are not included or added via edit, the bug report will be removed and you will be asked to re-introduce or edit the issue where upon the new issue will be addressed or the edited version re-opened.
>With the exception of the instructions and naming convention, headers should be kept with the description changed to their respective function. Unless absolutly clear, please provide logs and mission.pbo.
>
>#### Naming Convention
>
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
The version number refer to VERSION define in script_mod.
The date refers to the date when changes have been merged into DEV branch.

## [1.0.7]
### Added
- ACRE Vehicle Rack Preset now selectable
- New context menu options to improve navigation and efficency for changing settings for UOF missions on the fly
- New icons for the UOF settings bar and context menus
### Changed

- Made game-mastering dependent on mission notes
- Reorganized the top-bar setting menus for the UOF to ensure parity between context menus and top-bar settings.
- EG Spectator uses ACE variable if it doesn't get correct value from Killed EH
### Fixed
- Missing function configuration for spectator mode resulted in players being unable to tell who killed them
- Briefing entries being duplicated
- itemRandomOrg script error
- Endscreen not showing Casualties
- Script error in jip teleport
- Export Briefings being incomplete
- Ai Drivers not being functional
- Rewrote ACRE Channel functions to account for multiple same type radios
### Removed


## [1.0.6]
### Added
- View Distance limit sliders now avaliable!
Expand Down
4 changes: 2 additions & 2 deletions uo_sys_framework/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

#define MAJOR 1
#define MINOR 0
#define PATCH 6
#define PATCH 7

#define VERSION MAJOR.MINOR.PATCH
#define VERSION_AR MAJOR,MINOR,PATCH
#define VERSIONSTR QUOTE(VERSION)

#define REQUIRED_VERSION 1.56

#define UO_BUILD_NUMBER 100011
#define UO_BUILD_NUMBER 100015

0 comments on commit d53796d

Please sign in to comment.