Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
.po/.pot Files are not that complicated once you have tweaked some.
The only "not so easy to understand" thing might be the selection of different plurals depending on a number.
Some languages do not only have one singular and plural form (If I remember correct polish has a concept of "one"...
As Gondos said: This feature is not (yet) available in Lua.
For whom it might concern, here's a little description:
All the API methods first only exists in "C++ Land".
For every C++ API method a "Translation" into "Lua Land" has to be implemented.
That Translation however has to be implemented...
My expertise in Lua is very low, but if you could write a Lua Test and add it to the automatic tests for Lua it would be very helpful.
In here: Script/Tests/GeneralApiTest.lua
It could be "commented out" in the first step, so as soon as somebody implements the feature (in C++) the test can...
Adding missing API features to Lua is not that hard (as Open Orbiter now is ... open ;) )
Whithout me being able to test this, adding oapiCameraInternal is just editing 2 files basically:
1. In LuaScript/LuaInterpreter/Interpreter.h (find the 'correct' place to put this - where the other...
Just a little insight into arrays in C/C++:
An arrray is in essence just "syntactic sugar" for pointer-arithmatic.
If you have for example defined an array of 4 integers,
int a[4] = { 42, 43, 44, 45 };
the symbol 'a' is internally just a pointer to the first element.
Using the index-operator...
Just to elaborate on some things:
'private', 'public' & 'protected' only control the "visibility"/"accessability" of class members.
They do tell nothing about their initial values!
Initialization of members should be handled regardless of there visibility.
Example:
class Pet {
public...
@Max-Q : First, thank you for that beautiful Addon!
Now my question: Do you see any chance in getting this as an x64 build? No pressure, just curiosity 😊
@Geoair2 That's too bad. So if you are much more comfortable with not using any external MFD it's totally fine :) - don't fix it if it ain't broken.
So that's why the stream stopped, right?
...are they compatible with Orbiters License (MIT License and/or LGPL)?
In short:
Are they allowed to be used in non-comercial products?
Can they be re-distributed by "us"?
Not for me . At least not with these:
Firefox 144.0.2 (64-Bit)
Chrome 141.0.7390.123 (64-Bit)
Chrome 142.0.7444.60(64-Bit)
Edge 141.0.3537.99 (64-Bit)
Edge 142.0.3595.53 (64-Bit)
All on Windows 10
Addendum:
The tests above were with this thread...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.