Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-12 | Fixed minimap so that map names don't overflow the minimap's width. | Ira Rice | 1 | -4/+8 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-10 | Changed a few emote variable names to be more sensible, as well as | Ira Rice | 10 | -41/+42 | |
removing emotions.png from the client data files (should have never been there to begin with, IMO). TODO: Simplify the emote code so that there is a lot less redundant code, as well as make filling out the possible emotes more flexible. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-10 | Removed a debug line that was accidently left in. | Ira Rice | 1 | -2/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-10 | Made a few more window components use a transparency under OpenGL, as | Ira Rice | 6 | -10/+18 | |
well as some code style cleanups in the skill dialog. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | More code style cleanups | Ira Rice | 2 | -28/+14 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Code style cleanup | Ira Rice | 1 | -8/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Removed an unneccessary function | Ira Rice | 2 | -10/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Fixed a potential crash in the setup window when setting whether a name | Ira Rice | 1 | -1/+2 | |
is viewable or not, and the player doesn't exist yet. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Added the ability to save GM assert state to the client, as requested. | Ira Rice | 2 | -1/+7 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Merged comment by silene from mainline | Bjørn Lindeijer | 1 | -0/+4 | |
We should probably look into fixing the thing he's talking about. | |||||
2009-01-09 | Improved item amount dialog box. | Guillaume Melquiond | 2 | -13/+13 | |
(cherry picked from commit 69c147510bce9aa24be5ddcb3d050a5d52e3abe7) Conflicts: src/gui/item_amount.cpp | |||||
2009-01-09 | Removed the rhombs around the radio buttons. | Yohann Ferreira | 2 | -0/+25 | |
(cherry picked from commit 2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f) | |||||
2009-01-09 | Updated translations | Bjørn Lindeijer | 25 | -1796/+11914 | |
2009-01-09 | Added the ability to see your own name in game. | Ira Rice | 10 | -35/+124 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Fixed color setup dialog (which was uninitialized in older commits when | Ira Rice | 1 | -3/+3 | |
the setup button was created ) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-10 | Merged comment by silene from mainline | Bjørn Lindeijer | 1 | -0/+4 | |
We should probably look into fixing the thing he's talking about. | |||||
2009-01-10 | Improved item amount dialog box. | Guillaume Melquiond | 2 | -12/+13 | |
(cherry picked from commit 69c147510bce9aa24be5ddcb3d050a5d52e3abe7) Conflicts: src/gui/item_amount.cpp | |||||
2009-01-10 | Removed the rhombs around the radio buttons. | Yohann Ferreira | 2 | -0/+25 | |
(cherry picked from commit 2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f) | |||||
2009-01-10 | Updated translations | Bjørn Lindeijer | 25 | -1796/+11914 | |
2009-01-09 | Expanded status window slightly so that experience isn't cut off for | Ira Rice | 1 | -1/+1 | |
upper levels. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Changed reset defaults to be dependant upon the screen resolution for | Ira Rice | 1 | -1/+8 | |
the shortcut window. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Fixed the default size for shortcut windows, as well as added both of | Ira Rice | 3 | -3/+9 | |
the new shortcut windows to the reset shortcut window. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Removed close button from minimap windows. While this was a nice idea at | Ira Rice | 1 | -1/+0 | |
the time (and it might be added back in the future), it requires a bit of a change to the window code to fix (not too hard) and its own custom click handler (again, not that hard). Done for the sake of avoiding too much redundancy. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Made experience percentages report to the newest hundredth (as well as | Ira Rice | 1 | -5/+10 | |
placed in checks for bogus amounts of experience, and correct them). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Fixed minimap state saving. | Ira Rice | 4 | -22/+37 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-09 | Style fix for last commit | Philipp Sehmisch | 1 | -1/+1 | |
2009-01-09 | Fixed nonsensical percent values in update dialog. | Philipp Sehmisch | 1 | -2/+3 | |
2009-01-09 | Style fix for last commit | Philipp Sehmisch | 1 | -1/+1 | |
2009-01-09 | Fixed nonsensical percent values in update dialog. | Philipp Sehmisch | 1 | -2/+3 | |
2009-01-09 | Updated Code::Blocks project file | Philipp Sehmisch | 1 | -0/+5 | |
2009-01-09 | Mentioned animated tile support in NEWS file | Philipp Sehmisch | 1 | -1/+2 | |
2009-01-08 | Fixed include order (pedantic change) | Ira Rice | 12 | -412/+295 | |
Conflicts: src/gui/smileycontainer.cpp Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 18 | -270/+327 | |
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> | |||||
2009-01-09 | Now, the real stage 2.0 of smiley window. | Forge | 11 | -413/+94 | |
All is done, and all files are now in the tree. (ok, copyright of new files is still opened... do as you want, if you care) Signed-off-by: Forge <jgrimbert@free.fr> | |||||
2009-01-08 | Smiley shortcut 2.0: Final stage | Forge | 2 | -0/+203 | |
The copyright issue is left opened, all other items on the TODO list have been done. Signed-off-by: Forge <jgrimbert@free.fr> | |||||
2009-01-08 | Removed the unused Box, VBox and HBox classes | Bjørn Lindeijer | 10 | -271/+1 | |
They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice. | |||||
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 11 | -185/+235 | |
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> | |||||
2009-01-08 | Removed the unused Box, VBox and HBox classes | Bjørn Lindeijer | 9 | -266/+0 | |
They were once meant for doing layout, but never used and the way they're implemented they would be relayouting with every draw, which isn't really nice. | |||||
2009-01-08 | Fixed segvault when exiting with logToChat enabled | Philipp Sehmisch | 1 | -0/+1 | |
2009-01-08 | Fixed segvault when exiting with logToChat enabled | Philipp Sehmisch | 1 | -0/+1 | |
2009-01-07 | Used layout manager for character selection dialog | Bjørn Lindeijer | 1 | -33/+20 | |
Based on the layout from the mainline client done by Guillaume Melquiond in commits aab0b1724897e186d2d4056da7f0cd34ccc12fcb and 97bbe57e21a28544646da087e2a522390bf2ce5c. Fixes hidden Ok button on many translations. | |||||
2009-01-06 | Adapted the update window to use the layout widget. | Ira Rice | 1 | -17/+14 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-06 | Removed the now unnecessary SDL_TTF initializations. | Ira Rice | 1 | -2/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-06 | Fixed the previous commit to actually use the layout engine. | Ira Rice | 1 | -43/+24 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-06 | Converted the character selection dialog to use the layout widget. | Ira Rice | 1 | -11/+16 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-06 | Fixed up and down arrows in chat box. | Guillaume Melquiond | 1 | -5/+9 | |
(cherry picked from commit cb04d148c9aed572fe6e66313100e2cd9b66f5d5) Conflicts: src/gui/chat.cpp | |||||
2009-01-06 | Fixed up and down arrows in chat box. | Guillaume Melquiond | 1 | -3/+3 | |
(cherry picked from commit cb04d148c9aed572fe6e66313100e2cd9b66f5d5) Conflicts: src/gui/chat.cpp | |||||
2009-01-06 | Correct the codeset for translations to be UTF-8 | Bjørn Lindeijer | 1 | -0/+1 | |
As on the mainline client | |||||
2009-01-06 | Fixed the true type font to render unicode now | Bjørn Lindeijer | 2 | -11/+7 | |
2009-01-06 | Correct the codeset for translations to be UTF-8 | Bjørn Lindeijer | 1 | -0/+1 | |
As on the mainline client |