Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-12 | Fix some spelling and whitespace | Kess Vargavind | 2 | -25/+41 | |
Also a few whitespace and spelling fixes. | |||||
2009-02-12 | Describe the /me command in chat help | Kess Vargavind | 1 | -13/+23 | |
Also a few whitespace and spelling fixes. | |||||
2009-02-11 | Changed default color for "Is" to be more readable | MadCamel | 1 | -1/+1 | |
2009-02-11 | Implemented /me | MadCamel | 1 | -0/+16 | |
2009-02-11 | Fixed crash when sending a blank item link | MadCamel | 1 | -1/+1 | |
2009-02-11 | Merge branch 'master' of git@gitorious.org:tmw/eathena | David Athay | 13 | -41/+25 | |
2009-02-11 | Removed speech_bubble.png also from build files | Bjørn Lindeijer | 2 | -3/+1 | |
2009-02-11 | Restored particle effects on hits and critical hits. | Philipp Sehmisch | 2 | -16/+2 | |
2009-02-11 | Shut up some compiler warnings. | Philipp Sehmisch | 7 | -10/+10 | |
2009-02-11 | Merge branch 'master' of git@gitorious.org:tmw/eathena | Philipp Sehmisch | 60 | -270/+271 | |
2009-02-11 | Restored QOALs speech bubble | Philipp Sehmisch | 2 | -12/+12 | |
2009-02-11 | Merge branch 'master' of git@gitorious.org:tmw/eathena | David Athay | 326 | -3888/+10137 | |
2009-02-11 | OSX version fix | David Athay | 1 | -0/+2 | |
2009-02-11 | More capitalization fixes for 'color' | Bjørn Lindeijer | 4 | -9/+9 | |
Hopefully these are the last ones. :) | |||||
2009-02-11 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 16 | -34/+34 | |
Sometimes it's nice for clarity, but most of the time this is just clutter. C++ != Java. :) | |||||
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 16 | -42/+45 | |
2009-02-10 | Fixed record location | Bjørn Lindeijer | 1 | -1/+2 | |
2009-02-10 | Fixed copyright headers for emote and color DBs | Bjørn Lindeijer | 4 | -28/+28 | |
2009-02-10 | Don't make log statements translatable | Bjørn Lindeijer | 12 | -63/+66 | |
The log is mainly used to aid the developers, hence shouldn't be translated to the user's local language. Also introduces unnecessary work for all translators. | |||||
2009-02-10 | Whitespace fixes | Bjørn Lindeijer | 12 | -25/+25 | |
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp. | |||||
2009-02-10 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 13 | -60/+46 | |
Conflicts: docs/FAQ.txt packaging/windows/make-translations.vbs src/Makefile.am src/gui/colour.cpp src/gui/colour.h src/gui/popupmenu.cpp src/gui/setup_colours.h src/main.cpp src/main.h src/resources/resourcemanager.cpp src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h | |||||
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. |