Commit Graph

  • 18372d665c Campaign menu: reuse default map preview if available. wraitii 2021-05-26 14:45:44 +00:00
  • 81457ef952 Fix potential undefined conversion. wraitii 2021-05-26 13:29:11 +00:00
  • bce26e905f Mod selector: "start mods" saves the configuration. wraitii 2021-05-26 13:27:43 +00:00
  • 8f4b3dfb16 Removes GL1 constants deprecated in GL3+ from HWDetect since they are not useful anymore. vladislavbelov 2021-05-25 22:34:57 +00:00
  • 35601a7bb3 Fix some error in rmgen. Imarok 2021-05-25 21:26:48 +00:00
  • cf454fe533 Removes unused BitBuf added in 5b5726ed4d. vladislavbelov 2021-05-25 19:42:06 +00:00
  • db9356944c Removes unused base32 encoding added in 5cc814759f. vladislavbelov 2021-05-25 19:18:22 +00:00
  • 38e085a8c0 Removes unused wutil command line arguments parsing added in 5383eff15c. vladislavbelov 2021-05-25 18:42:27 +00:00
  • 007d30f4b4 Removes outdated user32.dll preload hack added in 7a889deca3 and became useless in bbcd9b34cc. vladislavbelov 2021-05-25 18:29:50 +00:00
  • 3f371f40b1 Replace missing biomes by the closest we now have. Stan 2021-05-25 14:17:39 +00:00
  • 23d7969ffd Fix city phase requirements in PetraAI HQ. Freagarach 2021-05-25 13:46:03 +00:00
  • 44f935562c Update mainland icons Stan 2021-05-25 12:26:29 +00:00
  • 95e576dbe3 Use new biomes for random maps, Stan 2021-05-25 12:25:39 +00:00
  • de1a10ca53 New maps using the new biomes. Stan 2021-05-25 12:18:40 +00:00
  • 88d3f50f7e Update some maps with new terrains Stan 2021-05-25 12:15:41 +00:00
  • 20bb3ea4a3 Add trading posts and shrines as map props Add a placement obstructor (idea by @Grapjas) to prevent construction but not movement Stan 2021-05-25 11:32:07 +00:00
  • 92a4fdc8e4 Add more ruin objects Add a new metal type of ruins Update templates accordingly. Stan 2021-05-25 11:00:13 +00:00
  • c8f1501db4 Add templates for the new rock and stone mines Stan 2021-05-25 10:57:22 +00:00
  • b6ae8915de Add more prop actors for maps - Update the stone and metal mine meshes and textures/skins/gaia/decal_quarry_sahara_a.png - Slight tweak to the steppe grass - Add some ptol eyecandy Stan 2021-05-25 10:53:20 +00:00
  • ac33c8513b More grass types for biomes Patch by @wowgetoffyourcellphone Stan 2021-05-25 10:44:19 +00:00
  • 63199dac2d Some tweaks to the grass fields. Stan 2021-05-25 10:40:39 +00:00
  • 47fc344567 Update the resource icons. Stan 2021-05-25 10:21:52 +00:00
  • 463775faa4 Slight tweaks to particles. Stan 2021-05-25 10:07:04 +00:00
  • 6324f3369a Use correct projectiles for artillery. Stan 2021-05-25 10:06:34 +00:00
  • b3aa84adea New shark and whale icons. update the berry an tree and artic wolf icons. Stan 2021-05-25 09:24:23 +00:00
  • fb84adda3b New autoqueue icons. Stan 2021-05-25 08:35:46 +00:00
  • 424b3cdcab Fix 498f0d420b - re-add special-casing of mod & user mods wraitii 2021-05-25 07:50:04 +00:00
  • 863ef0f88a Tweak sound distance attenuation & add configurability wraitii 2021-05-25 06:19:25 +00:00
  • 498f0d420b Mod data parsing rework wraitii 2021-05-25 06:12:45 +00:00
  • b56f0222d9 Prevent hotkeys from firing for disabled buttons wraitii 2021-05-25 06:10:53 +00:00
  • 8742fac032 Reorders GL error checks during a frame to ask only when needed, combines depth test switches. vladislavbelov 2021-05-24 21:03:48 +00:00
  • 1fd940b3d0 Adjust position of replay filters Imarok 2021-05-24 20:04:28 +00:00
  • 3e5638e548 Removes hardcoded 1px width borders from GUI sprites. vladislavbelov 2021-05-24 18:42:51 +00:00
  • 8054097daf Mouse event mask for the diplomacy colors button wraitii 2021-05-24 12:09:30 +00:00
  • 581e5b8752 Remove differences in territory decay rates. wraitii 2021-05-24 10:45:38 +00:00
  • 0e234dbb61 Check translations for spam, broken font tags and sprintf errors. wraitii 2021-05-24 10:25:19 +00:00
  • 768313d7db Adds Vulkan check to HWDetect reports. vladislavbelov 2021-05-23 22:32:29 +00:00
  • 4e8691acde Clip rendered text correctly Imarok 2021-05-23 22:05:17 +00:00
  • 1e18a93302 Removes using shared_ptr to make STL usages consistent. vladislavbelov 2021-05-23 22:01:18 +00:00
  • c1f8e74717 Add Filter placeholder text to modio filter field Angen 2021-05-23 08:55:38 +00:00
  • 10cf87f3d1 Adds std namespace to shared_ptr usages in lib/tex. vladislavbelov 2021-05-22 19:34:39 +00:00
  • 5656c4117d Adds std namespace to shared_ptr usages in lib. vladislavbelov 2021-05-22 19:32:38 +00:00
  • b927f163d6 Adds std namespace to shared_ptr usages in scriptinterface and simulation. vladislavbelov 2021-05-22 19:30:18 +00:00
  • d9d19543b5 Adds std namespace to shared_ptr usages in network and engine. vladislavbelov 2021-05-22 19:28:40 +00:00
  • babfd913fb Adds std namespace to shared_ptr usages in gui and sound. vladislavbelov 2021-05-22 19:23:03 +00:00
  • b03b560e71 Adds std namespace to shared_ptr usages in graphics. vladislavbelov 2021-05-22 19:21:33 +00:00
  • 0728c58a4d Removes unnecessary z-level from GUI sprite rendering. vladislavbelov 2021-05-22 18:06:18 +00:00
  • 2111f864d4 Removes dehydra build scripts following 53369d593b. Fixes #4446 vladislavbelov 2021-05-22 14:25:53 +00:00
  • faca950e83 Removes unused CONFIG2_CACHE_READ_ONLY config macro forgotten in 2374caac3e. vladislavbelov 2021-05-22 14:04:11 +00:00
  • 53369d593b Removes Dehydra config macro. Introduced in 378bd89c1d. vladislavbelov 2021-05-22 13:28:55 +00:00
  • 0812ded348 Removes unused CONFIG_OMIT_FP config macro forgotten in 0d23e3f333. vladislavbelov 2021-05-22 13:18:15 +00:00
  • c73f674055 Removes unused DynHashTbl. Last usage was removed in 6c915291cc. vladislavbelov 2021-05-22 12:59:41 +00:00
  • b5535c4ba3 Removes OpenMP from external libraries. It's better to avoid its usage with a custom thread management. vladislavbelov 2021-05-22 12:24:18 +00:00
  • 80a8c3827b Fix CanAttack for mirages following 88549e77e1 wraitii 2021-05-22 10:56:40 +00:00
  • c535a282ac Rename ModsLoaded to EnabledMods wraitii 2021-05-22 09:50:30 +00:00
  • d7a4fb7c20 Try to punch a hole through local firewalls, and fallback to localhost. wraitii 2021-05-22 08:34:00 +00:00
  • 0dfebc8d2b Let PetraAI check for different templates when finding the best dropsite. Freagarach 2021-05-22 07:53:47 +00:00
  • 494d12fb9c Let PetraAI check for droppable resources when finding the best dropsite location. Freagarach 2021-05-22 07:51:08 +00:00
  • 012ac9f36b Add rated game information to the objectives dialog. Freagarach 2021-05-22 07:39:17 +00:00
  • 340aa419f4 Deduplicate add/remove entity to/from AIs resource map. Freagarach 2021-05-22 07:35:16 +00:00
  • 8f8e29c092 Fix incompatible mods start: show both incompatible and enabled mods; wraitii 2021-05-22 07:33:49 +00:00
  • 3548feb16a Fix entities receiving double hunt order only attacking. Freagarach 2021-05-22 05:27:51 +00:00
  • 2be76d52b5 Reduces CConsole interface and simplifies the initialization step. vladislavbelov 2021-05-21 23:10:43 +00:00
  • d7ac3c6b89 Removes macOS system version include added in 7e87211d91 and forgotten in 9a2d0f803e. vladislavbelov 2021-05-21 21:46:01 +00:00
  • b2e1181982 Partly revert 5f1f768ed5. Imarok 2021-05-21 21:37:07 +00:00
  • 7ae43c149e Replaces global g_VSync state by VideoMode property. vladislavbelov 2021-05-21 21:33:43 +00:00
  • b2d0bd9a81 Adds a warning in case ShaderManager is trying to load an ARB shader with enabled GLSL. vladislavbelov 2021-05-21 20:32:33 +00:00
  • 4215533ea9 Removes inclusionPath forgotten in b469983c58. vladislavbelov 2021-05-21 20:15:58 +00:00
  • 78aedfcb93 Removes unused declarations of g_xres and g_yres. vladislavbelov 2021-05-21 20:02:03 +00:00
  • fa44b9ae97 Removes g_ShowPathfindingOverlay forgotten in 72bd886f80. vladislavbelov 2021-05-21 19:27:43 +00:00
  • 312225570f Removes g_AutostartMap forgotten in c684c211a2. vladislavbelov 2021-05-21 19:21:24 +00:00
  • 7cf579c597 Removes g_TriPathfind forgotten in d3048906cb. vladislavbelov 2021-05-21 19:11:12 +00:00
  • 5be764e384 Removes outdated archive trace code forgotten in 63086f4e26. vladislavbelov 2021-05-21 19:05:40 +00:00
  • fe4890e0b2 Improved particles by @wowgetoffyourcellphone Stan 2021-05-21 10:49:11 +00:00
  • 9756fb3dad Darker AO for the stone quary Stan 2021-05-21 10:42:20 +00:00
  • 274fadaf30 More consistent animal portraits by @wowgetoffyourcellphone Stan 2021-05-21 10:41:41 +00:00
  • bdfacbfdd3 Add a round 9x9 decal Stan 2021-05-21 10:40:20 +00:00
  • 15140751a7 Improved farm decals by @wowgetoffyourcellphone Stan 2021-05-21 10:33:13 +00:00
  • 19f7db1681 Remove the floating property from shipwrecks. Patch by: @wowgetoffyourcellphone EOL native. Stan 2021-05-21 09:49:32 +00:00
  • db829373cb Add new cliff textures Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:23:08 +00:00
  • 809dba254a Add new indian biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:22:17 +00:00
  • 70a6826b51 Add new nuba biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:21:22 +00:00
  • e10fa5b80f Add new saharan biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:19:46 +00:00
  • b5a1e9ba51 Add new steppe biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:18:20 +00:00
  • b00f000477 Add new sudd biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:16:38 +00:00
  • 91e244d364 Add new temperate europe biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:15:47 +00:00
  • 8e3ef8dd8f Add new aegean alpine arctic biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:12:35 +00:00
  • baeceab0c8 Add new aegean anatolian biome Patch by: @wowgetoffyourcellphone Textures from: https://cc0textures.com/ Thread https://wildfiregames.com/forum/topic/17326-your-0-ad-screenshots/page/30/ Stan 2021-05-21 09:11:42 +00:00
  • 0aedcced74 Remove Gate/Defensive from ram preferred classes wraitii 2021-05-21 07:47:54 +00:00
  • b6f2dee43b Increase pushing range by 60% wraitii 2021-05-21 07:23:47 +00:00
  • 37c8e9caa8 Allow right-clicking to show template panel on queued items. Freagarach 2021-05-21 07:11:05 +00:00
  • e1f9304601 Fix alpine biome in Wild Lake RM. Freagarach 2021-05-21 07:07:47 +00:00
  • a26535d023 Fix mistake in 3bcf360107 which stopped the incompatible mods page from showing. wraitii 2021-05-20 17:11:26 +00:00
  • 3bcf360107 Mod and mod-mounting cleanup and improvements. wraitii 2021-05-20 14:36:42 +00:00
  • 1e297fe212 Fixes PCH after 7bfcd9f78b. vladislavbelov 2021-05-20 11:47:56 +00:00
  • 21b7e8faaf Better quality acacia trees by @Sundiata. Needed for the map overhaul. Stan 2021-05-20 11:26:49 +00:00
  • eda2901a33 Translate the default campaign name in NewCampaignModal wraitii 2021-05-20 10:03:51 +00:00
  • 5e6038eeaf Change the visuals of the counters in the top panel. Freagarach 2021-05-20 08:55:08 +00:00
  • 04549a081d Rework Mod into a class. wraitii 2021-05-20 08:32:11 +00:00
  • 13c1b55f42 Fix UnitAI states in PetraAI. Freagarach 2021-05-20 08:31:30 +00:00