Age | Commit message (Expand) | Author | Files | Lines |
2009-03-28 | Fixed the wrapping of item and emoticon shortcut windows | Bjørn Lindeijer | 1 | -4/+4 |
2009-03-27 | Make chat wrap | Jared Adams | 1 | -1/+1 |
2009-03-28 | Make the full inventory accessible again | Bjørn Lindeijer | 4 | -17/+17 |
2009-03-28 | Take the server port out of the updates dir | Bjørn Lindeijer | 1 | -2/+1 |
2009-03-28 | Removed a lot of useless isVisible() checks | Bjørn Lindeijer | 19 | -53/+7 |
2009-03-27 | FIx loading of initial map under eAthena | Jared Adams | 1 | -0/+1 |
2009-03-27 | Moved the inventory and storage offset handling into netcode | Bjørn Lindeijer | 13 | -113/+154 |
2009-03-27 | Clean up some ifdefs and start cleanup of parties | Jared Adams | 13 | -31/+115 |
2009-03-27 | Clean up of most of the Network pointers | Bjørn Lindeijer | 37 | -285/+34 |
2009-03-27 | Made eAthena's Network class statically accessible | Bjørn Lindeijer | 25 | -117/+69 |
2009-03-27 | Removed unnecessary parenthesis on constructors | Bjørn Lindeijer | 13 | -32/+32 |
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 25 | -174/+135 |
2009-03-27 | Fixed selection shadow not to overlap the emoticons | Bjørn Lindeijer | 2 | -25/+26 |
2009-03-27 | Fixed inventory window. Not resizable though. | Bjørn Lindeijer | 15 | -148/+120 |
2009-03-27 | Gray out the magic bar when magic can't be used | Bjørn Lindeijer | 1 | -0/+4 |
2009-03-27 | Fixed some positioning issues | Bjørn Lindeijer | 15 | -108/+91 |
2009-03-27 | Removed the unused "logged" button status | Bjørn Lindeijer | 2 | -12/+3 |
2009-03-27 | Removed all the static initializations of mAlpha | Bjørn Lindeijer | 16 | -16/+16 |
2009-03-27 | Simplified and fixed initialization of login data | Bjørn Lindeijer | 4 | -31/+19 |
2009-03-27 | Add some const to the chat tabs | Jared Adams | 6 | -8/+8 |
2009-03-27 | Fixed position of dots on minimap | Bjørn Lindeijer | 9 | -85/+50 |
2009-03-27 | Fixed copyright notices of skin.{h,cpp} files | Bjørn Lindeijer | 2 | -17/+23 |
2009-03-27 | Add a close command to WhisperTab | Jared Adams | 7 | -2/+31 |
2009-03-27 | Fix a segfault with empty whisper messages | Jared Adams | 1 | -2/+4 |
2009-03-27 | Fix some problems with NPC dialogs | Jared Adams | 4 | -16/+2 |
2009-03-27 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 28 | -344/+350 |
2009-03-27 | Fixed some compiler warnings | Bjørn Lindeijer | 5 | -38/+36 |
2009-03-27 | Moved choosing of random death message to a function | Bjørn Lindeijer | 3 | -69/+73 |
2009-03-27 | Changed the includes for the net/tmwserv/ directory | Bjørn Lindeijer | 49 | -281/+287 |
2009-03-27 | Include statement cleanup for net/ea/ directory. | Bjørn Lindeijer | 38 | -267/+290 |
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 30 | -328/+291 |
2009-03-26 | Add whisper tabs for TMWServ | Jared Adams | 1 | -6/+1 |
2009-03-26 | Add WhisperTabs | Jared Adams | 8 | -17/+183 |
2009-03-26 | Removed setting and getting parent windows for popup classes, as this | Ira Rice | 2 | -11/+1 |
2009-03-26 | Removed getting and setting a parent window from the popup class, since | Ira Rice | 3 | -18/+3 |
2009-03-26 | Fixed popup comment. This got chopped off some time when it was first | Ira Rice | 1 | -2/+6 |
2009-03-26 | Some code style commits influenced by TMW commit | Ira Rice | 7 | -37/+53 |
2009-03-27 | Removed the unused BuddyList class | Bjørn Lindeijer | 4 | -204/+0 |
2009-03-27 | Fixed name of "UpdateSliders" and reduced redundant docs | Bjørn Lindeijer | 6 | -59/+25 |
2009-03-27 | Fixed include structure in resource/ directory | Bjørn Lindeijer | 52 | -309/+314 |
2009-03-26 | Compile warning fixes | Bjørn Lindeijer | 6 | -37/+33 |
2009-03-26 | Fixed duplicate check for item names | Bjørn Lindeijer | 2 | -5/+5 |
2009-03-26 | Fix the ColorTypes Macro | Majin Sniper | 2 | -8/+10 |
2009-03-27 | Compile warning fixes | Bjørn Lindeijer | 6 | -25/+21 |
2009-03-27 | Fix the ColorTypes Macro | Majin Sniper | 2 | -8/+10 |
2009-03-27 | Fixed duplicate check for item names | Bjørn Lindeijer | 1 | -4/+4 |
2009-03-26 | Changed includes in utils/ dictory to new guidelines | Bjørn Lindeijer | 9 | -14/+15 |
2009-03-26 | Updated hacking guide | Bjørn Lindeijer | 1 | -3/+23 |
2009-03-26 | Fix some bugs with whispers under eAthena | Jared Adams | 1 | -16/+26 |
2009-03-26 | Some code cleanups (mostly reducing how many calculations need to be | Ira Rice | 13 | -126/+84 |