Commit History

Author SHA1 Message Date
  Robert Russell 987f0a1d4d ran code cleaner 6 years ago
  Robert Russell 67463ae656 Setup DeadTime Event 6 years ago
  Robert Russell 0bd6759c02 Update Damageable.cs 6 years ago
  Robert Russell e450681f9d Set ATBTimer to start in loading damagable 6 years ago
  Robert Russell 1ba93dc89c Reset character ATB timer when change encounter. 6 years ago
  Robert Russell 1380389041 damageable.update to module_battle_debug.cs 6 years ago
  Robert Russell b4a10f3906 Fix GF compatability 6 years ago
  Robert Russell ef048b7eb0 Revert "Merge branch 'Battle-Menu' of https://github.com/Sebanisu/OpenVIII into Battle-Menu" 6 years ago
  Robert Russell 0c163f3f90 Merge branch 'Battle-Menu' of https://github.com/Sebanisu/OpenVIII into Battle-Menu 6 years ago
  Robert Russell 41a1dda286 GF blue charging bar is working timing is probably wrong. :P 6 years ago
  Robert Russell ec3a679471 change ATBbarsize to based on compatability durration per gamefaqs 6 years ago
  Robert Russell 8a1dbcb251 change ATBbarsize to based on compatability durration per gamefaqs 6 years ago
  Robert Russell e478ef32b2 fix spelling error 6 years ago
  Robert Russell 8f3c727ed1 multiple changes 6 years ago
  Robert Russell 3eca4665d8 refactor to eliminate warnings. 6 years ago
  Robert Russell b13183edb0 Refactor to not init in constructor. instead must call Load() 6 years ago
  Robert Russell 948042ac04 Extracted ATBTimer and moved it and BattleModeEnum 6 years ago
  Robert Russell 41290d278c Update Damageable.cs 6 years ago
  Robert Russell 26eed2158c Removed Character and VisibleCharacter replaced with Damageable. 6 years ago
  Robert Russell e37f2521e3 Update Damageable.cs 6 years ago
  Robert Russell cf88690924 ATB bar functionality 6 years ago
  Sebanisu 2e3a9c587f more work on enemy information 6 years ago
  Sebanisu c644bb411b Enemy list in target now shows the spawned enemies. 6 years ago
  Sebanisu 74b7a9d92e Update Damageable.cs 6 years ago
  Sebanisu 36044fd434 bool for battle so Commands knows the difference. 6 years ago
  Sebanisu 731bd00cda Prevent healing twice. 6 years ago
  Sebanisu 31f4945730 Megalixir working. Fixed smallteam list. Fixed appending to ff8string via +. and ff8string clone fixed 6 years ago
  Sebanisu 16e6233068 Item.Use is parlty working. 6 years ago
  Sebanisu 1760d35ee6 added a battle bool to use item method. So that way you could have different actions for in and out of battle. Added Status attacks 6 years ago
  Sebanisu 034a3e4554 Created a Damagable Abstract class to carry over functionality from characters to gfs and in the future to enemies. Made some things Lists instead of arrays to have access to methods that lists have. Added some functionality to allow detecting CurrentHP MaxHP with out knowing if it's team lugana before hand. Added crisis level detection. 6 years ago