Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-07 | Updated version to 0.0.27 | Bjørn Lindeijer | 1 | -1/+1 | |
2008-08-28 | Updated the version to 0.0.26 and updated the AUTHORS file. If you have | Bjørn Lindeijer | 1 | -1/+1 | |
contributed and I forgot you, please contact me as soon as possible! | |||||
2008-07-25 | Updated the version to 0.0.25, release planned this Sunday. | Bjørn Lindeijer | 1 | -1/+1 | |
2008-04-07 | Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch). | Bjørn Lindeijer | 1 | -1/+1 | |
2008-03-30 | Updated configure.ac for tmwdata split (patch by peavey). | Bjørn Lindeijer | 1 | -2/+0 | |
2007-12-22 | Updated version to 0.0.24. Release data set to tomorrow, we'll see. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -12/+6 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-06-02 | Updated version and release date and summarized changes. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-02-26 | Made OpenGL enabled by default. | Bjørn Lindeijer | 1 | -4/+4 | |
2007-02-17 | Fixed configure.ac still mentioning sprites. Man I'm getting rusty on this!v0.0.22.2 | Bjørn Lindeijer | 1 | -1/+0 | |
2007-02-15 | Changed version to 0.0.22.2. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-14 | Updated version to 0.0.22.1. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-12-23 | Small followup fix. | Bjørn Lindeijer | 1 | -1/+0 | |
2006-12-23 | Removed database files, minimaps, items, monster sprites, maps and sounds from | Bjørn Lindeijer | 1 | -2/+0 | |
the release. They will be released dynamically only. | |||||
2006-12-21 | Updated version to 0.0.22. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-10-29 | Let's do a 0.0.21.1 first. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-10-29 | Some getting ready for 0.0.22.1 release. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-10-23 | Added zlib check before PhysFS check. The PhysFS check was failing on MSYS | Bjørn Lindeijer | 1 | -0/+3 | |
because of a missing -lz. | |||||
2006-10-07 | Added support for gzip compressed map layer data. Increased version to 0.0.22. | Bjørn Lindeijer | 1 | -1/+1 | |
Cleaned up overlay initialization a bit. | |||||
2006-08-26 | Added Makefile.am to make sure the item icons are installed. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-08-21 | Updated makefiles to account for new ambient images and changed the version | Bjørn Lindeijer | 1 | -1/+2 | |
from 0.0.20.1 to 0.0.21. | |||||
2006-08-20 | Moved libpng check before SDL_image check, since the latter requires the former. | Bjørn Lindeijer | 1 | -3/+3 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -14/+14 | |
from the 0.1.0 branch. | |||||
2006-07-25 | Fixed updating on Windows (rename was failing when target file existed). | Bjørn Lindeijer | 1 | -1/+1 | |
2006-05-03 | Increased fps limit granularity and cleaned some code, fixed some xml ↵ | Eugenio Favalli | 1 | -1/+1 | |
library name in Dev-C++ project file, switched version to 0.0.20. | |||||
2006-03-06 | Version changed to 0.0.19 | Björn Steinbrink | 1 | -1/+1 | |
2005-12-24 | Some preparations for release 0.0.18.1. Fixing of damage fadeout glitches is | Bjørn Lindeijer | 1 | -1/+1 | |
also planned to be included in this release. | |||||
2005-12-20 | Changed version for source release. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -1/+4 | |
on MacOS X) and some cleanups. | |||||
2005-09-30 | Updated NEWS file for next release. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -63/+9 | |
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value. | |||||
2005-09-17 | configure.ac: Fix typo. | Björn Steinbrink | 1 | -1/+1 | |
src/Makefile.am: Remove useless (duplicate) -lpng. src/graphics.cpp: Add missing cstdarg header. src/net/messagein.cpp: Fix some funny looking preprocessor statement. src/net/messageout.cpp: Readd SDLnet header, for changed preprocessor stuff. | |||||
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 1 | -0/+3 | |
* src/net/messagin.cpp, src/net/messageout.cpp, src/net/network.cpp: removed replaced MACOSX defines with big endian defines * src/graphics.cpp, src/graphics.h: added screenshot method * src/game.cpp: added code, so that when one presses 'alt-p' (for picture), it takes a screenshot and saves it to a png * src/Makefile.am, config.ac: added png library stuff | |||||
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -0/+3 | |
2005-09-04 | changed to new version | Marcel W. Wysocki | 1 | -1/+1 | |
2005-07-31 | changed to 0.0.15v0.0.15 | Marcel W. Wysocki | 1 | -1/+1 | |
2005-07-08 | Added basic update system (depends on curl). | Aaron Marks | 1 | -1/+8 | |
2005-07-07 | Changes for 0.0.14.1 source and Debian releases. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-06-27 | Fixed initialisation of Being*. The problem is that the attack() function is | Bjørn Lindeijer | 1 | -2/+2 | |
since recently being called with up to 8 directions while it is written to only handle 4. | |||||
2005-06-05 | Updated configure.ac, small fix to framerate limiter, added mohawk to changes. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-06-02 | Added data/help/Makefile.am | José Ávila | 1 | -0/+1 | |
2005-05-16 | Fixed install process to include new GUI graphics. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -15/+13 | |
2005-05-16 | Forgot about that macro | Mateusz Kaduk | 1 | -1/+2 | |
2005-05-16 | Added --with-opengl option to configure and checking for guichan headers | Mateusz Kaduk | 1 | -0/+22 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -4/+15 | |
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir | |||||
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -2/+0 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-18 | Ok, of course the biggest problem to solve with OpenGL integration is loading | Bjørn Lindeijer | 1 | -1/+1 | |
and rendering of images. | |||||
2005-04-08 | Fixed damage scrolling up to restart from below on new hit. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-04-07 | Use tmw as package name.v0.0.11.1 | Bjørn Lindeijer | 1 | -1/+1 | |