Henning Stahlke
4cb8a03e4b
move globals.Hash to std.Hash
...
Add std.nas to loadpriority.xml and update related files
2020-07-08 15:31:23 +01:00
Erik Hofman
f8ce9398b9
Add a license exception to single owner Nasal libraries which clarifies that merely calling Nasal functions from third party aircraft does not invoke the derived-work clause of the GPL. Signed off by Thomas Geymayer
2020-06-08 15:07:28 +02:00
Thomas Geymayer
8b3fa6f2fe
Fix std.string handling out of range indices in search methods
2013-01-31 20:20:36 +01:00
Thomas Geymayer
91ae186330
Canvas API: draw (rounded) rect and rename Dialog to Window.
...
- std.string:
* Add method compare
* Add method starts_with
- canvas.Group:
* Add method rect for drawing (rounded) rectangles
- Rename canvas.Dialog to canvas.Window to free the name Dialog
for real dialogs.
2013-01-22 18:02:20 +01:00
Thomas Geymayer
007e9bc33a
Canvas: Add a basic SVG parser.
...
- Add basic std::string implementation to a Nasal submodule named
std.
- Add basic SVG parser parsing its results into a canvas group
element.
2012-08-02 01:39:59 +02:00