blob: 228206b865542ccb80f7d623c27e858818fa64de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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.
|