Translations:Version history/20/en
From Pixelmon Wiki
Contents
Version 3.2.4 (The biggest Pixelmon update ever)
Released August 22, 2014.
Changes
- Added Wailmer and Wailord
- Added Ariados and Spinarak
- Added new Spearow model
- Added French and Japanese translations in
- Added new render distance weight to config
- Added vitamins
- Added picking moves based on type
- Added a flee chance to wild Pokémon
- Added extra boost to flee chance for higher level difference
- Added fleeing reduction if opponent Pokémon is low
- Added model smoothing as a config option
- New flying AI
- New AI for choosing moves
- Pokespawn now supports multiple dimensions
- Added check for multi-turn moves to make sure PP goes down if the opponent faints earlier in the move sequence
- Buff from old Running Boots no longer applies when held in hand
- Linked up translations for TMs/HMs
- Updated animations for Torchic, Combusken and Blaziken
- Updated animations for Drifblim and Drifloon
- Smoothed Drifblim and Drifloon
- Removed Y component of render distance calculation for birds that are flying
- Reduced number of Pokémon that can spawn in a single chunk
- Tweak to music ticking
- Made Struggle typeless
- Added Shiny rate to the config
- Added auto-battler for AFK players, causing the AI to take over players in battle if no player input is made for a specified amount of time
- Disabled by default in config
- Added config option to specify which dimensions Pokémon can spawn in.
Fixes
- Fixed Rayquaza spawning in Sunflower Plains
- Preserve moves after evolution
- Fixed moveset not refreshing when changing Pixelmon view
- Corrected chat for multiple hit moves
- Fixed super effective chat lines for moves that return attackHandled true
- Fixed Substitute not fading
- Fixed Leaf Stone ore and colour issue with the spawner GUI
- Fixed small possible Pokéchest issue (similar to Trainer crash)
- Fix to fog crash when reloading while mounted in the air
- Fixed an issue with level detection
- Fix to Mareep rendering in evolution
- Fixed a crash from certain IDs being put into drop list for Trainers
- Fixed darkening of Pokédex when a downpour was on
- Fix to Pokémon re-positioning after a failed capture outside of battle.
- Fix to NPC trade packet
- Fix to a Transform crash
Version 3.2.3
Released August 8, 2014.
Changes
- Added new AI for swimming, flying, spawners
- Added changing fog when riding a Pokémon underwater
- Implementation of mail
Fixes
- Fixed crash when inventory is full
- Changed Magikarp swim speed to 0.6
- Delay caused by a spammed request for the battle GUI to open
- Added a one second delay to counteract and allow the message to be received
- Suppressed UUID exceptions caused by getOwner
- Small unnecessary recursion removed (setHealth)
- Provided a battleEnded check before checking the status of the Pixelmon
- A Pixelmon that has run is considered dead, as it is no longer an entity, but in the Poké Ball (NBT).
- Fixed Trainer Pixelmon fainting when killing a wild Pokémon
- Held item fix for old files
- Fixed Pokémon translations in fainted messages etc.
- Fixed a held item dupe bug
- Make move changes without the GUI closing possible.
- Fixed the ch_TW lang file (Chinese Traditional)
- Glitch was caused by putting all of the player's held item stack into the Pixelmon's held item, but only removing a single stack size from the player's held item.
- Fixed by only allowing a single item of the player's stack to be placed
- Fixed aggressive boss battle initiation
- Moved battle controller setters to after boss stuff