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

Update from original #5

Merged
merged 164 commits into from
Mar 2, 2019
Merged

Update from original #5

merged 164 commits into from
Mar 2, 2019

Conversation

classicarma
Copy link
Owner

No description provided.

classicarma and others added 30 commits May 7, 2018 20:14
* Update Japanese translation

* Update Japanese translation

* Update Japanese translation

* Update Japanese translation

* Update Japanese translation

* Update Japanese translation
* Some French Translation

* Mistake
* Cache CreditsLine entries

* kill rogue newlines
remove semi-colon causing script error on preStart
* tag 'v3.7.1.18604':
  Bump to 3.7.1.180604
  Bump to 3.7.1.180517
* Cleanup use of private ARRAY

* Modernize fnc_vectCross

* stuff I forgot to save

* params

* newline eof

* params

* no semicolon for return value

* formatting, optimization

* formatting of array copy
Replace BIS function (*BIS_fnc_getCfgData*) with with engine command (*getText*).

Links:
[BIS_fnc_getCfgData](https://community.bistudio.com/wiki/BIS_fnc_getCfgData)
[getText](https://community.bistudio.com/wiki/getText)
Chinese Update
* fnc_currentUnit

* common

* accessory

* ai

* arrays

* diagnostic

* events

* hashes 1

* jr

* keybinding

* modules

* music

* network

* settings

* statemachine

* strings

* ui

* vectors

* xeh

* Manual fixups

* delete whitespace

* remove whitespace, weird formatting

* return value formatting

* whitespace, macro formatting

* formatting white space, fix a macro position

* move a include to fix error line numbers

* remove whitespace

* move a macro, whitespace, formatting

* formatting

* fix formatting

* fix formatting

* formatting

* formatting
* Add basic functions for change of basis in 3D

* Update CfgFunctions.hpp

* Replace tabs with spaces in fnc_matrixProduct3D

* Replace for loops with apply

* Standardize comment indentation

* Fix comment grammar

* delete semicolon to indicate function return value

* delete semicolon to indicate function return value

* delete semicolon to indicate function return value

* delete atypical empty line

* delete atypical empty line

* Optimize _fnc_vectorEquals and implement _fnc_matrixEquals

* Add unit tests

* include position

* include position

* include position
…ver (#940)

* FIX: particular case when groupowner return 0

- when a unit is created inside a group, the group locality isn't immediately the same as the unit. It is 0 which mean the `remoteExecCall`  to every client the execution of `CBA_fnc_deleteEntity`. So because the unit is only local  to server or one client, all others clients will `remeteExecCall` again the `CBA_fnc_deleteEntity`. So a remote execution is starting.
To prevent that the `CBA_fnc_deleteEntity` execution is waiting until the groupOwner is correct (not 0)

* No timeout is necessary since groupowner is always switching to a server/client

* quit waitUntil should group be deleted by other means
* move ui functions to ui component, simplify

* fix getAspectRatio

* optimize getFOV

* travis etc. canot handle #

* remove whitespace
dedmen and others added 29 commits February 8, 2019 22:26
* Resolve XEH redirect handlers

* Teletabby

* bleep bloop

* Tibbi Tabbi Schwibbi Schwabbi
* port, reimplementation of ACE hints

* delete dead code line

* parenthesis for macros

* notify tweaks

* Notifications - Polish translation (#1038)
* Initial commit

* Fixes and improvements

* Update addons/arrays/fnc_selectRandom.sqf

Co-Authored-By: neilzar <neil.evers.1995@gmail.com>

* Implement reviews

* I want a min there

* Add semicolon to please OCD

Co-Authored-By: neilzar <neil.evers.1995@gmail.com>

* Rename to selectSomeRandom

* function name

* update function name

* update function name
* remove 100Rnd mags magwell from non MX-SW MX variants

* config formatting
* Overhaul activateAddons

* Newlines make people happy

* Parents are writing a thesis

* #nologs

* Apply suggestions from code review

Co-Authored-By: dedmen <dedmen@users.noreply.github.com>

* Hacking protection

* More hacky

* Update addons/common/XEH_preStart.sqf

Co-Authored-By: dedmen <dedmen@users.noreply.github.com>

* Make preloaded addons be config case

Co-Authored-By: dedmen <dedmen@users.noreply.github.com>
* Add P90, UMP40/45/9 & Beretta M9 magwells

* Add FN57 magwell & move 570x28 to pistol section in CfgMagazineWells

* Add Zastava M21, M76 and Sa vz. 61 Scorpion magwells

Added missing magwells based on RHS GREF and SAF weapons.

* Removed Sa vz. 61 Scorpion duplicate magwell

7.65x17mm already exists in `magwells_32ACP.hpp`
* Remove unused local variable from CBA_fnc_isTurnedOut

* formatting
* add keepAspectRatio parameter to Layout Editor

* missing private keyword
* add custom mission filter

* check if class is a mission or a 'folder'
* Add macros to skip adding headers to cfgFunctions

* Move to script_mod

* Cleanup vectors

* cleanup
* Compile configFile eventhandlers at preStart

* Hacking protection

* Fix server/client only EH caching

* Fix

* xeh - cache server/client events seperatly

* Finish applying to initEH, skip on filepatching

* Disable debug

* Add missing preStart changes

* handle extra local variables, cleanup

* formatting, parentheses

* PATHTO_FNC() macro
add event for confirming changes in Layout Editor
* cleanup help

* cleanup help

* help docs

* delete help docs

* cleanup help

* cleanup help

* cleanup help

* travis

* fix a script error

* addons diary

* mods help

* remove bugtracker, wiki diary entries

* formatting

* display addons, cba CfgMods

* rewrite part about config key handlers

* html sanitize

* html sanitize

* html sanitize

* CBA_fnc_sanitizeHTML
* Add CZ 75 magwells, some vanilla SMG magwells, change 570 to 57

- Change 570x28 to 57x28, since the cartridge is always called the 5.7x28mm
- Add .45 ACP fullsize Glock magwell to SMG_01 (Vermin SMG/KRISS Vector)
- Add 9x19mm Scorpion Evo 3 magwell for SMG_02 (Sting 9mm/CZ Skorpion Evo)
- Add 9x19mm MP5 magwell to SMG_05 (Protector 9 mm/MP5K)
- Add magwels for the CZ 75, 85, , 97, 2075, P-01, P-06, P-07, P-09

* Update CfgWeapons.hpp

- readd missing line break

* Remove spaces before colons

Co-Authored-By: Drofseh <Drofseh@users.noreply.github.com>
Fix missing base class in JAM and fix versioning caching
@classicarma classicarma merged commit 3dd6c87 into classicarma:master Mar 2, 2019
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.