-
Notifications
You must be signed in to change notification settings - Fork 62
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
pietrotalpan
wants to merge
1,487
commits into
CrackH34D:master
Choose a base branch
from
Jawshy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Arma 3 Apex!
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
* 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.
Changes: - Fix: For https://github.com/ArmaLife/Framework/issues/860 by @Raided.
* 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.