Ticket #850: Changelog.txt

File Changelog.txt, 1.2 KB (added by Yves, 12 years ago)
Line 
1Changes:
21. States of buttons(hover, tooltip etc...) were not/not always correctly reset and still displayed when changing GUIPages.
3 Example1(menu): Click "Learn to Play" in the main-menu. "The 0 A.D. Game Manual"-tooltip is still displayed in the background
4 Example2(ingame):
5 1. Select a unit
6 2. hover the idle-worker-button
7 3. Hit "Delete"
8 4. Click "No" without moving the mouse
9 5. The idle-worker-button has still the hovered-style and the tooltip ("find idle worker") is displayed.
10
112. Minimap improved
12Left-click-dragging out of the minimap bounds is now possible
13
143. Zoom-out bug resolved
15When moving too close to the map bounds(actually out of the bounds), the camera's zoom changed.
16It mainly happens on top of the map. One example how this could be done was by using the arrow-keys for navigation.
17
184. Feedback controls were set to hidden=true/false in every tick
19It's not necessary to do this in every tick. It's now changed, but probably won't make much of a difference.
20
215. Some other minor improvements
22
23
24Not resolved:
251. On Windows when playing in windowed mode and leaving the window with the mouse pointer, the game still stops receiving mouse-events.
26On Linux it works exactly how it should...
27I didn't yet try to solve this problem.