Commit Graph

  • 18b2f6e184 Disables descriptor indexing on macOS. vladislavbelov 2023-01-21 22:53:16 +00:00
  • 9c6dd6b1ca Fix gastaphrete like crossbowmen having their crossbow stand straight. Stan 2023-01-21 17:20:52 +00:00
  • e8ec04fd53 Fixes querying descriptor indexing features and properties on some drivers. vladislavbelov 2023-01-21 17:06:55 +00:00
  • f5fe608b5c Fix han chariots keeping their flags when dying. Stan 2023-01-21 16:18:40 +00:00
  • ea017969a2 Art | More ship sail stuff wowgetoffyourcellphone 2023-01-20 01:07:35 +00:00
  • dd0ed78774 Follow proper Shutdown sequence when using -dumpSchema, fixes #6696. Itms 2023-01-19 22:34:46 +00:00
  • 2943747add Fix FMT and NVTT not linking with the correct SDK. Stan 2023-01-19 21:10:18 +00:00
  • 2b6b129b2e Art | Fix contrast on this ao map wowgetoffyourcellphone 2023-01-19 16:37:02 +00:00
  • 67cd066f16 Translate resources in PetraAI's tribute demands. Freagarach 2023-01-19 07:44:58 +00:00
  • db9af648c8 Re-add missing script Stan 2023-01-19 00:24:04 +00:00
  • 6727763e93 Slightly improve templatesanalyzer/unitTables.py - Add hans - Reduce code size - Reuse other code - Add poison and fire - Fix spread Stan 2023-01-18 23:38:44 +00:00
  • 80ee95d4f4 Art | These null textures weren't completely black or white. Fix this minor oversight. wowgetoffyourcellphone 2023-01-18 19:27:36 +00:00
  • de72510c60 Fix Atlas warning on reinit. Freagarach 2023-01-18 07:56:03 +00:00
  • 490aceb4ff Fix centurion having no civilization and speaking greek. Stan 2023-01-17 23:55:12 +00:00
  • 03da19ed10 Don't include source/test_root.cpp in bundles. Stan 2023-01-17 23:50:50 +00:00
  • a0022fb56b Fix and cleanup the SM91 build, fixes #6676. Itms 2023-01-17 20:49:00 +00:00
  • f684615dff Update clean-workspaces.sh after SpiderMonkey's upgrade to 78.6.0 and 91.13.1. Stan 2023-01-17 10:27:25 +00:00
  • 681171359b Allow to garrison the minister in the corral. Freagarach 2023-01-16 14:19:51 +00:00
  • f97a986077 Fix Mace storehouse tech time in template viewer. Freagarach 2023-01-16 14:09:53 +00:00
  • ca71c3cd90 Add a libfmt include forgotten in 421fbfd278 Stan 2023-01-16 13:07:19 +00:00
  • 2a0cd12a5d Fixes builds on some platforms for libfmt 4 after ca242239f1. vladislavbelov 2023-01-16 06:38:29 +00:00
  • 64bc717a18 Hides some warnings for VMA. vladislavbelov 2023-01-16 06:37:22 +00:00
  • 4b24750ae0 Art | Add garrison flags to all Corrals, since they can now garrison animals wowgetoffyourcellphone 2023-01-15 19:24:35 +00:00
  • f9d1ecfd31 Removes unused BrokenColor constant forgotten to be removed in b7888aea52. vladislavbelov 2023-01-15 13:01:31 +00:00
  • 0f130fb19c Removes unnecessary PreDraw from Vulkan CDeviceCommandContext. vladislavbelov 2023-01-15 11:51:47 +00:00
  • e4d19fb784 Art | Update some more ship sail textures wowgetoffyourcellphone 2023-01-14 17:41:58 +00:00
  • 901e6fba28 Simulation | Tooltip trickle food rate for garrisoned animals wowgetoffyourcellphone 2023-01-14 17:14:20 +00:00
  • 9347192591 Fix bundled spidermonkey code in Premake. Stan 2023-01-14 12:14:56 +00:00
  • 28707d61dd Fixes creating window on macOS in case of missing Vulkan driver. Fixes #6681 vladislavbelov 2023-01-13 20:32:36 +00:00
  • a740ffa12d Art | Even better millet texture wowgetoffyourcellphone 2023-01-13 17:39:45 +00:00
  • 3e7bdc148e Update checkrefs.py after 9bb9ff8b16. Freagarach 2023-01-13 10:29:51 +00:00
  • a7e15b0a0a Art | Additional updates for ship sails wowgetoffyourcellphone 2023-01-13 02:34:01 +00:00
  • 988ec48db0 Art | New "millet field" for the Han wowgetoffyourcellphone 2023-01-13 02:33:11 +00:00
  • a695098950 Fix /clear command in gamesetup trompetin17 2023-01-12 23:25:42 +00:00
  • 726b07e209 Fix a visual glitch which happens when you enter in lobby GUI without any game. The button "join game" have a cross line from panel description. trompetin17 2023-01-12 19:39:56 +00:00
  • 5e2ae82d9e Bug fix: Use sort order asc by default instead of desc trompetin17 2023-01-12 19:10:28 +00:00
  • 841b2dd5dc Complete a2efada174 and d206f362ef, the bonus for cavalry was removed from the tooltip, but the technology was still available in the stable because it was incorrectly assumed to be in the academy. Stan 2023-01-12 18:00:18 +00:00
  • eae5840b0e Fix structure tree/civinfo with empty civ history. Freagarach 2023-01-12 10:34:53 +00:00
  • 344e85e97f Fix discrepancy between max hitpoints and actual hitpoints due to floats in JS. Freagarach 2023-01-12 09:16:26 +00:00
  • a2efada174 Fix d206f362ef. Freagarach 2023-01-12 06:54:59 +00:00
  • 32c43eaef8 Fixes StaticVector size type warning inside Vulkan CDeviceCommandContext. vladislavbelov 2023-01-12 06:40:42 +00:00
  • ec704d8179 Recreates Vulkan swapchain on window resize. vladislavbelov 2023-01-12 06:35:59 +00:00
  • ccda54a662 Ands new depth stencil format to support all combinations on Vulkan. vladislavbelov 2023-01-12 06:32:52 +00:00
  • b573993000 Reverts mistaken changes in default.cfg from 7c84c23114. vladislavbelov 2023-01-11 16:29:41 +00:00
  • b5e8b4944d Fixes silhouettes on Vulkan by using VkStencilOpState. vladislavbelov 2023-01-11 16:22:09 +00:00
  • 842de4e603 Fix some style issues. Freagarach 2023-01-11 08:55:44 +00:00
  • c97f744c19 Fix typo in CCC victory condition. Freagarach 2023-01-11 07:22:02 +00:00
  • b31e698f12 Use override in classes derived from AbstractProfileTable. vladislavbelov 2023-01-10 22:32:08 +00:00
  • 2442c948ba No owning raw pointers in L10n.cpp. vladislavbelov 2023-01-10 22:19:56 +00:00
  • 7c84c23114 Adds Vulkan backend. vladislavbelov 2023-01-10 20:22:20 +00:00
  • de697397ba Gameplay | Fix | fix Fire ships trainable from captured docks as the Han wowgetoffyourcellphone 2023-01-10 19:35:23 +00:00
  • 90e6d1bd4d Gameplay | Community Mod | CC territory/cost adjustment, roman camp in town phase, spearcav increased acceleration, improved alexander the great, sele civ bonus wowgetoffyourcellphone 2023-01-10 19:26:36 +00:00
  • d5db03c303 [SM91] Update to Spidermonkey 91.1.3 APIs Fixes: #5986 Patch by: @wraitii Comments by: @nwtour, @Stan Differential Revision: https://code.wildfiregames.com/D4428 This was SVN commit r27409. Stan 2023-01-10 17:06:47 +00:00
  • 03c3d2d438 Fix Centurion name. wowgetoffyourcellphone 2023-01-10 16:58:05 +00:00
  • d953138cf6 [Gameplay A27] Reduce pop cost of ministers Patch by: @real_tabasco_sauce Accepted by: @chrstgr, @wowgetoffyourcellphone Differential Revision: https://code.wildfiregames.com/D4874 This was SVN commit r27407. Stan 2023-01-10 16:51:11 +00:00
  • d206f362ef [Gameplay A27] - Han fixes: Stan 2023-01-10 16:48:28 +00:00
  • e7bb845dd0 Art | Remove parallax from these prop actors wowgetoffyourcellphone 2023-01-10 00:14:16 +00:00
  • ccc85aef55 Templates | Remove an unnecessary line of code. wowgetoffyourcellphone 2023-01-10 00:12:51 +00:00
  • 8f405255a7 Art | Update the foundation actors for the Greek temples wowgetoffyourcellphone 2023-01-10 00:12:02 +00:00
  • a331e7088b Art | Tweak Rotary Mill portrait to make it emphasize grain. The grain icon on this update matches the aura icon for the structure. wowgetoffyourcellphone 2023-01-10 00:08:06 +00:00
  • 4952c3717f Gameplay | Add Roman Centurions: Upgradable at a cost of 100 food 50 metal from rank 3 swordsmen and spearmen wowgetoffyourcellphone 2023-01-09 21:56:09 +00:00
  • 82e2619ece Switch default behavior from capture to attack. Freagarach 2023-01-09 14:29:06 +00:00
  • 9044735e87 Optional column "sort_order" attribute support olist GUI trompetin17 2023-01-09 14:26:03 +00:00
  • 7e63ecff2b Rebalance some civ and team bonus. Freagarach 2023-01-09 11:11:54 +00:00
  • 6c46c3cef2 Credit @real_tabasco_sauce for 0ac1eaab08 and e636285908. Freagarach 2023-01-09 09:45:27 +00:00
  • e636285908 Axe cav minor buff. Freagarach 2023-01-09 09:35:07 +00:00
  • 0ac1eaab08 Pericles and Themistocles improvements. Freagarach 2023-01-09 09:30:32 +00:00
  • 9a051026c8 Rebalance healers by making them cheaper. Freagarach 2023-01-09 09:20:04 +00:00
  • 931103c1b7 Move tier 2 blacksmith technologies to Town Phase. Freagarach 2023-01-09 09:16:35 +00:00
  • 0170caae5b Add area damage to elephants. Freagarach 2023-01-09 09:12:20 +00:00
  • fc7c78b8cd Refactors window creation in CVideoMode. vladislavbelov 2023-01-09 00:13:52 +00:00
  • 408c93744c Adds dependent libraries for Vulkan. Refs #6636 vladislavbelov 2023-01-08 23:12:54 +00:00
  • fc392a4367 FSM cleanup: Stan 2023-01-07 21:41:30 +00:00
  • c8e24927b2 Add support to change column heading text in olist GUI component trompetin17 2023-01-07 15:02:12 +00:00
  • 2ad469cd6e Art | Further improvements to ships wowgetoffyourcellphone 2023-01-07 01:38:13 +00:00
  • ead5d68a66 This was SVN commit r27381. wowgetoffyourcellphone 2023-01-07 01:33:50 +00:00
  • dc085205e3 Fixes macOS builds for missed value() in std::optional. vladislavbelov 2023-01-07 00:46:01 +00:00
  • 7dca5d23ad Adds preferred depth stencil format to renderer backend. vladislavbelov 2023-01-06 23:07:50 +00:00
  • 0641d3660f Replaces std::vector by std::optional for usableTech in ShaderManager. vladislavbelov 2023-01-06 22:15:57 +00:00
  • ef0a644dcc Fixes status bar rendering after 4ed41d4a9a. Fixes #6674 vladislavbelov 2023-01-06 19:20:45 +00:00
  • f1edbb9049 Make comments in FSM detectable by doxygen - Move the comments to the header file - Add a dot at the end of a comment - Remove some trivial comments - Improve spelling. Stan 2023-01-06 19:16:11 +00:00
  • 38a6726a07 Fixes shore waves rendering after 29368cf776. vladislavbelov 2023-01-06 19:11:47 +00:00
  • 1e2f23750b Remove materials from particle actors to prevent useless warnings. Stan 2023-01-06 18:51:47 +00:00
  • a05d9c43c4 Removes unused and incorrect materials. vladislavbelov 2023-01-06 16:15:01 +00:00
  • 6184ab7dd6 Changes alternative material for player_trans_ao_norm_spec.xml to to player_trans_norm_spec.xml. vladislavbelov 2023-01-06 16:09:04 +00:00
  • 20d9a52bb6 Adds missing norm and spec textures for cav_blanket and han actors without baseTex inside XML. vladislavbelov 2023-01-06 16:07:26 +00:00
  • 4984c31f03 Fixes incorrect actor material added in f4bd43d3e7. vladislavbelov 2023-01-06 15:13:07 +00:00
  • e291269898 Fixes missed group and variant after 975fcddd41. vladislavbelov 2023-01-06 15:07:21 +00:00
  • 975fcddd41 Replaces old materials in actors by materials with norm and spec textures. vladislavbelov 2023-01-06 13:59:22 +00:00
  • f4bd43d3e7 Mapping | Improve the look of the tutorial map. wowgetoffyourcellphone 2023-01-06 00:54:29 +00:00
  • 2549c44c1d Removes escaped quotes from spartan_sword.xml added in 2a9e7f9449. vladislavbelov 2023-01-06 00:40:42 +00:00
  • 90f064ff03 Switches from per draw vertex attribute format to precompiled vertex input layout. vladislavbelov 2023-01-06 00:39:25 +00:00
  • 90a3e2b2e7 Changes female citizen actors to use a material with norm and spec textures. vladislavbelov 2023-01-05 22:39:57 +00:00
  • 66b626a9ab Changes Acacia actors to use a material with norm and spec textures. vladislavbelov 2023-01-05 22:21:46 +00:00
  • e9e7995ec7 Adds normal texture to cavalry_spearman_c_r.xml. vladislavbelov 2023-01-05 22:11:49 +00:00
  • f86c916799 Adds default normal texture for actors. vladislavbelov 2023-01-05 22:00:21 +00:00
  • 1ee9533093 Fix | Art | Add a proper material for this stone mine actor wowgetoffyourcellphone 2023-01-05 21:32:40 +00:00
  • 45fe6affb6 Makes materials use alternative materials with both norm and spec textures or without both. vladislavbelov 2023-01-05 19:00:02 +00:00
  • 1798b386f5 Adds missing materials with both norm and spec textures. vladislavbelov 2023-01-05 18:34:41 +00:00
  • fe1b2554e2 Removes useless defines from rock materials. vladislavbelov 2023-01-05 17:40:10 +00:00