Age | Commit message (Expand) | Author | Files | Lines |
2008-12-09 | Make the window shortcuts configurable | Jared Adams | 1 | -6/+6 |
2008-12-08 | Small maps used to scroll as well as big maps. Fixed. | Ira Rice | 1 | -2/+2 |
2008-12-08 | Clip the minimap image to within its window | Bjørn Lindeijer | 1 | -10/+14 |
2008-12-08 | Don't scroll past the edges of the minimap | Bjørn Lindeijer | 1 | -0/+12 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -4/+0 |
2008-11-30 | Fixed map origin formula so that it will work on any map proportion. I | Ira Rice | 1 | -2/+2 |
2008-11-30 | Fixed a problem noticed by Jarvellis. Apparently a while ago, to | Ira Rice | 1 | -3/+3 |
2008-11-30 | Fixed up Minimap scrolling so that it actually scrolls (I forgot that | Ira Rice | 1 | -3/+10 |
2008-11-25 | Miscellaneous TMW change commits. Missed these changes before because of | Ira Rice | 1 | -8/+19 |
2008-11-21 | Center large minimaps on player | Bjørn Lindeijer | 1 | -15/+19 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-01 | Added a close button to the minimap so that it matches the other windows | Ira Rice | 1 | -0/+1 |
2008-10-23 | A few more compiler warnings fixed. | Ira Rice | 1 | -3/+3 |
2008-10-13 | Changed minimap code so that it allows us to have larger minimaps, while | Ira Rice | 1 | -5/+10 |
2008-10-04 | Changed minimap code to take minimaps twice the TMW size, added map | Ira Rice | 1 | -5/+5 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-04-17 | Draw NPCs in yellow on minimap and skip drawing of warps. Based on idea by le... | Dennis Friis | 1 | -1/+5 |
2008-02-26 | Keep minimap status. Based on a patch by Knivey. | Eugenio Favalli | 1 | -5/+0 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -6/+8 |
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -2/+2 |
2006-08-29 | Updated NEWS file and made getAll return a reference instead of a pointer. | Bjørn Lindeijer | 1 | -2/+2 |
2006-07-19 | Fixed radar dot size of local player and the color of the [TARGET] string. | Bjørn Lindeijer | 1 | -1/+2 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -2/+2 |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -1/+1 |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -17/+6 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -28/+27 |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few th... | Yohann Ferreira | 1 | -2/+2 |
2005-09-28 | Save and load X, Y, Height, and Width to useful wins. | Yohann Ferreira | 1 | -1/+1 |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, Y... | Yohann Ferreira | 1 | -0/+1 |
2005-09-17 | Only shows the minimap window if there's an minimap to the current map. | Yohann Ferreira | 1 | -0/+6 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 1 | -4/+1 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+5 |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added he... | Björn Steinbrink | 1 | -10/+1 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 1 | -0/+2 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -1/+9 |
2005-07-26 | Added Being::Type enumeration and type-aware findNode(). Fixed font not being... | Björn Steinbrink | 1 | -11/+14 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -1/+2 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+0 |
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -1/+1 |
2005-06-14 | Only set alpha value when the minimap image loaded correctly. | Bjørn Lindeijer | 1 | -1/+5 |
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -12/+68 |
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 1 | -48/+8 |
2005-04-07 | * Fixed crash on exit when trying to delete listbox that wasn't created. | Bjørn Lindeijer | 1 | -7/+8 |
2005-04-03 | New version of 3-1 map. | Bjørn Lindeijer | 1 | -7/+11 |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -1/+1 |
2005-02-06 | Mostly making map tile data dynamically allocated. | Bjørn Lindeijer | 1 | -7/+9 |
2005-02-06 | Added minimal minimap | Eugenio Favalli | 1 | -0/+84 |