User:FileEX: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) |
(Create profile) |
||
Line 1: | Line 1: | ||
[[File:Poland flag.png]] | |||
I'm polish / Jestem Polakiem. | |||
== My contribution / Mój wkład== | |||
I'm a translator and patch contributor. / Jestem tłumaczem i twórcą łatek. | |||
== MTA == | |||
'''Source Code / Kod źródłowy''' | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/236 Added missing '''isReadOnly''' functions for CEGUI Memo and Editbox] | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/255 Added missing '''guiEditGetMaxLength & guiEditIsMasked''' functions] | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/272 Added missing '''guiWindowIsMovable & guiWindowIsSizable''' functions] | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/280 Added gui combobox missing functions] | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/657 Added '''setSoundLooped & isSoundLooped''' functions] | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/265 Fixed setPedsLODDistance return true] | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/599 Fixed doors state with setElementModel] (Reverted) | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/600 Fixed crash in onClientVehicleCollision] | |||
# [https://github.com/multitheftauto/mtasa-blue/pull/777 Fixed invincible peds] (Reverted) | |||
# [https://github.com/multitheftauto/mtasa-blue/commit/e35684979492b794e060b5eb483dfe3752ae442f Fixed setPedWeaponSlot from 11 to 0 resets goggle effect] | |||
'''Resources / Zasoby''' | |||
# [https://github.com/multitheftauto/mtasa-resources/pull/125 Fixed F1 GUI after destroy vehicle] | |||
# [https://github.com/multitheftauto/mtasa-resources/pull/136 Added more glitches and world properties into server tab] | |||
# [https://github.com/multitheftauto/mtasa-resources/pull/148 Fixed a lot of issues with admin2] | |||
# [https://github.com/multitheftauto/mtasa-resources/pull/153 Fixed bug in admin2] | |||
# [https://github.com/multitheftauto/mtasa-resources/pull/154 Fixed next issues with admin2] | |||
# [https://github.com/multitheftauto/mtasa-resources/pull/155 Fixed bug with saving dimensions in Map Editor] | |||
== WIKI == | |||
# [https://wiki.multitheftauto.com/wiki/GuiMemoIsReadOnly Created '''guiMemoIsReadOnly''' page] | |||
# [https://wiki.multitheftauto.com/wiki/GuiEditIsReadOnly Created '''guiEditIsReadOnly''' page] | |||
# [https://wiki.multitheftauto.com/wiki/GuiComboBoxGetItemCount Created '''guiComboBoxGetItemCount''' page] | |||
# [https://wiki.multitheftauto.com/wiki/GuiComboBoxSetOpen Created '''guiComboBoxSetOpen''' page] | |||
# [https://wiki.multitheftauto.com/wiki/GuiComboBoxIsOpen Created '''guiComboBoxIsOpen''' page] | |||
# [https://wiki.multitheftauto.com/wiki/OnClientPaste Created '''onClientPaste''' page] | |||
# Translated [https://wiki.multitheftauto.com/index.php?title=Compiling_MTASA Compiling MTASA] into Polish language [https://wiki.multitheftauto.com/wiki/PL/Kompilowanie_MTASA Kompilowanie MTASA] | |||
# A lot of small fixes in other pages | |||
'''From old account "Tararysz12"''' | |||
# Translated [https://wiki.multitheftauto.com/wiki/KickPlayer kickPlayer] into Polish language [https://wiki.multitheftauto.com/wiki/PL/kickPlayer PL/kickPlayer] | |||
# Translated [https://wiki.multitheftauto.com/wiki/SetElementFrozen setElementFrozen] into Polish language [https://wiki.multitheftauto.com/wiki/PL/setElementFrozen PL/setElementFrozen] | |||
# Translated [https://wiki.multitheftauto.com/wiki/Template:Marker_types Marker_types] into Polish language [https://wiki.multitheftauto.com/wiki/Template:PL/Marker_types PL/Marker_types] | |||
# Translated [https://wiki.multitheftauto.com/wiki/CreateMarker createMarker] into Polish language [https://wiki.multitheftauto.com/wiki/PL/createMarker PL/createMarker] | |||
# Translated [https://wiki.multitheftauto.com/wiki/CreateBlipAttachedTo createBlipAttachedTo] into Polish language [https://wiki.multitheftauto.com/wiki/PL/createBlipAttachedTo PL/createBlipAttachedTo] | |||
# Translated [https://wiki.multitheftauto.com/wiki/MTA_Classes MTA_Classes] into Polish language [https://wiki.multitheftauto.com/wiki/PL/MTA_Classes PL/MTA_Classes] | |||
# Translated [https://wiki.multitheftauto.com/wiki/OnMarkerHit onMarkerHit] into Polish language [https://wiki.multitheftauto.com/wiki/PL/onMarkerHit PL/onMarkerHit] | |||
# Translated [https://wiki.multitheftauto.com/wiki/CreatePickup createPickup] into Polish language [https://wiki.multitheftauto.com/wiki/PL/createPickup PL/createPickup] | |||
# Created [https://wiki.multitheftauto.com/wiki/PL/isPlayerOnline PL/isPlayerOnline] | |||
# Created [https://wiki.multitheftauto.com/wiki/PL/Hsv2rgb PL/hsv2rgb] | |||
# Created [https://wiki.multitheftauto.com/wiki/PL/OutputChatBoxWithEnter PL/outputChatBoxWithEnter] | |||
# Translated [https://wiki.multitheftauto.com/wiki/Element/Player Player] into Polish language [https://wiki.multitheftauto.com/wiki/PL/Player PL/player] | |||
# Translated [https://wiki.multitheftauto.com/wiki/Template:See_also/Server_event See also server event] into Polish language [https://wiki.multitheftauto.com/wiki/Template:PL/See_also/Server_event PL/See_also_server_event] | |||
# Several incomplete pages. | |||
# A lot of small fixes in other pages |
Revision as of 17:34, 28 April 2023
I'm polish / Jestem Polakiem.
My contribution / Mój wkład
I'm a translator and patch contributor. / Jestem tłumaczem i twórcą łatek.
MTA
Source Code / Kod źródłowy
- Added missing isReadOnly functions for CEGUI Memo and Editbox
- Added missing guiEditGetMaxLength & guiEditIsMasked functions
- Added missing guiWindowIsMovable & guiWindowIsSizable functions
- Added gui combobox missing functions
- Added setSoundLooped & isSoundLooped functions
- Fixed setPedsLODDistance return true
- Fixed doors state with setElementModel (Reverted)
- Fixed crash in onClientVehicleCollision
- Fixed invincible peds (Reverted)
- Fixed setPedWeaponSlot from 11 to 0 resets goggle effect
Resources / Zasoby
- Fixed F1 GUI after destroy vehicle
- Added more glitches and world properties into server tab
- Fixed a lot of issues with admin2
- Fixed bug in admin2
- Fixed next issues with admin2
- Fixed bug with saving dimensions in Map Editor
WIKI
- Created guiMemoIsReadOnly page
- Created guiEditIsReadOnly page
- Created guiComboBoxGetItemCount page
- Created guiComboBoxSetOpen page
- Created guiComboBoxIsOpen page
- Created onClientPaste page
- Translated Compiling MTASA into Polish language Kompilowanie MTASA
- A lot of small fixes in other pages
From old account "Tararysz12"
- Translated kickPlayer into Polish language PL/kickPlayer
- Translated setElementFrozen into Polish language PL/setElementFrozen
- Translated Marker_types into Polish language PL/Marker_types
- Translated createMarker into Polish language PL/createMarker
- Translated createBlipAttachedTo into Polish language PL/createBlipAttachedTo
- Translated MTA_Classes into Polish language PL/MTA_Classes
- Translated onMarkerHit into Polish language PL/onMarkerHit
- Translated createPickup into Polish language PL/createPickup
- Created PL/isPlayerOnline
- Created PL/hsv2rgb
- Created PL/outputChatBoxWithEnter
- Translated Player into Polish language PL/player
- Translated See also server event into Polish language PL/See_also_server_event
- Several incomplete pages.
- A lot of small fixes in other pages