blob: 755407ff3c68ad3ff366ad3da402b92659a95278 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
2005-07-24 Bj�rn Steinbrink <B.Steinbrink@gmx.de>
* src/game.cpp: Made the key-event handler use switches instead of
if-else.
* src/gui/gui.cpp:
* src/gui/gui.h:
Allow continous movement when holding down the left mouse button.
2005-07-23 Bj�rn Steinbrink <B.Steinbrink@gmx.de>
* src/being.h:
* src/being.cpp:
Added a member to keep the current map, restored setDestination.
* src/game.cpp:
* src/gui/gui.cpp:
Change calls to Being::setPath() to Being::setDestination().
* src/map.h:
Add a forward declaration for struct PATH_NODE.
2005-07-23 Bj�rn Lindeijer <bjorn@lindeijer.nl>
* NEWS: Moved project news here.
* ChangeLog: Started standard ChangeLog file here.
* docs/HACKING.txt: Added info about member naming and ChangeLog
format.
* src/gui/updatewindow.h, src/gui/updatewindow.cpp: Changed member
names, set a 15 second timeout for connecting to update server and
restore some doxygen comments, improved size adaption and made the
window a shorter.
* data/graphics/images/login_wallpaper.png: New login wallpaper by
Momotaro.
|