TheFGFSEagle
00efa2d01a
Make std.algorithm conditions more efficient
2023-02-13 11:05:48 +00:00
TheFGFSEagle
7274ec886a
Added some utility functions (all, any, map and filter)
2023-01-24 19:03:52 +00:00
Henning Stahlke
6ac7b3385e
move min and max from std/Vector.nas (class file) to std.nas
2020-07-30 10:48:27 +01:00
Stuart Buchanan
96ea977af5
Fix case errors and Vector.nas
...
Fix from Julio SANTA CRUZ
2020-07-11 22:11:39 +01:00
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
d930e3f2fa
Nasal: std.Vector: add 'contains' method (by onox).
2014-12-23 14:40:29 +01:00
Thomas Geymayer
33a9b73b5c
Add std.Vector wrapper class (by onox).
2014-10-18 01:13:37 +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