Age | Commit message (Expand) | Author | Files | Lines |
2009-03-10 | Made it so that when windows load previous states, they are never | Ira Rice | 7 | -22/+61 |
2009-03-10 | Fix video config cancel button for "show name". | Majin Sniper | 1 | -0/+2 |
2009-03-10 | Fix typo in item link parsing | Jared Adams | 1 | -13/+18 |
2009-03-10 | Expand the scope where item links work | Kess Vargavind | 2 | -32/+32 |
2009-03-10 | Fixed an indentation error in the last commit. | Ira Rice | 1 | -8/+8 |
2009-03-10 | Remove some tabs and trailing whitespace | Jared Adams | 10 | -23/+23 |
2009-03-09 | Make tmxcopy pair up layers by name | Steve Cotton | 4 | -28/+231 |
2009-03-09 | Fix tmxcopy off-by-one error translating tilesets | Steve Cotton | 1 | -1/+5 |
2009-03-09 | Added missing header and print newline at end of usage instructions | Bjørn Lindeijer | 2 | -1/+2 |
2009-03-09 | Send the correct packet for the NPC close button | Jared Adams | 5 | -10/+23 |
2009-03-09 | Got rid of an ugly and unified interface breaking cancel button in favor | Ira Rice | 5 | -10/+12 |
2009-03-09 | Add an interface for eAthena's storage system | Jared Adams | 20 | -69/+437 |
2009-03-06 | Cut down on redundant constant int declarations in the windows skinning | Ira Rice | 1 | -68/+6 |
2009-03-06 | Fix layout of debug window | Jared Adams | 1 | -3/+2 |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 36 | -265/+248 |
2009-03-05 | Removed a check I added in the previous commit which isn't necessary. | Ira Rice | 1 | -9/+0 |
2009-03-05 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 28 | -122/+122 |
2009-03-02 | Cut down on constant streaming of attacks. Attacks from players now only | Ira Rice | 2 | -2/+2 |
2009-03-02 | Added particle attacks back on to the players. However, instead of being | Ira Rice | 5 | -10/+67 |
2009-03-01 | Added a note about some people also needing libtool. This was | Ira Rice | 1 | -0/+5 |
2009-02-26 | Forgot to extend the player or NPC specifying fields as well. | Ira Rice | 1 | -1/+1 |
2009-02-26 | Extended job numbers based on what's actually used for Ragnarok's | Ira Rice | 1 | -3/+3 |
2009-02-26 | Fixed showing being deaths. I removed the wrong pointless death | Ira Rice | 1 | -6/+3 |
2009-02-26 | Fixed an error in shoplistboxes as identified by Octalot. | Ira Rice | 10 | -27/+14 |
2009-02-25 | Fix NPC handling to not need a handle on the NPC | Ira Rice | 19 | -141/+165 |
2009-02-25 | Added method for resetting npc integer dialogs in the last commit, but | Ira Rice | 1 | -0/+1 |
2009-02-25 | Make sure that all dialogs are cleared on player death, not just the NPC | Ira Rice | 6 | -3/+15 |
2009-02-25 | If no network is set, then don't continue | Ira Rice | 1 | -1/+10 |
2009-02-25 | Fixed up NPC list dialogs to be navigatable by keyboard (scrolling | Ira Rice | 9 | -15/+136 |
2009-02-24 | Cleaned up some code, as well as removed redundant talk client requesting | Ira Rice | 12 | -61/+89 |
2009-02-24 | Don't set current_npc when initiating interraction | Jared Adams | 1 | -1/+0 |
2009-02-24 | Fix update handling | Jared Adams | 1 | -11/+11 |
2009-02-23 | Allow to sell non-stackable items like stackables | Majin Sniper | 5 | -32/+259 |
2009-02-23 | Clean up of Aethyra logo on 800x600 wallpaper by Taz2781. | Ira Rice | 1 | -0/+0 |
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 |
2009-02-20 | Removed the last of the image particle guichan fonts. | Ira Rice | 9 | -48/+45 |
2009-02-20 | Added a pickup notification as particle effect. Also make a ui option to enab... | Majin Sniper | 13 | -21/+118 |
2009-02-18 | Changed shopitem to use the stringutils class instead of tostring, as | Ira Rice | 1 | -0/+1 |
2009-02-18 | Deleted a file which didn't manage to get deleted in the last commit. | Ira Rice | 2 | -50/+1 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 47 | -91/+150 |
2009-02-18 | Move check to a more appropriate place | Jared Adams | 1 | -2/+2 |
2009-02-17 | Fix small bug in character select dialog | Jared Adams | 1 | -1/+1 |
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 |
2009-02-17 | Fixed closing for NPC dialogs. | Ira Rice | 1 | -1/+2 |
2009-02-16 | Moved location of trim checking, since it really should be done after | Ira Rice | 1 | -6/+3 |
2009-02-16 | Trim whitespace from the beginning and end of whispers, as well as | Ira Rice | 1 | -0/+21 |
2009-02-16 | Moved target unsetting on NPCs and monsters to the being class. This is | Ira Rice | 3 | -9/+5 |