Änderungen

Summary

  1. Make it work on older patches. (commit: 8d3c7f5) (details)
  2. Don't use %-operator on older patches (commit: d1ecf8e) (details)
  3. Small tweaks for greater compability (commit: 7114594) (details)
  4. Use CPP to avoid --old-patch flag (commit: 0cfaf0c) (details)
  5. Write correct count globals preload (commit: 6456c62) (details)
Commit 8d3c7f57f2bd0ed069b5b7995cf75a206bc0656d by lep.delete
Make it work on older patches.
We use SetPlayerName/GetPlayerName instead of
BlzSetAbilityTooltip/BlzGetAbilityTooltip for patches before 1.29.
(commit: 8d3c7f5)
The file was modifiedruntime/init.j (diff)
The file was modifiedMain.hs (diff)
Commit d1ecf8ed6a33b5f3ea0510e8b2f448669da4588f by lep.delete
Don't use %-operator on older patches
(commit: d1ecf8e)
The file was modifiedMain.hs (diff)
The file was modifiedruntime/interpreter.j (diff)
Commit 7114594c1fcaa43a71d89b9bc2bd6e77fefdd5f7 by lep.delete
Small tweaks for greater compability
(commit: 7114594)
The file was modifiedruntime/init.j (diff)
The file was modifiedruntime/interpreter.j (diff)
Commit 0cfaf0cb8d22b8a3aa83544a03328436d64e888b by lep.delete
Use CPP to avoid --old-patch flag
(commit: 0cfaf0c)
The file was modifiedMain.hs (diff)
The file was modifiedjass-hot-code-reload.cabal (diff)
Commit 6456c62a5c15ce4044a076905345bcfd27df297e by lep.delete
Write correct count globals preload
So that we don't crash the thread.
(commit: 6456c62)
The file was modifiedMain.hs (diff)