Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-10 | Fixed some accidental capitalization errors | Philipp Sehmisch | 11 | -60/+60 | |
2009-02-10 | fixed capitalization of color member functions. | Philipp Sehmisch | 8 | -44/+44 | |
2009-02-10 | Changed spelling from colour to color. | Philipp Sehmisch | 19 | -152/+152 | |
2009-02-10 | Updated code::blocks project | Philipp Sehmisch | 1 | -6/+42 | |
2009-02-10 | Removed decimals from color sliders | Philipp Sehmisch | 1 | -3/+4 | |
2009-02-10 | Fixed default server port. | Philipp Sehmisch | 1 | -4/+1 | |
2009-02-10 | Fixed a compile error by using less awkward code | Philipp Sehmisch | 1 | -11/+5 | |
2009-02-10 | Changed AETHYRA_DATADIR to TMW_DATADIR | Philipp Sehmisch | 1 | -2/+2 | |
2009-02-10 | Removed crash introduced by Aethyra. | Philipp Sehmisch | 2 | -6/+0 | |
2009-02-10 | Disable increase button for fixed skills | Jared Adams | 1 | -8/+16 | |
2009-02-10 | Fix crash due to missing login wallpaper | Jared Adams | 1 | -1/+4 | |
2009-02-10 | Fix segfault when leaving maps with animated tiles | Jared Adams | 1 | -1/+2 | |
2009-02-10 | Fix default port in GUI | Jared Adams | 1 | -1/+1 | |
2009-02-09 | Fixed width of the weight label, as noticed by Grimmjow. | Ira Rice | 1 | -4/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-09 | Made progress bars in the status window a bit bigger based on a | Ira Rice | 1 | -5/+5 | |
suggestion by Grimmjow. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-09 | Removed a getImage() function I added. Considered renaming it to | Ira Rice | 1 | -12/+0 | |
getBaseImage() instead, but after looking at it a bit more, I can't particularly see anything that this can be used for yet. Was originally added when I was toying around with an idea for how to get image transparency to work under SDL, but which ended coming up busted. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-09 | Fixed up the copyright headers | Bjørn Lindeijer | 20 | -265/+269 | |
Decision is to go with exact authors when some file is basically done by one person, and in most other cases assign TMW or Aethyra team copyright when multiple people from those teams have been involved. Also, the first summary line should now contain the subset of functionality that the file is part of, not the name of the whole project. | |||||
2009-02-09 | Removed tab characters. | Ira Rice | 1 | -20/+20 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 58 | -536/+543 | |
Removed tab characters and trailing spaces and added spaces between "if(", "for(", "while(" and "switch(". | |||||
2009-02-10 | Center the dialogs during the login sequence again | Bjørn Lindeijer | 1 | -8/+3 | |
2009-02-09 | Changed AETHYRA_DATADIR to PKG_DATADIR. | Ira Rice | 4 | -6/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Added .mailmap file | Bjørn Lindeijer | 1 | -0/+1 | |
Currently only used to fix the encoding in my name for one commit. | |||||
2009-02-10 | Changed window background color back to TMW style | Bjørn Lindeijer | 1 | -0/+0 | |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 229 | -1793/+2063 | |
Conflicts: A lot of files... | |||||
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 65 | -623/+627 | |
Removed tab characters and trailing spaces and added spaces between "if(", "for(", "while(" and "switch(". | |||||
2009-02-09 | Fixed header of speech bubble code | Bjørn Lindeijer | 2 | -14/+12 | |
2009-02-09 | Fixed copyright notice for keyboard configuration | Bjørn Lindeijer | 5 | -8/+10 | |
Also credited Joshua Langley in the AUTHORS file. | |||||
2009-02-09 | Merge branch 'master' of git@gitorious.org:tmw/eathena | Bjørn Lindeijer | 11 | -186/+280 | |
Conflicts: src/game.cpp src/net/charserverhandler.cpp src/net/loginhandler.cpp src/net/protocol.h | |||||
2009-02-09 | Fixed up the copyright headers | Bjørn Lindeijer | 21 | -206/+202 | |
Decision is to go with exact authors when some file is basically done by one person, and in most other cases assign TMW or Aethyra team copyright when multiple people from those teams have been involved. Also, the first summary line should now contain the subset of functionality that the file is part of, not the name of the whole project. | |||||
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 297 | -2856/+8718 | |
Conflicts: Almost everywhere. | |||||
2009-02-09 | Mostly whitespace and formatting changes | Bjørn Lindeijer | 31 | -117/+103 | |
(merged from eAthena client) | |||||
2009-02-08 | Mostly fixed a few field values to behave better in Windows, as well as | Ira Rice | 10 | -43/+42 | |
removed the need for sending graphics to the setSpeech function (since it isn't needed) and started actually using the time variable which it's passed (could be set to show the speech longer if the dialog is longer, for example). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 85 | -222/+189 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Synced up the po files for the benefit of translators. There will likely | Ira Rice | 25 | -14966/+14124 | |
be no more string changes before the next version release, which is why I'm updating it now. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | While this commit isn't really needed, this cleans up the reported | Ira Rice | 1 | -3/+3 | |
instances number so that it accurately reflects the number of instances, instead of always being +1. I wasn't intending on using that variable that way, but in case anyone does in the future, it'll at least be accurate. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Adjusted the shortcut window initialization so that all new shortcut | Ira Rice | 2 | -4/+11 | |
window instances don't overlap by default. After that, it'll defer to the user's saved window positions. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Added a bit more spacing for stat labels as well, which I didn't think | Ira Rice | 1 | -20/+20 | |
about in the last commit. They may work for each of the languages already tested, but this will make sure that it's wide enough for the ones which haven't been tested. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | More modifications based on critiques by Omphalia. | Ira Rice | 1 | -10/+9 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Adjusted the status window to try to make it a little more translation | Ira Rice | 1 | -21/+25 | |
friendly (Omphalia was reporting that the Total label was getting cut off in the German translation) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Removed some debug statements, as requested by KageJittai. | Ira Rice | 1 | -2/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Added a text color preview to the setup color tab. | Ira Rice | 9 | -31/+79 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-07 | Small tweak to item popup locations based on some feedback that they | Ira Rice | 1 | -2/+2 | |
were a tad too close to the mouse. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-06 | Fixed the help function so that the help commands on help commands would | Ira Rice | 1 | -1/+0 | |
work. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-06 | Sanitized item links so that at no point is the internal representation | Ira Rice | 3 | -14/+13 | |
of the item link shown. This should help make it easier for people to represent the square brackets with item links, and prevent people from forging item links when they never see the internal representation of an item link. Should also reduce confusion from people who haven't upgraded their clients as well, as they wonder what all the junk is around the item name. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-06 | Updated strings list so that translators can update the translations. | Ira Rice | 25 | -350/+350 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-06 | While this is not the ideal solution to the link problem, this commit at | Ira Rice | 1 | -0/+7 | |
least ensures that the link will be in the correct location. Should work to fix things until a proper rewrite is figured out. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-05 | Forgot to check which key called the keyboard event for the ok or chat | Ira Rice | 1 | -15/+22 | |
toggling. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-05 | Exposed some more strings I found to be translatable. | Ira Rice | 7 | -29/+50 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-05 | Put back the 0x06b packet, which apparently our server uses. Will | Ira Rice | 1 | -0/+21 | |
investigate why we use it and what this packet is meant to do. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-05 | Added a few translation strings to the char server handler, as well as | Ira Rice | 2 | -43/+15 | |
remove the need for extensions.h in it. Signed-off-by: Ira Rice <irarice@gmail.com> |