Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |