Age | Commit message (Expand) | Author | Files | Lines |
2007-08-08 | Fixed position of the cleaning bit for looks, so that it actually fits into n... | Guillaume Melquiond | 5 | -5/+15 |
2007-08-08 | Moved equipment background to the gui directory. Changed name to lowercase only. | Guillaume Melquiond | 4 | -3/+11 |
2007-08-08 | add "static" on boxPosition. | Joshua Langley | 1 | -1/+1 |
2007-08-08 | Re-designed equipment window, un-equip created. | Joshua Langley | 8 | -34/+155 |
2007-08-07 | Modified item database, so that equipment can actually be tested out-of-the-box. | Guillaume Melquiond | 1 | -0/+2 |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things along... | Guillaume Melquiond | 14 | -83/+52 |
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 23 | -166/+205 |
2007-08-06 | Fixed some header typos. Moved gettext.h to utils directory. Removed redundan... | Guillaume Melquiond | 12 | -433/+21 |
2007-08-06 | Added support for translating variable strings. | Guillaume Melquiond | 7 | -42/+173 |
2007-08-05 | Do not include config.h when the program has not been configured. | Guillaume Melquiond | 2 | -0/+3 |
2007-08-05 | Added support for internationalization. Tested by translating a few gui strin... | Guillaume Melquiond | 14 | -14/+614 |
2007-08-01 | Forgot the ChangeLog commit. | Guillaume Melquiond | 1 | -0/+5 |
2007-08-01 | Fixed update of equipment flag, so that items can be equipped properly. | Guillaume Melquiond | 2 | -2/+7 |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 25 | -568/+74 |
2007-07-29 | Switch to upstream CMake modules for libxml2 and curl. | Björn Steinbrink | 4 | -103/+9 |
2007-07-29 | Forgot a few debug statements. | Guillaume Melquiond | 1 | -3/+1 |
2007-07-29 | Converted trading to new server. | Guillaume Melquiond | 7 | -75/+123 |
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 18 | -73/+55 |
2007-07-25 | Added being speed to protocol. | Guillaume Melquiond | 3 | -5/+14 |
2007-07-24 | Renamed Doxygen file to standard filename and changed it so that simply running | Bjørn Lindeijer | 2 | -4/+3 |
2007-07-23 | Fixed warp coordinates. | Eugenio Favalli | 1 | -0/+5 |
2007-07-23 | Converted NPC code to new server. | Guillaume Melquiond | 9 | -54/+63 |
2007-07-23 | Fixed segfault on exit when OpenGL configuration changed. | Guillaume Melquiond | 3 | -7/+8 |
2007-07-22 | Fixed insecure filenames. | Eugenio Favalli | 1 | -1/+5 |
2007-07-16 | Added warp and spawn areas. | Eugenio Favalli | 1 | -1/+6 |
2007-07-14 | Reduced size of equipment packets. | Guillaume Melquiond | 3 | -6/+35 |
2007-07-12 | Added support for visible equipment. | Guillaume Melquiond | 4 | -2/+31 |
2007-07-11 | Merged Guichan 0.7.0 fix from 0.0 branch. | Bjørn Lindeijer | 2 | -16/+19 |
2007-07-08 | Fixed some uninitialized variables. | Guillaume Melquiond | 2 | -2/+7 |
2007-07-08 | Changed signatures to prevent the wrong members to be overloaded on architect... | Guillaume Melquiond | 5 | -6/+12 |
2007-07-08 | Merged 0.0 changes from revision 3317 to 3362 to trunk. | Bjørn Lindeijer | 12 | -21/+92 |
2007-06-30 | fixed a mistake in the last commit (read an #ifndef as #ifdef) | Philipp Sehmisch | 1 | -1/+3 |
2007-06-30 | Changed include order to avoid a problem with guichan on windows. Implemented... | Philipp Sehmisch | 3 | -4/+9 |
2007-06-16 | Set GL texture index to zero when an image uses the SDL backend. | Guillaume Melquiond | 2 | -1/+10 |
2007-06-15 | Updated Code::Blocks project file. | Eugenio Favalli | 2 | -0/+64 |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 69 | -602/+3240 |
2007-04-22 | Made the itemdb parameter checks more terse and manageable. | Björn Steinbrink | 2 | -44/+17 |
2007-04-22 | Added a macro for XML child node iterations to make the code more terse and e... | Björn Steinbrink | 8 | -53/+52 |
2007-04-22 | Fixed ENet status always being set to found in CMake. | Björn Steinbrink | 2 | -1/+6 |
2007-04-13 | Added target cursor graphics to the set of files to be installed. | Björn Steinbrink | 2 | -0/+7 |
2007-03-25 | Removed some stuff that actually wasn't merged since it didn't apply to trunk. | Bjørn Lindeijer | 1 | -16/+4 |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 63 | -500/+1810 |
2007-03-23 | Updated and fixed Code::Blocks project file. | Eugenio Favalli | 2 | -2/+57 |
2007-03-22 | Redesigned the localplayer class to use getters and setters instead of direct... | Philipp Sehmisch | 15 | -407/+206 |
2007-03-21 | Some spelling fixes. | Bjørn Lindeijer | 3 | -12/+12 |
2007-03-20 | Implemented a GUI for distributing the characters attributes at character cre... | Philipp Sehmisch | 5 | -13/+109 |
2007-03-15 | Implemented 7 atribute system in character creation. | Philipp Sehmisch | 4 | -5/+13 |
2007-03-13 | Removed some tabs | Rogier Polak | 1 | -3/+3 |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 31 | -191/+490 |
2007-03-09 | Added the chainmail chest armor and updated some descriptions. | Zuzanna K. Filutowska | 0 | -0/+0 |