vladislavbelov
f4c730a887
Reduces the uniform size of an instancing transform of overlay solid shader.
...
This was SVN commit r27209.
2022-11-06 20:04:26 +00:00
vladislavbelov
3978149386
Reduces the uniform size of a texture transform of debug overlay shader.
...
This was SVN commit r27208.
2022-11-06 19:40:47 +00:00
vladislavbelov
097725e1e0
Moves particles data uploading out of framebuffer pass.
...
Comments By: phosit
Differential Revision: https://code.wildfiregames.com/D4820
This was SVN commit r27207.
2022-11-06 11:31:05 +00:00
Angen
017fe7e263
Restrict access for Read/WriteFile functions
...
For security reasons planing to restrict access for ReadFile,
ReadFileLines, WriteJSONFile, ReadJSONFile, ListDirectoryFiles,
FileExists to the following folders/files:
"gui, simulation, maps, campaigns, saves/campaigns,
config/matchsettings.json, config/matchsettings.mp.json"
adding "moddata" if some mods need to access and ship custom files that
don't fit into other locations mentioned above
Differential revision: D4617
Reviewed by: @phosit
Comments by: @Stan @vladislavbelov
Fixes : #5850
This was SVN commit r27202.
2022-11-05 08:33:27 +00:00
vladislavbelov
eea6c21d40
Remove L10n::DictionaryDeleter added in d6ddc4f3ac.
...
Patch By: phosit
Differential Revision: https://code.wildfiregames.com/D4817
This was SVN commit r27197.
2022-11-04 20:52:28 +00:00
Angen
281bb0b2ec
Remove user.cfg from javascript
...
remove path from javascript
path is defined by the configuration scope
combine some calls
remove not needed calls
Differential revision: D4616
Accepted by: @Freagarach, @nani
Comments by: @phosit
This was SVN commit r27192.
2022-11-02 07:21:25 +00:00
vladislavbelov
480bc48194
Removes unused debug print of backend inside CVideoMode forgotten in 912202ff0c.
...
This was SVN commit r27185.
2022-10-30 00:43:45 +00:00
vladislavbelov
3a4c8342a0
Makes AcquireNextBackbuffer returns true in case of successful backbuffer acquirement.
...
This was SVN commit r27184.
2022-10-30 00:38:45 +00:00
vladislavbelov
b54ace20ea
Stores available locales in L10n by value instead of std::unique_ptr.
...
Patch By: phosit
Differential Revision: https://code.wildfiregames.com/D4764
This was SVN commit r27183.
2022-10-29 23:41:01 +00:00
vladislavbelov
2d0cde4e64
Disallows backend buffer uploading inside framebuffer pass.
...
Differential Revision: https://code.wildfiregames.com/D4815
This was SVN commit r27182.
2022-10-29 23:20:04 +00:00
vladislavbelov
3dad53a7ee
Fixes without PCH build in StunClient missing include for std::byte added in 895e4e6aa6.
...
Differential Revision: https://code.wildfiregames.com/D4814
This was SVN commit r27174.
2022-10-26 00:15:27 +00:00
vladislavbelov
968fd50fb0
Moves Backend enum from CVideoMode to backends.
...
Comments By: phosit, Stan
Differential Revision: https://code.wildfiregames.com/D4809
This was SVN commit r27173.
2022-10-25 22:45:54 +00:00
vladislavbelov
8691674cc6
Moves skybox vertex array creation and uploading before its rendering.
...
This was SVN commit r27167.
2022-10-23 14:47:23 +00:00
vladislavbelov
228fff14e4
Splits minimap entities rendering and moves buffer uploading before drawing.
...
This was SVN commit r27165.
2022-10-22 21:00:13 +00:00
vladislavbelov
dfa8176007
Allow 0.0.0.0 IP in StunClient tests added in 2034136560.
...
Patch By: kalev
Differential Revision: https://code.wildfiregames.com/D4792
This was SVN commit r27164.
2022-10-22 19:22:38 +00:00
Stan
88b426dc59
Fix the issues with entvalidate.py
...
It doesn't properly handle mixins / special templates
On python 3.8+, XML elements are no longer sorted and this fails
validation against entity.rng
mixins are not properly applied because the | split is incorrect (3
max items instead of 2)
merge="" is not supported
Parents aren't always passed when they should be.
on windows it is incorrectly assumed that the encoding is 1252
Patch by: @baco
Tweaks by: @Stan
Based on a patch by: @wraitii
Differential Revision: https://code.wildfiregames.com/D4698
This was SVN commit r27161.
2022-10-22 16:24:45 +00:00
vladislavbelov
426edbc399
Reset m_EndsWithSpace to fix the uninitialized read of it introduced in f4128208de.
...
Patch By: phosit
Differential Revision: https://code.wildfiregames.com/D4806
This was SVN commit r27160.
2022-10-22 15:21:34 +00:00
vladislavbelov
47aae99fbe
Skips renderer resources preloading for screenshots.
...
This was SVN commit r27156.
2022-10-13 21:46:08 +00:00
vladislavbelov
64bd81ae6b
Adds usage flags to backend textures.
...
This was SVN commit r27152.
2022-10-12 23:19:27 +00:00
vladislavbelov
d3f0395d2a
Adds BeginFramebufferPass/EndFramebufferPass instead of SetFramebuffer.
...
This was SVN commit r27151.
2022-10-12 21:51:27 +00:00
vladislavbelov
b59e798ef4
Moves network/fsm.* to network/FSM.*.
...
Patch By: phosit
Differential Revision: https://code.wildfiregames.com/D4797
This was SVN commit r27150.
2022-10-12 18:16:27 +00:00
vladislavbelov
8ae3a2bfd6
Adds AcquireNextBackbuffer to CDevice to have something to present.
...
This was SVN commit r27148.
2022-10-11 22:48:07 +00:00
vladislavbelov
344ec2c166
Reduces uniforms sizes for the minimap shader.
...
This was SVN commit r27147.
2022-10-11 22:20:36 +00:00
vladislavbelov
b728c9e97e
Fixes vertex attribute format in minimap and passes dependent textures as parameters.
...
This was SVN commit r27145.
2022-10-11 20:37:27 +00:00
vladislavbelov
c57b416e20
Fixes calls to SetVertexAttributeFormat with zero stride.
...
This was SVN commit r27139.
2022-10-09 13:03:42 +00:00
vladislavbelov
a311539ec9
Reduces the number of SetVertexAttributeFormat calls in Canvas2D.
...
This was SVN commit r27138.
2022-10-09 12:21:26 +00:00
vladislavbelov
908d9a0079
Moves vertex buffer offset to SetVertexBuffer.
...
This was SVN commit r27137.
2022-10-09 11:47:34 +00:00
vladislavbelov
dffde00e5f
Reduces uniforms sizes for the Canvas2D shader.
...
Differential Revision: https://code.wildfiregames.com/D4796
This was SVN commit r27136.
2022-10-09 10:44:51 +00:00
vladislavbelov
178850cb23
Replaces border color of sampler by enum.
...
This was SVN commit r27134.
2022-10-08 09:40:06 +00:00
vladislavbelov
ecab4595c3
Merges a duplication of CColor tests files introduced in 2c14d94559.
...
This was SVN commit r27133.
2022-10-07 23:19:12 +00:00
vladislavbelov
ca427529c0
Fixes include guards of CDeviceCommandContext headers.
...
This was SVN commit r27132.
2022-10-07 23:02:15 +00:00
vladislavbelov
4079818187
Fixes CGradientTexture backend name.
...
This was SVN commit r27131.
2022-10-07 22:55:30 +00:00
vladislavbelov
61019c0e91
Removes unused minimap shader variants.
...
This was SVN commit r27130.
2022-10-07 22:52:23 +00:00
Stan
ef9057239a
Fix notes in 0a4ba039b4
...
This was SVN commit r27129.
2022-10-07 12:39:23 +00:00
Stan
0a4ba039b4
Update ifdef condition for MCST-LCC compiler (E2K)
...
Patch by: @r-a-sattarov
Differential Revision: https://code.wildfiregames.com/D4795
This was SVN commit r27128.
2022-10-07 07:44:40 +00:00
vladislavbelov
4d77de66d4
Removes GUI dependency from Canvas2D.
...
Initially the GetDefaultGuiMatrix function was added in 4113aa0a36 and
renamed in 04c63a4093 .
This was SVN commit r27111.
2022-10-04 20:25:39 +00:00
vladislavbelov
adc6447b7b
Fixes vertex attribute stride in Canvas2D.
...
This was SVN commit r27110.
2022-10-04 19:38:40 +00:00
vladislavbelov
75518d0e15
Removes drawing via IDeviceCommandContext from CMinimap.
...
Comments By: phosit
Differential Revision: https://code.wildfiregames.com/D4779
This was SVN commit r27109.
2022-10-04 19:32:42 +00:00
vladislavbelov
bd7b9b884a
Fixes out of bounds on each match start in Profiler2 introduced in 3cbe96d24c. Refs #6620
...
Differential Revision: https://code.wildfiregames.com/D4787
This was SVN commit r27108.
2022-10-04 19:28:21 +00:00
vladislavbelov
296daea4ba
Cleanups CShaderParams::SItems comparisons.
...
Patch By: phosit
Differential Revision: https://code.wildfiregames.com/D4689
This was SVN commit r27107.
2022-10-04 19:13:44 +00:00
vladislavbelov
6ca43f056d
Adds PS::span and std::string_view to CmdLineArgs.
...
Patch By: phosit
Differential Revision: https://code.wildfiregames.com/D4677
This was SVN commit r27106.
2022-10-04 19:08:39 +00:00
Stan
f68528777f
Bump version to alpha 27.
...
Last alpha 26 commit was [[SVN:27104]]
Accepted by: @asterix, @vladislavbelov
Discussed with: @Freagarach, @wraitii, @implodedok, @Itms
Refs: #6625
Differential Revision: https://code.wildfiregames.com/D4789
This was SVN commit r27105.
2022-10-04 17:05:11 +00:00
Dunedan
a72fa8f7c7
Remove code for the lobby bots from SVN
...
This removes the code for the lobby bots from SVN to avoid confusion as
the code is now hosted on Github at https://github.com/0ad/lobby-bots .
Differential Revision: https://code.wildfiregames.com/D4155
This was SVN commit r27094.
2022-09-11 13:21:41 +00:00
Dunedan
7f5e664eec
Remove code for the lobby bots from SVN
...
This removes the code for the lobby bots from SVN to avoid confusion as
the code is now hosted on Github at https://github.com/0ad/lobby-bots .
Differential Revision: https://code.wildfiregames.com/D4155
This was SVN commit r27093.
2022-09-11 13:14:20 +00:00
Stan
6109fd3ee0
Fix the check translation script failing.
...
This was SVN commit r27091.
2022-09-10 17:16:32 +00:00
Stan
f616327f2d
Revert 10554eb5b1 as it prevents building on FreeBSD.
...
This was SVN commit r27081.
2022-09-01 20:39:46 +00:00
vladislavbelov
6be7bd0677
Fixes space correction after f4128208de.
...
Tested By: phosit
Differential Revision: https://code.wildfiregames.com/D4774
This was SVN commit r27077.
2022-08-30 17:46:33 +00:00
vladislavbelov
2ee13983a1
Minor fixes for NSIS - Windows distribution script, HTTP > HTTPS.
...
Reviewed By: Stan
Differential Revision: https://code.wildfiregames.com/D4756
This was SVN commit r27073.
2022-08-26 16:01:57 +00:00
vladislavbelov
d286080285
Fixes the default number of workers in TaskManager in case of zero hardware_concurrency.
...
Differential Revision: https://code.wildfiregames.com/D4768
This was SVN commit r27064.
2022-08-20 20:40:05 +00:00
Stan
2285d84d3d
Fix warning reported by the NOPCH automatic CI.
...
This was SVN commit r27063.
2022-08-20 12:25:19 +00:00