Changes between Version 37 and Version 38 of Alpha26


Ignore:
Timestamp:
Apr 21, 2022, 7:39:54 PM (2 years ago)
Author:
ImmramAtani
Comment:

Updated wiki up to r26300

Legend:

Unmodified
Added
Removed
Modified
  • Alpha26

    v37 v38  
    2828r25953 Add accelerations in unit movement (Phab:D4288). [[BR]]
    2929r25958 Allow to push items to the front of a production queue (Phab:D4241). [[BR]]
     30r26073 Use the attack sound for attack-move. [[BR]]
    3031r26414 -- r26421 Added the Han Chinese. [[BR]]
    3132
     
    6263r25995 Show the correct message when exiting the multiplayer match as a client [[BR]]
    6364r26005 Fix special characters in the replay path (Phab:D4345). [[BR]]
     65r26019 Adds disabled sprites to slider [[BR]]
    6466r26088 When overwriting a saved game the description is inherited from the old save (Phab:D4372). [[BR]]
     67r26130 Add a more detailed description to the showstatusbar hotkey. [[BR]]
    6568r26236 Don't show decimal points for insufficient resource warnings (Phab:D4332). [[BR]]
     69r26300 Display rank action in tooltip [[BR]]
    6670r26326 Show banners for formations (Phab:D4467). [[BR]]
    6771r26327 Allow to select multiple non-owned entities when the ControlAll-cheat is on (Phab:D4477). [[BR]]
     
    7882r25870 Reset the dust color at red sea and egypt 3v3 maps [[BR]]
    7983r25918 Improve desert_small's texture look using the new textures. Rename them to match the conventions [[BR]]
     84r26001 Slightly improves minimap flares, makes animation more smooth via alpha fade in/out. [[BR]]
     85r26017 Draws fancy water and its shore waves only for GLSL shaders. [[BR]]
     86r26037 Update: Celtic Unit Actor File [[BR]]
     87r26086 Update Athenian Scythian archer champion unit textures [[BR]]
     88r26255 Assign newer textures to Macedonian Champion Crossbowman. [[BR]]
     89r26256 Gallic unit texture variant reduction [[BR]]
     90r26258 Improve Persian Cavalry back lamellar/scale prop [[BR]]
     91r26262 Added actor files for the Ptolemaic Skirmisher Cavalry (Mercenary Tarantine Settler) [[BR]]
     92r26267 [Art] Make Palisades all use the same portrait. [[BR]]
     93r26279 Add garrison flags and projectile prop points to spart houses. [[BR]]
     94r26291 Improved Portraits: Adds consistent backgrounds, colors, lighting, and better camera orientations (less apparent foreshortening). [[BR]]
    8095r26414 Add Han Chinese textures. [[BR]]
    8196r26415 Add Han Chinese models, animations, and skeletons. [[BR]]
     
    127142
    128143== AI ==
    129 r25876, r25911 [PetraAI] - Manage bases in a separate BasesManager. [[BR]]
     144r25876, r25911, r26130 [PetraAI] - Manage bases in a separate BasesManager. [[BR]]
    130145r25902 Add pushFront logic to the entity collection of the AI. [[BR]]
     146r26244 Fix AI counting exhausted resources in its dropsite list [[BR]]
     147r26274 Run the AI in the same Compartment as the simulation. Let the AI access Sim data (Phab:D3769). [[BR]]
    131148
    132149== Modding ==
     150r26111 Add "Invalid signature" reason to modio [[BR]]
     151r26177 Modify 0ad.desktop to accept a file as an argument to allow installing mods by drag & drop on the icon. [[BR]]
     152
    133153== Maps ==
    134154r25894 Add quadratic scaling function in rmgen library and use it for decorations. [[BR]]
    135155r26003 Fix fish on land (Phab:D1729). [[BR]]
     156r26277 Bring Walruss and Muskox back to the arctic biome. [[BR]]
    136157r26421 Add Han Chinese Maps [[BR]]
    137158r26423 Fix some maps issues. Add the new maps to the new map campaign. [[BR]]
     
    152173r26000 Fix the autoQueue changing when entities cannot spawn (Phab:D4333). [[BR]]
    153174r26000 Fix resources being subtracted when the entity limit was reached (Phab:D4333). [[BR]]
     175r26044 Fix infinite loop when queuing a gather order after garrison. [[BR]]
    154176r26234 Fix the Macedonian catafalque not showing their metal trickle (Phab:D4383). [[BR]]
     177r26246 Fix anim sync by using another horse [[BR]]
     178r26290 Disables depth test for minimap [[BR]]
    155179r26438 Fix not selectable civilisations not showing if defined by the map [[BR]]
    156180r26449 Fix the obstruction and footprint of this treasure. [[BR]]
     
    161185r25897 Make translation pulling parallel to reduce update time. [[BR]]
    162186r25993 Move MiniMap texture to a separate framebuffer [[BR]]
     187r26011 Reduces number of allocations during GPU profiler processing for Intel queries. [[BR]]
     188r26020 Removes direct access to shaders, leaves only techniques. [[BR]]
     189r26037 Adds FreeType support to the engine [[BR]]
     190r26140 Use the high performance GPU on Windows by default. [[BR]]
    163191r26475 Fix building spidermonkey on systems with python 3.10 [[BR]]
    164192
    165193== Other ==
     194r26066 Set default big screenshot size to 4K [[BR]]
     195r26148 Adds config settings for borderless fullscreen and window modes. [[BR]]
     196r26207 Allow to cap FPS up to the current max refresh rates of gaming screens: 360Hz [[BR]]
     197
    166198== I18n ==
    167199r25865 [scripts]Update translation checks to check pluralised strings [[BR]]
    168200r25916 Fix translation of "%(unit)s can't be controlled' [[BR]]
     201r26096 Fix special string used in singular for english [[BR]]
    169202r26422 Allow more general contexts in json translatable strings
    170203
    171204== Atlas ==
     205r26142 Speedups terrain painting tab in Atlas by asynchronous texture loading. [[BR]]