summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-21added an update.sh script and updated the autobuild.sh scriptKevin Day3-7/+47
2008-09-17Updated icons, X Pixmap, and Aethyra png. September 16, 2008 - FrictorFrictor3-310/+312
2008-09-16changed client gui and added autobuild.shKevin Day39-19/+63
2008-09-15Commented out getBeingByPixel because it really isn't used, nor is there Ira Rice3-7/+7
much sense to. Shouldn't make any visible changes to performance yet, but I trimmed it out for now anyways.
2008-09-14fix for guichan bug in tabbedareasRoderic Morris3-5/+20
2008-09-13changed the update host line 169 in main.cppKevin Day1-1/+1
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to ↵Lloyd Bryant14-591/+716
support storage
2008-09-12Changed default port for Aethyra server to 21001Lloyd Bryant2-2/+2
2008-09-11Fixed the name of a variable (fix by Scraggy).Bjørn Lindeijer2-1/+2
2008-09-11Only require a restart to switch to full screen with OpenGL on Windows, sinceBjørn Lindeijer2-0/+18
it works fine in Linux without having to reinitialize the OpenGL state. Adapted change by kraant from Aethyra.
2008-09-07Added 2 new hair styles in game.Ira Rice1-1/+1
2008-09-07Added 6 colors for each of the hair styles. Since 10 is an odd number Ira Rice2-3/+9
for the number of colors for a packet, I added 6 more fun colors. I'd add in two more hair styles as well, but since I don't know if it's safe, I'm going to play it safe for now and not include them.
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer14-33/+33
Inspired by qDeleteAll() from Qt.
2008-09-04Added omitted files from rev 405Douglas Boffey5-3/+558
2008-09-04Added code to change text colouringDouglas Boffey10-545/+726
2008-09-03From Frictor: Revised the Windows icon so that it can be used.Ira Rice1-0/+0
2008-09-02Added Aethyra icon by Grimmjow, as well as adding Cave_1-1 to the Ira Rice4-782/+308
server. Also, a new NPC was added, which is a girl wearing blue clothes with pink hair and pink bunny ears .
2008-09-01Added a few known issues to WinReadMe.txt.Kraant2-0/+13
Also changed main.cpp to define usleep for the windows compile.
2008-08-30updated the in game help filesKevin Day10-212/+96
2008-08-29Committed complex (multi-sprite) monster patch - from TMW Mantis, by Jaxad0127Lloyd Bryant4-15/+29
2008-08-29#406 by jaxad0127v0.0.26David Athay5-15/+35
2008-08-29Added real name for QOAL and a note about this listBjørn Lindeijer1-4/+8
2008-08-29Added fix from TMW to prevent crash if a map layer has too many tilesLloyd Bryant2-1/+12
2008-08-28Added output-pause to copy constructor of particle emitters.Philipp Sehmisch2-0/+4
2008-08-28Updated the version to 0.0.26 and updated the AUTHORS file. If you haveBjørn Lindeijer9-65/+79
contributed and I forgot you, please contact me as soon as possible!
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer18-173/+703
2008-08-28Fixed crash when map layer has too many tiles.Bjørn Lindeijer2-1/+9
2008-08-28Included some documentation for the shortcut window by Vq.Bjørn Lindeijer3-0/+18
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer11-25/+187
whether the being exists before referencing it. Re-enabled proper MP bar display. Improved handling of a warp to the same map.
2008-08-28Applied patch put together by Jaxad0127 with changes from the Aethyra project.Bjørn Lindeijer8-31/+180
Improves compatibility with the newer version of eAthena and works around an initialization bug.
2008-08-28Removed the usually incorrect "for 5 minutes" clause from the message ↵Philipp Sehmisch2-3/+8
displayed to banned users.
2008-08-27Renamed "randomnes" to "randomness", so that it won't show up as part of Fate'sBjørn Lindeijer5-18/+24
patch.
2008-08-26Corrected position of registration dialogsDouglas Boffey1-1/+23
2008-08-26Corrected splash screen problem as per mantis #52Douglas Boffey1-1/+1
2008-08-24fix for an error in the last commitPhilipp Sehmisch2-3/+3
2008-08-24Added new particle emitter property "output-pause" which allows to define a ↵Philipp Sehmisch3-1/+23
fixed (or random) interval between two outputs.
2008-08-22Added config option to honor stop-walking packet, added X and Y to /where, ↵Lloyd Bryant5-556/+491
reformatted src/chat.cpp
2008-08-21fix svn properties and id tagsRoderic Morris5-10/+24
2008-08-19Also install tabselected.png, circle-green.png and circle-gray.pngBjørn Lindeijer3-1/+8
2008-08-19Don't forget to install tab.pngBjørn Lindeijer3-0/+7
2008-08-19Added handling for different resolution wallpapers, reduced CPU usage during ↵Lloyd Bryant3-11/+38
login sequence
2008-08-18Fixed bug with GP shown being incorrect after purchasing from NPC vendor ↵Lloyd Bryant2-5/+10
(code from TMW svn, r4449)
2008-08-18fix bug #209, display skill icons correctly.Roderic Morris7-7/+154
2008-08-18Fixed bugs with new arrow typesLloyd Bryant7-57/+50
2008-08-17Fixed crash resulting from having a player targeted when hitting a warp pointLloyd Bryant5-23/+31
2008-08-16reverted last change - playability issuesLloyd Bryant1-4/+0
2008-08-16Bugfix for segfault when hitting a warp while targeting another playerLloyd Bryant1-0/+5
2008-08-15Updated copyright statement to Creative Commons Non-CommercialKraant1-1/+6
2008-08-15Activated MP status progress barLloyd Bryant2-1/+6
2008-08-14Doesn't require restart to change to full screen anymoreKraant1-4/+10