Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-23 | Clean up of Aethyra logo on 800x600 wallpaper by Taz2781. | Ira Rice | 1 | -0/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-22 | Fixed another Particle/Paricle mismatch in a comment | Philipp Sehmisch | 1 | -1/+1 | |
2009-02-20 | Fix debug window to show correct mouse coordinates | Jared Adams | 1 | -2/+2 | |
2009-02-20 | Fixed some lines from cutting off in English (which would carry over to | Ira Rice | 1 | -4/+4 | |
other languages as well). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-20 | Removed the last of the image particle guichan fonts. | Ira Rice | 9 | -48/+45 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-20 | Added a pickup notification as particle effect. Also make a ui option to ↵ | Majin Sniper | 13 | -21/+118 | |
enable/disable this effect (default is off) and another option to disable the pickup notification in the chat log (default is on). | |||||
2009-02-18 | Changed shopitem to use the stringutils class instead of tostring, as | Ira Rice | 1 | -0/+1 | |
the two have been merged. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-18 | Deleted a file which didn't manage to get deleted in the last commit. | Ira Rice | 2 | -50/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 47 | -91/+150 | |
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience. | |||||
2009-02-18 | Move check to a more appropriate place | Jared Adams | 1 | -2/+2 | |
It shouldn't have been moved to where it was in the first place, as it doesn't have any effecxt on that code, but was originally on the other code (where it is now). | |||||
2009-02-17 | Fix small bug in character select dialog | Jared Adams | 1 | -1/+1 | |
That check can probably be removed entirely, as it's inappropriate. | |||||
2009-02-17 | Fix segfault when canceling new character dialog | Jared Adams | 1 | -1/+1 | |
2009-02-17 | Fixed an error reported by m0t1k4 which caused a segmentation fault on | Ira Rice | 2 | -25/+21 | |
closing when displaying your own name is turned on. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-17 | Fixed closing for NPC dialogs. | Ira Rice | 1 | -1/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Moved location of trim checking, since it really should be done after | Ira Rice | 1 | -6/+3 | |
the recipient nickname is parsed out. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Trim whitespace from the beginning and end of whispers, as well as | Ira Rice | 1 | -0/+21 | |
disallowing empty whispers and whispers to yourself, since both of those cases cause the server to report back stating that the player wasn't found (even if they are there, like yourself). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Moved target unsetting on NPCs and monsters to the being class. This is | Ira Rice | 3 | -9/+5 | |
done to ensure that the client doesn't crash if the target dies and is removed from the map (since target drawing is based off of the specific target reporting its x and y coordinates). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Don't arbitrarily unset player target on NPC deletion | Bjørn Lindeijer | 3 | -16/+16 | |
When an NPC got deleted it would reset the player target. I'm assuming what was meant was to reset the target when the deleted NPC was the target. | |||||
2009-02-16 | Fixed a nasty crash that was only visible from the @help command. If the | Ira Rice | 1 | -1/+3 | |
line's string was empty after trimming, the client would crash when trying to get a substring. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Fixed up NPC dialogs to behave more like eAthena expects. | Jared Adams | 7 | -18/+21 | |
2009-02-16 | Fixed GUI opacity in SDL mode | Bjørn Lindeijer | 32 | -15/+10 | |
By using indexed instead of alpha-layered images, the GUI opacity can also be supported in software mode. | |||||
2009-02-15 | Fixed compiler warnings | Bjørn Lindeijer | 1 | -1/+1 | |
Comparison between signed and unsigned integer expressions. | |||||
2009-02-15 | Deleted some unneeded delete statements. | Ira Rice | 9 | -69/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-15 | Renamed aethyraFile to configFile, which is a lot more descriptive of | Ira Rice | 1 | -6/+6 | |
what its actually used for. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-15 | Fixed header copyright notices. | Ira Rice | 2 | -4/+6 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-13 | Fixed a break in building for non-mac users which was caused by using | Ira Rice | 3 | -3/+3 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-13 | Added in a few missing files for Mac building. | Ira Rice | 3 | -0/+2131 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-13 | Moved frameworks folder out of git and into our builds folder. This is | Ira Rice | 346 | -116158/+0 | |
being done for the same reason that we keep our windows dlls and other cross platform files which a builder might not need are kept separate as well. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-13 | Ignore "window manager + arrow" key combinations | Steve Cotton | 3 | -1/+14 | |
Adds two configurable "ignore" keys. Stops the character moving about if the user's window manager uses "ignore+arrow key" to switch virtual desktops. | |||||
2009-02-13 | Added in mac build support, contributed to us by allenmoatallen> from | Ira Rice | 363 | -4459/+118621 | |
Legends of Mazzeroth. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-12 | Some more files which got fixed up for release (basically version | Ira Rice | 5 | -7/+9 | |
bumps). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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 | OSX version fix | David Athay | 1 | -0/+2 | |
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 | 8 | -11/+11 | |
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-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 | 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 | Don't make log statements translatable | Bjørn Lindeijer | 13 | -70/+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 | 18 | -144/+144 | |
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 | 335 | -918/+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> |