Age | Commit message (Expand) | Author | Files | Lines |
2009-03-05 | Made some optimizations based on some profiling done by Octalot, as well | Ira Rice | 33 | -204/+215 |
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 | 4 | -29/+42 |
2009-02-26 | Fixed an error in shoplistboxes as identified by Octalot. | Ira Rice | 8 | -22/+11 |
2009-02-25 | Fix NPC handling to not need a handle on the NPC | Ira Rice | 10 | -34/+102 |
2009-02-25 | Make sure that all dialogs are cleared on player death, not just the NPC | Ira Rice | 4 | -0/+12 |
2009-02-25 | Fixed up NPC list dialogs to be navigatable by keyboard (scrolling | Ira Rice | 7 | -13/+134 |
2009-02-24 | Cleaned up some code, as well as removed redundant talk client requesting | Ira Rice | 7 | -30/+46 |
2009-02-23 | Allow to sell non-stackable items like stackables | Majin Sniper | 3 | -25/+118 |
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 | 2 | -31/+4 |
2009-02-20 | Added a pickup notification as particle effect. Also make a ui option to enab... | Majin Sniper | 6 | -8/+53 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 26 | -44/+31 |
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-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 | Fixed a nasty crash that was only visible from the @help command. If the | Ira Rice | 1 | -1/+3 |
2009-02-16 | Fixed up NPC dialogs to behave more like eAthena expects. | Jared Adams | 5 | -14/+18 |
2009-02-16 | Fixed GUI opacity in SDL mode | Bjørn Lindeijer | 2 | -15/+10 |
2009-02-15 | Fixed compiler warnings | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-15 | Deleted some unneeded delete statements. | Ira Rice | 9 | -69/+0 |
2009-02-15 | Fixed header copyright notices. | Ira Rice | 2 | -4/+6 |
2009-02-12 | Some more files which got fixed up for release (basically version | Ira Rice | 2 | -4/+6 |
2009-02-12 | Describe the /me command in chat help | Kess Vargavind | 1 | -13/+23 |
2009-02-11 | Changed default color for "Is" to be more readable | MadCamel | 1 | -1/+1 |
2009-02-11 | Adjusted a few files for release. | Ira Rice | 3 | -4/+4 |
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 | Fixed the default table width for the player tab. | Ira Rice | 1 | -20/+33 |
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 | 4 | -8/+8 |
2009-02-11 | Changed spelling from colour to color. | Philipp Sehmisch | 11 | -118/+118 |
2009-02-10 | Whitespace fixes | Bjørn Lindeijer | 8 | -18/+18 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 6 | -18/+18 |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 9 | -34/+20 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 156 | -338/+480 |
2009-02-10 | Made sure to clean up after all of the dangling pointers in the | Ira Rice | 2 | -6/+46 |
2009-02-10 | Added two more options for displaying speech overhead (don't show it at | Ira Rice | 10 | -42/+88 |
2009-02-10 | Fixed font glyph caching. | Ira Rice | 2 | -4/+6 |
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-09 | Fixed width of the weight label, as noticed by Grimmjow. | Ira Rice | 1 | -4/+4 |
2009-02-09 | Made progress bars in the status window a bit bigger based on a | Ira Rice | 1 | -5/+5 |
2009-02-09 | Fixed up the copyright headers | Bjørn Lindeijer | 12 | -154/+155 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 26 | -246/+246 |
2009-02-08 | Mostly fixed a few field values to behave better in Windows, as well as | Ira Rice | 5 | -34/+33 |