summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-08 22:48:48 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-09-08 22:48:48 +0000
commitb3a64dc0c6db8c2f2a6faf5e3d2cd11c81713114 (patch)
tree1e06f3964ddb677888b63b4e7265188925492674 /ChangeLog
parent0ba846818fcfd01142c0c615adc487e342e5f243 (diff)
downloadmana-client-b3a64dc0c6db8c2f2a6faf5e3d2cd11c81713114.tar.gz
mana-client-b3a64dc0c6db8c2f2a6faf5e3d2cd11c81713114.tar.bz2
mana-client-b3a64dc0c6db8c2f2a6faf5e3d2cd11c81713114.tar.xz
mana-client-b3a64dc0c6db8c2f2a6faf5e3d2cd11c81713114.zip
Removed inclusion of malloc.h header as it doens't seem necessary and was
problematic on FreeBSD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 96ad453c..b50458c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-09 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/net/win2linux.h: Removed inclusion of malloc.h header as it
+ doens't seem necessary and was problematic on FreeBSD.
+
2005-09-08 Björn Steinbrink <B.Steinbrink@gmx.de>
* src/game.cpp: Clean the floor items when the map changes.
@@ -5,10 +10,10 @@
2005-08-30 Eugenio Favalli <elvenprogrammer@gmail.com>
* README, The Mana World.dev, data/graphics/sprites/items.png,
- data/graphics/sprites/npcs.png, data/help/header.txt, data/help/skills.txt,
- data/items.xml, data/maps/new_8-1.tmx.gz: Updated docs for release, fixed
- Dev-Cpp project file, added more items and npcs, fixed the new map and
- added it to the makefile.
+ data/graphics/sprites/npcs.png, data/help/header.txt,
+ data/help/skills.txt, data/items.xml, data/maps/new_8-1.tmx.gz:
+ Updated docs for release, fixed Dev-Cpp project file, added more items
+ and npcs, fixed the new map and added it to the makefile.
2005-08-31 Björn Steinbrink <B.Steinbrink@gmx.de>
@@ -19,8 +24,8 @@
2005-08-30 Eugenio Favalli <elvenprogrammer@gmail.com>
* The Mana World.dev: Updated project file.
- * data/graphics/sprites/npcs.png, src/gui/sell.cpp: Added empty sprite and
- reorganized spriteset, fixed a typo.
+ * data/graphics/sprites/npcs.png, src/gui/sell.cpp: Added empty sprite
+ and reorganized spriteset, fixed a typo.
2005-08-29 Björn Steinbrink <B.Steinbrink@gmx.de>