Skip to content

Commit

Permalink
0.9.7a
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Gaffet committed Jun 24, 2016
1 parent baff72f commit 8ce70f3
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 36 deletions.
4 changes: 2 additions & 2 deletions DayZ/addons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
]]
-- [[ Setting game type (Is this still needed?) ]] --

addons = "DayZ 0.9.5a // "
addons = "DayZ 0.9.7a // "
function addAddonInfo (name,description)
addons = addons.." "..name.." | "
setGameType(addons)
end

function changeGameType()
setGameType("DayZ 0.9.5a")
setGameType("DayZ 0.9.7a")
end
addEventHandler("onResourceStart", root, changeGameType)

Expand Down
2 changes: 1 addition & 1 deletion DayZ/handlers/players/client/status_player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

addEventHandler("onClientResourceStart", getResourceRootElement(),
function()
dayzVersion = "MTA:DayZ 0.9.6a"
dayzVersion = "MTA:DayZ 0.9.7a"
versionLabel = guiCreateLabel(1,1,0.3,0.3,dayzVersion,true)
guiSetSize ( versionLabel, guiLabelGetTextExtent ( versionLabel ), guiLabelGetFontHeight ( versionLabel ), false )
x,y = guiGetSize(versionLabel,true)
Expand Down
2 changes: 1 addition & 1 deletion DayZ/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#-----------------------------------------------------------------------------#
-->
<meta>
<info author="L, CiBeR, JBoy (Original: Marwin)" description="MTA:DayZ - DayZ for MTA" version="0.9.5a" type="gamemode" />
<info author="L, CiBeR, JBoy (Original: Marwin)" description="MTA:DayZ - DayZ for MTA" version="0.9.7a" type="gamemode" />
<min_mta_version server="1.4.1" client="1.4.1" />
<script src="version.lua" type="server" />
<script src="logsystem.lua" type="server" />
Expand Down
2 changes: 1 addition & 1 deletion DayZ/utilities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ local infoTable = {
"Press - to interact with the left side menu",
"Encountered a bug? Please report it to the development team!",
"Visit our forum: mta-dayz.org/forum",
"MTA:DayZ 0.9.5a",
"MTA:DayZ 0.9.7a",
}

function outputInfo()
Expand Down
5 changes: 3 additions & 2 deletions DayZ/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
#-----------------------------------------------------------------------------#
]]

