diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 341b934bd..7cb5ebb67 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ 0.2: +- Fixed lander position sign bug which was introduced by previous fixes - Initial display of planet surface on landing is at correct position - Planet scan is now properly erased when cancelling/landing - 3D planet view when entering orbit is now implemented diff --git a/sc2/TODO b/sc2/TODO index 5d471c622..6830631d5 100644 --- a/sc2/TODO +++ b/sc2/TODO @@ -102,9 +102,6 @@ Glitches (don't crash the game, medium priority): isn't restored when loading. - When exiting from planet surface with lander, the 3d planet isn't updated for a little moment which causes black track on planet to be seen -- Lander seems to land in a position which is way too far from what you - selected.. it's supposed to be random but not to drift so much off - from the selection Implementation bugs (low priority):