Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-11 | Changed default color for "Is" to be more readable | MadCamel | 1 | -1/+1 | |
2009-02-11 | Separated out the setup and help windows from the chat shortcut so that | Ira Rice | 1 | -3/+5 | |
they are now under the OK shortcut. Figured that if anyone doesn't like the NPC dialogs trumping their chat dialogs, then we should also allow for it under the setup and help buttons as well. The only window behavior that this keeps under the chat shortcut now is the confirmation for exiting shortcut. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-11 | Adjusted a few files for release. | Ira Rice | 6 | -9/+9 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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-12 | Updated version to 0.0.28.1 | Bjørn Lindeijer | 2 | -3/+3 | |
Also updated NEWS file with changes since 0.0.28. | |||||
2009-02-12 | OSX version fix | David Athay | 1 | -0/+2 | |
(cherry picked from commit 8046bb2626b30fecdcea54eb0aa3349cdb7d277b) | |||||
2009-02-12 | Added command line option to set home directory path | Michon van Dooren | 1 | -3/+9 | |
2009-02-11 | Removed a few unneeded includes in the being handler. | Ira Rice | 1 | -2/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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 | 9 | -26/+12 | |
2009-02-11 | Restored particle effects on hits and critical hits. | Philipp Sehmisch | 2 | -16/+2 | |
2009-02-11 | Fixed the default table width for the player tab. | Ira Rice | 1 | -20/+33 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-11 | Shut up some compiler warnings. | Philipp Sehmisch | 7 | -10/+10 | |
2009-02-11 | Shut up some compiler warnings. | Philipp Sehmisch | 7 | -10/+10 | |
2009-02-11 | Don't make log statements translatable | Bjørn Lindeijer | 12 | -68/+73 | |
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-11 | Changed spelling from colour to color. | Philipp Sehmisch | 16 | -138/+138 | |
2009-02-11 | Merge branch 'master' of git@gitorious.org:tmw/eathena | David Athay | 291 | -3682/+9747 | |
2009-02-11 | OSX version fix | David Athay | 1 | -0/+2 | |
2009-02-11 | Fixed a regression on the particle engine caused by modifying the | Ira Rice | 2 | -11/+0 | |
SimpleAnimation class to use correct delays for target drawing. Basically, because the SimpleAnimation was a bit more restrictive on ensuring that frame rates were being respected, some particles would not get drawn. This commit allows for target animations to look correct, while not breaking particles. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Whitespace fixes | Bjørn Lindeijer | 11 | -24/+24 | |
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp. | |||||
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 15 | -34/+37 | |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 15 | -47/+33 | |
Sometimes it's nice for clarity, but most of the time this is just clutter. C++ != Java. :) | |||||
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 334 | -916/+1010 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Made sure to clean up after all of the dangling pointers in the | Ira Rice | 2 | -6/+46 | |
Setup_Video tab. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Added two more options for displaying speech overhead (don't show it at | Ira Rice | 12 | -52/+115 | |
all and show speech bubbles without names). Since a checkbox won't work any more for all of these modes, it's now a slider. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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 | 11 | -37/+25 | |
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 font glyph caching. | Ira Rice | 2 | -4/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Don't time out targets when attacking. | Ira Rice | 1 | -1/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Disable increase button for fixed skills | Jared Adams | 1 | -6/+15 | |
2009-02-10 | Removed decimals from color sliders | Philipp Sehmisch | 1 | -3/+4 | |
2009-02-10 | Fixed a compile error by using less awkward code | Philipp Sehmisch | 1 | -11/+5 | |
2009-02-10 | Simplified target drawing so that it actually uses the SimpleAnimation | Ira Rice | 8 | -167/+162 | |
that it creates when initializing the target cursors in the first place. This behavior was carried over in the first place from the Viewport class. Also moved target drawing responsibility from the map to the being being targeted in the first place. This allows for assuring that targets are always drawn below the sprite being targeted (which the previous solution was designed to do, but didn't do correctly). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Disable increase button for fixed skills | Jared Adams | 1 | -8/+16 | |
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 | 17 | -146/+146 | |
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 | |