Commit Graph

231 Commits

Author SHA1 Message Date
nsubiron a869424185 User buffer as much as possible to avoid a couple of dynamic allocations 2018-10-02 15:03:03 +02:00
Marc Garcia Puig 420fab0dd0
Fixed .gitignore not ignoring the Content 2018-10-02 12:05:05 +02:00
Marc Garcia Puig 09df66a083 Misspelling error in shader name 2018-09-18 13:57:48 +02:00
Marc Garcia Puig 4c87fa7451 Added lens distortion shader + fixed '.gitignore' issue ignoring plugin's postprocessing materials 2018-09-18 13:57:48 +02:00
nsubiron a1684ad0ae Minor fixes to non-rendering mode 2018-09-06 17:00:26 +02:00
Juan Belón 662fc32c8b Added includes to be able to compile full builds. 2018-09-06 17:00:26 +02:00
Juan Belón 341bf178e5 Added compatibility for non-redering mode in python clients lib. Small change in the command disable-rendering bool val 2018-09-06 17:00:26 +02:00
juaxix c39cc46646 Disable Rendering Feature 2018-09-06 17:00:26 +02:00
iFuSiiOnzZ 053ead0ed1 Disable some compilation warning warnings (C4668 and C4191)
C4668 symbol is not defined as a preprocessor macro, replacing with '0' for 'directives'
C4191 unsafe conversion from 'type of expression' to 'type required'
2018-08-23 17:36:30 +02:00
iFuSiiOnzZ d675233d8d Merge branch 'master' into 0.9-win32 2018-08-21 15:15:12 +02:00
iFuSiiOnzZ 8afb3cc59a Suppress some compiler warning
C4668 C4191 caused by undefined macros and type cast
Hiden member class variables names
2018-08-21 14:59:35 +02:00
Néstor Subirón 8fee70fb28
Merge branch 'master' into one_channel_lidar 2018-08-20 16:49:38 +02:00
iFuSiiOnzZ f0971ab2d6 Merge branch 'carla-0.9' into 0.9-win32 2018-07-30 13:43:29 +02:00
nsubiron 3b3bb1868a Fix the build 2018-07-30 12:37:28 +02:00
nsubiron 4dac1b532f Rename camera id 2018-07-29 23:18:21 +02:00
nsubiron 4c3b6127b1 Minor fixes 2018-07-29 18:05:19 +02:00
nsubiron 4f5044a495 Expose spectator pawn 2018-07-29 18:03:52 +02:00
nsubiron 78571e299f Minimal documentation of the new API 2018-07-28 20:11:42 +02:00
nsubiron b870a35fbf Update content link 2018-07-28 19:32:05 +02:00
nsubiron 12243aa84e Add functions to get actor location and transform 2018-07-28 17:46:26 +02:00
nsubiron 7d1f51e9cc Add functions to set actor location and transform 2018-07-28 15:23:57 +02:00
nsubiron f9b7578d6c Allow destroying actors from Python 2018-07-28 13:04:59 +02:00
nsubiron 67643485cc Fix long-standing crash when a vehicle is destroyed 2018-07-28 13:04:14 +02:00
nsubiron c785437f08 Fix images overexposed 2018-07-28 13:03:16 +02:00
nsubiron 8c656b5486 Add the tagger to the new game mode 2018-07-27 21:12:04 +02:00
nsubiron 3bd383a46d Fix camera settings ignored 2018-07-27 21:11:16 +02:00
nsubiron ae900053dc Do not use post-process None as default 2018-07-27 21:10:39 +02:00
nsubiron c4c15cbb41 Add function to enable autopilot from Python 2018-07-27 19:56:00 +02:00
nsubiron ad876a282f Better validation of actor descriptions 2018-07-27 18:43:27 +02:00
nsubiron 5b310cb541 Better definition of cameras 2018-07-27 18:41:25 +02:00
iFuSiiOnzZ 756646020d Merge branch 'carla-0.9' into 0.9-win32 2018-07-27 16:30:40 +02:00
nsubiron 0fb1edc6af Rename spawners to factories 2018-07-27 15:24:48 +02:00
nsubiron 81ba9782cb Helpers to convert actor attribute values 2018-07-27 14:51:30 +02:00
nsubiron 4ee7c80448 Helpers for building vehicle definitions 2018-07-26 22:31:37 +02:00
nsubiron d543c3812e Add function to apply control to vehicles 2018-07-26 22:08:39 +02:00
nsubiron ab431e3847 Exposing cameras in Python API 2018-07-26 18:25:57 +02:00
iFuSiiOnzZ 83464900b9 Make Carla build for Windows
Add missing libs
Enable exceptions
Enble/Disable some UE4 macros
2018-07-26 15:01:54 +02:00
nsubiron 8ae2770e1a Improvements to actor spawners 2018-07-25 17:16:28 +02:00
nsubiron a1158c6ca8 Fix some compilation errors on Windows 2018-07-24 18:05:53 +02:00
nsubiron 1d9610404d #573 Changes for using new repository 2018-07-24 12:43:55 +02:00
nsubiron a1663c6e03 Attach description to actor instance 2018-07-24 12:41:44 +02:00
nsubiron 0f636e84fd Full pipeline for spawning actors from Python 2018-07-23 20:40:59 +02:00
nsubiron 03c5ccc9d2 Add game mode for new RPC server 2018-07-23 17:43:23 +02:00
nsubiron 45f661ff9e Expose actor definitions and attributes on client side 2018-07-19 12:19:39 +02:00
nsubiron 2a8b8e2e4f Add actor dispatcher 2018-07-16 14:44:42 +02:00
nsubiron a8ebcbd505 Improve actor definition checks output 2018-07-15 19:17:21 +02:00
nsubiron 892acbbd3c Actor spawner needs to be an actor 2018-07-15 18:57:21 +02:00
nsubiron e5bbeaba25 Add actor descriptions and definitions 2018-07-15 14:45:23 +02:00
nsubiron b7a13d08d6 Refactor streaming library 2018-07-13 11:54:12 +02:00
nsubiron 0b90c448bf Replace Linux build system 2018-07-04 19:08:42 +02:00