Commit Graph

60 Commits

Author SHA1 Message Date
Vortrex
72fef3911d Move all GUI net events to net event file 2022-05-26 17:29:58 -05:00
Vortrex
7897414aa1 Fix info and error GUI func 2022-05-22 13:28:17 -05:00
Vortrex
bb0f76a8ff Load locale config and strings before telling server GUI ready 2022-05-20 17:36:14 -05:00
Vortrex
b86dcb2bf4 Fix some GUI stuff + add locale chooser 2022-05-15 04:15:16 -05:00
Vortrex
2d7e2d14bf Update GUI texts func 2022-05-08 06:43:50 -05:00
Vortrex
52274965a3 Resize logo to fit existing GUI 2022-05-02 15:26:14 -05:00
Vortrex
11d5833c61 Add keypress for some GUI buttons + fix prompt text 2022-04-16 21:42:44 -05:00
Vortrex
8e96b01ceb Comments and organization 2022-03-21 10:31:03 -05:00
Vortrex
efc72dffe1 Mass convert indentation + add ped speech cmd 2022-03-16 17:02:33 -05:00
Vortrex
d9ae395254 Rename game config util 2022-03-06 01:17:37 -06:00
Vortrex
c60d22409e Cleanup 2022-03-03 01:43:50 -06:00
Vortrex
5f5e90b08d Use roboto font 2022-02-04 10:34:07 -06:00
Vortrex
5f4ca19004 Use Arial font instead of Roboto 2022-01-21 20:30:23 -06:00
Vortrex
990fc9b450 Add netevent handler native wrap 2022-01-09 05:37:15 -06:00
Vortrex
4c4a38344e Use new native util for netevents 2022-01-09 05:32:22 -06:00
Vortrex
83b7af4fde GUI style changes and key press handling 2022-01-07 19:50:04 -06:00
Vortrex
5fbe1265e4 Trigger gui ready in initGUI 2021-12-22 23:32:50 -06:00
Vortrex
0c79b2f310 GUI server-specific secondary and text colours 2021-10-25 12:57:04 -05:00
Vortrex
48a7cb452a Hide all GUI util 2021-09-30 18:56:36 -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
acfc788371 Lots of changes
* Add optional offset for some anims (like sitting)
* Fix int/vw chat check not working
* Disable ambience utils for now
* Add ped stop anim util
* Fix enter veh messages
* Fix radio stream not stopping when exiting vehicle
* Fix job items bugging out
* Don't save job equipment items
* Switch to inactive item slot when going on/off duty
* Fix gotospawn not working with int/vw
* Added anims for offset use
* Added element ID & syncer utils
* Fixed wrong job name being shown when setting job vehicle rank
* Added anim move type constants
* Added element collision net events
* Added is any GUI active util
* Fixed showing player list when a GUI is active
2021-09-13 07:22:00 -05:00
Vortrex
4fe9c45e0a Mafia Connected support 2021-08-14 20:49:47 -05:00
Vortrex
d125f521de Check MP mod for which logo to use 2021-08-11 09:37:02 -05:00
Vortrex
9ce391ef9a Tons of fixes, change netevent prefix. 2021-07-18 20:39:49 -05:00
Vortrex
55af28d0bf Remove old commented code 2021-07-12 17:39:58 -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
90d84091f3 Add newchar failed message util 2021-04-24 11:00:50 -05:00
Vortrex
c7d16ca6ab Dont set player stuff for new char 2021-04-19 18:50:32 -05:00
Vortrex
dc5a19188c Make error window dialog wider 2021-04-18 19:08:58 -05:00
Vortrex
b0502c69f2 Use received allowedSkin array 2021-04-13 01:27:00 -05:00
Vortrex
97e06cd32a Add dividers to GUI script 2021-03-30 21:45:29 -05:00
Vortrex
ccfe9b428f Changed char select info, made some GUI neater 2021-03-25 21:33:23 -05:00
Vortrex
cc5aaa87dd Use allowedSkins array for skin select 2021-03-22 03:11:32 -05:00
Vortrex
deaf0b34a5 Reorganize some utils, change dividing lines 2021-03-16 00:34:45 -05:00
Vortrex
f6ed9c88af Update copyright year from 2020 to 2021 2021-03-15 12:30:35 -05:00
Vortrex
24cd862490 Add placeholder for last played text in new char 2021-02-22 18:31:35 -06:00
Vortrex
dffdf2cbd0 Fix dup'ed window hide 2021-02-09 04:04:32 -06:00
Vortrex
ab3dab340e Add list dialog to GUI 2021-02-03 11:55:27 -06:00
Vortrex
631242fca8 Add list dialog GUI 2021-01-25 22:39:34 -06:00
Vortrex
91b142f8b6 Remove focus borders from remaining GUI text 2021-01-23 13:30:11 -06:00
Vortrex
7f2ee0c8d5 No message. 83 files changed. 2021-01-11 10:31:49 -06:00
Vortrex
bda0bb16f9 Move newchar skin image 2021-01-09 22:33:00 -06:00
Vortrex
e3f5e5ea02 Use new logging util 2021-01-08 00:15:10 -06:00
Vortrex
3ef9e554cc Too much for individual commits 2021-01-05 20:14:15 -06:00
Vortrex
69be98f5ee Add 2FA GUI (not ready yet) 2021-01-05 01:19:56 -06:00
Vortrex
f038f7606d Make login window slightly smaller 2021-01-02 21:53:01 -06:00
Vortrex
5af3023c85 Mass commit 2021-01-01 16:18:59 -06:00
Vortrex
a4d2dabf15 Fix warped image on char select screen 2020-12-29 00:16:05 -06:00