--[[
local timer
version = "0.9.6a"
version = "0.9.7a"
addEventHandler("onResourceStart",resourceRoot,
function()
Expand All @@ -33,4 +34,4 @@ function onVersionReturn(_version)
return
end
outputServerLog("[DayZ] MTA DayZ is up-to-date.")
end
end --]]
20 changes: 19 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,34 @@
This changelog lists all changes made to MTA DayZ. It adheres to the following features description.

## [VERSION] - DATE OF RELEASE (YYYY-MM-DD)
## Please add your change on rollingchangelog.txt.

## [0.9.7a] - DATE OF RELEASE (2016-06-24)

### ADDED: For new features
### ADDED: Addon "Antiglitch"
### ADDED: Polish Language
### ADDED: Nice MTA DayZ DX to Login
### ADDED: Arma II chatbox style
### ADDED: Server Console Output on Global Chat
### ADDED: "Dead Night" Addon
### ADDED: Anti-teleport detection method to BattlDayZ
### CHANGED: For changes in existing features
### CHANGED: Added Flashlight to Spanish Language
### CHANGED: Moved warning ([PLAYERNAME]'s Account was buggy and has been reset.) to side chat
### CHANGED: Pain now uses setCameraShakeLevel(150) & Added config gameplayVariables["painshakelevel"]
### CHANGED: New animation binds (1 = Salute, 2 = Hands up, 3 = Sit, 5 = Journal)
### CHANGED: playerThirst and playerHunger calculation every 30 seconds instead of onClientRender
### DEPRECATED: For once-stable removed in upcoming releases
### REMOVED: For deprecated features removed in the release it's mentioned in
### FIXED: For all bugs
### FIXED: FPS Drop on some PC.
### FIXED: Anti-teleport detection
### FIXED: Fixed Polish Language Typo
### FIXED: Ammo bug
### FIXED: Patrol Pack bug
### FIXED: Black & White shader not loading
### SECURITY: To invite users to upgrade in case of vulnerabilities
### LANGUAGE: French is now available.
### LANGUAGE: Romanian is now available.

# - #
Expand Down
5 changes: 3 additions & 2 deletions login/login_client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ function unmarkButton (b,s)
end

news = {
"[09/19/15]\nVersion 0.9.6a is out!\n\n--- CHANGELOG ---\nMTA DayZ has gone open source!\nYou can get the newest version at our repository:\n\nhttps://github.com/mtadayz/MTADayZ"
"[24/06/16]\nVersion 0.9.7a is out!\n\n--- MTA DayZ ---\nMTA DayZ has gone open source!\nYou can get the newest version at our repository:\n\nhttps://github.com/mtadayz/MTADayZ"
}

oldnews = {
"[09/19/15]\nVersion 0.9.6a is out!\n\n--- CHANGELOG ---\nMTA DayZ has gone open source!\nYou can get the newest version at our repository:\n\nhttps://github.com/mtadayz/MTADayZ"
"[08/19/15]\nVersion 0.9.5a is out!\n\n--- CHANGELOG ---\n[NEW]Language: Romanian (ro)\n[NEW]Status Effects: Sepsis, Infection & Unconsciousness\n[NEW]Items: Epi-Pen, Range Finder\n[NEW]Reworked inventory UI (rightclick to use items!)\n[NEW]Crosshair integration (please remove addon_crosshair if you have it)\n[NEW]Difficulty options (Normal, Veteran, Hardcore)\n[NEW]Salute animation (press , [Comma])\n[CHANGE]Weapon damage + magazine sizes\n[FIX]Not being able to access tents\n\n\n\nThe complete changelog can be found at mta-dayz.org/forum!",
"[08/06/15]\nVersion 0.9.4a is out!\n\n--- CHANGELOG ---\n[NEW]Major restructuring of code base\n[NEW]Language: Spanish (es)\n[NEW]Helicrash sites now have 6 loot points\n[NEW]Dynamic Weather System\n[NEW]Binoculars image will fill out entire screen now\n[FIX]Vehicles not respawning at their initial spawnpoints\n[FIX]Bug with British Assault Pack\n[FIX]Temperature not decreasing when it's cold or night\n[FIX]Temperature increasing too fast (and beyond 37°) when sprinting or in vehicle\n\n\nThe complete changelog can be found at mta-dayz.org/forum!",
"[07/28/15]\nVersion 0.9.2a is out!\n\n--- CHANGELOG ---\n[NEW]Language: Chinese\n[NEW]Toggleable GPS (/gps)\n[NEW]New compass images\n[NEW]Toggleable Compass (/compass)\n[FIX]Some zombies\n[FIX]GPS not showing correct position\n[FIX]Teleportation & Duping Bug\n[FIX]Not being able to administer \nblood bags\n\n\nThe complete changelog can be found at mta-dayz.org/forum!",
Expand Down Expand Up @@ -99,7 +100,7 @@ confFile = xmlLoadFile("@preferencesL.xml")
background_news_label = guiCreateLabel(0.01, 0.01, 1, 0.1, "NEWS", true,background_news)
background_news_text = guiCreateLabel(0.01,0.1, 1, 0.9, news[1],true,background_news)
title_label = guiCreateLabel(0.29, 0.08, 0.43, 0.18, "MTA DayZ", true,background_front)
version_label = guiCreateLabel(0.29, 0.22, 0.34, 0.13, "Version: 0.9.6a", true,background_front)
version_label = guiCreateLabel(0.29, 0.22, 0.34, 0.13, "Version: 0.9.7a", true,background_front)
login_label = guiCreateLabel(0.05, 0.64, 0.20, 0.05, "LOGIN", true,background_front)
Login_Edit[1] = guiCreateEdit(0.05, 0.67, 0.25, 0.05, infoTable["account"], true,background_front)
Login_Edit[2] = guiCreateEdit(0.31, 0.67, 0.25, 0.05, infoTable["pass"], true,background_front)
Expand Down
27 changes: 1 addition & 26 deletions rollingchangelog.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,4 @@
# CHANGELOG #
This changelog lists all changes made to MTA DayZ, but have yet to be released. It adheres to the following features description.

## [VERSION] - DATE OF RELEASE (YYYY-MM-DD)

### ADDED: For new features
### CHANGED: For changes in existing features
### DEPRECATED: For once-stable removed in upcoming releases
### REMOVED: For deprecated features removed in the release it's mentioned in
### FIXED: For all bugs
### SECURITY: To invite users to upgrade in case of vulnerabilities

## [0.9.7a] - NOT YET RELEASED
### FIXED: Black & White shader not loading(CiBeR96)
### CHANGED: Added Flashlight to Spanish Language(CiBeR96)
### FIXED: Fixed Polish Language Typo(CiBeR96)
### ADDED: Polish Language (CiBeR96//Author: KaSkA3eR)
### FIXED: Ammo bug (L)
### FIXED: Patrol Pack bug (Loki)
### CHANGED: Moved warning ([PLAYERNAME]'s Account was buggy and has been reset.) to side chat(CiBeR96)
### ADDED: Nice MTA DayZ DX to Login(CiBeR96)
### CHANGED: Pain now uses setCameraShakeLevel(150) & Added config gameplayVariables["painshakelevel"](CiBeR96)
### ADDED: Arma II chatbox style (L)
### CHANGED: New animation binds (1 = Salute, 2 = Hands up, 3 = Sit, 5 = Journal) (L)
### CHANGED: playerThirst and playerHunger calculation every 30 seconds instead of onClientRender (L)
### ADDED: Server Console Output on Global Chat (Bluethefurry)
### ADDED: "Dead Night" Addon (Bluethefurry)
### ADDED: Anti-teleport detection method to BattlDayZ (Neves768)
### FIXED: Anti-teleport detection(Neves768)
## [0.9.8a] - DATE OF RELEASE (YYYY-MM-DD)

0 comments on commit 8ce70f3

Please sign in to comment.