Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-07 | Added /party command. | David Athay | 1 | -1/+1 | |
2008-05-16 | Applied QOALs patch to fix popup bug | David Athay | 1 | -2/+2 | |
2008-04-22 | Added more support for parties | David Athay | 1 | -4/+3 | |
2008-04-03 | Added right click to invite to guild | David Athay | 1 | -0/+17 | |
2007-11-14 | Experimented with non-stuck gaming when talking to NPCs. | Guillaume Melquiond | 1 | -2/+1 | |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -6/+0 | |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -3/+7 | |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things ↵ | Guillaume Melquiond | 1 | -1/+0 | |
along the way. | |||||
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 1 | -11/+14 | |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -12/+2 | |
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 1 | -1/+1 | |
2006-12-27 | Client-sided implementation of attacks | Philipp Sehmisch | 1 | -8/+0 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -1/+1 | |
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL. | |||||
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -27/+27 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -24/+10 | |
2005-12-29 | Removed duplicate pick up code | Björn Steinbrink | 1 | -3/+1 | |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -5/+0 | |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -7/+7 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -36/+42 | |
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 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -6/+5 | |
* 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-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -4/+0 | |
2005-09-17 | Added PVP | Matthias Hartmann | 1 | -1/+10 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -7/+12 | |
2005-09-14 | Some header fixes/cleanups. | Björn Steinbrink | 1 | -1/+1 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -23/+23 | |
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 1 | -1/+1 | |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -3/+3 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+15 | |
2005-08-01 | Show the name of the trade partner in the trade dialog. | Andrej Sinicyn | 1 | -0/+3 | |
2005-07-28 | Cleaned up the showPopup() code, moved "map"-related code into game.cpp, ↵ | Björn Steinbrink | 1 | -66/+53 | |
made the popup show up at mouse coordinates instead of being aligned to tiles. | |||||
2005-07-26 | Fixed empty popup window being shown when user right clicks on an empty tile ↵ | Björn Steinbrink | 1 | -0/+2 | |
while popup is visible. | |||||
2005-07-26 | Added Being::Type enumeration and type-aware findNode(). Fixed font not ↵ | Björn Steinbrink | 1 | -18/+27 | |
being reset after drawing speech. Target marker drawing moved into engine. | |||||
2005-07-22 | Added missing includes and fixed a warning about implicit conversion. | Björn Steinbrink | 1 | -0/+2 | |
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -4/+82 | |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -21/+5 | |
fixed double free and cleaned up a bit. | |||||
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -0/+3 | |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -19/+1 | |
* 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-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+3 | |
2005-07-03 | Popupmenu shouldn't try to delete some random being when destroyed! | Bjørn Lindeijer | 1 | -1/+0 | |
2005-07-03 | - Fixed blue, red and yellow damage fonts to work in SDL mode | Bjørn Lindeijer | 1 | -13/+21 | |
- 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-03 | - Removing "walk to", "attack" from context menu | Eugenio Favalli | 1 | -30/+6 | |
- Attack is now default for left click (auto attack is not working yet with mouse) - Commented out "follow" from context menu | |||||
2005-07-03 | - Commenting out buddy and new skills windows | Eugenio Favalli | 1 | -3/+4 | |
- Some code cleaning - Workaround for colored text not being displayed in SDL mode (disabled) | |||||
2005-06-30 | Repaired the 'Walk to' option. | Yohann Ferreira | 1 | -3/+3 | |
2005-06-19 | Mostly indenting fixes and corrected path for OpenGL font version. | Bjørn Lindeijer | 1 | -10/+10 | |
2005-06-18 | code indent | José Ávila | 1 | -3/+3 | |
2005-06-18 | Showing buddyWindow | Mateusz Kaduk | 1 | -1/+5 | |
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 1 | -0/+213 | |