ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


bcc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bcc [2017/07/14 16:17] korshunbcc [2018/02/16 22:11] (current) korshun
Line 5: Line 5:
   * **ZDoom forums:** https://forum.zdoom.org/viewtopic.php?f=44&t=54037   * **ZDoom forums:** https://forum.zdoom.org/viewtopic.php?f=44&t=54037
   * **GitHub:** https://github.com/wormt/bcc   * **GitHub:** https://github.com/wormt/bcc
 +
 +<note tip>If you are using BCC, use [[BCSUtils]].</note>
  
 ===== Functions return 0 by default (not a bug) ===== ===== Functions return 0 by default (not a bug) =====
Line 32: Line 34:
 ==== Named clientside scripts are not clientside [fixed in 0.8.0] ==== ==== Named clientside scripts are not clientside [fixed in 0.8.0] ====
  
-BCC fails to mark named clientside scripts as clientside, so they end up actually being serverside. Instead, it marks an unnamed script as clientside.+BCC fails to mark named clientside scripts as clientside, so they end up actually being serverside. Instead, it marks an unnamed, not necessarily existing script as clientside.
  
 Details: https://zandronum.com/tracker/view.php?id=3153 Details: https://zandronum.com/tracker/view.php?id=3153
bcc.1500038250.txt.gz · Last modified: 2017/07/14 16:17 by korshun