summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-14Enabled buying and selling from NPCs.Guillaume Melquiond5-20/+18
2007-08-14Fixed error-prone interface. Handled money as an inventory part.Guillaume Melquiond4-22/+26
2007-08-14itemcontainer.cpp - removed debugJoshua Langley1-3/+0
2007-08-14inventory - split function fixJoshua Langley5-25/+57
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley17-198/+571
2007-08-13Fixed svn properties.Guillaume Melquiond19-1409/+1409
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond9-72/+46
2007-08-13Updated French translation. Forgot previous Changelog.Guillaume Melquiond2-101/+105
2007-08-13Added first draft of Italian translation.Eugenio Favalli3-1/+497
2007-08-13Updated .po files, so that people can start translating the whole interface, ↵Guillaume Melquiond2-25/+836
almost.
2007-08-13Fixed internationalization support on Windows.Eugenio Favalli3-10/+34
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond4-16/+15
2007-08-09Forgot to update the list of translatable source files.Guillaume Melquiond2-0/+23
2007-08-08Fixed position of the cleaning bit for looks, so that it actually fits into ↵Guillaume Melquiond5-5/+15
network data.
2007-08-08Moved equipment background to the gui directory. Changed name to lowercase only.Guillaume Melquiond4-3/+11
2007-08-08add "static" on boxPosition.Joshua Langley1-1/+1
2007-08-08Re-designed equipment window, un-equip created.Joshua Langley8-34/+155
2007-08-07Modified item database, so that equipment can actually be tested out-of-the-box.Guillaume Melquiond1-0/+2
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things ↵Guillaume Melquiond14-83/+52
along the way.
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond23-166/+205
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed ↵Guillaume Melquiond12-433/+21
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory.
2007-08-06Added support for translating variable strings.Guillaume Melquiond7-42/+173
2007-08-05Do not include config.h when the program has not been configured.Guillaume Melquiond2-0/+3
2007-08-05Added support for internationalization. Tested by translating a few gui ↵Guillaume Melquiond14-14/+614
strings to french.
2007-08-01Forgot the ChangeLog commit.Guillaume Melquiond1-0/+5
2007-08-01Fixed update of equipment flag, so that items can be equipped properly.Guillaume Melquiond2-2/+7
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond25-568/+74
2007-07-29Switch to upstream CMake modules for libxml2 and curl.Björn Steinbrink4-103/+9
2007-07-29Forgot a few debug statements.Guillaume Melquiond1-3/+1
2007-07-29Converted trading to new server.Guillaume Melquiond7-75/+123
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond18-73/+55
2007-07-25Added being speed to protocol.Guillaume Melquiond3-5/+14
2007-07-24Renamed Doxygen file to standard filename and changed it so that simply runningBjørn Lindeijer2-4/+3
'doxygen' from this directory is enough.
2007-07-23Fixed warp coordinates.Eugenio Favalli1-0/+5
2007-07-23Converted NPC code to new server.Guillaume Melquiond9-54/+63
2007-07-23Fixed segfault on exit when OpenGL configuration changed.Guillaume Melquiond3-7/+8
2007-07-22Fixed insecure filenames.Eugenio Favalli1-1/+5
2007-07-16Added warp and spawn areas.Eugenio Favalli1-1/+6
2007-07-14Reduced size of equipment packets.Guillaume Melquiond3-6/+35
2007-07-12Added support for visible equipment.Guillaume Melquiond4-2/+31
2007-07-11Merged Guichan 0.7.0 fix from 0.0 branch.Bjørn Lindeijer2-16/+19
2007-07-08Fixed some uninitialized variables.Guillaume Melquiond2-2/+7
2007-07-08Changed signatures to prevent the wrong members to be overloaded on ↵Guillaume Melquiond5-6/+12
architectures with 64-bit integers and to shut some compiler warnings.
2007-07-08Merged 0.0 changes from revision 3317 to 3362 to trunk.Bjørn Lindeijer12-21/+92
2007-06-30fixed a mistake in the last commit (read an #ifndef as #ifdef)Philipp Sehmisch1-1/+3
2007-06-30Changed include order to avoid a problem with guichan on windows. ↵Philipp Sehmisch3-4/+9
Implemented getting the direction of attacks from the server.
2007-06-16Set GL texture index to zero when an image uses the SDL backend.Guillaume Melquiond2-1/+10
2007-06-15Updated Code::Blocks project file.Eugenio Favalli2-0/+64
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer69-602/+3240
2007-04-22Made the itemdb parameter checks more terse and manageable.Björn Steinbrink2-44/+17