Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-21 | Squished another map bug | Philipp Sehmisch | 1 | -0/+0 | |
2006-02-06 | fixed a little problem caused by the dynamic grass | Philipp Sehmisch | 1 | -0/+0 | |
2006-02-06 | added dynamic high grass | Philipp Sehmisch | 3 | -0/+0 | |
2006-02-05 | Adding � accents mostly to the font image | Yohann Ferreira | 4 | -0/+0 | |
2006-02-05 | Added the new tilesets. | Björn Steinbrink | 1 | -0/+3 | |
2006-02-05 | the previous version was based on a depreciated version of the base tileset. | Philipp Sehmisch | 1 | -0/+0 | |
2006-02-05 | forgot to hack the tileset sizes again after fixing a minor error | Philipp Sehmisch | 1 | -0/+0 | |
2006-02-04 | splitted the woodland tileset into three tilesets with different tile height | Philipp Sehmisch | 3 | -0/+0 | |
2006-02-04 | converted woodland tileset and woodland map to oversized tiles | Philipp Sehmisch | 2 | -0/+0 | |
2006-02-02 | Replaced the old sand tile with Irucards new one. Added new crates. Made ↵ | Philipp Sehmisch | 4 | -0/+0 | |
some minor corrections. | |||||
2006-01-19 | Updated infos on new irc channel. | Eugenio Favalli | 1 | -1/+1 | |
2006-01-19 | fixed some mapping bugs | Philipp Sehmisch | 1 | -0/+0 | |
2006-01-10 | some more errors fixed | Philipp Sehmisch | 1 | -0/+0 | |
2006-01-10 | grass saturation reduced and blue flowers replaced | Philipp Sehmisch | 1 | -0/+0 | |
2006-01-07 | Crush fixed the issues reported on wiki. | Eugenio Favalli | 1 | -0/+0 | |
2006-01-06 | Ops - I don't know how that could happen. (You may wondered why your blue ↵ | Matthias Hartmann | 1 | -3/+3 | |
present box appeared as bone knife) | |||||
2006-01-04 | Fixed my bad english again. | Eugenio Favalli | 1 | -1/+1 | |
2006-01-03 | Added some nice new items by Adarias. | Matthias Hartmann | 2 | -1/+17 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 2 | -0/+1 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵ | Eugenio Favalli | 1 | -0/+0 | |
smoothed login sequence. | |||||
2005-12-18 | Removed unused code and added changes to snowy map by Bertram. | Eugenio Favalli | 1 | -0/+0 | |
2005-12-15 | Documents updates | Eugenio Favalli | 3 | -6/+8 | |
2005-12-15 | Added music to maps. | Eugenio Favalli | 2 | -0/+0 | |
2005-12-13 | Fixed a stupid error. | Eugenio Favalli | 1 | -7/+7 | |
2005-12-13 | Fixed a stupid error. | Eugenio Favalli | 1 | -1/+1 | |
2005-12-13 | Changed item properties according to eAthena scripting capabilities. | Eugenio Favalli | 1 | -2/+2 | |
2005-12-12 | Cleaned Dev-Cpp project file, added new items definitions and new maps and ↵ | Eugenio Favalli | 7 | -5/+17 | |
tilesets. | |||||
2005-12-08 | Some graphics updates | Eugenio Favalli | 7 | -0/+4 | |
2005-11-13 | Made the three desert maps use the fringe layer for objects. Reveals bug with | Bjørn Lindeijer | 3 | -0/+0 | |
objects disappearing at the bottom and still some draw order problems. | |||||
2005-10-20 | Fix typo, remove spaces on empty lines. | Björn Steinbrink | 1 | -7/+7 | |
2005-10-19 | updated data/help/index.txt, now references SDL_net | Duane Bailey | 1 | -0/+1 | |
2005-10-10 | Again an update to docs | Eugenio Favalli | 1 | -1/+1 | |
2005-10-10 | Forgot to add new tilesets to Makefile.am and made another small fix to sprite | Bjørn Lindeijer | 1 | -0/+2 | |
rendering. | |||||
2005-10-10 | Introduced new window shortcuts and corrected position of job xp bar. Also | Bjørn Lindeijer | 2 | -14/+21 | |
corrected strange commit by ElvenProgrammer. | |||||
2005-10-10 | Updated docs for release | Eugenio Favalli | 2 | -1/+18 | |
2005-10-10 | Pajarico added more international characters to the fixed font and rpg font. | Bjørn Lindeijer | 3 | -0/+0 | |
2005-10-09 | Fixed player names overlapping other players and more cleanups. | Bjørn Lindeijer | 1 | -0/+0 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 3 | -0/+0 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-09-19 | Fixed some non very bright pixels. | Eugenio Favalli | 1 | -0/+0 | |
2005-09-18 | Updated the defense value of fancy hat as pointed out by xand. | Eugenio Favalli | 1 | -1/+1 | |
2005-09-12 | Made shadow of damage fonts translucent, added minimap for eastern desert, | Bjørn Lindeijer | 7 | -10/+21 | |
added changelog for 0.0.16 to help window and fixed a small map error. | |||||
2005-09-11 | Changed tradePartnerName to std::string and removed unused win2linux.h | Bjørn Lindeijer | 1 | -3/+3 | |
2005-09-06 | Fixes and resizement of 7-1 so it takes less memory during game. | Yohann Ferreira | 1 | -0/+0 | |
2005-09-05 | :/ fix | Marcel W. Wysocki | 1 | -0/+2 | |
2005-09-05 | Fixed layer compression | Eugenio Favalli | 1 | -0/+0 | |
2005-09-05 | updated map | Marcel W. Wysocki | 1 | -0/+0 | |
2005-09-04 | Grammar fix | Eugenio Favalli | 1 | -10/+10 | |
2005-09-04 | Updated docs for release, fixed Dev-Cpp project file, added more items and ↵ | Eugenio Favalli | 7 | -3/+32 | |
npcs, fixed the new map and added it to the makefile. | |||||
2005-08-31 | More fixes to 7-1 following Elven's Comments. | Yohann Ferreira | 1 | -0/+0 | |
2005-08-30 | Added empty sprite and reorganized spriteset, fixed a typo. | Eugenio Favalli | 1 | -0/+0 | |