todo-for-stable.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Place in this file any updates you did on trunk that should be merged into
  2. stable. Remove it from the list once merged.
  3. - restricted mapflag (which restricts equipment/cards from being used in
  4. certain maps)
  5. - function battle_calc_return_damage which encapsulates damage return
  6. cards/status.
  7. - The update to the status change structure which unifies opt values in the
  8. same structure as sc_data ones. Also includes a rewrite of
  9. status_change_start as well as battle options for adjusting sc-def and
  10. max-sc-def.
  11. - Improved npc timers which enable multiple characters to be attached to a
  12. timer, and each one will be executed with the attached player accordingly.
  13. - irc bot system (which isn't even finished yet on trunk)
  14. - The new implementation of NPC_POWERUP which uses SC_INKATK rather than
  15. Explosion Spirits.
  16. - Stat window showing the added damage of both weapons for dual-wielding
  17. assassins.
  18. - Deleting pet eggs from inventory after the pet data has arrived, not upon
  19. hatching request.
  20. - Battle option pk_level_range, allow_es_magic_player
  21. - Cleanup of pc_useitem code
  22. - Autocasted Teleport should now show a menu.
  23. - Skill system update, usage of the new splash area range column in the db.
  24. Code-wise lots of code cleanup.
  25. - Skill SG_MIRACLE
  26. - Gangster's Paradise behaviour update.
  27. - Menu-based skill update to allow menu skills to be precasted.
  28. - Cleanup of the global chat function.
  29. - Revert the map-sql handling of the gm-list retrieval.
  30. - Send the guild/party mini-dots on map-login.
  31. - Updated the path-finding routines from jA
  32. - Replace pc_break_equip for skill_break_equip
  33. - Battle function autoskill_stacking
  34. - The new non-stackable autospell implementation.
  35. - Added autoequip flag to map-server item_data structure.
  36. - Added autoequip flag check to pc_takeitem.
  37. - Added script command 'autoequip', 'equip' and 'setbattleflag'.
  38. - VC7.1 vcprojs updated.