• 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.

Search results

  1. kuddel

    News Gallery of add-ons in development

    ...what' better than delta-V? More delta-V ! ;)
  2. kuddel

    Multi-language support

    .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"...
  3. kuddel

    Updates Artemis II

    ...so it must be the white-room that is constructed wrong, right? :p
  4. kuddel

    Question Implementing XRSound in Lua?

    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...
  5. kuddel

    Question Implementing XRSound in Lua?

    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...
  6. kuddel

    Question Implementing XRSound in Lua?

    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...
  7. kuddel

    What music are you listening to?

    Thanks for reminding me: "I have to watch 'The Big Lebowsky' again" :p
  8. kuddel

    C++ Question Misc. C++ questions

    To be clear: Do NOT, I repeat, DO NOT code this way!
  9. kuddel

    C++ Question Misc. C++ questions

    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...
  10. kuddel

    Project Ares V Launch Vehicle + Mars cruiser

    You have a ko-fi link ? :p
  11. kuddel

    What music are you listening to?

    Love the Sax by Mark Rivera!
  12. kuddel

    Updates ISS UPDATES

    On that first timelapse: Was I the only one noticing the many satellite reflections at sunset? Fascinating and a little frightning as well...
  13. kuddel

    News Roscosmos News

  14. kuddel

    Question (proper) Variables initialization

    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...
  15. kuddel

    OHM Better ISS

    @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 😊
  16. kuddel

    Project Space Shuttle Vessel

    @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?
  17. kuddel

    Question Custom Planet Elevation Maps for Orbiter 2016?

    ...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"?
  18. kuddel

    Bug 2 "Similar threads" blocks being shown

    Jepp, me neither, and I guess if there were zero "similar threads" only few would notice :p
  19. kuddel

    Bug 2 "Similar threads" blocks being shown

    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...
Back
Top