/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2942 by schoenebeck, Wed Jul 13 15:51:06 2016 UTC revision 2953 by schoenebeck, Sat Jul 16 11:24:39 2016 UTC
# Line 80  Version SVN trunk (?) Line 80  Version SVN trunk (?)
80      - Implemented built-in script variable "$NKSP_REAL_TIMER".      - Implemented built-in script variable "$NKSP_REAL_TIMER".
81      - Implemented built-in script variable "$NKSP_PERF_TIMER".      - Implemented built-in script variable "$NKSP_PERF_TIMER".
82      - Implemented built-in script variable "$ENGINE_UPTIME".      - Implemented built-in script variable "$ENGINE_UPTIME".
83        - Implemented built-in script function "inc()".
84        - Implemented built-in script function "dec()".
85        - NKSP language fix: division expressions were evaluated too often.
86        - NKSP language fix: string concatenation operator was right
87          associative instead of left (to right).
88        - NKSP language correction: allow empty statements in entire language
89          (i.e. "if end if").
90        - Implemented built-in script function "stop_wait()".
91        - Implemented built-in script variable "$NI_CALLBACK_ID".
92        - Implemented built-in script variable "$NI_CALLBACK_TYPE".
93        - Implemented built-in script variable "$NKSP_IGNORE_WAIT".
94        - Added support for read-only built-in variables (respectively
95          handled by the script parser).
96        - Added built-in script constant "$NI_CB_TYPE_INIT".
97        - Added built-in script constant "$NI_CB_TYPE_NOTE".
98        - Added built-in script constant "$NI_CB_TYPE_RELEASE".
99        - Added built-in script constant "$NI_CB_TYPE_CONTROLLER".
100        - NKSP Language: Added support for user defined script functions.
101        - Implemented built-in script function "change_attack()".
102        - Implemented built-in script function "change_decay()".
103        - Implemented built-in script function "change_release()".
104    
105  Version 2.0.0 (15 July 2015)  Version 2.0.0 (15 July 2015)
106    

Legend:
Removed from v.2942  
changed lines
  Added in v.2953

  ViewVC Help
Powered by ViewVC