Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi can you please send me the correct altis life mod and the EXtdb? #1

Open
wants to merge 1,487 commits into
base: master
Choose a base branch
from

Conversation

pietrotalpan
Copy link

No description provided.

danielstuart14 and others added 30 commits May 9, 2016 14:13
BEFilters: Scripts: Update and clean
Partially addresses issue #542 (Additional localisations in Stringtable.xml)

Changes: 
- Added: Remaining Polish localisations (109). Translations via Google Translate. 
- Fixed: A couple of English strings.
1 tab -> 4 spaces + few things needed for Travis
Optimized function : TON_fnc_isnumber. and delete life_fnc_isnumeric and
replace to TON_fnc_isnumber
Changes:
- Added: Translated key into all languages supported by Arma 3.
Translations (except French) by Google Translate.
- Fixed: English grammar

@NiiRoZz, next time you add a new string can you please just do all the
localisations there and then.
ArmaLife/Framework@6fa5cfe
* Clean-up unused files and syntax, misc

Removed files that are not being used. Fix the syntax, specifically the
casing. Tweak copLoadout.

Changes:
- Removed: Pump Repair
-- core\actions\fn_pumpRepair.sqf
-- Keys STR_pumpRepair_notEnoughMoney and STR_pumpRepair_Repaired in
Stringtable.xml

- Removed: Push Vehicle
-- core\actions\fn_pushVehicle.sqf (see pushObject)
-- life_fnc_pushvehicle and life_fnc_pushvehicle_meta in
Config_SpyGlass.hpp
-- F(life_fnc_pushFunction,ANYONE) in CfgRemoteExec.hpp
-- "class pushVehicle {};" in Functions.hpp
-- pushFunction in remoteExec.txt

- Removed: Mouse Handler
-- core\functions\fn_mouseHandler.sqf

- Changed: Syntax clean-up
-- Objnull → objNull
-- lbvalue → lbValue
-- Et cetera

- Changed: fn_copLoadout.sqf
-- Police will now spawn will a magazine pre-loaded in their pistol.

* Fix case
Since asyncCall is called and not spawned, while{} will only do a maximum of 10000 iterations.
Some databases can't return the query before the 10000 iterations, in these cases, the script would return null.

It fixes the garage query with slow DBs.
danielstuart14 and others added 30 commits July 5, 2016 11:03
Missing Portuguese String to Channel 7 News Scripts
Fixes ArmaLife/Framework#856
Changes: 
- Added: saved3deninventory as an exact exception. 
-- Began occurring on version 1.62 RC.
Changes: 
- Fixed: String not found.
Changes: 
- Update: Use vehicleShop_rentalOnly specified in Config_Master. Also used by fn_vehicleShopLBChange.
So, we can start working with tanoa, using the same repo, with the same files.
For using the same files, we can use 'worldName' function with if condition.
https://community.bistudio.com/wiki/worldName
just to make it same as safeTake. TBH i think all variables should be changed to same as class names so there is no confusion.
* Update fn_houseMenu.sqf

just to block medics from buying houses or bringing up the menu

* Update fn_houseMenu.sqf

* Update fn_houseMenu.sqf
* Fix portuguese strings...

* Update stringtable.xml
* Fixing another strings of portuguese

* Update stringtable.xml
…) + Fix fn_wantedPerson.sqf (#898)

* Fix Param(s) + Fix dupli Gang / House

* Forget to move this

* Last BIS_fnc_param -> Param(s)

* Fix Error fn_wantedPerson
* Delete private for cleanup
* Fix Error
* Setting guidelines for repository contributors

Created a new file that is intended to outline the guidelines for contributing to the repository. See https://help.github.com/articles/setting-guidelines-for-repository-contributors/ for more information.

* Add Issue Template

Added an issue template to help contributors make legible issues. See https://help.github.com/articles/creating-an-issue-template-for-your-repository/

* Add Pull Request Template

Added an issue template to help contributors make legible pull requests. See https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/

* Contact: Editing wording

* CONTRIBUTING: Add Info About Travis CI checks

Added a new header - Help! The Travis CI build failed! - that explains how to resolve Travis CI build check errors.
* Contributing: Can I help?: Update

Changes: 
- Changed: Re-worded first point. Added quick explanation of why being competent in those would be helpful to improving the framework. 
- Changed: Slight wording change. 
- Added: Link to issues that need addressing.

* Contributing: Pull Requests: Update

Changes: 
- Changed: Tried to improve the prose of one of the bullet points.

* Contributing: Can I help?: Fix

Changes: 
- Fixed: Spelling.

* Contributing: Issues: Added Info

Changes: 
- Added: Guidelines on creating a good issue.
* Modification on House

* Grammar

* Grammar German
Changes: 
- Changed: Use same field names as those copied from the Arma 3 Launcher.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.