nsubiron
|
9a9ce7bfa1
|
Increase version and update changelog
|
2018-04-05 12:39:57 +02:00 |
nsubiron
|
721db1428a
|
Extend info in uplugin file
|
2018-04-04 15:40:03 +02:00 |
nsubiron
|
fc9d3bce7a
|
Convert speed limits to meters per second
|
2018-04-03 12:29:31 +02:00 |
nsubiron
|
74e2c01b5f
|
Fix #322, agents box extent was sent in centimeters
|
2018-04-03 12:29:31 +02:00 |
nsubiron
|
4d0408ef65
|
Reset cached quality level not only in editor, but also in release
|
2018-03-23 18:27:45 +01:00 |
nsubiron
|
8c65896c65
|
Fix race condition, ignore errors when sending measurements and reading control
|
2018-03-22 16:24:13 +01:00 |
nsubiron
|
8526cd4a83
|
Increase version to 0.8.0
|
2018-03-22 10:41:55 +01:00 |
nsubiron
|
55e32f9fd0
|
Merge branch 'master' into low_mode_to_client_example
|
2018-03-21 13:04:49 +01:00 |
CVC\jbelon
|
403e9ba797
|
Keep applied quality settings level between runs (special condition for Unreal Editor too)
|
2018-03-21 12:37:47 +01:00 |
nsubiron
|
67956422c7
|
Fix #290 crash in Lidar
|
2018-03-21 12:14:55 +01:00 |
nsubiron
|
013600803d
|
Fix units in Lidar measurements and settings
|
2018-03-21 12:14:55 +01:00 |
nsubiron
|
bb29ff1230
|
Rename LiDAR ray-trace to Lidar ray-cast
|
2018-03-19 19:03:01 +01:00 |
CVC\jbelon
|
5dd83f321e
|
Set Default quality to Epic (not apply changes on level start - beginplay).
Separate function for non-blocking async screen capture.
Minor changes in settings
|
2018-03-15 17:21:39 +01:00 |
CVC\jbelon
|
b775308d8c
|
Small tweak for settings
|
2018-03-15 15:35:53 +01:00 |
nsubiron
|
f524ecc79b
|
Update ignored files
|
2018-03-15 12:37:04 +01:00 |
nsubiron
|
6cac2dc232
|
Remove DefaultEditor.ini
|
2018-03-15 12:37:04 +01:00 |
Marc Garcia Puig
|
92ca7cb146
|
Merge branch 'Optimizations' of https://github.com/carla-simulator/carla into Optimizations
|
2018-03-15 12:32:53 +01:00 |
Marc Garcia Puig
|
97a40e0379
|
Added specific low/high performance shaders
|
2018-03-15 12:32:12 +01:00 |
CVC\jbelon
|
b0e4511169
|
Merge remote-tracking branch 'origin/master' into Optimizations
|
2018-03-15 09:33:54 +01:00 |
CVC\jbelon
|
07c51cc0be
|
Added code to be able to use the experimental Vulkan API for rendering.
|
2018-03-14 18:36:20 +01:00 |
juaxix
|
b9863c7768
|
Always add the license plates directory to the build
|
2018-03-14 12:20:26 +01:00 |
nsubiron
|
86c95c6df3
|
Merge branch 'master' into issue#132
|
2018-03-14 11:24:31 +01:00 |
CVC\jbelon
|
97d7b0904b
|
Epic settings added to CarlaSettingsDelegate functions. Revamped functions to apply quality settings (generalize). You can set the quality level with blueprints using CarlaSettingsDelegate from the Carla Game Mode Base now.
|
2018-03-13 18:16:47 +01:00 |
CVC\jbelon
|
ebdea6f015
|
Merge remote-tracking branch 'origin/master' into Optimizations
|
2018-03-13 12:19:30 +01:00 |
nsubiron
|
9ed945db9e
|
Remove error when restarting from key-binding
|
2018-03-13 12:15:08 +01:00 |
CVC\jbelon
|
ccc29f9dc8
|
Merge remote-tracking branch 'origin/master' into Optimizations
|
2018-03-13 11:36:06 +01:00 |
CVC\jbelon
|
8f0949ba5a
|
Added a new name tag for sky spheres.
Minor fixes for Carla Settings.
Renamed the quality DefaultLevel to QualityLevel in code and config file.
|
2018-03-13 11:34:45 +01:00 |
CVC\jbelon
|
b94d0079d7
|
Fixes proposed by @nsubiron for pulling request (merge with master)
|
2018-03-12 11:52:55 +01:00 |
CVC\jbelon
|
29fc456008
|
Merge remote-tracking branch 'origin/master' into Optimizations
|
2018-03-12 09:21:20 +01:00 |
CVC\jbelon
|
c71ff0ca8a
|
Prepare Optimizations branch for master pull request
|
2018-03-09 15:11:59 +01:00 |
CVC\jbelon
|
53533dd402
|
Lower quality max draw culling distance for road pieces moved from road builder to settings. Roads will no longer contain static instanced meshes when rebuild from scene, just static mesh components.
|
2018-03-07 18:50:11 +01:00 |
nsubiron
|
e4f037cef1
|
Change units to SI
|
2018-03-07 12:36:58 +01:00 |
juaxix
|
de9048ad22
|
New class CarlaSettingsDelegate. New way to access settings from blueprints
|
2018-03-06 18:59:15 +01:00 |
nsubiron
|
494102d1ea
|
Do not register player as agent
|
2018-03-06 16:18:06 +01:00 |
nsubiron
|
ffe8b932f9
|
Add box extent to player measurements
|
2018-03-06 16:17:25 +01:00 |
nsubiron
|
b1e517fd95
|
Use center of bounding box as vehicle position
|
2018-03-06 15:00:05 +01:00 |
CVC\jbelon
|
918f0c4e17
|
Fix for road materials assignment from plugin quality preferences to static meshes using slotnames.
|
2018-03-02 10:23:46 +01:00 |
juaxix
|
a84debd50f
|
Merge branch 'master' into sensor-interface#200
|
2018-03-01 16:50:08 +01:00 |
CVC\jbelon
|
588f949cbc
|
Minor fix with settings and previous merge
|
2018-03-01 11:34:56 +01:00 |
CVC\jbelon
|
85d4be3934
|
Merge remote-tracking branch 'origin/sensor-interface#200' into Optimizations
|
2018-03-01 11:13:46 +01:00 |
CVC\jbelon
|
2a174dfcc3
|
Fix Quality Commands now uses the correct path from GEngine instead of World.
|
2018-03-01 11:07:38 +01:00 |
juaxix
|
3aecac81bc
|
Change in draw distances for CarlaSettings
|
2018-02-28 16:44:05 +01:00 |
nsubiron
|
a4221a09b7
|
Merge branch 'master' into lidar
|
2018-02-28 14:36:12 +01:00 |
FPerez
|
9bc2807fe4
|
upgraded unreal version of Uassets
|
2018-02-27 18:50:19 +01:00 |
nsubiron
|
ed5aad9c56
|
Make agent components spawnable in blueprints
|
2018-02-27 18:43:12 +01:00 |
nsubiron
|
6e1905bea7
|
Remove some actors and components ticks and visibility
|
2018-02-27 18:14:06 +01:00 |
juaxix
|
39f7fc9d25
|
Small changes in Carla plugin for settings
|
2018-02-27 16:39:11 +01:00 |
nsubiron
|
2f340c8fa9
|
Merge branch 'master' into issue#221
|
2018-02-27 11:30:19 +01:00 |
nsubiron
|
c74c72932a
|
More documentation
|
2018-02-26 20:09:47 +01:00 |
nsubiron
|
551cb29a95
|
Some clean up and documentation
|
2018-02-26 20:02:12 +01:00 |