Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-05 | Fixed MutexLocker to not work on a copy | Bjørn Lindeijer | 1 | -2/+2 | |
The Mutex class wasn't meant to be copied around. Silly last minute refactorings leading to untested code... | |||||
2008-12-05 | Fix race condition with a std::string access | Bjørn Lindeijer | 2 | -15/+29 | |
The downloading thread was writing to a std::string while the main thread was trying to draw it, for example. Now access to the label caption is guarded with a mutex. Should fix crashes while downloading updates. | |||||
2008-12-03 | Disabled "Reset Windows" button when appropriate | Bjørn Lindeijer | 1 | -0/+9 | |
You shouldn't be able to press "Reset Windows" before the in-game windows have been created. Previously this would crash. | |||||
2008-12-03 | Disabled "Reset Windows" button when appropriate | Bjørn Lindeijer | 1 | -0/+9 | |
You shouldn't be able to press "Reset Windows" before the in-game windows have been created. Previously this would crash. | |||||
2008-12-03 | Adding missing mJobLvlLabel from last commit | Bjørn Lindeijer | 1 | -1/+3 | |
2008-12-03 | Fixed status window so that the job level is displayed next to the | Ira Rice | 1 | -10/+18 | |
level, as well as making the job level bar more consistent. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-03 | Converted DOS to UNIX newlines | Bjørn Lindeijer | 1 | -2/+1 | |
2008-12-02 | Added the ability to use external tilesets in the client. | Ira Rice | 1 | -1/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-02 | Fixed status window so that the job level is displayed next to the | Ira Rice | 1 | -10/+18 | |
level, as well as making the job level bar more consistent. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-02 | Fixed MP bar updating in Status window. Thanks Scraggy for catching | Ira Rice | 1 | -1/+1 | |
this. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-01 | Fixed a compilation error caused by path relevance. | Philipp Sehmisch | 1 | -2/+3 | |
2008-11-30 | Fixed map origin formula so that it will work on any map proportion. I | Ira Rice | 1 | -2/+2 | |
accidently screwed this up earlier to make it work on our minimaps that I forgot to check it on a different sized map. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-30 | Fixed a problem noticed by Jarvellis. Apparently a while ago, to | Ira Rice | 1 | -3/+3 | |
suppress a compiler warning, I added in some typecasts, but did them in the wrong spot, so it broke TMW's minimaps, but still worked on whole number proportions. This fixes that. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-30 | Fixed up Minimap scrolling so that it actually scrolls (I forgot that | Ira Rice | 1 | -3/+10 | |
we resized the minimap width by the map's actual width) as well as fixed the centering code so that it works. TODO: Determine a decent way to have the map scroll, but not draw the map below the map area's name. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-29 | Imported patch that Fate made on TMW which which changes the item | Ira Rice | 3 | -31/+74 | |
container to guarantee that the inventory window always reports what the player has correctly, getting rid of the stale item references that could occur from time to time. | |||||
2008-11-28 | Remember last equipped item ID so that we jump to/re-find an item of the ↵ | Fate | 2 | -7/+45 | |
same ID whenever we lose the current one | |||||
2008-11-28 | Changed inventory container protocol to guarantee that we have no stale item ↵ | Fate | 2 | -23/+26 | |
references lying around | |||||
2008-11-25 | Miscellaneous TMW change commits. Missed these changes before because of | Ira Rice | 5 | -13/+26 | |
a confusion on git. | |||||
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 2 | -167/+167 | |
2008-11-23 | Fixed MP bar colour | Fate | 1 | -1/+1 | |
2008-11-23 | Merge branch '0.0' of git@gitorious.org:tmw/mainline into 0.0 | Fate | 131 | -298/+47 | |
2008-11-23 | Grey out magic bar if matk negative, update F2 window magic bar | Fate | 2 | -1/+6 | |
2008-11-22 | Added ability to add equipment to the shurtcut bar | Nikos Giagtzoglou | 2 | -19/+12 | |
Patch by Nikos, with some improvements. | |||||
2008-11-22 | Inventory window now displays amount of slots used | Nikos Giagtzoglou | 2 | -4/+16 | |
Patch by Nikos, with some improvements by vargavind. | |||||
2008-11-22 | While there is still a small visual artifact, this patch fixes the buy | Ira Rice | 2 | -6/+3 | |
window so that it properly reports how much money you have. | |||||
2008-11-21 | Center large minimaps on player | Bjørn Lindeijer | 1 | -15/+19 | |
Based on a patch by QOAL. | |||||
2008-11-21 | Changed windowing code to allow for multiple skins. This will be | Ira Rice | 3 | -15/+15 | |
modified in a bit so that there are no redundant skin loads, but for now, it doesn't leak any more as well. | |||||
2008-11-18 | Added the font file to branding.xml | Philipp Sehmisch | 1 | -2/+4 | |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 146 | -722/+168 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-11-16 | Whitespace and indentation fixes | Bjørn Lindeijer | 7 | -60/+47 | |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 131 | -260/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 168 | -333/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-13 | Added a slot display so that players can track how much space they've used. | Ira Rice | 2 | -2/+22 | |
2008-11-13 | Added avatars to party window | David Athay | 5 | -18/+159 | |
2008-11-12 | Fixed multiline editing for letters | David Athay | 2 | -2/+5 | |
2008-11-12 | Fixed chat transparency and icon loading. | David Athay | 1 | -0/+1 | |
2008-11-11 | Fixed two broken include paths | Philipp Sehmisch | 1 | -2/+2 | |
2008-11-11 | Moved some hardcoded strings and filenames to an external configuration file. | Philipp Sehmisch | 1 | -1/+1 | |
2008-11-06 | Tweak member naming to fit conventions as a fix to r4934. | Dennis Friis | 2 | -4/+4 | |
2008-11-06 | Minor interface cleanup. Moved the login selection scrollbox so that it | Ira Rice | 1 | -1/+4 | |
aligns up with the other fields. | |||||
2008-11-06 | Ported a patch by Peavey on TMW to keep all item pointers inside of | Ira Rice | 2 | -6/+17 | |
inventory. For us, this should get rid of the arrow crashing bug, if it still exists (been a few weeks since I've heard of it happening now). | |||||
2008-11-06 | Have equipment tied into player inventory instead of keeping its own list of ↵ | Dennis Friis | 2 | -6/+16 | |
pointers to items. This ensures the ressource is up-to-date and avoids crashes on stale item pointers. | |||||
2008-11-06 | Added interface for sending post. | David Athay | 2 | -0/+157 | |
2008-11-05 | Found a way to remove the ugly hack that was done to ensure that | Ira Rice | 1 | -7/+2 | |
stringstream would behave. Before, it set the string stream to a single space, while now it clears the stream and then sets it to null. So, should the string stream code ever be fixed in the future, this function won't break. | |||||
2008-11-04 | Merged revisions 4332 via svnmerge from | Bjørn Lindeijer | 2 | -23/+44 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4332 | b_lindeijer | 2008-06-05 09:33:12 +0200 (Thu, 05 Jun 2008) | 5 lines Added command line argument to specify the update host (-H). Also, to avoid problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga. ........ | |||||
2008-11-04 | Committed an extension to the San Serif font by Vargavind on TMW so that | Ira Rice | 1 | -2/+12 | |
it contains the complete ISO-8859-15 character set, as well as made a few other smaller fixes towards fixing make dist. | |||||
2008-11-04 | Applied more changes by vargavind, adding the complete ISO-8859-15 character | Bjørn Lindeijer | 1 | -3/+13 | |
set to the sans-serif font. | |||||
2008-11-03 | Fixed login server order, so as to not confuse new people. | Ira Rice | 1 | -1/+1 | |
2008-11-03 | Added a /w alias for whispering. Suggested by Kyron. | Ira Rice | 1 | -2/+2 | |
2008-11-02 | Fixed right-clicking on NPCs. | Bjørn Lindeijer | 1 | -1/+1 | |