Commit Graph

821 Commits

Author SHA1 Message Date
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
VegaZ
fd06c11a0d Commented Task Sorting 2019-03-06 18:27:58 +01:00
VegaZ
b8ce900c72 Finish test, happy developing 2019-03-06 18:02:33 +01:00
VegaZ
f1a81d72b2 Merge branch 'develop' of ssh://development.life-of-german.org:451/log-gtav/reallife-gamemode into develop 2019-03-06 17:58:20 +01:00
VegaZ
9bf92231c9 Testing 2019-03-06 17:57:27 +01:00
VegaZ
2fa21bd8f8 Update .gitlab-ci.yml 2019-03-05 21:54:46 +01:00
VegaZ
c2f7123d26 Add for Test 2019-03-05 21:00:10 +01:00