VAB UPDATE IN PROGRESS!!!! W or tap and hold to accelerate(rocket will point towards mouse/touch) ----------------------- Turbowarp link-https://turbowarp.org/1321023124?hqpen&offscreen ----------------------- ~700 blocks of code; gets laggy on low end devices, even with optimization. ----------------------- Note-Lots of glitches happen, and any suggestions are accepted. Highly suggest running on turbowarp with better pen mode.ALSO-Sometimes things will be broken or there will be variables all over the screen. Either:wait until I finish or get rid of them yourself. Mobile friendly! Hold down to thrust! The variable "traj length" is how long the trajectory line will be, longer will be more computationally expensive. I rebuilt this from the ground up, as the first one proved to be glitchy, unstable, and not well written. Things such as timewarp physics calculations, orbital paths, and more were fixed. W to apply thrust in direction Rocket points toward mouse Timewarp speeds up time
V1.0-First release V1.1-Added planet collisions V1.2-Fixed some messed up physics calculations V1.3-Added zoom V1.4-Fixed planet rendering and made planet collisions based off of radius of the planet and not actually touching the planet, which fixes collisions when zooming and with extremely large planets. V1.5-Added atmospheres and new planet texture(mars's moon, but doesn't currently work) V1.6-Added lighting mode for atmospheres to make it look better V1.7-Orbiting planets! Added the ability for planets to orbit, and for planets to orbit each other(ex. moon-->earth-->sun). Also updated the trajectory to calculate the positions ahead of time. V1.8-FPS, pausing, ability to disable patched conics orbital physics system(bad idea), pause slider, and better setting organization. Also added a planet on the right that tells you what soi you are in. V1.9-Fixed rendering, again. Also made planet's atmospheres part of their sprites to save on rendering and to add a performance boost. Added the option for the rocket to bounce off of planets, which adds to realism. V2.0-Added a turbowarp detector, using the is compiled? custom block boolean trick. This allowed me to change sizing code so that turbowarp could remove size limits without the sprites going crazy. This allows for a better experience on turbowarp. V2.1-Added planet soi markers when the trajectory passes through them. Also fixed instability in trajectory due to floating point numbers(to a small degree, trajectory lines still shift, especially with bounces) V2.2-Fixed and readded timewarp! V2.3-Moved all code for everything into one sprite, removing the use for message broadcasting and *maybe* fixing some lag. V2.4-Automatically disabled trajectory and soi drawing during timewarp due to performance reasons. V2.5-Added a new planet, Saturn! V2.6-Big step towards VAB update, added physics that will work for several objects at once, near doubled fps, fixed trajectory shifting, made timewarp a bit less laggy, and cleaned up code a bit. V2.7-Added pause button. V2.8-Fixed the planet orbit system and made it way better V2.9-Fixed the direction calc block and added a black gradient to planet sprites, which creates a day/night cycle when combined with the planet pointing towards the sun as it orbits. V2.91-(yes ik its not 3.0, thats reserved for VAB update) Gave saturn a moon V2.92-*Hopefully* a small optimization to planet rendering and a scroll to zoom feature. V2.93-Made the camera seperate from the rocket, allowing for some camera features not previously possible. V2.94-Added a camera focus button that allows for switching the camera view to different planets or just the rocket. V2.95-MAJOR FIX to the orbital physics, which now behave properly.(for the most part) V2.96-Bigger planets