summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2008-03-04Accepted patch by roderic to fix building/installing with CMake.Bjørn Lindeijer3-1/+8
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ↵Bjørn Lindeijer2-11/+25
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3790 | b_lindeijer | 2007-12-18 14:54:17 +0100 (Tue, 18 Dec 2007) | 3 lines Remember to delete the progressbar and label also when the game was not started. ........ r3801 | b_lindeijer | 2007-12-21 12:56:23 +0100 (Fri, 21 Dec 2007) | 2 lines Fixed shop list box not to scroll up when the selection is removed. ........ r3802 | b_lindeijer | 2007-12-21 13:37:17 +0100 (Fri, 21 Dec 2007) | 2 lines Added logging of error on PHYSFS_addToSearchPath. ........ r3803 | b_lindeijer | 2007-12-21 15:56:38 +0100 (Fri, 21 Dec 2007) | 3 lines Fixed inventory size not matching the size assumed by eAthena and related memory corruption and increased default chat log length. ........ r3804 | the_enemy | 2007-12-21 16:07:20 +0100 (Fri, 21 Dec 2007) | 1 line Attempted to fix client freeze when unable to connect to update host, and added exit dialog ........ r3805 | b_lindeijer | 2007-12-22 16:24:14 +0100 (Sat, 22 Dec 2007) | 2 lines Updated version to 0.0.24. Release data set to tomorrow, we'll see. ........ r3806 | b_lindeijer | 2007-12-22 21:42:35 +0100 (Sat, 22 Dec 2007) | 2 lines Make sure chat messages are also trimmed for the local player. ........ r3809 | crush_tmw | 2007-12-23 03:16:53 +0100 (Sun, 23 Dec 2007) | 1 line Particle images are now reference-counted properly. Avoided attempts to load "data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist. ........ r3810 | b_lindeijer | 2007-12-24 02:20:42 +0100 (Mon, 24 Dec 2007) | 2 lines Updated release date. ........ r3812 | the_enemy | 2007-12-24 15:16:15 +0100 (Mon, 24 Dec 2007) | 1 line Minor update, fixed disconnection dialog ........ r3813 | b_lindeijer | 2007-12-24 15:45:34 +0100 (Mon, 24 Dec 2007) | 2 lines Fixed compile warning. ........ r3816 | b_lindeijer | 2007-12-25 13:31:21 +0100 (Tue, 25 Dec 2007) | 2 lines Fixed year. :) ........ r3818 | b_lindeijer | 2007-12-25 23:11:55 +0100 (Tue, 25 Dec 2007) | 2 lines Updated CMake file. ........ r3821 | b_lindeijer | 2007-12-26 19:06:15 +0100 (Wed, 26 Dec 2007) | 2 lines Fixed year in README too. ........
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer8-0/+8
2007-09-10Added support for True Type Fonts.Eugenio Favalli1-0/+0
2007-08-08Moved equipment background to the gui directory. Changed name to lowercase only.Guillaume Melquiond2-0/+1
2007-08-08Re-designed equipment window, un-equip created.Joshua Langley1-0/+0
2007-07-08Merged 0.0 changes from revision 3317 to 3362 to trunk.Bjørn Lindeijer1-0/+0
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer10-98/+65
2007-04-13Added target cursor graphics to the set of files to be installed.Björn Steinbrink1-0/+2
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer15-65/+788
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer6-3/+2
2007-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer1-1/+1
2007-01-10Accepted bugfixes for character creation from Rogier Polak.Bjørn Lindeijer1-6/+6
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer7-44/+7
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer5-2/+6
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer3-2/+4
2006-11-02Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch.Bjørn Lindeijer5-1/+1
2006-11-01Added CMake supportBjörn Steinbrink6-0/+100
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer4-3/+40
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer3-1/+3
2006-07-20Updated some docs for the 0.0.20 release.Eugenio Favalli2-13/+1
2006-03-06Small fixes before releasing.Eugenio Favalli1-0/+2
2006-03-06A bunch of updates to docs, ready for 0.0.19.Eugenio Favalli3-1/+32
2006-02-26Got rid of .cvsignore files and converted them to svn:ignore properties.Bjørn Lindeijer6-12/+0
2006-02-05Adding � accents mostly to the font imageYohann Ferreira4-0/+0
2006-01-19Updated infos on new irc channel.Eugenio Favalli1-1/+1
2005-12-15Documents updatesEugenio Favalli3-6/+8
2005-10-20Fix typo, remove spaces on empty lines.Björn Steinbrink1-7/+7
2005-10-19updated data/help/index.txt, now references SDL_netDuane Bailey1-0/+1
2005-10-10Again an update to docsEugenio Favalli1-1/+1
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer2-14/+21
corrected strange commit by ElvenProgrammer.
2005-10-10Updated docs for releaseEugenio Favalli2-1/+18
2005-10-10Pajarico added more international characters to the fixed font and rpg font.Bjørn Lindeijer3-0/+0
2005-09-12Made shadow of damage fonts translucent, added minimap for eastern desert,Bjørn Lindeijer5-10/+21
added changelog for 0.0.16 to help window and fixed a small map error.
2005-09-11Changed tradePartnerName to std::string and removed unused win2linux.hBjørn Lindeijer1-3/+3
2005-09-04Updated docs for release, fixed Dev-Cpp project file, added more items and ↵Eugenio Favalli2-2/+16
npcs, fixed the new map and added it to the makefile.
2005-08-25Added items effect description support. TODO: Display it in ↵Yohann Ferreira1-0/+1
buy/sell/inventory/equip windows.
2005-08-22Adding the resize.png to installation to prevent crashing.Yohann Ferreira1-1/+2
2005-08-16Added a resize grip to resizable window, fixed some compiling errors.Eugenio Favalli1-0/+0
2005-07-26Some updates to docsEugenio Favalli3-13/+16
2005-07-23New login wallpaper by Momotaro and shortened update window a bit to notBjørn Lindeijer1-0/+0
overlap the logo.
2005-07-14Code duplication reduction by Doener, instance counting by me, and a smallBjørn Lindeijer1-0/+0
improvement to the s character in the font.
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-0/+0
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed
2005-07-13Adding rpgfont_wider.png at install.Yohann Ferreira1-1/+2
2005-07-13- Adding the wonderful new font by Bjorn to speech and player namesEugenio Favalli1-0/+0
- Way to system cursor (now you can choose the original sdl cursor in config)
2005-07-11Introducing new font, sans serif 8.Bjørn Lindeijer2-0/+1
2005-07-03Forgot to commit Makefile.am fix.Bjørn Lindeijer1-1/+4
2005-07-03Added attack target.Bjørn Lindeijer2-0/+1
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer6-4/+3
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus
2005-07-03Adding some fontsJosé Ávila1-0/+3