faraphel
faraphel opened issue Atlas/Atlas-Launcher#8 2024-08-27 13:34:35 +02:00
Implement Wiimm's WIT Tools Into the Script Language
faraphel opened issue Atlas/Atlas-Launcher#7 2024-08-27 13:06:55 +02:00
Implement Wiimm's SZS Tools Into the Script Language
faraphel commented on issue Atlas/Atlas-Launcher#6 2024-08-27 12:09:21 +02:00
Implement File System Features Into the Script Language

When loading the features into the AngelScript engine, it was planned to register the Path object with a special factory function : this factory function was supposed to bind the `VirtualFileSyst…

faraphel opened issue Atlas/Atlas-Launcher#6 2024-08-27 12:03:13 +02:00
Implement File System Features Into the Script Language
faraphel closed issue Atlas/Atlas-Launcher#5 2024-08-27 12:00:41 +02:00
Implement a Virtual File System
faraphel commented on issue Atlas/Atlas-Launcher#5 2024-08-27 11:59:52 +02:00
Implement a Virtual File System

tiny-vfs

tiny-vfs is a very small project aiming to implement a virtual file system. Sadly, it seem way too rudimentary to be usable for this…

faraphel opened issue Atlas/Atlas-Launcher#5 2024-08-27 11:43:50 +02:00
Implement a Virtual File System
faraphel closed issue Atlas/Atlas-Launcher#4 2024-08-27 11:35:15 +02:00
Choosing a Scripting Language
faraphel reopened issue Atlas/Atlas-Launcher#4 2024-08-27 11:34:19 +02:00
Choosing a Scripting Language
faraphel closed issue Atlas/Atlas-Launcher#4 2024-08-27 11:33:35 +02:00
Choosing a Scripting Language
faraphel commented on issue Atlas/Atlas-Launcher#4 2024-08-27 11:31:49 +02:00
Choosing a Scripting Language

Python

Python is a high-level programming language.

The base project was written in Python, but sand-boxing Python is incredibly hard because of all the features…

faraphel opened issue Atlas/Atlas-Launcher#4 2024-08-27 11:04:40 +02:00
Implement the Core Engine
faraphel pushed to core at Atlas/Atlas-Launcher 2024-08-26 21:25:39 +02:00
e3a922d4e9 bound all the file system methods to AngelScript
747c60aa22 added base for the FileSystem module in the AngelScript
03a9833d21 implemented all the Path and File methods
64c247ba6f replaced the virtual file system back by the original custom one
d9ae04886f added an AngelScript log module
Compare 7 commits »
faraphel pushed to core at Atlas/Atlas-Launcher 2024-08-20 20:00:26 +02:00
13eddaee81 improved the JavaScript path object
faraphel pushed to base at Atlas/library-szs 2024-08-12 14:02:10 +02:00
981de3df63 base for the SZS C interface
faraphel pushed to core at Atlas/Atlas-Launcher 2024-08-12 13:55:43 +02:00
308124c99f base for the Atlas JavaScript engine : implemented the Engine, a virtual filesytem and prepared the library system.
faraphel pushed to core at Atlas/Atlas-Launcher 2024-08-12 13:48:15 +02:00
719d815b2d updated the git modules
faraphel pushed to core at Atlas/Atlas-Launcher 2024-08-12 13:44:58 +02:00
faraphel created branch core in Atlas/Atlas-Launcher 2024-08-12 13:44:58 +02:00
faraphel pushed to base at Atlas/library-szs 2024-07-16 23:02:18 +02:00
d5fd33aab5 minimised and restructured the library