Commit Graph

827 Commits

Author SHA1 Message Date
hydrant
07a7f25730 add cityhall menu, add self interaction menu (Arrow Down), fix freecam, add group creation, move (faction) invite from commands to menu 2019-05-07 20:55:25 +02:00
Lennart Kampshoff
53e0072f91 fixed double dots at end of error message 2019-05-06 12:26:02 +02:00
Lennart Kampshoff
9c35e3773b add ability to buy vehicle for faction and group 2019-05-05 18:44:36 +02:00
Lennart Kampshoff
a88d5256a8 formatted code 2019-05-05 17:59:11 +02:00
Lennart Kampshoff
a34c03eae9 start group system 2019-05-05 17:07:29 +02:00
Lennart Kampshoff
e1dd54b7c5 fixed build to normal dev server 2019-05-03 20:12:22 +02:00
Lennart Kampshoff
486ceb9c28 fix build 2019-05-01 21:47:59 +02:00
Zeuto
bfbd37753b Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop 2019-05-01 21:21:10 +02:00
Zeuto
6efeb34968 Added dlc.rpf 2019-05-01 21:02:46 +02:00
Lennart Kampshoff
2a9b859300 launchSettings.json entfernt (muss bei jedem selbst erstellt werden) 2019-05-01 20:43:03 +02:00
Zeuto
f799ce1e0b Fixed voice icon is now only been showed when loggedin 2019-05-01 19:58:31 +02:00
Zeuto
2d623ab6df Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop 2019-05-01 18:30:45 +02:00
Zeuto
108edfacdb Replaced Voicechat mute notification with an icon next to the map 2019-05-01 18:30:41 +02:00
hydrant
26af842da6 add global data (is logged in) 2019-05-01 18:24:19 +02:00
hydrant
5c23071c7e Restart service when push (workaround for broken dev server) 2019-05-01 18:24:19 +02:00
Zeuto
819407a817 Fixed Notification when mute state changes 2019-05-01 13:46:40 +02:00
hydrant
db6e829756 temporary fix nametags 2019-04-29 19:49:33 +02:00
hydrant
a65e5a4358 fix build 2019-04-27 13:43:56 +02:00
VegaZ
62f9bcb2a2 Merge branch 'feature/voice-chat' into 'develop'
Feature/voice chat

See merge request log-gtav/reallife-gamemode!12
2019-04-25 17:30:04 +02:00
VegaZ
70ecf92532 Feature/voice chat 2019-04-25 17:30:03 +02:00
hydrant
00dfb1180e Added ChatService.Error, removed ChatService.ErrorMsg, removed hardcoded tuning garages 2019-04-22 13:22:27 +02:00
hydrant
c756d038aa grovebase map by dreamtex added 2019-04-18 22:47:07 +02:00
hydrant
434e19e6ea Moved tuning garages to database, moved vehicle distance driven counter timer from update event to timer 2019-04-12 19:03:23 +02:00
hydrant
5749b15151 Fix server crash when no character is found 2019-04-12 19:01:25 +02:00
hydrant
456b2c65a6 Fixed Handmoney migration 2019-04-08 16:34:29 +02:00
hydrant
a79ea25f42 use existing function for handmoney format 2019-04-08 16:11:10 +02:00
VegaZ
be7b96584a Add check of ATM Balance 2019-04-04 18:37:48 +02:00
VegaZ
03b12aa004 Add migration 2019-04-02 20:51:50 +02:00
VegaZ
fb3432f1f4 fix toFixed 2019-04-02 19:27:19 +02:00
VegaZ
2be475797c Merge branch 'feature/atm-system' into 'develop'
Feature/atm system

See merge request log-gtav/reallife-gamemode!11
2019-04-02 18:50:17 +02:00
VegaZ
63838e133a Merge branch 'develop' into 'feature/atm-system'
# Conflicts:
#   ReallifeGamemode.Server/Migrations/DatabaseContextModelSnapshot.cs
2019-04-02 18:50:17 +02:00
hydrant
bed35f8f08 Changed build commands 2019-03-13 20:13:30 +01:00
hydrant
6fdbad45d1 Added server build mode for webpack 2019-03-12 16:01:46 +01:00
hydrant
25037479e0 Deleted moveItems.ps1 2019-03-12 14:22:42 +01:00
hydrant
d872ffa32f Added file copy to dlcpacks and assets, added option to watch for file changes (npm run run) 2019-03-11 22:39:26 +01:00
hydrant
8ce3fd6f52 Finished migration to TypeScript, temporary disabled char creator 2019-03-11 22:17:49 +01:00
hydrant
715cf3c1e6 added webpack, begin migration from js to ts 2019-03-11 16:37:22 +01:00
hydrant
f6fac52b3d Added waypoint to vehicle when buying 2019-03-10 15:10:40 +01:00
hydrant
491d4a51bb Fixed indicator 2019-03-10 14:40:13 +01:00
hydrant
0941501fff Added vehicle indicators 2019-03-10 14:30:02 +01:00
hydrant
ed069fd1d7 Removed User.GetFaction() 2019-03-10 13:02:34 +01:00
hydrant
f732f053a8 Fixed moveItems.ps1 2019-03-10 13:02:33 +01:00
hydrant
4180873081 Faction is not null on Client.GetUser() anymore 2019-03-10 13:02:33 +01:00
VegaZ
008590d694 Merge branch 'feature/atm-system' into 'develop'
Commit for testing on Linux OS

See merge request log-gtav/reallife-gamemode!9
2019-03-10 10:49:52 +01:00
VegaZ
6feb19b8d3 Merge branch 'develop' into 'feature/atm-system'
# Conflicts:
#   ReallifeGamemode.Server/Migrations/DatabaseContextModelSnapshot.cs
2019-03-10 10:49:51 +01:00
hydrant
5bf613bac4 Added tank column to servervehicles 2019-03-07 20:39:30 +01:00
hydrant
04ed4bc322 Changed login design, moved all db entities to Entities folder 2019-03-07 15:55:08 +01:00
hydrant
be82292ab7 Remove debug message on mileage save 2019-03-06 21:26:29 +01:00
hydrant
bee3497fc3 Added mileage, changed all namespaces from reallife_gamemode to ReallifeGamemode 2019-03-06 21:12:50 +01:00
VegaZ
13142edbb7 Made some last changes to faction interaction 2019-03-06 20:03:02 +01:00