Skip to content

Conversation

@IIYAMA12
Copy link
Owner

No description provided.

sacr1ficez and others added 30 commits July 15, 2024 02:23
It's already up to the user ("Allow external sounds" in MTA settings, or "Allow other players speakers" checkbox in `internetradio` GUI)
* Minor cleanup

Use generic even/function names, use onPlayerResourceStart event.

* Addendum to previous commit
Modify Euler calculation
…e/false (#523)

* Added description and new export functions

* Check whether parameters can be converted to numbers and convert them

* Check whether parameters can be converted to numbers and convert them

* Added spacing in the text in some places

* Fixed warning that posX and posY was defined before

* Fixed spacing

* Few text improvements in meta.xml

* removeLinePoints function returns true/false

* Removed redundant word

* Adjusted description removeLinePoints function

* Fixed that when addLinePoint was called multiple times without deleting the previous points at different paths, not all drawn lines of the client HUD mini map were removed

* Increased version

---------

Co-authored-by: Dutchman101 <12105539+Dutchman101@users.noreply.github.com>
* add mapfixes

* update comment in PLACE_BUILDINGS

* make mapfix components toggleable via server setting

* update map fix components table

* remove header comments from lua scripts

* Adding new interiors

Added two interiors 'Doherty's garage and 'just business' mission'

* WIP doherty garage and downtown atrium

* fix whitespace in comment

* add doherty garage open logic

* One new interior and a small correction in the code

- Added interior from the 'Yay Ka-Boom-Boom' mission
- code typo correction

* fix triggerClientEvent spam

* rename garageIDsForInteriors

* remove useless statue objects in atrium

* better naming

* better comments

* add comments

* rename server_main

* rename client_main

* add special pushable doors @ atrium

* move scripts

* add laeIdleProj02.col fix

* correction in setting name

* make settings display better on admin panel

* rename some variables

* Repair details

* prettier format lua

* fix newline

* Two new collision repairs

- Repair of the ceiling of a shopping center building in the San Fierro Doherty area
- Repair of a bollard in the underground parking lot at the San Fierro Airport

* Space correction

* comments

* fix space comments

* Repair of ground collisions under the bridge

* formatting

* change setting to [true] instead of string true

* Remove model replacement 😿

* remove old settings

* Update meta.xml

* make table shared

* add mapfixes to `play` include resource

* add big smoke crack palace wall

and rename some settings + new setting friendly names and descriptions

---------

Co-authored-by: THEGizmoOfficial <79152243+THEGizmoOfficial@users.noreply.github.com>
Co-authored-by: THEGizmoOfficial <the_gizmo1998@o2.pl>
* fix freezetime flickering #529

remove redundant timer and its 3 variables

* remove redundant toggle code
* fix freezetime flickering #529

remove redundant timer and its 3 variables

* remove redundant toggle code

* Replace setMinuteDuration with setTimeFrozen

---------

Co-authored-by: Rick <ricksterhd123@gmail.com>
…enabled (#539)

Fixes the ui appering during map testing with Collision Patches enabled
* [editor] Fix editor_gui test panel

Fixes: After testing a certain map with a gamemode, you are unable to test that map with the <None> option anymore.

* reset lastGamemode on map open / new map

* reset gui lastGamemode on map open / new map

felt like it needed
…g. (#543)

* [editor] Fix duplicate map meta entries resulting in editor suspending.

* added debug messages
* [editor] Toggle rotation mechanic and improve threshold

Make the "Enable rotation patches" work as a toggle between the current rotation behaviour and the old 1.5.9 rotation.
editor_gui field might need a renaming.

* added threshold variable
…ment (#546)

* Fix EDF custom elements have wrong rotation

* fix whitespaces
[editor] Fix GUI not initializing on join during test map
ArranTuna and others added 28 commits September 17, 2025 15:38
Save up to 25 KB per map file by only including LOD data for used model IDs.
If you click "Locked time", "Use LODs" became unclickable.
* Update admin_ban.lua

* Resize the background and buttons
* Fix broken case insensitivee

previously the old method was making the search term lowercase leaving the map name in the original case

* utf8.lower instead of string.lower
Fixed errors when opening the GUI and added message about cpicker needing to be installed and running.
Re-added the old whowas command that was originally part of MTA but was buggy so it got removed. Not sure where to document this feature though so that admins will know it exists.
Every time I started the server I would spawn with the same skin, over 10 times in a row. math.randomseed fixes this garbage randomness.
As @xLive suggested in last commit, using os.time() on resource start is enough to make them random.
* Fix superman bug

* Reset gravity
* Add ability to edit volume

* Removes useless codes

I added toggleRadioGUI for testing and forget to remove it before push

* Add ability to edit volume

* Removes useless codes

I added toggleRadioGUI for testing and forget to remove it before push

* fixes

* fixes

Idk what happend maybe when i did pull

* Update [gameplay]/internetradio/logic/handle_radio/CHandleRadio.lua

Co-authored-by: sacr1ficez <51768772+sacr1ficez@users.noreply.github.com>

---------

Co-authored-by: sacr1ficez <51768772+sacr1ficez@users.noreply.github.com>
in order to prevent visual "desync" on scrollbar
remove whitespaces, use camelCase for params/args
now localPlayer can change speaker volume without any delay (locally, the effect is instant on client, but it still needs to be processed by server for others), also more to stylistic/consistency improvements
* [editor] Improved object preview

fixes:
- fixed object not appearing when selecting certain model ids
- object rotation in viewport is centered
- removed zoom out limit
- added doublesided property to previewed element

* Added doublesided button, better preview centering and zooming
* Delete All Screenshots

* Update ACL.xml

* Update admin_screenshot.lua

---------

Co-authored-by: lopsi <40902730+Lpsd@users.noreply.github.com>
* Refactor: use tables instead of element data

* admin2: Refactor use tables instead of element data
* Fix search pattern escape

* admin2: Fix search pattern escape
* Add "Lua time recordings" to web performancebrowser

* Fix lint issue

* Add condition for Lua time recordings category based on server status

---------

Co-authored-by: lopsi <40902730+Lpsd@users.noreply.github.com>
@IIYAMA12 IIYAMA12 changed the title Merge master back in my resources Merge master back Dec 23, 2025
@IIYAMA12 IIYAMA12 merged commit b36cd27 into IIYAMA12:master Dec 24, 2025
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.