Commit Graph

76 Commits

Author SHA1 Message Date
Vortrex
966646cf98 Fix some data in server config save util 2021-11-30 21:52:45 -06:00
Vortrex
0b32bc6421 Fix minute NaN in settime 2021-11-28 22:46:32 -06:00
Vortrex
f348c29e12 Fix server config not saving 2021-11-25 04:16:14 -06:00
Vortrex
8f4ac90dc6 Locale stuff + fixes 2021-11-19 19:27:34 -06:00
Vortrex
2f1dd55b29 Fixes 2021-11-16 02:04:40 -06:00
Vortrex
e406786673 Add accent list to global config 2021-10-25 13:03:06 -05:00
Vortrex
fe8d6d4f03 Pre-allocate global config 2021-10-15 22:38:33 -05:00
Vortrex
9d8d5d1418 Bunch of changes (see description)
* New script files to organize GUI
* Added clientside pickup detection to reduce server load for enter/exit
* Added notips command for players to toggle random tips
* Select account last IP as part of wildcard (was separate due to old INT)
* Save account registration with datetime instead of unix timestamp
* Don't force mouse camera on moving anims in SA+
* Add IP ban to server runtime memory in subnet ban command
* Add non-roleplay character name account moderation flag
* Fix bizowner and bizclan commands
* Fix bug that allowed buying items without having the needed cash
* Fix set biz blip command
* Add dealership help label type command
* Added command to show all clan flag types
* Added discord config and load from database
* Fix angle for directional teleport and anim move directions
* Use new colour structure in preparation for locale translations
* Add on-foot only item usetype array to prevent using when in veh
* Fix wrong const value for exit pickup type
* Start using datetime in MySQL tables instead of unix timestamps
* Start adding webhooks for discord (unfinished)
* Added new discord URL to discord help category
* Added house reset pickups/blips utils
* Prevent using items when in skin selector
* Fix get player command
* Fix give player money command
* Add coffee shop and vehicle repair shop default biz item templates
* Remove old game fixes util (resource now in server config)
* Fix bug where characters in clans wouldn't be shown in char select
* Slimmed down the amount of timers
* Made some potentially large numbers more readable (commas)
* Remove colours in message for console output
2021-09-28 11:41:33 -05:00
Vortrex
80eeaa14c5 Lots of changes and fixes
* Add guiReady state
* Add mouseCameraEnabled state
* Make sure GUI is ready on some things
* Fix wrong veh prop funcs being used clientside
* Add local player ped parts/props util for IV
* Add vehicle.lightStatus sync
* Add element interior sync
* Dont use interior on IV
* Use new class structure
* Set default anim offset to 1
* Set biz data to save when changing biz properties
* Add mouse cam state util
* Prefix item type admin cmds with "itemtype"
* Fix server config saving
* Fix server time setting hour to minute arg
* Add player returnTo data types
* Make veh rent/buy price numbers readable
* Fix wrong house index being used to create blip/pickup on create
* Don't cache player hotbar items if working
* Fix cache player hotbar items util
* Add lots of anims to GTA SA
* Try/catch on all data saving to prevent one from blocking the rest
* Fix readable time from showing AM for 12 PM (noon)
* Set veh interior on create
* Dont set engine for spawnlocked vehicles
2021-09-18 06:48:13 -05:00
Vortrex
9c87ff950c Lots of fixes + clans
* Added clans
* Fixed interior exit labels
* Disabled nametags on games without 3D label support
* Fixed mouse cursor toggle command
* Fixed SA fight-style not being applied
* Added manageRanks clan permission bitflag
* Added interior lights toggle
* Fixed clan chat
* Added real-time support with optional timezone offset
* Added lots of JSDoc stuff
* Added command for managers to set server GUI colour
* Added GeoIP command for admins
* Added command for admins to force an immediate payday
* Added admins gotospawn command
* Added return player command for teleported players
* Added pizza delivery job const
* Fixed biz/house set pickup & interior type
* Fixed inventory showing ammo count for melee weapons
* Fixed SA using wrong pickup types
* Fixed char select screen breaking when in a clan
* Added +/- symbol util for number display
* Added get current timestamp for timezone offset util
* Fixed vehicle owner ID being set wrong for job veh
2021-09-09 01:37:04 -05:00
Vortrex
f511dd3180 Woops wrong field names for GUI colours 2021-08-27 18:46:52 -05:00
Vortrex
82a4f8285c Use new db saving util 2021-08-24 19:53:23 -05:00
Vortrex
4fe9c45e0a Mafia Connected support 2021-08-14 20:49:47 -05:00
Vortrex
57368fab7e Use pickup 0 on GTA3 2021-08-11 09:40:14 -05:00
Vortrex
1b0b189647 Add extra delay to config for force item action timeout 2021-07-25 22:13:38 -05:00
Vortrex
9ce391ef9a Tons of fixes, change netevent prefix. 2021-07-18 20:39:49 -05:00
Vortrex
a757a2ad2f Fix set time cmd 2021-07-13 00:52:31 -05:00
Vortrex
49dde311a2 Changes 2021-06-21 15:06:38 -05:00
Vortrex
db762b44fc Use more util funcs 2021-06-14 20:05:15 -05:00
Vortrex
7b44801a20 Rebrand 2021-06-05 17:31:17 -05:00
Vortrex
75c264eace Rebrand 2021-06-05 03:14:10 -05:00
Vortrex
d58abe4287 Big Commit 2021-05-06 01:29:46 -05:00
Vortrex
d3e2190e2f Add allowed character and email regex 2021-04-28 21:26:12 -05:00
Vortrex
3b283f9779 Fix wrong SA gas station blip and add gym/repair 2021-04-22 09:27:37 -05:00
Vortrex
b4d3280290 Add bar & club blips, add defaultitem templates 2021-04-20 21:32:00 -05:00
Vortrex
dfd99a7486 Fix wrong pickup model used for SA 2021-04-19 18:51:57 -05:00
Vortrex
35a84975f8 Load global and game cfg 2021-04-18 19:12:18 -05:00
Vortrex
519b1c73b4 Change divider style, change cfg init to info 2021-04-04 23:20:11 -05:00
Vortrex
593e1fd675 Add city hall, ganton gym, and office SA ints 2021-03-25 21:35:20 -05:00
Vortrex
19db215e50 Move keybind config to its own object 2021-03-22 01:01:29 -05:00
Vortrex
deaf0b34a5 Reorganize some utils, change dividing lines 2021-03-16 00:34:45 -05:00
Vortrex
5c7b47cf78 Change email confirmed body text 2021-03-07 14:13:50 -06:00
Vortrex
9c5b9bba80 Add email body texts for format 2021-03-06 22:33:26 -06:00
Vortrex
6dd31d131a Add keybind states to all default keybinds 2021-03-04 04:44:23 -06:00
Vortrex
3cefd11be0 Add email cfg object to core 2021-02-26 13:48:00 -06:00
Vortrex
63bea2bbc1 Fix weather name display in setweather cmd 2021-02-22 18:34:12 -06:00
Vortrex
4393cae977 Add a bunch of models for snow exclude on SA 2021-02-09 04:06:45 -06:00
Vortrex
a77c1145c2 Placeholder for item use animations array 2021-02-05 01:35:34 -06:00
Vortrex
ca9d1a4158 Load database config 2021-02-03 12:13:37 -06:00
Vortrex
58dc92c3a6 Add AC script WL/BL commands 2021-02-03 11:57:05 -06:00
Vortrex
c2d1ad6f49 Add item action reset 2021-01-25 22:40:52 -06:00
Vortrex
290578b3b5 Remove old cmd checks on config cmds 2021-01-23 13:31:56 -06:00
Vortrex
3267659cac Add tazer effect duration and wep types to config 2021-01-15 03:40:49 -06:00
Vortrex
7f2ee0c8d5 No message. 83 files changed. 2021-01-11 10:31:49 -06:00
Vortrex
3e905cf17b Add item keybinds & change veh binds 2021-01-09 22:36:04 -06:00
Vortrex
3a53510ff2 Remove duplicate interiors 2021-01-08 18:29:37 -06:00
Vortrex
eb2daa83c6 Add a ton of interiors for GTA SA 2021-01-08 06:31:17 -06:00
Vortrex
8652c09a8a Add pickup type for jobs 2021-01-08 00:15:32 -06:00
Vortrex
3ef9e554cc Too much for individual commits 2021-01-05 20:14:15 -06:00
Vortrex
5af3023c85 Mass commit 2021-01-01 16:18:59 -06:00