User:Arran Fortuna

From Multi Theft Auto: Wiki
Revision as of 12:20, 1 August 2014 by Arran Fortuna (talk | contribs)
Jump to navigation Jump to search

Founder of CIT CnR/MW/RP server the #1 (in popularity) MTA:SA server and first server to ever break the player peak of around 200 players, then we took it all the way to 1300 concurrent players. Special thanks to ccw, Cazomino05 and ryden, couldn't have done it without them.

MTA:SA Resources, Map Editor and MTA Wiki contributor, regular bug tester and reporter.

Contributons to MTA: SA Source

Minor bug fix with takeWeapon: (That's as much C++ as I could handle!) http://code.google.com/p/mtasa-blue/source/detail?r=2548

Contributions to MTA: SA Resources

[fastrope] Fixed being able to fall from super high and not get hurt.

[parachute] Reduced bandwidth usage by having a list of animations and sending a number to setElementData instead of a string.

Fixed #7278 (Freeroam animations hotkeys)

Fixed #6879 (Freecam (editor) binds hard keys w,s,a,d causes difficulties on other keyboards than qwerty (azerty, bepo, dvorak etc.))

Fixed not spawning with spawnmanager if string is passed to spawn player instead of a team, like in CTF.

Slight optimization in the parachute resource server side

Fixed a security vulnerability in admin panel

Fixed #7815 (Votekick abuse: 120 sec votekick period can be bypassed by nickname change)

Fixed fall out spectating

Fixed server side fallout exported functions

Made it really hard to instant reload exploit

Fixed #7674 (Temporary mute becomes permanent when admin is restarted)

Added an option to acpanel which will switch a players model rather than having to totally block them

Fixed #7425 (Make objects, created by editor, have LOD model preinstalled)

Fixed #4767 (Race EDF - Can't enter pickup properties GUI)

Fixed #7311 (Map editor doesn't load object properly but race gamemode does.)

Fixed #7509 (Weapon model changes to 1337 after saving/loading some times)

Created the ingame performance browser

Fixed #7405 (Some settings aren't reset when you start a new map after working in another)

Fixed #7394 (Votemanager can't start votekick, votekill or voteban, if the player, who we want to vote, name contains 1 character.)

Reduced the size of map files by rounding position attributes to 5 decimal and rotation to 3 as you won't even see a change in position or rotation even on a large object.

Cleansed admin of the redundant guiSetInputEnabled replacing it with guiSetInputMode("no_binds_when_editing")

Fixed #7338: (Selecting players no longer works)

Fixed #7308 (Locked Time isn't set correctly)

Fixed #7351 (Make camera face haystack after player dies for walking away)

Fixed #7353 (setpos command parameter check)

Fixed optional arguments of setFreecamEnabled()

Fixed #7317 (Freecam locks causing to make game play impossible) and fixed debugs too.

Fixed #7300 (Copying a scaled object resets the object scale back to 1)

Fixed #5436 (Stealth Gamemode Contains Debug After Team Choice)

Fixed #6706 (Fixed Freecam) and some other little fixes.

Fixed #7275 (Gamemode Settings are not in Test When no Save Before Test)

Fixed debug spam after using properties pull out delete button.

Fixed #7277 (Add object collisions option)

Fixed #6704 (Add a scale option for the map editor)

Fixed #6612 (cannot save data "Invert Mouse Look")

Fixed #5791 (Placing peds)

Fixed #7091 (Map settings change to default after map testing.)

Fixed #6723 (RGB Color Picker For Vehicles)

Fixed server settings tab in options not showing up when using Map Editor from main menu.

Fixed game mode stopper by moving it to a resource that has stopResource access.

Fixed a reload exploit where you could jump and then reload for an instant reload.

Fixed #6775 (Freeroam: sorting bug)

Fixed #6522 (No "Set Nick" ACL right and permission check in "admin" resource)

Admin: Added nick change anti spam option.

Freeroam: Added an option to prevent chat spam and an option to prevent repeat messages.

Editor: Fixed saving of changed IDs

Editor: Fixed the annoying bug when auto save makes the save-as window appear but does not stop moving the mouse look around the world violently.

Fixed #6266 (CTV: Can capture the vehicle in any teams base)

Fixed #6292 (Progress indicator for loading procedures)

Fixed #4059 (Make test mode only start for the player who pressed F5 or the test button)

Fixed #4381 (Can't change the position of an object any longer.)

Fixed #6269 (The resource "maplimits" has a bug that eats up more and more resources.)

Fixed #4793 (You cannot select trains in the map editor)

Added RGB vehicle colors and headlight colors to freeroam with thanks to ryden for making the color picker and Ransom's assistance in making it work.

Upgrading from deprecated functions (setVehicleFrozen and setPedFrozen)

Fixed #6090 (Cloned objects don't keep the doublesided attribute)

Removing redundant localPlayer defines (now predefined in MTA)

Changed encoding of all files to UTF-8

Added special skins to freeroam.

Fixed #5590 (map settings ignored in test mode)

Added trailers to map editor.

Fixed #6255 (Saving, loading, problems)

Fixed #6211: [Freeroam] /cv is missing interior and dimension update.

Fixed #4855 (briefcaserace edf: player spawn point looks weird)

Fixed #6073 (Create vehicle error)

Fixed #5643 (editor: I can't open any map)

Fixed #6043 (Lag during startup)

resourcemanager: Added #6025 (Normal date in resource manager)

Fixed (#6009: Editor Cannot Delete Objects)

Fixed: #5974 ("is not a valid map" output is misleading

Fixed #5946 (play: Some crucial gameplay elements are not defaulted)

Fixed #5969: (add optional rotation argument to setpos (aka sp))

deathpickups: Optimizations, thanks to changes in 1.0.4 all the client code to get a players weapons can be done on the server.

Fixed #5882 (editor_main: Too long execution error when saving maps)

Fixed #5795 (Admin: Temporary hang on switch to "Resources" tab if you've got a lot of resources)

admin: Added special skins

Fixed #5915 (resourcebrowser: Get rid of popup when using restart button)

Significant changes to wiki by me

31st July 2014 Started of the Scripting Tips page.

5th January 2014 Documented detonatePlayerSatchels

21st November 2013 Documented onClientVehicleDamage

26th August 2012 Documented setProjectileCounter createWeapon fireWeapon setWeaponProperty setWeaponState setWeaponTarget getWeaponOwner setWeaponOwner setWeaponFlags getWeaponFlags setWeaponFiringRate getWeaponFiringRate resetWeaponFiringRate getWeaponClipAmmo setWeaponClipAmmo getWeaponAmmo setWeaponAmmo getProjectileCounter and onClientWeaponFire

2nd April 2012 Documented addVehicleSirens setVehicleSirens removeVehicleSirens getVehicleSirens and getVehicleSirenParams

20th November 2011 Documented resendPlayerModInfo and onElementModelChanged

16th November 2011 Documented getVehicleVariant setVehicleVariant getWeaponProperty and setWeaponProperty

17th October 2011 Documented renameResource and deleteResource

3rd October 2011 Documented getPlayerIdleTime

30th September 2011 Documented onChatMessage and createSWATRope

26th September 2011 Documented engineGetModelIDFromName and engineGetModelNameFromID

18th September 2011 Documented a year old hidden function setPedFootBloodEnabled

23rd August 2011 Documented function setClipboard

17th August 2011 Documented event onAccountDataChange

12th August 2011 Finished documenting getNetworkStats as the function is now available for use

10th August 2011 Documented what I could for getNetworkStats will need a new nightly to be sure of how it works

7th August 2011 Created the Changes in 1.1 page, took at least 5 hours to complete

2nd July 2011 Documented getAircraftMaxHeight, resetWindVelocity, getInteriorSoundsEnabled and getJetpackMaxHeight

5th June 2011 Documented getBlipVisibleDistance and setBlipVisibleDistance from http://code.google.com/p/mtasa-blue/source/detail?r=2248

20th April 2011 Went through all deprecated functions and created links to their new functions to make the lives of everyone who uses this wiki easier.

Some days 2010 Documented the new special skins that are added to MTA SA 1.1 Documented various undocumented functions