Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-26 | Add ChannelTab for chat channels | Jared Adams | 12 | -41/+216 | |
This fixes TMWServ compilation form the previous commit. | |||||
2009-03-26 | Move ChatWindow over to ChatTabs | Jared Adams | 8 | -416/+520 | |
TMWServ compilation is likely not functional after this, I didn't check. THe next commit will address that. | |||||
2009-03-26 | First batch of include cleanup | Bjørn Lindeijer | 13 | -61/+64 | |
Since the relative includes are getting ugly and somewhat inconvenient, we'll switch to includes relative to the project root. We've done this for a while already with tmwserv. Another rule which we've always had but was never written down, is that each source file first includes its own header. This is common practice and ensures each header compiles without needing other stuff to be included first. Somebody using Code::Blocks might want to fix the project file by adding the 'src' directory to the list of include paths. | |||||
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 95 | -469/+467 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-26 | Remove redundancy, fix variable names and other code cleanups | Bjørn Lindeijer | 22 | -219/+190 | |
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 59 | -130/+130 | |
Mostly putting & and * in the right place and making some getters const. | |||||
2009-03-25 | Fixed some headers of recently added files | Bjørn Lindeijer | 4 | -14/+10 | |
2009-03-25 | Merge branch 'origin/master' | Bjørn Lindeijer | 9 | -10/+109 | |
Conflicts: .mailmap | |||||
2009-03-25 | Don't crash cause of deleting a model twice | Bjørn Lindeijer | 1 | -3/+0 | |
This reverts commit c2e4a7a70971355f1446bb01053af8a1da8c98e1. | |||||
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 199 | -2635/+6093 | |
Conflicts: A lot of files. | |||||
2009-03-24 | Remove some unneeded #ifdefs in SpriteDef | Jared Adams | 2 | -4/+0 | |
2009-03-24 | Forgot to add eAthena's item handler | Jared Adams | 2 | -0/+102 | |
2009-03-24 | Apparently I committed with the wrong email again | Bjørn Lindeijer | 1 | -0/+1 | |
2009-03-24 | Updated version to 0.0.29 in all the other places | Thorbjørn Lindeijer | 4 | -6/+6 | |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 115 | -1064/+2576 | |
Conflicts: Many files. | |||||
2009-03-23 | Change version to 0.0.29 and label in the GUI | Jared Adams | 2 | -3/+12 | |
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 72 | -225/+234 | |
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities. | |||||
2009-03-23 | Fix CommandHandler for TMWServ | Jared Adams | 1 | -2/+4 | |
2009-03-23 | Make some getters const | Jared Adams | 2 | -3/+3 | |
2009-03-23 | Remove the CHATSKILL struct | Jared Adams | 1 | -9/+0 | |
2009-03-23 | Remove extra function for skill messages | Jared Adams | 1 | -95/+89 | |
2009-03-23 | Merge eA's command handling into CommandHandler | Jared Adams | 10 | -627/+503 | |
Also drop Aethyra's custom magic code | |||||
2009-03-22 | Move handling of eA skill messages to SkillHandler | Jared Adams | 3 | -151/+132 | |
2009-03-22 | Fix chat under eAthena | Jared Adams | 3 | -79/+73 | |
2009-03-22 | Fixed some compiler warnings | Bjørn Lindeijer | 3 | -10/+13 | |
Superfluous semicolons, initialization order and signed/unsigned mismatches. | |||||
2009-03-22 | Fixed loading of units when skipping updates | Bjørn Lindeijer | 1 | -2/+3 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 274 | -3569/+19796 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! | |||||
2009-03-19 | Be sure to free the window icon | Jared Adams | 1 | -1/+5 | |
2009-03-19 | Throttle framerates down to save CPU cycles. Now that we're getting high | Ira Rice | 3 | -18/+25 | |
framerates in OpenGL even on older hardware, this should be done to conserve on CPU usage, rather than stressing it with more frames than the monitor can render. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Be sure to free the window icon | Jared Adams | 1 | -1/+5 | |
2009-03-19 | Reduced down label code. | Ira Rice | 1 | -29/+1 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Forgot to remove some now unneeded includes. | Ira Rice | 4 | -4/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Made the plus and minus buttons in the last commit look more | Ira Rice | 5 | -10/+12 | |
aesthetically pleasing. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Reformatted the item amount window and the buy/sell windows so that | Ira Rice | 10 | -62/+156 | |
their guis are similarly laid out. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Simplified trading dialog controls. | Ira Rice | 3 | -36/+22 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Some minor cleanups in a few windows and build scripts, as well as | Ira Rice | 7 | -305/+18 | |
fixing tables to correct the highlights to draw where they're supposed to, as well as at the opacity they're supposed to. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-03-19 | Make sure positionable dialogs start out centered | Jared Adams | 23 | -20/+57 | |
2009-03-19 | Port Progressbar to TextRenderer | Majin Sniper | 1 | -23/+8 | |
2009-03-19 | Port Progressbar to TextRenderer | Majin Sniper | 2 | -14/+10 | |
2009-03-19 | Fixed SDL_ttf include again | Bjørn Lindeijer | 1 | -1/+1 | |
Please set up your include path if this include doesn't work for you. | |||||
2009-03-19 | Updated Code::Blocks project file | Bjørn Lindeijer | 1 | -2/+0 | |
These files no longer exist, I removed them in commit 7e43b82e3b7cda034fab34c15ecfaa97c1a99146 | |||||
2009-03-18 | Fix up the NPC interraction widnows a bit | Jared Adams | 14 | -45/+81 | |
2009-03-18 | A few more fixes in the ItemAmount dialog | Jared Adams | 1 | -1/+5 | |
2009-03-18 | Clean up TtemAmount dialog and add an All button | Jared Adams | 2 | -27/+33 | |
2009-03-18 | Clean up TtemAmount dialog and add an All button | Jared Adams | 2 | -27/+33 | |
2009-03-18 | Fix up the NPC interraction widnows a bit | Jared Adams | 12 | -21/+44 | |
2009-03-18 | Windows compilation fixes | Philipp Sehmisch | 2 | -2/+2 | |
2009-03-18 | Merge branch 'master' of git@gitorious.org:tmw/eathena | Philipp Sehmisch | 47 | -610/+1284 | |
2009-03-18 | Updated project file | Philipp Sehmisch | 1 | -0/+2 | |
2009-03-18 | Added an entry for Majin Sniper to the mailmap file | Bjørn Lindeijer | 1 | -0/+1 | |
To make sure he's recognized as being the same as "sniper" |