Codebase list angelscript / 52bd7e3
Releasing 2.35.1 git-svn-id: http://svn.code.sf.net/p/angelscript/code/trunk@2746 404ce1b2-830e-0410-a2e2-b09542c77caf angelcode 2 years ago
3 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
383383 // - path not found
384384 // - access denied
385385 // TODO: Should be able to define the permissions for the directory
386 // TODO: Should support recursively creating directories
386387 int CScriptFileSystem::MakeDir(const string &path)
387388 {
388389 string search;
5858 // AngelScript version
5959
6060 #define ANGELSCRIPT_VERSION 23501
61 #define ANGELSCRIPT_VERSION_STRING "2.35.1 WIP"
61 #define ANGELSCRIPT_VERSION_STRING "2.35.1"
6262
6363 // Data types
6464
1414
1515 <h1>AngelScript Change Log</h1>
1616
17 <h2>Version 2.35.1 WIP - 2021/08/13</h2>
17 <h2>Version 2.35.1 - 2021/09/27</h2>
1818
1919 <ul>
2020 <li>Bug fixes