1
0
forked from mirrors/0ad

Commit Graph

  • 2d0cde4e64 Disallows backend buffer uploading inside framebuffer pass. vladislavbelov 2022-10-29 23:20:04 +00:00
  • a6a9355b2c [Alpha 27][Art][Actors][Flora] Improve the grass sprites to use a smoothed mesh model instead of models that aren't smoothed. wowgetoffyourcellphone 2022-10-28 22:41:49 +00:00
  • e7d8ed33a6 [A27][Maps] Forgot to set a map preview for zagros_mountains_2p.xml wowgetoffyourcellphone 2022-10-27 03:34:43 +00:00
  • 13aae37a32 [Alpha 27] [Art] Add a missing material. wowgetoffyourcellphone 2022-10-27 03:25:52 +00:00
  • d3a20238de [Alpha 27] [Maps] [Terrains] Add a new Persia biome terrain set and a newly updated Zagros Mountains skirmish map to showcase it. wowgetoffyourcellphone 2022-10-27 03:20:22 +00:00
  • 0ede6c550e [A27] Fix 1 terrain, add 1 missing terrain, both for Aegean. wowgetoffyourcellphone 2022-10-26 19:20:05 +00:00
  • 3dad53a7ee Fixes without PCH build in StunClient missing include for std::byte added in 895e4e6aa6. vladislavbelov 2022-10-26 00:15:27 +00:00
  • 968fd50fb0 Moves Backend enum from CVideoMode to backends. vladislavbelov 2022-10-25 22:45:54 +00:00
  • b141204875 Allow to have more than 8 colors in the drop down. Stan 2022-10-24 12:43:30 +00:00
  • f62e1457de Remove redundant references to deleted .dtd files Stan 2022-10-23 17:06:51 +00:00
  • dd15a65fcd Civ backgrounds for minimap Comments by: @marder, @Freagarach Differential Revision: https://code.wildfiregames.com/D4271 This was SVN commit r27169. Stan 2022-10-23 16:50:30 +00:00
  • 5d15f50fa7 [Alpha 27][Art][Technologies] Some new technology portraits. wowgetoffyourcellphone 2022-10-23 15:53:43 +00:00
  • 8691674cc6 Moves skybox vertex array creation and uploading before its rendering. vladislavbelov 2022-10-23 14:47:23 +00:00
  • a86ba870b7 [Alpha 27][Art] Choose better foundation actors for a few structures. wowgetoffyourcellphone 2022-10-23 13:03:08 +00:00
  • 228fff14e4 Splits minimap entities rendering and moves buffer uploading before drawing. vladislavbelov 2022-10-22 21:00:13 +00:00
  • dfa8176007 Allow 0.0.0.0 IP in StunClient tests added in 2034136560. vladislavbelov 2022-10-22 19:22:38 +00:00
  • 2402f05201 Fix incorrect paths in LICENSE.txt and improve wording slightly. Stan 2022-10-22 18:29:39 +00:00
  • de9021a8fc [Alpha 27] [Art] [Textures] Some new technology portraits by @real_tabasco_sauce wowgetoffyourcellphone 2022-10-22 18:09:19 +00:00
  • 88b426dc59 Fix the issues with entvalidate.py Stan 2022-10-22 16:24:45 +00:00
  • 426edbc399 Reset m_EndsWithSpace to fix the uninitialized read of it introduced in f4128208de. vladislavbelov 2022-10-22 15:21:34 +00:00
  • 8612fb0f4f Fix 16-bit texture introduced in f841c1fac0 Stan 2022-10-17 12:33:36 +00:00
  • 47aae99fbe Skips renderer resources preloading for screenshots. vladislavbelov 2022-10-13 21:46:08 +00:00
  • f841c1fac0 [Alpha 27][Maps] Add a new cliff terrain for the Aegean-Anatolian biome and color correct 2 of that biome's grass terrains. wowgetoffyourcellphone 2022-10-13 16:50:53 +00:00
  • e5bdd589cb [Alpha 27] [Art] [Maps] Add a new "Baltic-Nordic" biome for terrains. wowgetoffyourcellphone 2022-10-13 16:48:38 +00:00
  • edfd557374 [Alpha 27] [Maps] Use better/new placement obstructors on Cisalpine Winter's frozen lakes. wowgetoffyourcellphone 2022-10-13 15:39:21 +00:00
  • 64bd81ae6b Adds usage flags to backend textures. vladislavbelov 2022-10-12 23:19:27 +00:00
  • d3f0395d2a Adds BeginFramebufferPass/EndFramebufferPass instead of SetFramebuffer. vladislavbelov 2022-10-12 21:51:27 +00:00
  • b59e798ef4 Moves network/fsm.* to network/FSM.*. vladislavbelov 2022-10-12 18:16:27 +00:00
  • 8ae3a2bfd6 Adds AcquireNextBackbuffer to CDevice to have something to present. vladislavbelov 2022-10-11 22:48:07 +00:00
  • 344ec2c166 Reduces uniforms sizes for the minimap shader. vladislavbelov 2022-10-11 22:20:36 +00:00
  • 1cd1715088 Removes unused UV2 from minimap shader and reorders parameters types. vladislavbelov 2022-10-11 20:56:00 +00:00
  • b728c9e97e Fixes vertex attribute format in minimap and passes dependent textures as parameters. vladislavbelov 2022-10-11 20:37:27 +00:00
  • 2ca0fd6ffb [Fix] Remove the remnants of the Han rice resource marder 2022-10-11 15:26:53 +00:00
  • 856e876148 Only have capturing entities contribute to the capture regenrate. Freagarach 2022-10-10 05:36:27 +00:00
  • a315f90980 Implement emergency recognition for PetraAI. Freagarach 2022-10-10 05:09:23 +00:00
  • 4e52613ca2 [Alpha 27] [Maps] Improve Deccan Plateau skirmish map with new terrains, better lighting, etc. wowgetoffyourcellphone 2022-10-09 23:22:33 +00:00
  • c57b416e20 Fixes calls to SetVertexAttributeFormat with zero stride. vladislavbelov 2022-10-09 13:03:42 +00:00
  • a311539ec9 Reduces the number of SetVertexAttributeFormat calls in Canvas2D. vladislavbelov 2022-10-09 12:21:26 +00:00
  • 908d9a0079 Moves vertex buffer offset to SetVertexBuffer. vladislavbelov 2022-10-09 11:47:34 +00:00
  • dffde00e5f Reduces uniforms sizes for the Canvas2D shader. vladislavbelov 2022-10-09 10:44:51 +00:00
  • a0e006dbbe Fix victory conditions loading (fixes Hero Garrison in regicide crashloop). wraitii 2022-10-08 12:46:11 +00:00
  • 178850cb23 Replaces border color of sampler by enum. vladislavbelov 2022-10-08 09:40:06 +00:00
  • ecab4595c3 Merges a duplication of CColor tests files introduced in 2c14d94559. vladislavbelov 2022-10-07 23:19:12 +00:00
  • ca427529c0 Fixes include guards of CDeviceCommandContext headers. vladislavbelov 2022-10-07 23:02:15 +00:00
  • 4079818187 Fixes CGradientTexture backend name. vladislavbelov 2022-10-07 22:55:30 +00:00
  • 61019c0e91 Removes unused minimap shader variants. vladislavbelov 2022-10-07 22:52:23 +00:00
  • ef9057239a Fix notes in 0a4ba039b4 Stan 2022-10-07 12:39:23 +00:00
  • 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. Stan 2022-10-07 07:44:40 +00:00
  • a6af1515b6 [Alpha 27][Art] Add player color to the Greek sentry tower. wowgetoffyourcellphone 2022-10-05 23:32:24 +00:00
  • 4fe5c8eb66 [Alpha 27][Portraits] Adjust portraits for Skirmish templates wowgetoffyourcellphone 2022-10-05 23:03:10 +00:00
  • d93168fd11 [Alpha 27][Atlas] Obstructor parent template wowgetoffyourcellphone 2022-10-05 22:46:17 +00:00
  • fcc622c1ab [Alpha 27][Actors] Update the look of the Mediterranean stone quarry. wowgetoffyourcellphone 2022-10-05 02:25:11 +00:00
  • 94f284dfd9 [Alpha 27][GUI][Textures] Add civ-specific Minimap textures for future inclusion in the UI wowgetoffyourcellphone 2022-10-05 02:22:03 +00:00
  • 4fa5bd7ebd [Alpha 7][Art][Textures] Improve the look of the Kush bireme sail texture. wowgetoffyourcellphone 2022-10-05 02:15:20 +00:00
  • a9fef1932f [Alpha 27][Atlas] New Obstructor objects for Atlas. wowgetoffyourcellphone 2022-10-05 02:14:25 +00:00
  • 221c478edc [Alpha 27][Art] Begin to add subterranean platforms for structures. This adds one to the Athenian Wonder. wowgetoffyourcellphone 2022-10-05 02:03:42 +00:00
  • 86af95b80b [Alpha 27][Art][Actors][Celts] Reduce the amount of nakedness in Gallic and Brythonic units wowgetoffyourcellphone 2022-10-05 01:57:32 +00:00
  • 2144a6c22b [Alpha 27][Audio] Reduce the volume and normalize the stone selection sound wowgetoffyourcellphone 2022-10-05 01:55:07 +00:00
  • 54e1a66891 [Alpha 27] Add an icon the Arakamani's aura wowgetoffyourcellphone 2022-10-05 01:53:22 +00:00
  • 61ee26bce1 [Alpha 27][Art][Portraits][Templates] Moving portrait textures to their own specific folders wowgetoffyourcellphone 2022-10-05 01:49:40 +00:00
  • 5b76cb5812 [Alpha 27][Art][Textures][Portraits] Move unit portraits to civ-specific folders. wowgetoffyourcellphone 2022-10-05 01:45:38 +00:00
  • 95d64869f7 [Alpha 27][Art][Actors] Remove unnecessary decals from some trees; change decals on some structures wowgetoffyourcellphone 2022-10-05 01:40:47 +00:00
  • 3b2126b95f [Alpha 27] [Art] Improved Hellenic structure texture, namely the frieze and pediment wowgetoffyourcellphone 2022-10-05 01:38:14 +00:00
  • 4d77de66d4 Removes GUI dependency from Canvas2D. vladislavbelov 2022-10-04 20:25:39 +00:00
  • adc6447b7b Fixes vertex attribute stride in Canvas2D. vladislavbelov 2022-10-04 19:38:40 +00:00
  • 75518d0e15 Removes drawing via IDeviceCommandContext from CMinimap. vladislavbelov 2022-10-04 19:32:42 +00:00
  • bd7b9b884a Fixes out of bounds on each match start in Profiler2 introduced in 3cbe96d24c. Refs #6620 vladislavbelov 2022-10-04 19:28:21 +00:00
  • 296daea4ba Cleanups CShaderParams::SItems comparisons. vladislavbelov 2022-10-04 19:13:44 +00:00
  • 6ca43f056d Adds PS::span and std::string_view to CmdLineArgs. vladislavbelov 2022-10-04 19:08:39 +00:00
  • f68528777f Bump version to alpha 27. Stan 2022-10-04 17:05:11 +00:00
  • 85854db8d6 Fixes water rendering on map borders. a26 vladislavbelov 2022-09-12 21:53:36 +00:00
  • cfa4aff773 Fix translations script pipeline. Stan 2022-09-12 11:35:27 +00:00
  • 33762aa24e Update dockerfiles images to match jenkins Stan 2022-09-12 07:37:47 +00:00
  • 7e481b73cd Update jenkinsfiles to match upstream. Stan 2022-09-11 17:28:32 +00:00
  • 4c4562699c [Alpha 26] Fix so that swordsman heroes can use the Testudo (if their civ allows it) wowgetoffyourcellphone 2022-09-11 15:58:28 +00:00
  • a72fa8f7c7 Remove code for the lobby bots from SVN Dunedan 2022-09-11 13:21:41 +00:00
  • 7f5e664eec Remove code for the lobby bots from SVN Dunedan 2022-09-11 13:14:20 +00:00
  • a91ff9c7f5 Replaces -1 as stencil mask value in effect XML by a positive mask. vladislavbelov 2022-09-10 20:23:28 +00:00
  • 6109fd3ee0 Fix the check translation script failing. Stan 2022-09-10 17:16:32 +00:00
  • 32ccabeba6 Fix ministers being trainable by all civs. Stan 2022-09-04 10:47:21 +00:00
  • 40bb300efd Amend ToU to disallow account sharing. user1 2022-09-03 17:08:21 +00:00
  • 6acc4b4a5b Don't mix locally installed python libs when building Patch by: @baco Differential Revision: https://code.wildfiregames.com/D4776 This was SVN commit r27084. Stan 2022-09-01 20:49:16 +00:00
  • 6e8e6e986d Fix glad not building on BSD Differential Revision: https://code.wildfiregames.com/D4781 This was SVN commit r27083. Stan 2022-09-01 20:44:49 +00:00
  • f2c80badbf Don't try to build Atlas when wxconfig is missing Reported by: @andy5995 Comments by: @lyv, @vladislavbelov, @andy5995 Fixes #6615 Differential Revision: https://code.wildfiregames.com/D4777 This was SVN commit r27082. Stan 2022-09-01 20:42:59 +00:00
  • f616327f2d Revert 10554eb5b1 as it prevents building on FreeBSD. Stan 2022-09-01 20:39:46 +00:00
  • 8eae4979c3 [Alpha 26] Fixes additional unit actors, for Roman Testudo and Anti-Cav idle animations, as well as an oversight with Athenian hero Pericles. wowgetoffyourcellphone 2022-09-01 19:27:00 +00:00
  • c938113609 [A26] Fix Hoplite and Pikeman actors for Phalanx and Syntagma idle animations. Add syntagma variants for Han halbs, for edge cases. wowgetoffyourcellphone 2022-09-01 16:32:18 +00:00
  • 6be7bd0677 Fixes space correction after f4128208de. vladislavbelov 2022-08-30 17:46:33 +00:00
  • e799ee7088 Switch names between ministry and civil_centre.xml reported by @AIEND. Stan 2022-08-27 11:57:08 +00:00
  • 2ee13983a1 Minor fixes for NSIS - Windows distribution script, HTTP > HTTPS. vladislavbelov 2022-08-26 16:01:57 +00:00
  • d1586e0edf Fix perioikoi hoplites not assuming the idle phalanx stance as the champions and heroes do. Stan 2022-08-24 12:29:29 +00:00
  • 6eb58a1248 Fix incorrect civilization being set in the spartan sandbox. Introduced in afde89eb33 Stan 2022-08-24 12:21:34 +00:00
  • acb939e7bc Don't wait for observers by default and let them lag as much as needed. Stan 2022-08-24 12:08:46 +00:00
  • 03e3f0f1f1 [Maps] Enable Napata citizen cavalry on Jebel barkal again marder 2022-08-21 08:03:24 +00:00
  • d286080285 Fixes the default number of workers in TaskManager in case of zero hardware_concurrency. vladislavbelov 2022-08-20 20:40:05 +00:00
  • 2285d84d3d Fix warning reported by the NOPCH automatic CI. Stan 2022-08-20 12:25:19 +00:00
  • fbded636a2 [Gameplay] - Small nerf to CS crossbows marder 2022-08-18 18:24:51 +00:00
  • 14b8fb3b3b Add small flower borders to the han civic center to make its footprint more obvious. Stan 2022-08-17 09:39:54 +00:00
  • e947dcb23c Fix ab16e60afa Reported by: @Langbart Accepted by: @Vladislavbelov Tested by: @Langbart Fixes: #6603 Differential Revision: https://code.wildfiregames.com/D4765 This was SVN commit r27058. Stan 2022-08-16 14:57:28 +00:00
  • ab16e60afa Fix previous commit. Stan 2022-08-14 18:22:48 +00:00