Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 1 | -44/+46 | |
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
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-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 | |
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-01 | Made the status window a static size, since its contents don't lend | Ira Rice | 1 | -1/+0 | |
themselves to being easily resizeable without revamping. This should keep people from assuming that they can resize this window and expect the same sorts of results as other windows that are designed for resizing. | |||||
2008-08-08 | Changed the status window so that all the information appears by default | Douglas Boffey | 1 | -1/+1 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2007-08-23 | Changed XP gaining effect to appear on the player instead. | Bjørn Lindeijer | 1 | -7/+8 | |
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -0/+1 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -8/+8 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -68/+41 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -41/+68 | |
2006-03-18 | Use the window container instead of the graphics class to calculate window ↵ | Björn Steinbrink | 1 | -6/+3 | |
positions. | |||||
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -68/+41 | |
2006-03-09 | Removed coordinate arguments from ProgressBar ctor. | Björn Steinbrink | 1 | -27/+42 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -195/+195 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -12/+6 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -72/+53 | |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -48/+0 | |
2005-10-18 | Header, whitespace and intendation cleanups. | Björn Steinbrink | 1 | -8/+5 | |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -8/+8 | |
2005-10-10 | Introduced new window shortcuts and corrected position of job xp bar. Also | Bjørn Lindeijer | 1 | -16/+28 | |
corrected strange commit by ElvenProgrammer. | |||||
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -3/+4 | |
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-10-04 | Changed the font in the ministatus win. Fixed some coords bugs when the ↵ | Yohann Ferreira | 1 | -0/+13 | |
stats displayed were high. | |||||
2005-09-30 | Fixed paths for windows users | Matthias Hartmann | 1 | -1/+1 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -1/+6 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
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, ↵ | Yohann Ferreira | 1 | -0/+1 | |
Y, Height, and Width of these wins. | |||||
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -1/+3 | |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -2/+0 | |
2005-09-18 | As m[a]tt noticed, made the status win a little more wide, and resizable. | Yohann Ferreira | 1 | -2/+2 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -17/+25 | |
2005-09-17 | Now the values shown by derived stats in status win are got from the server. ↵ | Yohann Ferreira | 1 | -15/+16 | |
Still, when Equipping/unequipping, you have to warp to get these values updated. Does somebody has an idea how to request an update of these values when equipping/unequipping ? | |||||
2005-09-16 | Improved General GUI Layout. | Yohann Ferreira | 1 | -157/+361 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -13/+15 | |
2005-08-27 | Update stats and status window contents at a single location. | Björn Steinbrink | 1 | -0/+7 | |
2005-08-21 | Some updates and cleanups | Eugenio Favalli | 1 | -1/+1 | |
2005-08-16 | Added a resize grip to resizable window, fixed some compiling errors. | Eugenio Favalli | 1 | -0/+2 | |
2005-08-13 | Small header cleanup. | Björn Steinbrink | 1 | -0/+2 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+9 | |
2005-08-13 | Removed smooth color changing from xp bar which was causing problems and ↵ | Eugenio Favalli | 1 | -7/+1 | |
doesn't act as the job xp bar. | |||||
2005-08-13 | Reformatted status window layout to avoid overlapping and lowered saturation ↵ | Eugenio Favalli | 1 | -41/+62 | |
of bars' colors. | |||||
2005-08-01 | making setup dialog quitting too when clicking on Setup button while opened | Marcel W. Wysocki | 1 | -1/+1 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-17 | Updated Makefile.am to reflect the name change of gui/equipmentwindow.*. ↵ | Björn Steinbrink | 1 | -1/+1 | |
Also fixed an #include for that header. | |||||
2005-07-14 | Smooth fading of the XP Bar Coloration. | Yohann Ferreira | 1 | -0/+5 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+5 | |
2005-05-10 | Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle. | Bjørn Lindeijer | 1 | -25/+25 | |
2005-05-05 | Status Window now have a button to show/hide Equipment Window. | Yohann Ferreira | 1 | -0/+11 | |