Skip to content

Commit

Permalink
Added some items to the NEWS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Sep 12, 2006
1 parent c5f6b68 commit 6c1bf89
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
25 changes: 14 additions & 11 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* src/game.cpp, src/game.h: Simplified fps limiting a bit and added
some comments. Now based on ConfigListener so that the fpslimit option
doesn't need to be queried the whole time.
* NEWS: Updated with some items.

2006-09-11 Eugenio Favalli <elvenprogrammer@gmail.com>

Expand Down Expand Up @@ -33,8 +34,8 @@
* src/game.cpp: Fixed fps limiter when disabled.

2006-09-05 Philipp Sehmisch <tmw@crushnet.org>
* data/graphics/tiles/Woodland_ground.png,
data/graphics/tiles/Woodland_x2.png,
* data/graphics/tiles/Woodland_ground.png,
data/graphics/tiles/Woodland_x2.png,
data/graphics/tiles/Woodland_x3.png: Some minor improvements and
additions at my tilesets.
* data/graphics/sprites/monster0.xml,
Expand Down Expand Up @@ -90,8 +91,9 @@

2006-08-30 Philipp Sehmisch <tmw@crushnet.org>

* data/graphics/sprites/item007.png, data/graphics/sprites/item007.xml,
data/graphics/sprites/item009.png, data/graphics/sprites/item009.xml:
* data/graphics/sprites/item007.png,
data/graphics/sprites/item007.xml, data/graphics/sprites/item009.png,
data/graphics/sprites/item009.xml:
Added sprites for miners helm and standard headband.

2006-08-29 Bjørn Lindeijer <bjorn@lindeijer.nl>
Expand All @@ -114,8 +116,9 @@

2006-08-29 Philipp Sehmisch <tmw@crushnet.org>

* data/graphics/sprites/item008.png, data/graphics/sprites/item008.xml,
data/graphics/sprites/Makefile.am: Added fancy hat sprite.
* data/graphics/sprites/item008.png,
data/graphics/sprites/item008.xml, data/graphics/sprites/Makefile.am:
Added fancy hat sprite.

2006-08-28 Philipp Sehmisch <tmw@crushnet.org>

Expand Down Expand Up @@ -238,11 +241,11 @@

2006-08-20 Yohann Ferreira <bertram@cegetel.net>

* data/graphics/sprites/Makefile.am : Following the splitting from
* data/graphics/sprites/Makefile.am: Following the splitting from
Philipp, moved out the items.png file from the Makefile.am.
* debian/control, debian/tmw-data.install : Updated debian package
* debian/control, debian/tmw-data.install: Updated debian package
creation process.
* src/Makefile.am : Added iteminfo.cpp to avoid an undefined reference
* src/Makefile.am: Added iteminfo.cpp to avoid an undefined reference
with gcc 4.1.2. Happy to be back :)

2006-08-17 Philipp Sehmisch <tmw@crushnet.org>
Expand Down Expand Up @@ -410,8 +413,8 @@
2006-07-26 Eugenio Favalli <elvenprogrammer@gmail.com>

* data/graphics/sprites/Makefile.am, data/graphics/tiles/Makefile.am,
data/maps/Makefile.am, data/maps/new_13-1.tmx.gz: Added map with inside
of snow village buildings and fixed makefiles.
data/maps/Makefile.am, data/maps/new_13-1.tmx.gz: Added map with
inside of snow village buildings and fixed makefiles.
* src/being.cpp, src/being.h, src/player.cpp: Fixed direction and
action issues when changing appeareance, frames are still out of sync.
* data/maps/Makefile.am, data/maps/new_14-1.tmx.gz,
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
- Added --playername option for automatic character picking
- Added --configfile option for specifying which configuration file to use
- Added shortcut and middle mouse button for targetting nearest monster
- Added support for map effect overlays
- Fixed FPS limiter
- Fixed updating system on Windows
- Fixed player animations going out of sync on changing equipment or hairstyle
- Fixed SDL_image configure check on some systems by first checking for libpng
- Fixed big memory leak when using OpenGL
- Updated to work with Guichan 0.5.0 (older versions no longer supported)

0.0.20 (24 July 2006)
- Added new hairstyle, and some fixes to the old ones
Expand Down
3 changes: 1 addition & 2 deletions src/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ class Game : public ConfigListener
};

/**
* Returns elapsed time. (Warning: very unsafe function, it supposes the delay
* is always < 10 seconds)
* Returns elapsed time. (Warning: supposes the delay is always < 100 seconds)
*/
int get_elapsed_time(int start_time);

Expand Down

0 comments on commit 6c1bf89

Please sign in to comment.